Message337185
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). |
|
| Date |
User |
Action |
Args |
| 2019-03-05 12:34:20 | vstinner | set | recipients:
+ 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:20 | vstinner | set | messageid: <[email protected]> |
| 2019-03-05 12:34:20 | vstinner | link | issue29571 messages |
| 2019-03-05 12:34:20 | vstinner | create | |
|