Message54864
Logged In: YES
user_id=21627
If anything, I think Python should implement Unicode TR#18:
http://www.unicode.org/unicode/reports/tr18/
This does include the \p notation for property expressions,
e.g. \p{Ll} or \p{East Asian Width:Narrow}.
We currently don't include the Script property, so \p{Greek}
could not be implemented (we can, of course, add support for
the script property). I can't find anything in the report
that makes \p{IsGreek} valid, so we shouldn't support it. |
|
| Date |
User |
Action |
Args |
| 2007-08-23 16:12:02 | admin | link | issue1528154 messages |
| 2007-08-23 16:12:02 | admin | create | |
|