Message205472
Here is a patch.
$ LANG=C ./python -c "import os, sys, locale; print(sys.getfilesystemencoding(), sys.stdin.encoding, os.device_encoding(0), locale.getpreferredencoding())"
-> Without the patch:
ascii ANSI_X3.4-1968 ANSI_X3.4-1968 ANSI_X3.4-1968
-> With the patch:
utf-8 utf-8 utf-8 ANSI_X3.4-1968 |
|
Date |
User |
Action |
Args |
2013-12-07 17:17:20 | pitrou | set | recipients:
+ pitrou, terry.reedy, ncoghlan, vstinner, larry, r.david.murray, Sworddragon |
2013-12-07 17:17:20 | pitrou | set | messageid: <1386436640.76.0.777660763339.issue19846@psf.upfronthosting.co.za> |
2013-12-07 17:17:20 | pitrou | link | issue19846 messages |
2013-12-07 17:17:20 | pitrou | create | |
|