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 Alex.Willmer, vstinner, xdegaye, yan12125
Date 2016-11-18.12:22:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwb=fpGSqEPEgF9XBwAVOqUsbVF3eW=kaeHowErbB6d+iA@mail.gmail.com>
In-reply-to <1479470642.81.0.390008878208.issue26928@psf.upfronthosting.co.za>
Content
If it is not possible to change the locale, it makes sense to hardcode utf8.

Note: to avoid mojibake, it's better if sys.getfilesystemencoding() and
locale.getpreferredencoding(False) are equal. I understand that both must
be utf8.
History
Date User Action Args
2016-11-18 12:22:30vstinnersetrecipients: + vstinner, xdegaye, Alex.Willmer, yan12125
2016-11-18 12:22:30vstinnerlinkissue26928 messages
2016-11-18 12:22:30vstinnercreate