David Drysdale: > Ah, I hit that same problem on Windows recently and didn't realize > there had been a > patch floated for it (and so I invented my own way around it).
I've also used such a patch for a long time; works fine. Besides from that, I have only 1 patch to the acountry.c program: @@ -341,6 +345,7 @@ { 232, "er", "Eritrea" }, { 233, "ee", "Estonia" }, { 231, "et", "Ethiopia" }, + { 65281, "eu", "European Union" }, /* 127.0.255.1 */ { 238, "fk", "Falkland Islands" }, { 234, "fo", "Faroe Islands" }, { 242, "fj", "Fiji" }, @@ -470,6 +475,7 @@ { 706, "so", "Somalia" }, { 710, "za", "South Africa" }, { 239, "gs", "South Georgia" }, + { 728, "ss", "South Sudan" }, { 724, "es", "Spain" }, { 144, "lk", "Sri Lanka" }, { 654, "sh", "St. Helena" }, --------- 'South Sudan' is a new country since I wrote that program. And EU too (?). Any more? --gv