From f317466f02efc2e41de372d9bfd4114ff9a7cd72 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 14 Jul 2015 02:33:32 +0200 Subject: [PATCH] countries: include un/locode assignment for xz --- tools/mkcountries-geonames | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/mkcountries-geonames b/tools/mkcountries-geonames index b7fb27e..ddc963c 100755 --- a/tools/mkcountries-geonames +++ b/tools/mkcountries-geonames @@ -61,7 +61,8 @@ my %cc; # map of country code to info array oa => ["not used: African Intellectual Property Organization", "Xi", "OAPI"], # c-af wo => ["not used: World Intellectual Property Organization", "Xi", "WIPO"], - # unicode identifiers + # common user-assigned + xz => ["UN/LOCODE semantics: international waters", "Co Xi", "international"], qo => ["Unicode semantics: Outlying Oceania", "c-oc Co Xi", "Oceania"], qu => ["Unicode semantics: European Union deprecated reserve", "c-eu Co Xi", "EU", 'eu'], zz => ["Unicode semantics: unknown or invalid territory", "Co Xi","unknown"], -- 2.30.0