From: Collin Funk Date: Tue, 3 Jun 2025 19:50:15 +0000 (-0700) Subject: localedata: Use the name North Macedonia. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b456748693957b39a53b1e15e5b85a9af7c04a8;p=thirdparty%2Fglibc.git localedata: Use the name North Macedonia. The name "the former Yugoslav Republic of Macedonia" is no longer in use since the signing of the Prespa Agreement [1][2]. This resolved the country's naming dispute with Greece and changed the name to "North Macedonia". The name field of this locale/iso-3166.def is not used, so this does not affect binaries. [1] https://en.wikipedia.org/wiki/Prespa_Agreement [2] https://treaties.un.org/Pages/showDetails.aspx?objid=0800000280544ac1 Signed-off-by: Collin Funk Reviewed-by: Florian Weimer --- diff --git a/locale/iso-3166.def b/locale/iso-3166.def index 706f76bbe1..de62d20e99 100644 --- a/locale/iso-3166.def +++ b/locale/iso-3166.def @@ -138,7 +138,6 @@ DEFINE_COUNTRY_CODE ("LIECHTENSTEIN", LI, LIE, 438) DEFINE_COUNTRY_CODE ("LITHUANIA", LT, LTU, 440) DEFINE_COUNTRY_CODE ("LUXEMBOURG", LU, LUX, 442) DEFINE_COUNTRY_CODE ("MACAU", MO, MAC, 446) -DEFINE_COUNTRY_CODE ("MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF", MK, MKD, 807) DEFINE_COUNTRY_CODE ("MADAGASCAR", MG, MDG, 450) DEFINE_COUNTRY_CODE ("MALAWI", MW, MWI, 454) DEFINE_COUNTRY_CODE ("MALAYSIA", MY, MYS, 458) @@ -172,6 +171,7 @@ DEFINE_COUNTRY_CODE ("NIGER", NE, NER, 562) DEFINE_COUNTRY_CODE ("NIGERIA", NG, NGA, 566) DEFINE_COUNTRY_CODE ("NIUE", NU, NIU, 570) DEFINE_COUNTRY_CODE ("NORFOLK ISLAND", NF, NFK, 574) +DEFINE_COUNTRY_CODE ("NORTH MACEDONIA", MK, MKD, 807) DEFINE_COUNTRY_CODE ("NORTHERN MARIANA ISLANDS", MP, MNP, 580) DEFINE_COUNTRY_CODE ("NORWAY", NO, NOR, 578) DEFINE_COUNTRY_CODE ("OMAN", OM, OMN, 512)