[issue12632] Windows GPF with Code Page 65001

STINNER Victor report at bugs.python.org
Mon Jul 25 11:54:39 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

You can use PYTHONIOENCODING="utf-8". Code page 65001 is not exactly like Python UTF-8 codec: see issue #6058.

Using issue #12281, it may be possible to implement a cp65001 codec.

See also issue #1602 for the Windows console.

Why do you use cp65001?

----------

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


More information about the Python-bugs-list mailing list