Message369812
A simple test case is something like
./python -c 'import sys; print(sys.argv[1].encode(sys.getfilesystemencoding(), "surrogateescape"))' "$(echo -ne '\xfa\xbd\x83\x96\x80')"
Which you'd probably expect to print
b'\xfa\xbd\x83\x96\x80'
i.e. the same bytes that were passed in, but currently that fails. |
|
Date |
User |
Action |
Args |
2020-05-24 17:37:55 | jberg | set | recipients:
+ jberg, ncoghlan, SilentGhost, eryksun, Neui |
2020-05-24 17:37:55 | jberg | set | messageid: <1590341875.51.0.0380755743045.issue35883@roundup.psfhosted.org> |
2020-05-24 17:37:55 | jberg | link | issue35883 messages |
2020-05-24 17:37:55 | jberg | create | |
|