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 gordonmessmer
Recipients benjamin.peterson, gordonmessmer, lemburg, mattheww, ncoghlan, serhiy.storchaka
Date 2019-07-09.05:44:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562651078.95.0.713641333741.issue30755@roundup.psfhosted.org>
In-reply-to
Content
> I can see that it might be helpful to provide such a conversion if
> C.UTF-8 doesn't exist and en_US.UTF-8 does

That can't happen.  The "C" locale describes the behavior defined in the ISO C standard.  It's built-in to glibc (and should be for all other libc implementations).  All other locales require external support (i.e. /usr/lib/locale/<locale>)

https://www.gnu.org/software/libc/manual/html_node/Standard-Locales.html#Standard-Locales
History
Date User Action Args
2019-07-09 05:44:39gordonmessmersetrecipients: + gordonmessmer, lemburg, ncoghlan, mattheww, benjamin.peterson, serhiy.storchaka
2019-07-09 05:44:38gordonmessmersetmessageid: <1562651078.95.0.713641333741.issue30755@roundup.psfhosted.org>
2019-07-09 05:44:38gordonmessmerlinkissue30755 messages
2019-07-09 05:44:38gordonmessmercreate