Message5676
Personally I consider the current situation where you get wrong str worse than getting correct unicode. In the latter case `unicode(arg, sys.getfilesystemencoding())` would even work the same way both in CPython and Jython (although the fact that `unicode(x, None)` works on Jython at all is inconsistent with CPython).
Now that I know the workaround this isn't such a big problem anyway. Perhaps the best idea would be documenting this behavior somewhere. |
|
Date |
User |
Action |
Args |
2010-04-11 23:05:32 | pekka.klarck | set | messageid: <1271027132.53.0.310243089759.issue1592@psf.upfronthosting.co.za> |
2010-04-11 23:05:32 | pekka.klarck | set | recipients:
+ pekka.klarck, pjenvey |
2010-04-11 23:05:32 | pekka.klarck | link | issue1592 messages |
2010-04-11 23:05:32 | pekka.klarck | create | |
|