Message227342
Note I would also be OK with "convert_surrogates", as that's the term that appears in the relevant error message:
>>> b'\xe9'.decode('ascii', 'surrogateescape').encode()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
UnicodeEncodeError: 'utf-8' codec can't encode character '\udce9' in position 0: surrogates not allowed |
|
| Date |
User |
Action |
Args |
| 2014-09-23 11:00:44 | ncoghlan | set | recipients:
+ ncoghlan, lemburg, pitrou, vstinner, ezio.melotti, Arfrever, r.david.murray, serhiy.storchaka |
| 2014-09-23 11:00:44 | ncoghlan | set | messageid: <[email protected]> |
| 2014-09-23 11:00:44 | ncoghlan | link | issue18814 messages |
| 2014-09-23 11:00:43 | ncoghlan | create | |
|