Message128555
$ LANG=C ./python -Wd -E -bb -c "import sys; print(ascii(sys.argv))" $(echo -ne "abc\xff")['-c', 'abc\xff']
['-c', 'abc\xff']
$ LANG=C ./python -Wd -E -bb -c "import locale; print(locale.nl_langinfo(locale.CODESET))"
ISO8859-1
$ LANG=C ./python -Wd -E -bb -c "import locale; print(locale.getpreferredencoding())"
ISO8859-1 |
|
| Date |
User |
Action |
Args |
| 2011-02-14 15:56:44 | sable | set | recipients:
+ sable, pitrou, vstinner |
| 2011-02-14 15:56:44 | sable | set | messageid: <[email protected]> |
| 2011-02-14 15:56:43 | sable | link | issue11193 messages |
| 2011-02-14 15:56:43 | sable | create | |
|