From: Bruno Haible Date: Fri, 26 Dec 2025 21:49:00 +0000 (+0100) Subject: setlocale: Update regarding ISO 3166. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=075df63ae24e351535a5f2c7b6b3b3acb2ed9a1a;p=thirdparty%2Fgnulib.git setlocale: Update regarding ISO 3166. * lib/setlocale.c (locales_with_principal_territory, locales_with_principal_language): Update comments to match . --- diff --git a/ChangeLog b/ChangeLog index bdb8bff697..a3ae5b9a4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2025-12-26 Bruno Haible + + setlocale: Update regarding ISO 3166. + * lib/setlocale.c (locales_with_principal_territory, + locales_with_principal_language): Update comments to match + . + 2025-12-25 Pádraig Brady strftime: avoid false failure with empty strings diff --git a/lib/setlocale.c b/lib/setlocale.c index 11648cd9d8..4bf447de12 100644 --- a/lib/setlocale.c +++ b/lib/setlocale.c @@ -941,7 +941,7 @@ static char const locales_with_principal_territory[][6 + 1] = "cr_CA", /* Cree Canada */ /* Don't put "crh_UZ" or "crh_UA" here. That would be asking for fruitless political discussion. */ - "cs_CZ", /* Czech Czech Republic */ + "cs_CZ", /* Czech Czechia */ "csb_PL", /* Kashubian Poland */ "cy_GB", /* Welsh Britain */ "da_DK", /* Danish Denmark */ @@ -1247,7 +1247,7 @@ static char const locales_with_principal_language[][6 + 1] = "es_CU", /* Spanish Cuba */ /* Curaçao has three official languages: "nl_CW", "pap_CW", "en_CW". */ "el_CY", /* Greek Cyprus */ - "cs_CZ", /* Czech Czech Republic */ + "cs_CZ", /* Czech Czechia */ "de_DE", /* German Germany */ /* Djibouti has two official languages: "ar_DJ" and "fr_DJ". */ "da_DK", /* Danish Denmark */