From cc9f8878f2cbe17c7b4035b4ff4352b52ece38e0 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 25 Nov 2020 16:58:27 +0100 Subject: [PATCH] nls: add 'C.utf8' as an alias for 'en_US.UTF-8' The normal form is 'C.UTF-8', but 'C.utf8' has been seen in the wild. Fixes #102. Reported-by: Tomas Korbar Signed-off-by: Benno Schulenberg --- nls/locale.alias.pre | 1 + 1 file changed, 1 insertion(+) diff --git a/nls/locale.alias.pre b/nls/locale.alias.pre index 1ed0a6ea..1e3444af 100644 --- a/nls/locale.alias.pre +++ b/nls/locale.alias.pre @@ -16,6 +16,7 @@ Cextend: en_US.ISO8859-1 Cextend.en: en_US.ISO8859-1 English_United-States.437: C C.UTF-8: en_US.UTF-8 +C.utf8: en_US.UTF-8 XCOMM a3 is not an ISO 639 language code, but in Cyrillic, "Z" looks like "3". a3: az_AZ.KOI8-C a3_AZ: az_AZ.KOI8-C