alcohol / iso3166

A PHP library providing ISO 3166-1 data.
https://iso3166.thephpleague.com
MIT License
640 stars 59 forks source link

Missing countries #41

Closed WimWidgets closed 6 years ago

WimWidgets commented 6 years ago

I've gotten an OutOfBoundsException for the following alpha-2 codes:

So you might want to update your data.

alcohol commented 6 years ago

It would be helpful if you specify which countries these belong to.

The following do not exist on https://en.wikipedia.org/wiki/ISO_3166-1:

( in short, every single alpha-2 code you listed does not exist there )

alcohol commented 6 years ago

They also don't exist in the official listing at https://www.iso.org/obp/ui/#search

In short, my data is valid, and your claims are not backed up by any facts.

WimWidgets commented 6 years ago

My bad. It seems the internationalization package I'm using throws in a couple more countries which are not globally agreed upon. So much for International Standards...