]> gitweb.factorcode.org Git - factor.git/blob - extra/countries/countries.factor
countries: fix IN:
[factor.git] / extra / countries / countries.factor
1 IN: countries
2
3 ! ISO 3166-1
4
5 CONSTANT: alpha-2 H{
6     { "AD" "Andorra" }
7     { "AE" "United Arab Emirates" }
8     { "AF" "Afghanistan" }
9     { "AG" "Antigua and Barbuda" }
10     { "AI" "Anguilla" }
11     { "AL" "Albania" }
12     { "AM" "Armenia" }
13     { "AO" "Angola" }
14     { "AQ" "Antarctica" }
15     { "AR" "Argentina" }
16     { "AS" "American Samoa" }
17     { "AT" "Austria" }
18     { "AU" "Australia" }
19     { "AW" "Aruba" }
20     { "AX" "Åland Islands" }
21     { "AZ" "Azerbaijan" }
22     { "BA" "Bosnia and Herzegovina" }
23     { "BB" "Barbados" }
24     { "BD" "Bangladesh" }
25     { "BE" "Belgium" }
26     { "BF" "Burkina Faso" }
27     { "BG" "Bulgaria" }
28     { "BH" "Bahrain" }
29     { "BI" "Burundi" }
30     { "BJ" "Benin" }
31     { "BL" "Saint Barthélemy" }
32     { "BM" "Bermuda" }
33     { "BN" "Brunei Darussalam" }
34     { "BO" "Bolivia (Plurinational State of)" }
35     { "BQ" "Bonaire, Sint Eustatius and Saba" }
36     { "BR" "Brazil" }
37     { "BS" "Bahamas" }
38     { "BT" "Bhutan" }
39     { "BV" "Bouvet Island" }
40     { "BW" "Botswana" }
41     { "BY" "Belarus" }
42     { "BZ" "Belize" }
43     { "CA" "Canada" }
44     { "CC" "Cocos (Keeling) Islands" }
45     { "CD" "Congo, Democratic Republic of the" }
46     { "CF" "Central African Republic" }
47     { "CG" "Congo" }
48     { "CH" "Switzerland" }
49     { "CI" "Côte d'Ivoire" }
50     { "CK" "Cook Islands" }
51     { "CL" "Chile" }
52     { "CM" "Cameroon" }
53     { "CN" "China" }
54     { "CO" "Colombia" }
55     { "CR" "Costa Rica" }
56     { "CU" "Cuba" }
57     { "CV" "Cabo Verde" }
58     { "CW" "Curaçao" }
59     { "CX" "Christmas Island" }
60     { "CY" "Cyprus" }
61     { "CZ" "Czechia" }
62     { "DE" "Germany" }
63     { "DJ" "Djibouti" }
64     { "DK" "Denmark" }
65     { "DM" "Dominica" }
66     { "DO" "Dominican Republic" }
67     { "DZ" "Algeria" }
68     { "EC" "Ecuador" }
69     { "EE" "Estonia" }
70     { "EG" "Egypt" }
71     { "EH" "Western Sahara" }
72     { "ER" "Eritrea" }
73     { "ES" "Spain" }
74     { "ET" "Ethiopia" }
75     { "FI" "Finland" }
76     { "FJ" "Fiji" }
77     { "FK" "Falkland Islands (Malvinas)" }
78     { "FM" "Micronesia (Federated States of)" }
79     { "FO" "Faroe Islands" }
80     { "FR" "France" }
81     { "GA" "Gabon" }
82     { "GB" "United Kingdom of Great Britain and Northern Ireland" }
83     { "GD" "Grenada" }
84     { "GE" "Georgia" }
85     { "GF" "French Guiana" }
86     { "GG" "Guernsey" }
87     { "GH" "Ghana" }
88     { "GI" "Gibraltar" }
89     { "GL" "Greenland" }
90     { "GM" "Gambia" }
91     { "GN" "Guinea" }
92     { "GP" "Guadeloupe" }
93     { "GQ" "Equatorial Guinea" }
94     { "GR" "Greece" }
95     { "GS" "South Georgia and the South Sandwich Islands" }
96     { "GT" "Guatemala" }
97     { "GU" "Guam" }
98     { "GW" "Guinea-Bissau" }
99     { "GY" "Guyana" }
100     { "HK" "Hong Kong" }
101     { "HM" "Heard Island and McDonald Islands" }
102     { "HN" "Honduras" }
103     { "HR" "Croatia" }
104     { "HT" "Haiti" }
105     { "HU" "Hungary" }
106     { "ID" "Indonesia" }
107     { "IE" "Ireland" }
108     { "IL" "Israel" }
109     { "IM" "Isle of Man" }
110     { "IN" "India" }
111     { "IO" "British Indian Ocean Territory" }
112     { "IQ" "Iraq" }
113     { "IR" "Iran (Islamic Republic of)" }
114     { "IS" "Iceland" }
115     { "IT" "Italy" }
116     { "JE" "Jersey" }
117     { "JM" "Jamaica" }
118     { "JO" "Jordan" }
119     { "JP" "Japan" }
120     { "KE" "Kenya" }
121     { "KG" "Kyrgyzstan" }
122     { "KH" "Cambodia" }
123     { "KI" "Kiribati" }
124     { "KM" "Comoros" }
125     { "KN" "Saint Kitts and Nevis" }
126     { "KP" "Korea (Democratic People's Republic of)" }
127     { "KR" "Korea, Republic of" }
128     { "KW" "Kuwait" }
129     { "KY" "Cayman Islands" }
130     { "KZ" "Kazakhstan" }
131     { "LA" "Lao People's Democratic Republic" }
132     { "LB" "Lebanon" }
133     { "LC" "Saint Lucia" }
134     { "LI" "Liechtenstein" }
135     { "LK" "Sri Lanka" }
136     { "LR" "Liberia" }
137     { "LS" "Lesotho" }
138     { "LT" "Lithuania" }
139     { "LU" "Luxembourg" }
140     { "LV" "Latvia" }
141     { "LY" "Libya" }
142     { "MA" "Morocco" }
143     { "MC" "Monaco" }
144     { "MD" "Moldova, Republic of" }
145     { "ME" "Montenegro" }
146     { "MF" "Saint Martin (French part)" }
147     { "MG" "Madagascar" }
148     { "MH" "Marshall Islands" }
149     { "MK" "North Macedonia" }
150     { "ML" "Mali" }
151     { "MM" "Myanmar" }
152     { "MN" "Mongolia" }
153     { "MO" "Macao" }
154     { "MP" "Northern Mariana Islands" }
155     { "MQ" "Martinique" }
156     { "MR" "Mauritania" }
157     { "MS" "Montserrat" }
158     { "MT" "Malta" }
159     { "MU" "Mauritius" }
160     { "MV" "Maldives" }
161     { "MW" "Malawi" }
162     { "MX" "Mexico" }
163     { "MY" "Malaysia" }
164     { "MZ" "Mozambique" }
165     { "NA" "Namibia" }
166     { "NC" "New Caledonia" }
167     { "NE" "Niger" }
168     { "NF" "Norfolk Island" }
169     { "NG" "Nigeria" }
170     { "NI" "Nicaragua" }
171     { "NL" "Netherlands" }
172     { "NO" "Norway" }
173     { "NP" "Nepal" }
174     { "NR" "Nauru" }
175     { "NU" "Niue" }
176     { "NZ" "New Zealand" }
177     { "OM" "Oman" }
178     { "PA" "Panama" }
179     { "PE" "Peru" }
180     { "PF" "French Polynesia" }
181     { "PG" "Papua New Guinea" }
182     { "PH" "Philippines" }
183     { "PK" "Pakistan" }
184     { "PL" "Poland" }
185     { "PM" "Saint Pierre and Miquelon" }
186     { "PN" "Pitcairn" }
187     { "PR" "Puerto Rico" }
188     { "PS" "Palestine, State of" }
189     { "PT" "Portugal" }
190     { "PW" "Palau" }
191     { "PY" "Paraguay" }
192     { "QA" "Qatar" }
193     { "RE" "Réunion" }
194     { "RO" "Romania" }
195     { "RS" "Serbia" }
196     { "RU" "Russian Federation" }
197     { "RW" "Rwanda" }
198     { "SA" "Saudi Arabia" }
199     { "SB" "Solomon Islands" }
200     { "SC" "Seychelles" }
201     { "SD" "Sudan" }
202     { "SE" "Sweden" }
203     { "SG" "Singapore" }
204     { "SH" "Saint Helena, Ascension and Tristan da Cunha" }
205     { "SI" "Slovenia" }
206     { "SJ" "Svalbard and Jan Mayen" }
207     { "SK" "Slovakia" }
208     { "SL" "Sierra Leone" }
209     { "SM" "San Marino" }
210     { "SN" "Senegal" }
211     { "SO" "Somalia" }
212     { "SR" "Suriname" }
213     { "SS" "South Sudan" }
214     { "ST" "Sao Tome and Principe" }
215     { "SV" "El Salvador" }
216     { "SX" "Sint Maarten (Dutch part)" }
217     { "SY" "Syrian Arab Republic" }
218     { "SZ" "Eswatini" }
219     { "TC" "Turks and Caicos Islands" }
220     { "TD" "Chad" }
221     { "TF" "French Southern Territories" }
222     { "TG" "Togo" }
223     { "TH" "Thailand" }
224     { "TJ" "Tajikistan" }
225     { "TK" "Tokelau" }
226     { "TL" "Timor-Leste" }
227     { "TM" "Turkmenistan" }
228     { "TN" "Tunisia" }
229     { "TO" "Tonga" }
230     { "TR" "Turkey" }
231     { "TT" "Trinidad and Tobago" }
232     { "TV" "Tuvalu" }
233     { "TW" "Taiwan, Province of China" }
234     { "TZ" "Tanzania, United Republic of" }
235     { "UA" "Ukraine" }
236     { "UG" "Uganda" }
237     { "UM" "United States Minor Outlying Islands" }
238     { "US" "United States of America" }
239     { "UY" "Uruguay" }
240     { "UZ" "Uzbekistan" }
241     { "VA" "Holy See" }
242     { "VC" "Saint Vincent and the Grenadines" }
243     { "VE" "Venezuela (Bolivarian Republic of)" }
244     { "VG" "Virgin Islands (British)" }
245     { "VI" "Virgin Islands (U.S.)" }
246     { "VN" "Viet Nam" }
247     { "VU" "Vanuatu" }
248     { "WF" "Wallis and Futuna" }
249     { "WS" "Samoa" }
250     { "YE" "Yemen" }
251     { "YT" "Mayotte" }
252     { "ZA" "South Africa" }
253     { "ZM" "Zambia" }
254     { "ZW" "Zimbabwe" }
255 }
256
257 CONSTANT: alpha-3 H{
258     { "ABW" "Aruba" }
259     { "AFG" "Afghanistan" }
260     { "AGO" "Angola" }
261     { "AIA" "Anguilla" }
262     { "ALA" "Åland Islands" }
263     { "ALB" "Albania" }
264     { "AND" "Andorra" }
265     { "ARE" "United Arab Emirates" }
266     { "ARG" "Argentina" }
267     { "ARM" "Armenia" }
268     { "ASM" "American Samoa" }
269     { "ATA" "Antarctica" }
270     { "ATF" "French Southern Territories" }
271     { "ATG" "Antigua and Barbuda" }
272     { "AUS" "Australia" }
273     { "AUT" "Austria" }
274     { "AZE" "Azerbaijan" }
275     { "BDI" "Burundi" }
276     { "BEL" "Belgium" }
277     { "BEN" "Benin" }
278     { "BES" "Bonaire, Sint Eustatius and Saba" }
279     { "BFA" "Burkina Faso" }
280     { "BGD" "Bangladesh" }
281     { "BGR" "Bulgaria" }
282     { "BHR" "Bahrain" }
283     { "BHS" "Bahamas" }
284     { "BIH" "Bosnia and Herzegovina" }
285     { "BLM" "Saint Barthélemy" }
286     { "BLR" "Belarus" }
287     { "BLZ" "Belize" }
288     { "BMU" "Bermuda" }
289     { "BOL" "Bolivia (Plurinational State of)" }
290     { "BRA" "Brazil" }
291     { "BRB" "Barbados" }
292     { "BRN" "Brunei Darussalam" }
293     { "BTN" "Bhutan" }
294     { "BVT" "Bouvet Island" }
295     { "BWA" "Botswana" }
296     { "CAF" "Central African Republic" }
297     { "CAN" "Canada" }
298     { "CCK" "Cocos (Keeling) Islands" }
299     { "CHE" "Switzerland" }
300     { "CHL" "Chile" }
301     { "CHN" "China" }
302     { "CIV" "Côte d'Ivoire" }
303     { "CMR" "Cameroon" }
304     { "COD" "Congo, Democratic Republic of the" }
305     { "COG" "Congo" }
306     { "COK" "Cook Islands" }
307     { "COL" "Colombia" }
308     { "COM" "Comoros" }
309     { "CPV" "Cabo Verde" }
310     { "CRI" "Costa Rica" }
311     { "CUB" "Cuba" }
312     { "CUW" "Curaçao" }
313     { "CXR" "Christmas Island" }
314     { "CYM" "Cayman Islands" }
315     { "CYP" "Cyprus" }
316     { "CZE" "Czechia" }
317     { "DEU" "Germany" }
318     { "DJI" "Djibouti" }
319     { "DMA" "Dominica" }
320     { "DNK" "Denmark" }
321     { "DOM" "Dominican Republic" }
322     { "DZA" "Algeria" }
323     { "ECU" "Ecuador" }
324     { "EGY" "Egypt" }
325     { "ERI" "Eritrea" }
326     { "ESH" "Western Sahara" }
327     { "ESP" "Spain" }
328     { "EST" "Estonia" }
329     { "ETH" "Ethiopia" }
330     { "FIN" "Finland" }
331     { "FJI" "Fiji" }
332     { "FLK" "Falkland Islands (Malvinas)" }
333     { "FRA" "France" }
334     { "FRO" "Faroe Islands" }
335     { "FSM" "Micronesia (Federated States of)" }
336     { "GAB" "Gabon" }
337     { "GBR" "United Kingdom of Great Britain and Northern Ireland" }
338     { "GEO" "Georgia" }
339     { "GGY" "Guernsey" }
340     { "GHA" "Ghana" }
341     { "GIB" "Gibraltar" }
342     { "GIN" "Guinea" }
343     { "GLP" "Guadeloupe" }
344     { "GMB" "Gambia" }
345     { "GNB" "Guinea-Bissau" }
346     { "GNQ" "Equatorial Guinea" }
347     { "GRC" "Greece" }
348     { "GRD" "Grenada" }
349     { "GRL" "Greenland" }
350     { "GTM" "Guatemala" }
351     { "GUF" "French Guiana" }
352     { "GUM" "Guam" }
353     { "GUY" "Guyana" }
354     { "HKG" "Hong Kong" }
355     { "HMD" "Heard Island and McDonald Islands" }
356     { "HND" "Honduras" }
357     { "HRV" "Croatia" }
358     { "HTI" "Haiti" }
359     { "HUN" "Hungary" }
360     { "IDN" "Indonesia" }
361     { "IMN" "Isle of Man" }
362     { "IND" "India" }
363     { "IOT" "British Indian Ocean Territory" }
364     { "IRL" "Ireland" }
365     { "IRN" "Iran (Islamic Republic of)" }
366     { "IRQ" "Iraq" }
367     { "ISL" "Iceland" }
368     { "ISR" "Israel" }
369     { "ITA" "Italy" }
370     { "JAM" "Jamaica" }
371     { "JEY" "Jersey" }
372     { "JOR" "Jordan" }
373     { "JPN" "Japan" }
374     { "KAZ" "Kazakhstan" }
375     { "KEN" "Kenya" }
376     { "KGZ" "Kyrgyzstan" }
377     { "KHM" "Cambodia" }
378     { "KIR" "Kiribati" }
379     { "KNA" "Saint Kitts and Nevis" }
380     { "KOR" "Korea, Republic of" }
381     { "KWT" "Kuwait" }
382     { "LAO" "Lao People's Democratic Republic" }
383     { "LBN" "Lebanon" }
384     { "LBR" "Liberia" }
385     { "LBY" "Libya" }
386     { "LCA" "Saint Lucia" }
387     { "LIE" "Liechtenstein" }
388     { "LKA" "Sri Lanka" }
389     { "LSO" "Lesotho" }
390     { "LTU" "Lithuania" }
391     { "LUX" "Luxembourg" }
392     { "LVA" "Latvia" }
393     { "MAC" "Macao" }
394     { "MAF" "Saint Martin (French part)" }
395     { "MAR" "Morocco" }
396     { "MCO" "Monaco" }
397     { "MDA" "Moldova, Republic of" }
398     { "MDG" "Madagascar" }
399     { "MDV" "Maldives" }
400     { "MEX" "Mexico" }
401     { "MHL" "Marshall Islands" }
402     { "MKD" "North Macedonia" }
403     { "MLI" "Mali" }
404     { "MLT" "Malta" }
405     { "MMR" "Myanmar" }
406     { "MNE" "Montenegro" }
407     { "MNG" "Mongolia" }
408     { "MNP" "Northern Mariana Islands" }
409     { "MOZ" "Mozambique" }
410     { "MRT" "Mauritania" }
411     { "MSR" "Montserrat" }
412     { "MTQ" "Martinique" }
413     { "MUS" "Mauritius" }
414     { "MWI" "Malawi" }
415     { "MYS" "Malaysia" }
416     { "MYT" "Mayotte" }
417     { "NAM" "Namibia" }
418     { "NCL" "New Caledonia" }
419     { "NER" "Niger" }
420     { "NFK" "Norfolk Island" }
421     { "NGA" "Nigeria" }
422     { "NIC" "Nicaragua" }
423     { "NIU" "Niue" }
424     { "NLD" "Netherlands" }
425     { "NOR" "Norway" }
426     { "NPL" "Nepal" }
427     { "NRU" "Nauru" }
428     { "NZL" "New Zealand" }
429     { "OMN" "Oman" }
430     { "PAK" "Pakistan" }
431     { "PAN" "Panama" }
432     { "PCN" "Pitcairn" }
433     { "PER" "Peru" }
434     { "PHL" "Philippines" }
435     { "PLW" "Palau" }
436     { "PNG" "Papua New Guinea" }
437     { "POL" "Poland" }
438     { "PRI" "Puerto Rico" }
439     { "PRK" "Korea (Democratic People's Republic of)" }
440     { "PRT" "Portugal" }
441     { "PRY" "Paraguay" }
442     { "PSE" "Palestine, State of" }
443     { "PYF" "French Polynesia" }
444     { "QAT" "Qatar" }
445     { "REU" "Réunion" }
446     { "ROU" "Romania" }
447     { "RUS" "Russian Federation" }
448     { "RWA" "Rwanda" }
449     { "SAU" "Saudi Arabia" }
450     { "SDN" "Sudan" }
451     { "SEN" "Senegal" }
452     { "SGP" "Singapore" }
453     { "SGS" "South Georgia and the South Sandwich Islands" }
454     { "SHN" "Saint Helena, Ascension and Tristan da Cunha" }
455     { "SJM" "Svalbard and Jan Mayen" }
456     { "SLB" "Solomon Islands" }
457     { "SLE" "Sierra Leone" }
458     { "SLV" "El Salvador" }
459     { "SMR" "San Marino" }
460     { "SOM" "Somalia" }
461     { "SPM" "Saint Pierre and Miquelon" }
462     { "SRB" "Serbia" }
463     { "SSD" "South Sudan" }
464     { "STP" "Sao Tome and Principe" }
465     { "SUR" "Suriname" }
466     { "SVK" "Slovakia" }
467     { "SVN" "Slovenia" }
468     { "SWE" "Sweden" }
469     { "SWZ" "Eswatini" }
470     { "SXM" "Sint Maarten (Dutch part)" }
471     { "SYC" "Seychelles" }
472     { "SYR" "Syrian Arab Republic" }
473     { "TCA" "Turks and Caicos Islands" }
474     { "TCD" "Chad" }
475     { "TGO" "Togo" }
476     { "THA" "Thailand" }
477     { "TJK" "Tajikistan" }
478     { "TKL" "Tokelau" }
479     { "TKM" "Turkmenistan" }
480     { "TLS" "Timor-Leste" }
481     { "TON" "Tonga" }
482     { "TTO" "Trinidad and Tobago" }
483     { "TUN" "Tunisia" }
484     { "TUR" "Turkey" }
485     { "TUV" "Tuvalu" }
486     { "TWN" "Taiwan, Province of China" }
487     { "TZA" "Tanzania, United Republic of" }
488     { "UGA" "Uganda" }
489     { "UKR" "Ukraine" }
490     { "UMI" "United States Minor Outlying Islands" }
491     { "URY" "Uruguay" }
492     { "USA" "United States of America" }
493     { "UZB" "Uzbekistan" }
494     { "VAT" "Holy See" }
495     { "VCT" "Saint Vincent and the Grenadines" }
496     { "VEN" "Venezuela (Bolivarian Republic of)" }
497     { "VGB" "Virgin Islands (British)" }
498     { "VIR" "Virgin Islands (U.S.)" }
499     { "VNM" "Viet Nam" }
500     { "VUT" "Vanuatu" }
501     { "WLF" "Wallis and Futuna" }
502     { "WSM" "Samoa" }
503     { "YEM" "Yemen" }
504     { "ZAF" "South Africa" }
505     { "ZMB" "Zambia" }
506     { "ZWE" "Zimbabwe" }
507 }