Message205902
This is not the fault of pprint. IMHO it doesn't make sense to fix anything here, at least not for pprint specifically. print() has the same "problem":
$ LANG= ./python -c "print('\u20ac')"
Traceback (most recent call last):
File "<string>", line 1, in <module>
UnicodeEncodeError: 'ascii' codec can't encode character '\u20ac' in position 0: ordinal not in range(128) |
|
Date |
User |
Action |
Args |
2013-12-11 11:42:35 | doerwalter | set | recipients:
+ doerwalter, fdrake, pitrou, ezio.melotti, serhiy.storchaka |
2013-12-11 11:42:35 | doerwalter | set | messageid: <1386762155.1.0.0809981516537.issue19100@psf.upfronthosting.co.za> |
2013-12-11 11:42:35 | doerwalter | link | issue19100 messages |
2013-12-11 11:42:34 | doerwalter | create | |
|