This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients ixokai, lemburg, loewis, pitrou, pjenvey, ronaldoussoren, vstinner
Date 2010-10-09.12:01:46
SpamBayes Score 3.3063618e-05
Marked as misclassified No
Message-id <201010091401.37415.victor.stinner@haypocalc.com>
In-reply-to <4CB056DA.60006@v.loewis.de>
Content
> Perhaps. We could also declare that command line arguments and
> environment variables are always UTF-8-encoded on OSX (which I think
> would be fairly accurate)

Python uses the filesystem encoding to encode/decode environment variables, 
and OSX, fs encoding is utf-8. For the command line, it would mean that we 
introduced a new encoding: "command line encoding", which will be utf-8 on 
OSX.
History
Date User Action Args
2010-10-09 12:01:47vstinnersetrecipients: + vstinner, lemburg, loewis, ixokai, ronaldoussoren, pitrou, pjenvey
2010-10-09 12:01:46vstinnerlinkissue9992 messages
2010-10-09 12:01:46vstinnercreate