Message105241
Let's try with something: pyunicode_asencodefsdefault.patch adds PyUnicode_EncodeFSDefault() function to uniformize how a unicode is converted to bytes. Fallback to UTF-8 if Py_FileSystemEncoding is not set (I should be ASCII, not UTF-8) and use surrogateescape error handler. |
|
| Date |
User |
Action |
Args |
| 2010-05-07 22:36:14 | vstinner | set | recipients:
+ vstinner, pitrou, Arfrever |
| 2010-05-07 22:36:03 | vstinner | set | messageid: <[email protected]> |
| 2010-05-07 22:36:01 | vstinner | link | issue8611 messages |
| 2010-05-07 22:36:01 | vstinner | create | |
|