Gordon Messmer <gordon.mess...@gmail.com> added the comment:

> 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

----------
nosy: +gordonmessmer

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue30755>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to