[issue13619] Add a new codec: "locale", the current locale encoding

STINNER Victor report at bugs.python.org
Sat Dec 17 07:31:18 CET 2011


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

# On FreeBSD, Solaris and Mac OS X, b'\xff' can be decoded in
# the C locale. The C locale is something like ISO-8859-1, not
# 7-bit ASCII.

On FreeBSD, it *is* the ISO-8859-1 encoding.

----------

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


More information about the Python-bugs-list mailing list