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
收信人 Arfrever, Nicholas.Cole, akuchling, cben, gpolo, inigoserna, nadeem.vawda, python-dev, r.david.murray, schodet, vstinner, zeha
日期 2011-09-06.00:05:08
SpamBayes Score 3.6786038e-05
Marked as misclassified
Message-id <1315267509.03.0.237118904268.issue12567@psf.upfronthosting.co.za>
In-reply-to
内容
I'm not sure that it is correct to call nl_langinfo(CODESET) to get the locale encoding. The LC_CTYPE locale should maybe be set temporary to the current locale (""), as does locale.getpreferredencoding(). Or maybe better, locale.getpreferredencoding() should be called.
历史
日期 用户 动作 参数
2011-09-06 00:05:09vstinner修改recipients: + vstinner, akuchling, cben, nadeem.vawda, gpolo, Arfrever, r.david.murray, inigoserna, zeha, schodet, python-dev, Nicholas.Cole
2011-09-06 00:05:09vstinner修改messageid: <1315267509.03.0.237118904268.issue12567@psf.upfronthosting.co.za>
2011-09-06 00:05:08vstinner链接issue12567 messages
2011-09-06 00:05:08vstinner创建