This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Remove "Netherlands Antilles" from iso-3166.def


"Netherlands Antilles" country came into being in 1954 as the autonomous successor of the
Dutch colony of Cura� and Dependencies, and was dissolved in 2010.

Also "Netherlands Antilles" removed iso data base

https://www.iso.org/obp/ui/#search (Page 7)

Netherlands (the)	Pays-Bas (les)			NL	NLD	528
New Caledonia		Nouvelle-Cal�nie (la)	NC	NCL	540
New Zealand			Nouvelle-Z�nde (la)	NZ	NZL	554
Nicaragua			Nicaragua (le)			NI	NIC	558

[BZ #22659]
	* locale/iso-3166.def : Remove NETHERLANDS ANTILLES

---
 locale/iso-3166.def |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/locale/iso-3166.def b/locale/iso-3166.def
index 52997b4..80a57eb 100644
--- a/locale/iso-3166.def
+++ b/locale/iso-3166.def
@@ -163,7 +155,6 @@ DEFINE_COUNTRY_CODE ("NAMIBIA", NA, NAM, 516)
 DEFINE_COUNTRY_CODE ("NAURU", NR, NRU, 520)
 DEFINE_COUNTRY_CODE ("NEPAL", NP, NPL, 524)
 DEFINE_COUNTRY_CODE ("NETHERLANDS", NL, NLD, 528)
-DEFINE_COUNTRY_CODE ("NETHERLANDS ANTILLES", AN, ANT, 530)
 DEFINE_COUNTRY_CODE ("NEW CALEDONIA", NC, NCL, 540)
 DEFINE_COUNTRY_CODE ("NEW ZEALAND", NZ, NZL, 554)
 DEFINE_COUNTRY_CODE ("NICARAGUA", NI, NIC, 558)
-- 
1.7.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]