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 Naman-Bhalla, barry, benjamin.peterson, doko, ezio.melotti, jaysinh.shukla, mrabarnett, ncoghlan, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, xtreak, zach.ware
Date 2019-03-05.12:34:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551789260.23.0.448183616956.issue29571@roundup.psfhosted.org>
In-reply-to
Content
I wrote C and Python code to check what is the effective encoding used by the LC_CTYPE locale before setlocale(LC_CTYPE, "") is called on Python 3.7. Result: Windows uses the Latin1 encoding.

See attached files: _testcapi.patch + loc.py produced loc.log (output).
History
Date User Action Args
2019-03-05 12:34:20vstinnersetrecipients: + vstinner, barry, doko, paul.moore, ncoghlan, tim.golden, benjamin.peterson, ezio.melotti, mrabarnett, zach.ware, serhiy.storchaka, steve.dower, jaysinh.shukla, Naman-Bhalla, xtreak
2019-03-05 12:34:20vstinnersetmessageid: <1551789260.23.0.448183616956.issue29571@roundup.psfhosted.org>
2019-03-05 12:34:20vstinnerlinkissue29571 messages
2019-03-05 12:34:20vstinnercreate