From 32fb9f2c80a51719751e65446daf0d10248e5590 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 1 Feb 2015 10:30:07 +0100 Subject: [PATCH] countries: prefer most significant country of .rb Reserved twice, but Botswana seems to be more authorised (notified to UN according to wikipedia). --- tools/mkcountries-geonames | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mkcountries-geonames b/tools/mkcountries-geonames index 32883ec..f5a1cf1 100755 --- a/tools/mkcountries-geonames +++ b/tools/mkcountries-geonames @@ -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'], -- 2.30.0