[issue14304] Implement utf-8-bmp codec

Martin v. Löwis report at bugs.python.org
Sat Apr 28 22:34:28 CEST 2012


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

> In the case of the Cyrillic alphabet all text becomes unreadable, if  
> there are some non-bmp characters in it.

And indeed, that's the correct, desired behavior, as it models what the
interactive shell does.

If you want to change this, you need to also change the interactive console,
which is an issue independent of this one.

----------

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


More information about the Python-bugs-list mailing list