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 jeremy.kloth
Recipients CharlieClark, Dominik Geldmacher, Manjusaka, eryksun, jeremy.kloth, jkloth, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-05-21.00:19:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAGvrs3+4-6OKMFqgzZXbQQOWpizxk4sWsxU7-ESEpwOvoCjP7w@mail.gmail.com>
In-reply-to <1558367504.48.0.139073291798.issue36792@roundup.psfhosted.org>
Content
> * the experimental UTF-8 support was enabled because "de_DE" is not a
> known Windows locale name - try with "de-DE"
>
> Perhaps it would be easy to do the replacement of underscores with hyphens
> on Windows in this function? I think that's safe enough, yes?
>

Even some well known locale names still use the utf-8 code page.  Most seem
to uncommon, but at least es-BR (Brazil) does and would still fall victim
to these UCRT bugs.

>
History
Date User Action Args
2019-05-21 00:19:52jeremy.klothsetrecipients: + jeremy.kloth, paul.moore, vstinner, tim.golden, jkloth, zach.ware, eryksun, steve.dower, Manjusaka, CharlieClark, Dominik Geldmacher
2019-05-21 00:19:52jeremy.klothlinkissue36792 messages
2019-05-21 00:19:52jeremy.klothcreate