Message3531
...mainly because is the Right Thing.
PyString expects that its backing String don't have any code point above
255, without actively enforcing it. So whatever character over that
limit is potentially lost when mapping Strings to PyString.
Also, it is causing other practical problems, such as
unicodedata.normalize returning str instead of unicode. |
|
Date |
User |
Action |
Args |
2008-09-13 19:57:06 | leosoto | set | recipients:
+ leosoto |
2008-09-13 19:57:06 | leosoto | set | messageid: <1221335826.48.0.510792298714.issue1128@psf.upfronthosting.co.za> |
2008-09-13 19:57:06 | leosoto | link | issue1128 messages |
2008-09-13 19:57:05 | leosoto | create | |
|