normalize_country icon indicating copy to clipboard operation
normalize_country copied to clipboard

Convert country names and codes to a standard.

Results 3 normalize_country issues
Sort by recently updated
recently updated
newest added

The country code [AN](https://github.com/sshaw/normalize_country/blob/afd20a403626e2455b81d8483248be1b129b88f8/lib/normalize_country/countries/en.yml#L84-L96) (Netherlands Antilles) has been removed in 2010 per [ISO 3166-1 Newsletter VI-8](https://www.iso.org/files/live/sites/isoorg/files/archive/pdf/en/iso_3166-1_newsletter_vi-8_split_of_the_dutch_antilles_final-en.pdf). I'm not sure what the best way would to handle such cases. The easiest...

I've a dataset which has some problematic names. Specifically: - *Palestine, State of* - *Côte d’Ivoire* The `en.yml` data file contains these relevant entries: ``` PS: aliases: - Palestinian Territories...

found another missing country code: ``` NormalizeCountry("BQ") => nil ``` https://en.wikipedia.org/wiki/ISO_3166-2:BQ and thanks again for all the previous fixes :)