Message284887
>> stderr is used to log errors. Getting a new error when trying to log
>> an error is kind of annoying.
>
> Hm, what bad surprise/error could appear that would not appear with backslashescape?
$ cat badfilename.py
badfn = "こんにちは".encode('euc-jp').decode('utf-8', 'surrogateescape')
print("bad filename:", badfn)
$ PYTHONIOENCODING=utf-8:backslashreplace python3 badfilename.py
bad filename: \udca4\udcb3\udca4\udcf3\udca4ˤ\udcc1\udca4\udccf
$ PYTHONIOENCODING=utf-8:surrogateescape python3 badfilename.py
bad filename: �����ˤ��� |
|
| Date |
User |
Action |
Args |
| 2017-01-07 05:24:57 | methane | set | recipients:
+ methane, lemburg, barry, ncoghlan, vstinner, ezio.melotti, r.david.murray, akira, deleted250130, yan12125, abarry, Jan Niklas Hasse |
| 2017-01-07 05:24:57 | methane | set | messageid: <[email protected]> |
| 2017-01-07 05:24:57 | methane | link | issue28180 messages |
| 2017-01-07 05:24:57 | methane | create | |
|