1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
// MIT License
//
//Copyright (c) 2018 Brett Russell
//
//Permission is hereby granted, free of charge, to any person obtaining a copy
//of this software and associated documentation files (the "Software"), to deal
//in the Software without restriction, including without limitation the rights
//to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
//copies of the Software, and to permit persons to whom the Software is
//furnished to do so, subject to the following conditions:
//
//The above copyright notice and this permission notice shall be included in all
//copies or substantial portions of the Software.
//
//THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
//IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
//FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
//AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
//LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
//OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
//SOFTWARE.


pub const ISO_FULL_AFG: &str = "Afghanistan";
pub const ISO_FULL_ALA: &str = "Åland Islands";
pub const ISO_FULL_ALB: &str = "Albania";
pub const ISO_FULL_DZA: &str = "Algeria";
pub const ISO_FULL_ASM: &str = "American Samoa";
pub const ISO_FULL_AND: &str = "Andorra";
pub const ISO_FULL_AGO: &str = "Angola";
pub const ISO_FULL_AIA: &str = "Anguilla";
pub const ISO_FULL_ATA: &str = "Antarctica";
pub const ISO_FULL_ATG: &str = "Antigua and Barbuda";
pub const ISO_FULL_ARG: &str = "Argentina";
pub const ISO_FULL_ARM: &str = "Armenia";
pub const ISO_FULL_ABW: &str = "Aruba";
pub const ISO_FULL_AUS: &str = "Australia";
pub const ISO_FULL_AUT: &str = "Austria";
pub const ISO_FULL_AZE: &str = "Azerbaijan";
pub const ISO_FULL_BHS: &str = "Bahamas";
pub const ISO_FULL_BHR: &str = "Bahrain";
pub const ISO_FULL_BGD: &str = "Bangladesh";
pub const ISO_FULL_BRB: &str = "Barbados";
pub const ISO_FULL_BLR: &str = "Belarus";
pub const ISO_FULL_BEL: &str = "Belgium";
pub const ISO_FULL_BLZ: &str = "Belize";
pub const ISO_FULL_BEN: &str = "Benin";
pub const ISO_FULL_BMU: &str = "Bermuda";
pub const ISO_FULL_BTN: &str = "Bhutan";
pub const ISO_FULL_BOL: &str = "Bolivia (Plurinational State of)";
pub const ISO_FULL_BES: &str = "Bonaire, Sint Eustatius and Saba";
pub const ISO_FULL_BIH: &str = "Bosnia and Herzegovina";
pub const ISO_FULL_BWA: &str = "Botswana";
pub const ISO_FULL_BVT: &str = "Bouvet Island";
pub const ISO_FULL_BRA: &str = "Brazil";
pub const ISO_FULL_IOT: &str = "British Indian Ocean Territory";
pub const ISO_FULL_BRN: &str = "Brunei Darussalam";
pub const ISO_FULL_BGR: &str = "Bulgaria";
pub const ISO_FULL_BFA: &str = "Burkina Faso";
pub const ISO_FULL_BDI: &str = "Burundi";
pub const ISO_FULL_CPV: &str = "Cabo Verde";
pub const ISO_FULL_KHM: &str = "Cambodia";
pub const ISO_FULL_CMR: &str = "Cameroon";
pub const ISO_FULL_CAN: &str = "Canada";
pub const ISO_FULL_CYM: &str = "Cayman Islands";
pub const ISO_FULL_CAF: &str = "Central African Republic";
pub const ISO_FULL_TCD: &str = "Chad";
pub const ISO_FULL_CHL: &str = "Chile";
pub const ISO_FULL_CHN: &str = "China";
pub const ISO_FULL_CXR: &str = "Christmas Island";
pub const ISO_FULL_CCK: &str = "Cocos (Keeling) Islands";
pub const ISO_FULL_COL: &str = "Colombia";
pub const ISO_FULL_COM: &str = "Comoros";
pub const ISO_FULL_COG: &str = "Congo";
pub const ISO_FULL_COD: &str = "Congo (Democratic Republic of the)";
pub const ISO_FULL_COK: &str = "Cook Islands";
pub const ISO_FULL_CRI: &str = "Costa Rica";
pub const ISO_FULL_CIV: &str = "Côte d'Ivoire";
pub const ISO_FULL_HRV: &str = "Croatia";
pub const ISO_FULL_CUB: &str = "Cuba";
pub const ISO_FULL_CUW: &str = "Curaçao";
pub const ISO_FULL_CYP: &str = "Cyprus";
pub const ISO_FULL_CZE: &str = "Czechia";
pub const ISO_FULL_DNK: &str = "Denmark";
pub const ISO_FULL_DJI: &str = "Djibouti";
pub const ISO_FULL_DMA: &str = "Dominica";
pub const ISO_FULL_DOM: &str = "Dominican Republic";
pub const ISO_FULL_ECU: &str = "Ecuador";
pub const ISO_FULL_EGY: &str = "Egypt";
pub const ISO_FULL_SLV: &str = "El Salvador";
pub const ISO_FULL_GNQ: &str = "Equatorial Guinea";
pub const ISO_FULL_ERI: &str = "Eritrea";
pub const ISO_FULL_EST: &str = "Estonia";
pub const ISO_FULL_ETH: &str = "Ethiopia";
pub const ISO_FULL_FLK: &str = "Falkland Islands (Malvinas)";
pub const ISO_FULL_FRO: &str = "Faroe Islands";
pub const ISO_FULL_FJI: &str = "Fiji";
pub const ISO_FULL_FIN: &str = "Finland";
pub const ISO_FULL_FRA: &str = "France";
pub const ISO_FULL_GUF: &str = "French Guiana";
pub const ISO_FULL_PYF: &str = "French Polynesia";
pub const ISO_FULL_ATF: &str = "French Southern Territories";
pub const ISO_FULL_GAB: &str = "Gabon";
pub const ISO_FULL_GMB: &str = "Gambia";
pub const ISO_FULL_GEO: &str = "Georgia";
pub const ISO_FULL_DEU: &str = "Germany";
pub const ISO_FULL_GHA: &str = "Ghana";
pub const ISO_FULL_GIB: &str = "Gibraltar";
pub const ISO_FULL_GRC: &str = "Greece";
pub const ISO_FULL_GRL: &str = "Greenland";
pub const ISO_FULL_GRD: &str = "Grenada";
pub const ISO_FULL_GLP: &str = "Guadeloupe";
pub const ISO_FULL_GUM: &str = "Guam";
pub const ISO_FULL_GTM: &str = "Guatemala";
pub const ISO_FULL_GGY: &str = "Guernsey";
pub const ISO_FULL_GIN: &str = "Guinea";
pub const ISO_FULL_GNB: &str = "Guinea-Bissau";
pub const ISO_FULL_GUY: &str = "Guyana";
pub const ISO_FULL_HTI: &str = "Haiti";
pub const ISO_FULL_HMD: &str = "Heard Island and McDonald Islands";
pub const ISO_FULL_VAT: &str = "Holy See";
pub const ISO_FULL_HND: &str = "Honduras";
pub const ISO_FULL_HKG: &str = "Hong Kong";
pub const ISO_FULL_HUN: &str = "Hungary";
pub const ISO_FULL_ISL: &str = "Iceland";
pub const ISO_FULL_IND: &str = "India";
pub const ISO_FULL_IDN: &str = "Indonesia";
pub const ISO_FULL_IRN: &str = "Iran (Islamic Republic of)";
pub const ISO_FULL_IRQ: &str = "Iraq";
pub const ISO_FULL_IRL: &str = "Ireland";
pub const ISO_FULL_IMN: &str = "Isle of Man";
pub const ISO_FULL_ISR: &str = "Israel";
pub const ISO_FULL_ITA: &str = "Italy";
pub const ISO_FULL_JAM: &str = "Jamaica";
pub const ISO_FULL_JPN: &str = "Japan";
pub const ISO_FULL_JEY: &str = "Jersey";
pub const ISO_FULL_JOR: &str = "Jordan";
pub const ISO_FULL_KAZ: &str = "Kazakhstan";
pub const ISO_FULL_KEN: &str = "Kenya";
pub const ISO_FULL_KIR: &str = "Kiribati";
pub const ISO_FULL_PRK: &str = "Korea (Democratic People's Republic of)";
pub const ISO_FULL_KOR: &str = "Korea (Republic of)";
pub const ISO_FULL_KWT: &str = "Kuwait";
pub const ISO_FULL_KGZ: &str = "Kyrgyzstan";
pub const ISO_FULL_LAO: &str = "Lao People's Democratic Republic";
pub const ISO_FULL_LVA: &str = "Latvia";
pub const ISO_FULL_LBN: &str = "Lebanon";
pub const ISO_FULL_LSO: &str = "Lesotho";
pub const ISO_FULL_LBR: &str = "Liberia";
pub const ISO_FULL_LBY: &str = "Libya";
pub const ISO_FULL_LIE: &str = "Liechtenstein";
pub const ISO_FULL_LTU: &str = "Lithuania";
pub const ISO_FULL_LUX: &str = "Luxembourg";
pub const ISO_FULL_MAC: &str = "Macao";
pub const ISO_FULL_MKD: &str = "Macedonia (the former Yugoslav Republic of)";
pub const ISO_FULL_MDG: &str = "Madagascar";
pub const ISO_FULL_MWI: &str = "Malawi";
pub const ISO_FULL_MYS: &str = "Malaysia";
pub const ISO_FULL_MDV: &str = "Maldives";
pub const ISO_FULL_MLI: &str = "Mali";
pub const ISO_FULL_MLT: &str = "Malta";
pub const ISO_FULL_MHL: &str = "Marshall Islands";
pub const ISO_FULL_MTQ: &str = "Martinique";
pub const ISO_FULL_MRT: &str = "Mauritania";
pub const ISO_FULL_MUS: &str = "Mauritius";
pub const ISO_FULL_MYT: &str = "Mayotte";
pub const ISO_FULL_MEX: &str = "Mexico";
pub const ISO_FULL_FSM: &str = "Micronesia (Federated States of)";
pub const ISO_FULL_MDA: &str = "Moldova (Republic of)";
pub const ISO_FULL_MCO: &str = "Monaco";
pub const ISO_FULL_MNG: &str = "Mongolia";
pub const ISO_FULL_MNE: &str = "Montenegro";
pub const ISO_FULL_MSR: &str = "Montserrat";
pub const ISO_FULL_MAR: &str = "Morocco";
pub const ISO_FULL_MOZ: &str = "Mozambique";
pub const ISO_FULL_MMR: &str = "Myanmar";
pub const ISO_FULL_NAM: &str = "Namibia";
pub const ISO_FULL_NRU: &str = "Nauru";
pub const ISO_FULL_NPL: &str = "Nepal";
pub const ISO_FULL_NLD: &str = "Netherlands";
pub const ISO_FULL_NCL: &str = "New Caledonia";
pub const ISO_FULL_NZL: &str = "New Zealand";
pub const ISO_FULL_NIC: &str = "Nicaragua";
pub const ISO_FULL_NER: &str = "Niger";
pub const ISO_FULL_NGA: &str = "Nigeria";
pub const ISO_FULL_NIU: &str = "Niue";
pub const ISO_FULL_NFK: &str = "Norfolk Island";
pub const ISO_FULL_MNP: &str = "Northern Mariana Islands";
pub const ISO_FULL_NOR: &str = "Norway";
pub const ISO_FULL_OMN: &str = "Oman";
pub const ISO_FULL_PAK: &str = "Pakistan";
pub const ISO_FULL_PLW: &str = "Palau";
pub const ISO_FULL_PSE: &str = "Palestine, State of";
pub const ISO_FULL_PAN: &str = "Panama";
pub const ISO_FULL_PNG: &str = "Papua New Guinea";
pub const ISO_FULL_PRY: &str = "Paraguay";
pub const ISO_FULL_PER: &str = "Peru";
pub const ISO_FULL_PHL: &str = "Philippines";
pub const ISO_FULL_PCN: &str = "Pitcairn";
pub const ISO_FULL_POL: &str = "Poland";
pub const ISO_FULL_PRT: &str = "Portugal";
pub const ISO_FULL_PRI: &str = "Puerto Rico";
pub const ISO_FULL_QAT: &str = "Qatar";
pub const ISO_FULL_REU: &str = "Réunion";
pub const ISO_FULL_ROU: &str = "Romania";
pub const ISO_FULL_RUS: &str = "Russian Federation";
pub const ISO_FULL_RWA: &str = "Rwanda";
pub const ISO_FULL_BLM: &str = "Saint Barthélemy";
pub const ISO_FULL_SHN: &str = "Saint Helena, Ascension and Tristan da Cunha";
pub const ISO_FULL_KNA: &str = "Saint Kitts and Nevis";
pub const ISO_FULL_LCA: &str = "Saint Lucia";
pub const ISO_FULL_MAF: &str = "Saint Martin (French part)";
pub const ISO_FULL_SPM: &str = "Saint Pierre and Miquelon";
pub const ISO_FULL_VCT: &str = "Saint Vincent and the Grenadines";
pub const ISO_FULL_WSM: &str = "Samoa";
pub const ISO_FULL_SMR: &str = "San Marino";
pub const ISO_FULL_STP: &str = "Sao Tome and Principe";
pub const ISO_FULL_SAU: &str = "Saudi Arabia";
pub const ISO_FULL_SEN: &str = "Senegal";
pub const ISO_FULL_SRB: &str = "Serbia";
pub const ISO_FULL_SYC: &str = "Seychelles";
pub const ISO_FULL_SLE: &str = "Sierra Leone";
pub const ISO_FULL_SGP: &str = "Singapore";
pub const ISO_FULL_SXM: &str = "Sint Maarten (Dutch part)";
pub const ISO_FULL_SVK: &str = "Slovakia";
pub const ISO_FULL_SVN: &str = "Slovenia";
pub const ISO_FULL_SLB: &str = "Solomon Islands";
pub const ISO_FULL_SOM: &str = "Somalia";
pub const ISO_FULL_ZAF: &str = "South Africa";
pub const ISO_FULL_SGS: &str = "South Georgia and the South Sandwich Islands";
pub const ISO_FULL_SSD: &str = "South Sudan";
pub const ISO_FULL_ESP: &str = "Spain";
pub const ISO_FULL_LKA: &str = "Sri Lanka";
pub const ISO_FULL_SDN: &str = "Sudan";
pub const ISO_FULL_SUR: &str = "Suriname";
pub const ISO_FULL_SJM: &str = "Svalbard and Jan Mayen";
pub const ISO_FULL_SWZ: &str = "Swaziland";
pub const ISO_FULL_SWE: &str = "Sweden";
pub const ISO_FULL_CHE: &str = "Switzerland";
pub const ISO_FULL_SYR: &str = "Syrian Arab Republic";
pub const ISO_FULL_TWN: &str = "Taiwan, Province of China";
pub const ISO_FULL_TJK: &str = "Tajikistan";
pub const ISO_FULL_TZA: &str = "Tanzania, United Republic of";
pub const ISO_FULL_THA: &str = "Thailand";
pub const ISO_FULL_TLS: &str = "Timor-Leste";
pub const ISO_FULL_TGO: &str = "Togo";
pub const ISO_FULL_TKL: &str = "Tokelau";
pub const ISO_FULL_TON: &str = "Tonga";
pub const ISO_FULL_TTO: &str = "Trinidad and Tobago";
pub const ISO_FULL_TUN: &str = "Tunisia";
pub const ISO_FULL_TUR: &str = "Turkey";
pub const ISO_FULL_TKM: &str = "Turkmenistan";
pub const ISO_FULL_TCA: &str = "Turks and Caicos Islands";
pub const ISO_FULL_TUV: &str = "Tuvalu";
pub const ISO_FULL_UGA: &str = "Uganda";
pub const ISO_FULL_UKR: &str = "Ukraine";
pub const ISO_FULL_ARE: &str = "United Arab Emirates";
pub const ISO_FULL_GBR: &str = "United Kingdom of Great Britain and Northern Ireland";
pub const ISO_FULL_USA: &str = "United States of America";
pub const ISO_FULL_UMI: &str = "United States Minor Outlying Islands";
pub const ISO_FULL_URY: &str = "Uruguay";
pub const ISO_FULL_UZB: &str = "Uzbekistan";
pub const ISO_FULL_VUT: &str = "Vanuatu";
pub const ISO_FULL_VEN: &str = "Venezuela (Bolivarian Republic of)";
pub const ISO_FULL_VNM: &str = "Viet Nam";
pub const ISO_FULL_VGB: &str = "Virgin Islands (British)";
pub const ISO_FULL_VIR: &str = "Virgin Islands (U.S.)";
pub const ISO_FULL_WLF: &str = "Wallis and Futuna";
pub const ISO_FULL_ESH: &str = "Western Sahara";
pub const ISO_FULL_YEM: &str = "Yemen";
pub const ISO_FULL_ZMB: &str = "Zambia";
pub const ISO_FULL_ZWE: &str = "Zimbabwe";