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 Arfrever, WanderingLogic, lemburg, loewis, pitrou, vstinner
Date 2014-10-27.23:20:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwb2yyMV4XzfLtfJM18nLNwyfRvqBw78aJRSgph-rR5xvw@mail.gmail.com>
In-reply-to <1414445408.19.0.175857050886.issue22747@psf.upfronthosting.co.za>
Content
> I'm confused because http://bugs.python.org/issue8610 (from 2010) seems
to have come down on the side of deciding that nl_langinfo() failures
should be treated as implicitly returning either "ASCII" or "UTF-8"

It's very important than Py_DecodeLocale and Py_EncodeLocale use the same
encoding than sys.getfilesystemencoding().

What is your platform? Which encoding is used by these functions?
History
Date User Action Args
2014-10-27 23:20:25vstinnersetrecipients: + vstinner, lemburg, loewis, pitrou, Arfrever, WanderingLogic
2014-10-27 23:20:25vstinnerlinkissue22747 messages
2014-10-27 23:20:25vstinnercreate