[issue20079] Add support for glibc supported locales

Serhiy Storchaka report at bugs.python.org
Thu Oct 2 11:13:04 CEST 2014


Serhiy Storchaka added the comment:

> Test failed due to mismatch between glibc and X11 locale.alias (issue20087).
> In X11 locale.alias ca_ES is mapped to ca_ES.ISO8859-1, and in glibc 2.19
> it is mapped to ca_ES.ISO8859-15. ca_ES at valencia exists only in glibc
> SUPPORTED file and was added in the last commit (due to mismatch with
> ca_ES).

Hmm, no, both aliases are from glibc SUPPORTED file:

ca_ES.UTF-8 UTF-8
ca_ES ISO-8859-1
ca_ES at euro ISO-8859-15
ca_ES.UTF-8 at valencia UTF-8
ca_ES at valencia ISO-8859-15

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20079>
_______________________________________


More information about the Python-bugs-list mailing list