[issue4213] Lower case file system encoding

STINNER Victor report at bugs.python.org
Mon Oct 27 15:35:17 CET 2008


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

Here is a patch to get the "most common charset name": use 
codecs.lookup(codeset).name.

Added file: http://bugs.python.org/file11896/get_codeset.patch

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


More information about the Python-bugs-list mailing list