countries: prefer most significant country of .rb
authorMischa POSLAWSKY <perl@shiar.org>
Sun, 1 Feb 2015 09:30:07 +0000 (10:30 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Sun, 1 Feb 2015 17:34:57 +0000 (18:34 +0100)
Reserved twice, but Botswana seems to be more authorised (notified to UN
according to wikipedia).

tools/mkcountries-geonames

index 32883ec9511694ad739e7180c2b3a27843a1df01..f5a1cf1b626d209e52aa575bd763b13087adb248 100755 (executable)
@@ -24,7 +24,7 @@ my %cc;  # map of country code to info array
        lf => ["Libya Fezzan", "c-af Xr", "Fezzan", 'ly'],
        pi => ["(Philippines)", "c-as Xr", undef, 'ph'],
        ra => ["(Argentina)", "c-sa Xr", undef, 'ar'],
-       rb => ["Bolivia/Botswana", "c-xx Xr"],
+       rb => ["(Botswana, Bolivia)", "c-sa Xr", "(Bots...)"],
        rc => ["(RoC)", "c-as Xr", undef, 'tw'],
        rh => ["(Haiti)", "c-na Xr",undef, 'ht'],
        ri => ["(Indonesia)", "c-as Xr", undef, 'id'],