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.

作者 vstinner
收信人 lemburg, loewis, pjenvey, ronaldoussoren, vstinner
日期 2010-09-30.10:53:37
SpamBayes Score 2.256243e-06
Marked as misclassified
Message-id <1285844019.95.0.710761152673.issue9992@psf.upfronthosting.co.za>
In-reply-to
内容
> A system where the filesystem encoding doesn't match the locale
> encoding is hard to get right.

Mmmh. The problem is maybe that the new PYTHONFSENCODING environment variable (added by #8622) introduced an horrible inconstency between Python and other applications. Other applications ignore PYTHONFSENCODING.

The simplest solution to fix this issue is to remove PYTHONFSENCODING variable. In this case, the user have to set LANG, LC_ALL or LC_CTYPE, instead of PYTHONFSENCODING, to set Python filesystem encoding.
历史
日期 用户 动作 参数
2010-09-30 10:53:40vstinner修改recipients: + vstinner, lemburg, loewis, ronaldoussoren, pjenvey
2010-09-30 10:53:39vstinner修改messageid: <1285844019.95.0.710761152673.issue9992@psf.upfronthosting.co.za>
2010-09-30 10:53:37vstinner链接issue9992 messages
2010-09-30 10:53:37vstinner创建