Add C.UTF-8 locale as an alias for en_US.UTF-8 Add C.ASCII locale as an alias for C
(C.UTF-8 is the default locale for cygwin. It also exists in debian, although I don't think it's intended for use by humans.) Signed-off-by: Jon TURNEY <[email protected]> --- nls/locale.alias.pre | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/nls/locale.alias.pre b/nls/locale.alias.pre index 3064827..65b3dd0 100644 --- a/nls/locale.alias.pre +++ b/nls/locale.alias.pre @@ -10,10 +10,12 @@ POSIX: C POSIX-UTF2: C C_C.C: C C.en: C +C.ASCII: C C.iso88591: en_US.ISO8859-1 Cextend: en_US.ISO8859-1 Cextend.en: en_US.ISO8859-1 English_United-States.437: C +C.UTF-8: en_US.UTF-8 XCOMM a3 is not an ISO 639 language code, but in Cyrillic, "Z" looks like "3". a3: a3_AZ.KOI8-C a3_AZ: a3_AZ.KOI8-C -- 1.7.2.3 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
