X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/27fe25db96c70578d86ee1130b1d3788dd8e4c53..39dbea21055688c0d6675d7aed4828c8b55bbf94:/tools/mkcountries-geonames diff --git a/tools/mkcountries-geonames b/tools/mkcountries-geonames index 2f12451..88109df 100755 --- a/tools/mkcountries-geonames +++ b/tools/mkcountries-geonames @@ -35,7 +35,7 @@ my %cc; # map of country code to info array lf => ["indeterminately reserved: Libya Fezzan", "c-af Xr", "Fezzan", 'ly'], pi => ["indeterminately reserved: Philippines", "c-as Xr", "(Philippines)", 'ph'], ra => ["indeterminately reserved: Argentina", "c-sa Xr", "(Argentina)", 'ar'], - rb => ["indeterminately reserved: Botswana, Bolivia", "c-sa Xr", "(Bots...)"], + rb => ["indeterminately reserved: Botswana, Bolivia", "c-sa Xr", "(Bots...)", 'bw bo'], rc => ["indeterminately reserved: Republic of China", "c-as Xr", "(RoC)", 'tw'], rh => ["indeterminately reserved: Haiti", "c-na Xr", "(Haiti)", 'ht'], ri => ["indeterminately reserved: Indonesia", "c-as Xr", "(Indonesia)", 'id'], @@ -67,7 +67,7 @@ while (<>) { my ($iso, $name, $cont, $tld) = (split /\t/)[0, 4, 8, 9]; my @info = ($name, "c-\L$cont"); $info[3] = $tld if $tld =~ s/\A\.// and $tld ne lc $iso; - $cc{ lc $iso } = \@info; + $cc{ lc $iso } //= \@info; } $cc{io}->[2] = "Chagos Islands";