[issue14304] Implement utf-8-bmp codec

Martin v. Löwis report at bugs.python.org
Mon Apr 16 14:45:15 CEST 2012


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

This codec is one that is equal to UTF-8, but restricted to the BMP. For non-BMP character, the error handler is called. It will be the stdout codec for the IDLE interactive shell, causing non-BMP results to be ascii() escaped.

----------

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


More information about the Python-bugs-list mailing list