Message389590
ucrt in Windows 10 v2004 uses an internal wide-character version of the time-zone name, which gets updated by _tzset() and kept in sync with the _tzname encoded strings. Also, note that the current implementation uses the locale's ANSI code page for both "de-DE" and "de_DE". UTF-8 has to be requested explicitly when using a BCP-47 locale name, such as "de_DE.UTF-8" or "de-DE.UTF-8", and UTF-8 is the only explicit codeset that's allowed in this case. |
|
| Date |
User |
Action |
Args |
| 2021-03-27 05:48:26 | eryksun | set | recipients:
+ eryksun, paul.moore, vstinner, tim.golden, jkloth, jeremy.kloth, zach.ware, steve.dower, Manjusaka, CharlieClark, Dominik Geldmacher, Carsten Fuchs |
| 2021-03-27 05:48:25 | eryksun | set | messageid: <[email protected]> |
| 2021-03-27 05:48:25 | eryksun | link | issue36792 messages |
| 2021-03-27 05:48:25 | eryksun | create | |
|