Message198553
> Your test is skipped if the locale encoding is ASCII, whereas the purpopse of PYTHONIOENCODING is to write non-ASCII characters without having to care of the locale encoding.
This case was tested in previous test.
> If you really want to check the codec itself, you should use known sequence, ex: 'héllo€'.encode('cp1252') gives b'h\xe9llo\x80'.
We can't be sure that OS supports cp1252 (or any other non-default) locale. |
|
| Date |
User |
Action |
Args |
| 2013-09-28 21:02:10 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, pitrou, vstinner, r.david.murray |
| 2013-09-28 21:02:10 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2013-09-28 21:02:10 | serhiy.storchaka | link | issue19058 messages |
| 2013-09-28 21:02:10 | serhiy.storchaka | create | |
|