Message76557
Unicode TR#18 defines \w as a shorthand for
\p{alpha}
\p{gc=Mark}
\p{digit}
\p{gc=Connector_Punctuation}
which would include all marks. We should recursively check whether we
follow the recommendation (e.g. \p{alpha} refers to all character having
the Alphabetic derived core property, which is Lu+Ll+Lt+Lm+Lo+Nl +
Other_Alphabetic, where Other_Alphabetic is a selected list of
additional character - all from Mn/Mc) |
|
Date |
User |
Action |
Args |
2008-11-28 21:33:41 | loewis | set | recipients:
+ loewis, lemburg, terry.reedy, nathanlmiles, rsc, timehorse |
2008-11-28 21:33:41 | loewis | set | messageid: <1227908021.62.0.877440749758.issue1693050@psf.upfronthosting.co.za> |
2008-11-28 21:33:40 | loewis | link | issue1693050 messages |
2008-11-28 21:33:40 | loewis | create | |
|