alcohol / iso3166

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

Add 'USA' to the list of aliases #102

Open utilmind opened 3 months ago

utilmind commented 3 months ago

The list of aliases is obviously missing the USA. Please include! Thanks!

alcohol commented 2 months ago

This PR does two things, and while I am reluctant but indifferent about the actual purpose, the additional changes I definitely do not accept.

utilmind commented 2 months ago

@alcohol I can split this PR on two parts, which can be reviewed separately.

"Additional" changes allows lookup for country names like "Cote d’Ivoire" with regular ASCII characters, without symbols like "ô" (I don't even have this character in my keyboard layout).

utilmind commented 2 months ago

@alcohol I reverted changes for lookup the country names in ASCII.

So current PR is very simple, although I still plan to suggest ASCII lookup in another separate PR.