[issue14304] Implement utf-8-bmp codec

Martin v. Löwis report at bugs.python.org
Sat Apr 28 19:43:26 CEST 2012


Martin v. Löwis <martin at v.loewis.de> added the comment:

The patch is incorrect, i.e. it deviates from what the command line interface does. When you try to write to sys.stdout, and the characters are not supported you get UnicodeError. Only when it is interactive mode, and tries to represent some result, ascii escaping happens.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14304>
_______________________________________


More information about the Python-bugs-list mailing list