Created
October 6, 2014 09:42
-
Star
(293)
You must be signed in to star a gist -
Fork
(90)
You must be signed in to fork a gist
-
-
Save kalinchernev/486393efcca01623b18d to your computer and use it in GitHub Desktop.
Plain text list of countries
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Afghanistan | |
| Albania | |
| Algeria | |
| Andorra | |
| Angola | |
| Antigua & Deps | |
| Argentina | |
| Armenia | |
| Australia | |
| Austria | |
| Azerbaijan | |
| Bahamas | |
| Bahrain | |
| Bangladesh | |
| Barbados | |
| Belarus | |
| Belgium | |
| Belize | |
| Benin | |
| Bhutan | |
| Bolivia | |
| Bosnia Herzegovina | |
| Botswana | |
| Brazil | |
| Brunei | |
| Bulgaria | |
| Burkina | |
| Burundi | |
| Cambodia | |
| Cameroon | |
| Canada | |
| Cape Verde | |
| Central African Rep | |
| Chad | |
| Chile | |
| China | |
| Colombia | |
| Comoros | |
| Congo | |
| Congo {Democratic Rep} | |
| Costa Rica | |
| Croatia | |
| Cuba | |
| Cyprus | |
| Czech Republic | |
| Denmark | |
| Djibouti | |
| Dominica | |
| Dominican Republic | |
| East Timor | |
| Ecuador | |
| Egypt | |
| El Salvador | |
| Equatorial Guinea | |
| Eritrea | |
| Estonia | |
| Ethiopia | |
| Fiji | |
| Finland | |
| France | |
| Gabon | |
| Gambia | |
| Georgia | |
| Germany | |
| Ghana | |
| Greece | |
| Grenada | |
| Guatemala | |
| Guinea | |
| Guinea-Bissau | |
| Guyana | |
| Haiti | |
| Honduras | |
| Hungary | |
| Iceland | |
| India | |
| Indonesia | |
| Iran | |
| Iraq | |
| Ireland {Republic} | |
| Israel | |
| Italy | |
| Ivory Coast | |
| Jamaica | |
| Japan | |
| Jordan | |
| Kazakhstan | |
| Kenya | |
| Kiribati | |
| Korea North | |
| Korea South | |
| Kosovo | |
| Kuwait | |
| Kyrgyzstan | |
| Laos | |
| Latvia | |
| Lebanon | |
| Lesotho | |
| Liberia | |
| Libya | |
| Liechtenstein | |
| Lithuania | |
| Luxembourg | |
| Macedonia | |
| Madagascar | |
| Malawi | |
| Malaysia | |
| Maldives | |
| Mali | |
| Malta | |
| Marshall Islands | |
| Mauritania | |
| Mauritius | |
| Mexico | |
| Micronesia | |
| Moldova | |
| Monaco | |
| Mongolia | |
| Montenegro | |
| Morocco | |
| Mozambique | |
| Myanmar, {Burma} | |
| Namibia | |
| Nauru | |
| Nepal | |
| Netherlands | |
| New Zealand | |
| Nicaragua | |
| Niger | |
| Nigeria | |
| Norway | |
| Oman | |
| Pakistan | |
| Palau | |
| Panama | |
| Papua New Guinea | |
| Paraguay | |
| Peru | |
| Philippines | |
| Poland | |
| Portugal | |
| Qatar | |
| Romania | |
| Russian Federation | |
| Rwanda | |
| St Kitts & Nevis | |
| St Lucia | |
| Saint Vincent & the Grenadines | |
| Samoa | |
| San Marino | |
| Sao Tome & Principe | |
| Saudi Arabia | |
| Senegal | |
| Serbia | |
| Seychelles | |
| Sierra Leone | |
| Singapore | |
| Slovakia | |
| Slovenia | |
| Solomon Islands | |
| Somalia | |
| South Africa | |
| South Sudan | |
| Spain | |
| Sri Lanka | |
| Sudan | |
| Suriname | |
| Swaziland | |
| Sweden | |
| Switzerland | |
| Syria | |
| Taiwan | |
| Tajikistan | |
| Tanzania | |
| Thailand | |
| Togo | |
| Tonga | |
| Trinidad & Tobago | |
| Tunisia | |
| Turkey | |
| Turkmenistan | |
| Tuvalu | |
| Uganda | |
| Ukraine | |
| United Arab Emirates | |
| United Kingdom | |
| United States | |
| Uruguay | |
| Uzbekistan | |
| Vanuatu | |
| Vatican City | |
| Venezuela | |
| Vietnam | |
| Yemen | |
| Zambia | |
| Zimbabwe |
Shannah88
commented
Dec 19, 2025
via email
Bermuda is missing from the list... again.
…On Fri, Dec 19, 2025 at 4:53 PM Duc ***@***.***> wrote:
***@***.**** commented on this gist.
------------------------------
python version
COUNTRIES = [
"Afghanistan",
"Albania",
"Algeria",
"Andorra",
"Angola",
"Antigua & Deps",
"Argentina",
"Armenia",
"Australia",
"Austria",
"Azerbaijan",
"Bahamas",
"Bahrain",
"Bangladesh",
"Barbados",
"Belarus",
"Belgium",
"Belize",
"Benin",
"Bhutan",
"Bolivia",
"Bosnia Herzegovina",
"Botswana",
"Brazil",
"Brunei",
"Bulgaria",
"Burkina",
"Burundi",
"Cambodia",
"Cameroon",
"Canada",
"Cape Verde",
"Central African Rep",
"Chad",
"Chile",
"China",
"Colombia",
"Comoros",
"Congo",
"Congo {Democratic Rep}",
"Costa Rica",
"Croatia",
"Cuba",
"Cyprus",
"Czech Republic",
"Denmark",
"Djibouti",
"Dominica",
"Dominican Republic",
"East Timor",
"Ecuador",
"Egypt",
"El Salvador",
"Equatorial Guinea",
"Eritrea",
"Estonia",
"Ethiopia",
"Fiji",
"Finland",
"France",
"Gabon",
"Gambia",
"Georgia",
"Germany",
"Ghana",
"Greece",
"Grenada",
"Guatemala",
"Guinea",
"Guinea-Bissau",
"Guyana",
"Haiti",
"Honduras",
"Hungary",
"Iceland",
"India",
"Indonesia",
"Iran",
"Iraq",
"Ireland {Republic}",
"Israel",
"Italy",
"Ivory Coast",
"Jamaica",
"Japan",
"Jordan",
"Kazakhstan",
"Kenya",
"Kiribati",
"Korea North",
"Korea South",
"Kosovo",
"Kuwait",
"Kyrgyzstan",
"Laos",
"Latvia",
"Lebanon",
"Lesotho",
"Liberia",
"Libya",
"Liechtenstein",
"Lithuania",
"Luxembourg",
"Macedonia",
"Madagascar",
"Malawi",
"Malaysia",
"Maldives",
"Mali",
"Malta",
"Marshall Islands",
"Mauritania",
"Mauritius",
"Mexico",
"Micronesia",
"Moldova",
"Monaco",
"Mongolia",
"Montenegro",
"Morocco",
"Mozambique",
"Myanmar, {Burma}",
"Namibia",
"Nauru",
"Nepal",
"Netherlands",
"New Zealand",
"Nicaragua",
"Niger",
"Nigeria",
"Norway",
"Oman",
"Pakistan",
"Palau",
"Panama",
"Papua New Guinea",
"Paraguay",
"Peru",
"Philippines",
"Poland",
"Portugal",
"Qatar",
"Romania",
"Russian Federation",
"Rwanda",
"St Kitts & Nevis",
"St Lucia",
"Saint Vincent & the Grenadines",
"Samoa",
"San Marino",
"Sao Tome & Principe",
"Saudi Arabia",
"Senegal",
"Serbia",
"Seychelles",
"Sierra Leone",
"Singapore",
"Slovakia",
"Slovenia",
"Solomon Islands",
"Somalia",
"South Africa",
"South Sudan",
"Spain",
"Sri Lanka",
"Sudan",
"Suriname",
"Swaziland",
"Sweden",
"Switzerland",
"Syria",
"Taiwan",
"Tajikistan",
"Tanzania",
"Thailand",
"Togo",
"Tonga",
"Trinidad & Tobago",
"Tunisia",
"Turkey",
"Turkmenistan",
"Tuvalu",
"Uganda",
"Ukraine",
"United Arab Emirates",
"United Kingdom",
"United States",
"Uruguay",
"Uzbekistan",
"Vanuatu",
"Vatican City",
"Venezuela",
"Vietnam",
"Yemen",
"Zambia",
"Zimbabwe",
]
—
Reply to this email directly, view it on GitHub
<https://gist.github.com/kalinchernev/486393efcca01623b18d#gistcomment-5912266>
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASBETM7LKNJ7UNZ2J4CU7BL4CRQUZBFHORZGSZ3HMVZKMY3SMVQXIZNMON2WE2TFMN2F65DZOBS2WR3JON2EG33NNVSW45FGORXXA2LDOOIYFJDUPFYGLJDHNFZXJJLWMFWHKZNIGE2DSNRXGI2DPKTBOR2HE2LCOV2GK44TQKSXMYLMOVS2SMJVHA2TONBRGEYKI3TBNVS2QYLDORXXEX3JMSBKK5TBNR2WLJDUOJ2WLJDOMFWWLO3UNBZGKYLEL5YGC4TUNFRWS4DBNZ2F6YLDORUXM2LUPGBKK5TBNR2WLJDHNFZXJJDOMFWWLK3UNBZGKYLEL52HS4DF>
.
You are receiving this email because you commented on the thread.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
.
PHP version
$countries = [
['code' => 'AF', 'name' => 'Afghanistan'],
['code' => 'AL', 'name' => 'Albania'],
['code' => 'DZ', 'name' => 'Algeria'],
['code' => 'AS', 'name' => 'American Samoa'],
['code' => 'AD', 'name' => 'Andorra'],
['code' => 'AO', 'name' => 'Angola'],
['code' => 'AI', 'name' => 'Anguilla'],
['code' => 'AQ', 'name' => 'Antarctica'],
['code' => 'AG', 'name' => 'Antigua and Barbuda'],
['code' => 'AR', 'name' => 'Argentina'],
['code' => 'AM', 'name' => 'Armenia'],
['code' => 'AW', 'name' => 'Aruba'],
['code' => 'AU', 'name' => 'Australia'],
['code' => 'AT', 'name' => 'Austria'],
['code' => 'AZ', 'name' => 'Azerbaijan'],
['code' => 'BS', 'name' => 'Bahamas (The)'],
['code' => 'BH', 'name' => 'Bahrain'],
['code' => 'BD', 'name' => 'Bangladesh'],
['code' => 'BB', 'name' => 'Barbados'],
['code' => 'BY', 'name' => 'Belarus'],
['code' => 'BE', 'name' => 'Belgium'],
['code' => 'BZ', 'name' => 'Belize'],
['code' => 'BJ', 'name' => 'Benin'],
['code' => 'BM', 'name' => 'Bermuda'],
['code' => 'BT', 'name' => 'Bhutan'],
['code' => 'BO', 'name' => 'Bolivia (Plurinational State of)'],
['code' => 'BQ', 'name' => 'Bonaire, Sint Eustatius and Saba'],
['code' => 'BA', 'name' => 'Bosnia and Herzegovina'],
['code' => 'BW', 'name' => 'Botswana'],
['code' => 'BV', 'name' => 'Bouvet Island'],
['code' => 'BR', 'name' => 'Brazil'],
['code' => 'IO', 'name' => 'British Indian Ocean Territory (the)'],
['code' => 'BN', 'name' => 'Brunei Darussalam'],
['code' => 'BG', 'name' => 'Bulgaria'],
['code' => 'BF', 'name' => 'Burkina Faso'],
['code' => 'BI', 'name' => 'Burundi'],
['code' => 'CV', 'name' => 'Cabo Verde'],
['code' => 'KH', 'name' => 'Cambodia'],
['code' => 'CM', 'name' => 'Cameroon'],
['code' => 'CA', 'name' => 'Canada'],
['code' => 'KY', 'name' => 'Cayman Islands (the)'],
['code' => 'CF', 'name' => 'Central African Republic (the)'],
['code' => 'TD', 'name' => 'Chad'],
['code' => 'CL', 'name' => 'Chile'],
['code' => 'CN', 'name' => 'China'],
['code' => 'CX', 'name' => 'Christmas Island'],
['code' => 'CC', 'name' => 'Cocos (Keeling) Islands (the)'],
['code' => 'CO', 'name' => 'Colombia'],
['code' => 'KM', 'name' => 'Comoros (the)'],
['code' => 'CD', 'name' => 'Congo (the Democratic Republic of the)'],
['code' => 'CG', 'name' => 'Congo (the)'],
['code' => 'CK', 'name' => 'Cook Islands (the)'],
['code' => 'CR', 'name' => 'Costa Rica'],
['code' => 'HR', 'name' => 'Croatia'],
['code' => 'CU', 'name' => 'Cuba'],
['code' => 'CW', 'name' => 'Curaçao'],
['code' => 'CY', 'name' => 'Cyprus'],
['code' => 'CZ', 'name' => 'Czechia'],
['code' => 'CI', 'name' => "Côte d'Ivoire"],
['code' => 'DK', 'name' => 'Denmark'],
['code' => 'DJ', 'name' => 'Djibouti'],
['code' => 'DM', 'name' => 'Dominica'],
['code' => 'DO', 'name' => 'Dominican Republic (the)'],
['code' => 'EC', 'name' => 'Ecuador'],
['code' => 'EG', 'name' => 'Egypt'],
['code' => 'SV', 'name' => 'El Salvador'],
['code' => 'GQ', 'name' => 'Equatorial Guinea'],
['code' => 'ER', 'name' => 'Eritrea'],
['code' => 'EE', 'name' => 'Estonia'],
['code' => 'SZ', 'name' => 'Eswatini'],
['code' => 'ET', 'name' => 'Ethiopia'],
['code' => 'FK', 'name' => 'Falkland Islands (the) [Malvinas]'],
['code' => 'FO', 'name' => 'Faroe Islands (the)'],
['code' => 'FJ', 'name' => 'Fiji'],
['code' => 'FI', 'name' => 'Finland'],
['code' => 'FR', 'name' => 'France'],
['code' => 'GF', 'name' => 'French Guiana'],
['code' => 'PF', 'name' => 'French Polynesia'],
['code' => 'TF', 'name' => 'French Southern Territories (the)'],
['code' => 'GA', 'name' => 'Gabon'],
['code' => 'GM', 'name' => 'Gambia (the)'],
['code' => 'GE', 'name' => 'Georgia'],
['code' => 'DE', 'name' => 'Germany'],
['code' => 'GH', 'name' => 'Ghana'],
['code' => 'GI', 'name' => 'Gibraltar'],
['code' => 'GR', 'name' => 'Greece'],
['code' => 'GL', 'name' => 'Greenland'],
['code' => 'GD', 'name' => 'Grenada'],
['code' => 'GP', 'name' => 'Guadeloupe'],
['code' => 'GU', 'name' => 'Guam'],
['code' => 'GT', 'name' => 'Guatemala'],
['code' => 'GG', 'name' => 'Guernsey'],
['code' => 'GN', 'name' => 'Guinea'],
['code' => 'GW', 'name' => 'Guinea-Bissau'],
['code' => 'GY', 'name' => 'Guyana'],
['code' => 'HT', 'name' => 'Haiti'],
['code' => 'HM', 'name' => 'Heard Island and McDonald Islands'],
['code' => 'VA', 'name' => 'Holy See (the)'],
['code' => 'HN', 'name' => 'Honduras'],
['code' => 'HK', 'name' => 'Hong Kong'],
['code' => 'HU', 'name' => 'Hungary'],
['code' => 'IS', 'name' => 'Iceland'],
['code' => 'IN', 'name' => 'India'],
['code' => 'ID', 'name' => 'Indonesia'],
['code' => 'IR', 'name' => 'Iran (Islamic Republic of)'],
['code' => 'IQ', 'name' => 'Iraq'],
['code' => 'IE', 'name' => 'Ireland'],
['code' => 'IM', 'name' => 'Isle of Man'],
['code' => 'IL', 'name' => 'Israel'],
['code' => 'IT', 'name' => 'Italy'],
['code' => 'JM', 'name' => 'Jamaica'],
['code' => 'JP', 'name' => 'Japan'],
['code' => 'JE', 'name' => 'Jersey'],
['code' => 'JO', 'name' => 'Jordan'],
['code' => 'KZ', 'name' => 'Kazakhstan'],
['code' => 'KE', 'name' => 'Kenya'],
['code' => 'KI', 'name' => 'Kiribati'],
['code' => 'KP', 'name' => "Korea (the Democratic People's Republic of)"],
['code' => 'KR', 'name' => 'Korea (the Republic of)'],
['code' => 'KW', 'name' => 'Kuwait'],
['code' => 'KG', 'name' => 'Kyrgyzstan'],
['code' => 'LA', 'name' => "Lao People's Democratic Republic (the)"],
['code' => 'LV', 'name' => 'Latvia'],
['code' => 'LB', 'name' => 'Lebanon'],
['code' => 'LS', 'name' => 'Lesotho'],
['code' => 'LR', 'name' => 'Liberia'],
['code' => 'LY', 'name' => 'Libya'],
['code' => 'LI', 'name' => 'Liechtenstein'],
['code' => 'LT', 'name' => 'Lithuania'],
['code' => 'LU', 'name' => 'Luxembourg'],
['code' => 'MO', 'name' => 'Macao'],
['code' => 'MG', 'name' => 'Madagascar'],
['code' => 'MW', 'name' => 'Malawi'],
['code' => 'MY', 'name' => 'Malaysia'],
['code' => 'MV', 'name' => 'Maldives'],
['code' => 'ML', 'name' => 'Mali'],
['code' => 'MT', 'name' => 'Malta'],
['code' => 'MH', 'name' => 'Marshall Islands (the)'],
['code' => 'MQ', 'name' => 'Martinique'],
['code' => 'MR', 'name' => 'Mauritania'],
['code' => 'MU', 'name' => 'Mauritius'],
['code' => 'YT', 'name' => 'Mayotte'],
['code' => 'MX', 'name' => 'Mexico'],
['code' => 'FM', 'name' => 'Micronesia (Federated States of)'],
['code' => 'MD', 'name' => 'Moldova (the Republic of)'],
['code' => 'MC', 'name' => 'Monaco'],
['code' => 'MN', 'name' => 'Mongolia'],
['code' => 'ME', 'name' => 'Montenegro'],
['code' => 'MS', 'name' => 'Montserrat'],
['code' => 'MA', 'name' => 'Morocco'],
['code' => 'MZ', 'name' => 'Mozambique'],
['code' => 'MM', 'name' => 'Myanmar'],
['code' => 'NA', 'name' => 'Namibia'],
['code' => 'NR', 'name' => 'Nauru'],
['code' => 'NP', 'name' => 'Nepal'],
['code' => 'NL', 'name' => 'Netherlands (Kingdom of the)'],
['code' => 'NC', 'name' => 'New Caledonia'],
['code' => 'NZ', 'name' => 'New Zealand'],
['code' => 'NI', 'name' => 'Nicaragua'],
['code' => 'NE', 'name' => 'Niger (the)'],
['code' => 'NG', 'name' => 'Nigeria'],
['code' => 'NU', 'name' => 'Niue'],
['code' => 'NF', 'name' => 'Norfolk Island'],
['code' => 'MK', 'name' => 'North Macedonia'],
['code' => 'MP', 'name' => 'Northern Mariana Islands (the)'],
['code' => 'NO', 'name' => 'Norway'],
['code' => 'OM', 'name' => 'Oman'],
['code' => 'PK', 'name' => 'Pakistan'],
['code' => 'PW', 'name' => 'Palau'],
['code' => 'PS', 'name' => 'Palestine, State of'],
['code' => 'PA', 'name' => 'Panama'],
['code' => 'PG', 'name' => 'Papua New Guinea'],
['code' => 'PY', 'name' => 'Paraguay'],
['code' => 'PE', 'name' => 'Peru'],
['code' => 'PH', 'name' => 'Philippines (the)'],
['code' => 'PN', 'name' => 'Pitcairn'],
['code' => 'PL', 'name' => 'Poland'],
['code' => 'PT', 'name' => 'Portugal'],
['code' => 'PR', 'name' => 'Puerto Rico'],
['code' => 'QA', 'name' => 'Qatar'],
['code' => 'RO', 'name' => 'Romania'],
['code' => 'RU', 'name' => 'Russian Federation (the)'],
['code' => 'RW', 'name' => 'Rwanda'],
['code' => 'RE', 'name' => 'Réunion'],
['code' => 'BL', 'name' => 'Saint Barthélemy'],
['code' => 'SH', 'name' => 'Saint Helena, Ascension and Tristan da Cunha'],
['code' => 'KN', 'name' => 'Saint Kitts and Nevis'],
['code' => 'LC', 'name' => 'Saint Lucia'],
['code' => 'MF', 'name' => 'Saint Martin (French part)'],
['code' => 'PM', 'name' => 'Saint Pierre and Miquelon'],
['code' => 'VC', 'name' => 'Saint Vincent and the Grenadines'],
['code' => 'WS', 'name' => 'Samoa'],
['code' => 'SM', 'name' => 'San Marino'],
['code' => 'ST', 'name' => 'Sao Tome and Principe'],
['code' => 'SA', 'name' => 'Saudi Arabia'],
['code' => 'SN', 'name' => 'Senegal'],
['code' => 'RS', 'name' => 'Serbia'],
['code' => 'SC', 'name' => 'Seychelles'],
['code' => 'SL', 'name' => 'Sierra Leone'],
['code' => 'SG', 'name' => 'Singapore'],
['code' => 'SX', 'name' => 'Sint Maarten (Dutch part)'],
['code' => 'SK', 'name' => 'Slovakia'],
['code' => 'SI', 'name' => 'Slovenia'],
['code' => 'SB', 'name' => 'Solomon Islands'],
['code' => 'SO', 'name' => 'Somalia'],
['code' => 'ZA', 'name' => 'South Africa'],
['code' => 'GS', 'name' => 'South Georgia and the South Sandwich Islands'],
['code' => 'SS', 'name' => 'South Sudan'],
['code' => 'ES', 'name' => 'Spain'],
['code' => 'LK', 'name' => 'Sri Lanka'],
['code' => 'SD', 'name' => 'Sudan (the)'],
['code' => 'SR', 'name' => 'Suriname'],
['code' => 'SJ', 'name' => 'Svalbard and Jan Mayen'],
['code' => 'SE', 'name' => 'Sweden'],
['code' => 'CH', 'name' => 'Switzerland'],
['code' => 'SY', 'name' => 'Syrian Arab Republic (the)'],
['code' => 'TW', 'name' => 'Taiwan (Province of China)'],
['code' => 'TJ', 'name' => 'Tajikistan'],
['code' => 'TZ', 'name' => 'Tanzania, the United Republic of'],
['code' => 'TH', 'name' => 'Thailand'],
['code' => 'TL', 'name' => 'Timor-Leste'],
['code' => 'TG', 'name' => 'Togo'],
['code' => 'TK', 'name' => 'Tokelau'],
['code' => 'TO', 'name' => 'Tonga'],
['code' => 'TT', 'name' => 'Trinidad and Tobago'],
['code' => 'TN', 'name' => 'Tunisia'],
['code' => 'TM', 'name' => 'Turkmenistan'],
['code' => 'TC', 'name' => 'Turks and Caicos Islands (the)'],
['code' => 'TV', 'name' => 'Tuvalu'],
['code' => 'TR', 'name' => 'Türkiye'],
['code' => 'UG', 'name' => 'Uganda'],
['code' => 'UA', 'name' => 'Ukraine'],
['code' => 'AE', 'name' => 'United Arab Emirates (the)'],
['code' => 'GB', 'name' => 'United Kingdom of Great Britain and Northern Ireland (the)'],
['code' => 'UM', 'name' => 'United States Minor Outlying Islands (the)'],
['code' => 'US', 'name' => 'United States of America (the)'],
['code' => 'UY', 'name' => 'Uruguay'],
['code' => 'UZ', 'name' => 'Uzbekistan'],
['code' => 'VU', 'name' => 'Vanuatu'],
['code' => 'VE', 'name' => 'Venezuela (Bolivarian Republic of)'],
['code' => 'VN', 'name' => 'Viet Nam'],
['code' => 'VG', 'name' => 'Virgin Islands (British)'],
['code' => 'VI', 'name' => 'Virgin Islands (U.S.)'],
['code' => 'WF', 'name' => 'Wallis and Futuna'],
['code' => 'EH', 'name' => 'Western Sahara*'],
['code' => 'YE', 'name' => 'Yemen'],
['code' => 'ZM', 'name' => 'Zambia'],
['code' => 'ZW', 'name' => 'Zimbabwe'],
];
Curacao and Bermuda are territories, i think so they are not in the list for a reason
Do they exist in the ISO list? that is the key question
…On Thu, 18 Jun 2026 at 20:26, m4plus2 ***@***.***> wrote:
***@***.**** commented on this gist.
------------------------------
Curacao and Bermuda are territories, i think so they are not in the list
for a reason
—
Reply to this email directly, view it on GitHub
<https://gist.github.com/kalinchernev/486393efcca01623b18d#gistcomment-6206621>
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AX55GFZXTEV6JIBB6TFXARL5AQ66RBFHORZGSZ3HMVZKMY3SMVQXIZNMON2WE2TFMN2F65DZOBS2WR3JON2EG33NNVSW45FGORXXA2LDOOIYFJDUPFYGLJDHNFZXJJLWMFWHKZNIGE2DSNRXGI2DPKTBOR2HE2LCOV2GK44TQKSXMYLMOVS2SMRYGUZDOMBZGU32I3TBNVS2QYLDORXXEX3JMSBKK5TBNR2WLJDUOJ2WLJDOMFWWLO3UNBZGKYLEL5YGC4TUNFRWS4DBNZ2F6YLDORUXM2LUPGBKK5TBNR2WLJDHNFZXJJDOMFWWLK3UNBZGKYLEL52HS4DF>
.
You are receiving this email because you commented on the thread.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
.
Bermuda is listed on the ISO list of countries. While it is a British territory it is a SEPARATE country and Should be included on this list. Not including it creates issues with online orders and shipping.
While Bermuda is a British territory it is a SEPARATE country. And yes
Bermuda is included in the ISO 3166 country code standard. Not including it
on the list creates issues with online orders and shipping.
On Thu, Jun 18, 2026, 4:58 PM Craig Fletcher ***@***.***>
wrote:
… ***@***.**** commented on this gist.
------------------------------
Do they exist in the ISO list? that is the key question
On Thu, 18 Jun 2026 at 20:26, m4plus2 ***@***.***> wrote:
> ***@***.**** commented on this gist.
> ------------------------------
>
> Curacao and Bermuda are territories, i think so they are not in the list
> for a reason
>
> —
> Reply to this email directly, view it on GitHub
> <
https://gist.github.com/kalinchernev/486393efcca01623b18d#gistcomment-6206621
>
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AX55GFZXTEV6JIBB6TFXARL5AQ66RBFHORZGSZ3HMVZKMY3SMVQXIZNMON2WE2TFMN2F65DZOBS2WR3JON2EG33NNVSW45FGORXXA2LDOOIYFJDUPFYGLJDHNFZXJJLWMFWHKZNIGE2DSNRXGI2DPKTBOR2HE2LCOV2GK44TQKSXMYLMOVS2SMRYGUZDOMBZGU32I3TBNVS2QYLDORXXEX3JMSBKK5TBNR2WLJDUOJ2WLJDOMFWWLO3UNBZGKYLEL5YGC4TUNFRWS4DBNZ2F6YLDORUXM2LUPGBKK5TBNR2WLJDHNFZXJJDOMFWWLK3UNBZGKYLEL52HS4DF
>
> .
> You are receiving this email because you commented on the thread.
>
> Triage notifications on the go with GitHub Mobile for iOS
> <
https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
>
> or Android
> <
https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub
>
> .
>
>
—
Reply to this email directly, view it on GitHub
<https://gist.github.com/kalinchernev/486393efcca01623b18d#gistcomment-6206657>
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASBETM43SNQQH3PV36NKNSL5ARCX7BFHORZGSZ3HMVZKMY3SMVQXIZNMON2WE2TFMN2F65DZOBS2WR3JON2EG33NNVSW45FGORXXA2LDOOIYFJDUPFYGLJDHNFZXJJLWMFWHKZNIGE2DSNRXGI2DPKTBOR2HE2LCOV2GK44TQKSXMYLMOVS2SMJQGAZTQOJWGU22I3TBNVS2QYLDORXXEX3JMSBKK5TBNR2WLJDUOJ2WLJDOMFWWLO3UNBZGKYLEL5YGC4TUNFRWS4DBNZ2F6YLDORUXM2LUPGBKK5TBNR2WLJDHNFZXJJDOMFWWLK3UNBZGKYLEL52HS4DF>
.
You are receiving this email because you commented on the thread.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
.
Curaçao is explicitly listed on the main ISO 3166-1 index.
Here are the official codes used globally for Curaçao:
*Code Type* *Curaçao's Code* *Where you see it*
*Alpha-2 (Two-letter)* *CW* Website domains (.cw), shipping, and drop-down
lists online.
*Alpha-3 (Three-letter)* *CUW* International sports events (like FIFA),
banking, and passport data.
*Numeric* *531* Specialized software and statistical databases.
In fact, Curaçao is playing in the FIFA World Cup 2026.
Me ahorró mucho tiempo, gracias
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment