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 pitrou
Recipients Sworddragon, a.badger, bkabrda, ezio.melotti, ishimoto, jwilk, larry, loewis, martin.panter, ncoghlan, pitrou, python-dev, r.david.murray, serhiy.storchaka, vstinner
Date 2014-04-28.10:07:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398679645.2302.1.camel@fsol>
In-reply-to <CAMpsgwYcJ3y4O1vA9NTUm5p2dWmRyH-QG8=0xuGwVNCSpEz54Q@mail.gmail.com>
Content
> > We should not overcomplicate this. I suggest that we simply use utf-8 under the C locale.
> 
> Do you mean utf8/strict or utf8/surrogateescape?
> 
> utf8/strict doesn't work (os.listdir raises an unicode error) if your
> system is configured to use latin1 (ex: filenames are stored in this
> encoding), but unfortunately your program is running in an empty
> environment (so will use the POSIX locale).

The issue is about stdin and stdout, I'm not sure why os.listdir would
be affected.
History
Date User Action Args
2014-04-28 10:07:29pitrousetrecipients: + pitrou, loewis, ishimoto, ncoghlan, vstinner, larry, jwilk, ezio.melotti, a.badger, r.david.murray, Sworddragon, python-dev, martin.panter, serhiy.storchaka, bkabrda
2014-04-28 10:07:29pitroulinkissue19977 messages
2014-04-28 10:07:29pitroucreate