umpirsky / country-list

:globe_with_meridians: List of all countries with names and ISO 3166-1 codes in all languages and data formats.
MIT License
5.18k stars 1.55k forks source link

Missing countries: BV and HM #52

Closed rkuebert closed 8 years ago

rkuebert commented 8 years ago

Hi,

while using https://github.com/umpirsky/country-list/blob/master/data/de_DE/country.txt , I noticed the following two countries are missing: Bouvet Island (BV) Territory of Heard Island and McDonald Islands (HM)

Cheers

Roland

umpirsky commented 8 years ago

@rkuebert The source of country list is ICU database. So, this should be fixed in ICU.

oliverpool commented 5 years ago

They seem to be blacklisted by Symfony:

https://github.com/symfony/intl/blob/b79b8efab454ee088857df98467fd5b85f8f08b7/Data/Generator/RegionDataGenerator.php#L41

(this is not to reopen this issue, just for future visitors, to better understand your statement ''So, this should be fixed in ICU.")

Cc: #70, #91

umpirsky commented 5 years ago

Oh, nice find. I didn't know they blacklist regions!