You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're always finding issues related to Dutch islands in the (Lesser) Antilles 😂
The library supports ISO 3166-1. This is for 3166-2, which is for provinces/territories.
I'm not opposed to supporting 3166-2, but it brings up some questions.
1. They're not (always) countries. For example, in the US we have 50 states. If I were to say: NormalizeCountry("S. Carolina") I would expect it to return nil since the great state of South Carolina is not a country.
2. If one says: NormalizeCountry("Georgia") do we return the great US state of Georgia or the home of Borjomi water and Georgian BBQ: Georgia, the country in the Caucasus?
Does this mean we have a different interface for 3166-2?
3. There are a ton of provinces/territories in the standard. Bonaire is 1 of 100s. Add it would be a wee bit of work.
found another missing country code:
https://en.wikipedia.org/wiki/ISO_3166-2:BQ
and thanks again for all the previous fixes :)
The text was updated successfully, but these errors were encountered: