[issue4213] Lower case file system encoding

STINNER Victor report at bugs.python.org
Mon Oct 27 15:14:40 CET 2008


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

Converting to the lower case doesn't solve the problem: if the locale 
is "utf8" and Python checks for "utf-8", the optimization will fail. 
Another example: iso-8859-1, latin-1 or latin1?

A correct patch would be to get the most common name of the charset 
and make sure that Python C code always use this name.

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list