[issue9167] argv double encoding on OSX

STINNER Victor report at bugs.python.org
Thu Oct 21 02:54:29 CEST 2010


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

I just closed #4388 with r85765 (Python 3.2): always use UTF-8 to decode the command line arguments on Mac OS X, not the locale encoding.

I suppose that it does fix this issue. Can someone check that?

----------

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


More information about the Python-bugs-list mailing list