tools: require perl v5.14 in all scripts
[sheet.git] / tools / mkcountries-geonames
index 5128d5a9153b4c801eec8a31fb097dc0336e3d75..209653e1818c1385d0b0bb9af4140ed0ff550f9c 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/env perl
-use 5.012;
+use 5.014;
 use warnings;
 
 my %cc;  # map of country code to info array
@@ -19,7 +19,7 @@ my %cc;  # map of country code to info array
        dg => ["exceptionally reserved: Diego Garcia", "c-as Xr", "Diego Garcia", 'io'],
        ea => ["exceptionally reserved: Ceuta and Melilla", "c-af Xr", "Ceuta and Melilla"],
        eu => ["exceptionally reserved: European Union", "c-eu Xr", "European Union"],
-       ez => ["exceptionally reserved: European OTC derivatives", "c-eu Xr", "European OTC"],
+       ez => ["exceptionally reserved: European OTC derivatives", "c-eu Xr", "Eurozone"],
        fx => ["exceptionally reserved: Metropolitan France", "c-eu Xr", "Metropolitan France", 'fr'],
        ic => ["exceptionally reserved: Canary Islands", "c-af Xr", "Canary Islands"],
        su => ["exceptionally reserved: former USSR", "c-eu Xr", "USSR"],
@@ -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"],