[issue8775] Use locale encoding to decode sys.argv, not the file system encoding

STINNER Victor report at bugs.python.org
Sat Jun 19 01:42:47 CEST 2010


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

Attached patch is a draft adding a new encoding: command line encoding. It is used to encode (subprocess) and decode (python) the command line arguments. It adds sys.getcmdlineencoding().

----------
keywords: +patch
Added file: http://bugs.python.org/file17716/cmdline_encoding.patch

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


More information about the Python-bugs-list mailing list