countries icon indicating copy to clipboard operation
countries copied to clipboard

Will ISO-3166-3 be supported?

Open jakewilliami opened this issue 1 year ago • 3 comments

I notice you have a data file for ISO-3166-3, but I can't (for example) find SU. Are you planning on supporting these?

jakewilliami avatar Nov 06 '23 10:11 jakewilliami

The code was removed from ISO 3166-1 in 1992. Explain in more detail for what purpose you need to include obsolete code?

biter777 avatar Nov 09 '23 08:11 biter777

I'm pulling top level domains from the IANA TLD database, and if they are country-code TLDs, I am using your library to cross-reference using country code.

SU was just an example, but in general, support for ISO 3166-3 might be useful if you need to reference countries that have been removed from ISO 3166-1. It looks like you already have the data but it's not yet implemented in the library.

jakewilliami avatar Nov 09 '23 08:11 jakewilliami

@jakewilliami Could you do this PR?

biter777 avatar Nov 15 '23 08:11 biter777