Files
cpython/Objects
Victor Stinner f933e1ab6f Issue #4388: On Mac OS X, decode command line arguments from UTF-8, instead of
the locale encoding. If the LANG (and LC_ALL and LC_CTYPE) environment variable
is not set, the locale encoding is ISO-8859-1, whereas most programs (including
Python) expect UTF-8. Python already uses UTF-8 for the filesystem encoding and
to encode command line arguments on this OS.
2010-10-20 22:58:25 +00:00
..
2009-09-01 07:34:27 +00:00
2010-10-18 07:32:48 +00:00
2010-10-17 21:27:01 +00:00
2010-10-11 22:42:28 +00:00