Message347520
| 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:39 | gordonmessmer | set | recipients: + gordonmessmer, lemburg, ncoghlan, mattheww, benjamin.peterson, serhiy.storchaka |
| 2019-07-09 05:44:38 | gordonmessmer | set | messageid: <1562651078.95.0.713641333741.issue30755@roundup.psfhosted.org> |
| 2019-07-09 05:44:38 | gordonmessmer | link | issue30755 messages |
| 2019-07-09 05:44:38 | gordonmessmer | create | |