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.

作者 gordonmessmer
收信人 benjamin.peterson, gordonmessmer, lemburg, mattheww, ncoghlan, serhiy.storchaka
日期 2019-07-09.05:44:38
SpamBayes Score -1.0
Marked as misclassified
Message-id <1562651078.95.0.713641333741.issue30755@roundup.psfhosted.org>
In-reply-to
内容
> 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
历史
日期 用户 动作 参数
2019-07-09 05:44:39gordonmessmer修改recipients: + gordonmessmer, lemburg, ncoghlan, mattheww, benjamin.peterson, serhiy.storchaka
2019-07-09 05:44:38gordonmessmer修改messageid: <1562651078.95.0.713641333741.issue30755@roundup.psfhosted.org>
2019-07-09 05:44:38gordonmessmer链接issue30755 messages
2019-07-09 05:44:38gordonmessmer创建