Updated world codes with latest iso3166 codes

This commit is contained in:
Barry Warsaw 1997-12-04 19:42:36 +00:00
parent 9efdef1d39
commit 00727b0022
1 changed files with 7 additions and 8 deletions

View File

@ -249,9 +249,10 @@ country = {
"co": "Colombia", "co": "Colombia",
"km": "Comoros", "km": "Comoros",
"cg": "Congo", "cg": "Congo",
"cd": "Congo, The Democratic Republic of the",
"ck": "Cook Islands", "ck": "Cook Islands",
"cr": "Costa Rica", "cr": "Costa Rica",
"ci": "Cote D'ivoire", "ci": "Cote D'Ivoire",
"hr": "Croatia (local name: Hrvatska)", "hr": "Croatia (local name: Hrvatska)",
"cu": "Cuba", "cu": "Cuba",
"cy": "Cyprus", "cy": "Cyprus",
@ -273,7 +274,7 @@ country = {
"fj": "Fiji", "fj": "Fiji",
"fi": "Finland", "fi": "Finland",
"fr": "France", "fr": "France",
"fx": "France, Metropolitan", "fx": "France, metropolitan",
"gf": "French Guiana", "gf": "French Guiana",
"pf": "French Polynesia", "pf": "French Polynesia",
"tf": "French Southern Territories", "tf": "French Southern Territories",
@ -290,10 +291,11 @@ country = {
"gu": "Guam", "gu": "Guam",
"gt": "Guatemala", "gt": "Guatemala",
"gn": "Guinea", "gn": "Guinea",
"gw": "Guinea-bissau", "gw": "Guinea-Bissau",
"gy": "Guyana", "gy": "Guyana",
"ht": "Haiti", "ht": "Haiti",
"hm": "Heard and McDonald Islands", "hm": "Heard and Mc Donald Islands",
"va": "Holy See (Vatican City State)",
"hn": "Honduras", "hn": "Honduras",
"hk": "Hong Kong", "hk": "Hong Kong",
"hu": "Hungary", "hu": "Hungary",
@ -325,7 +327,7 @@ country = {
"lt": "Lithuania", "lt": "Lithuania",
"lu": "Luxembourg", "lu": "Luxembourg",
"mo": "Macau", "mo": "Macau",
"mk": "Macedonia, the Former Yugoslav Republic of", "mk": "Macedonia, The Former Yugoslav Republic of",
"mg": "Madagascar", "mg": "Madagascar",
"mw": "Malawi", "mw": "Malawi",
"my": "Malaysia", "my": "Malaysia",
@ -427,7 +429,6 @@ country = {
"uy": "Uruguay", "uy": "Uruguay",
"uz": "Uzbekistan", "uz": "Uzbekistan",
"vu": "Vanuatu", "vu": "Vanuatu",
"va": "Vatican City State (Holy See)",
"ve": "Venezuela", "ve": "Venezuela",
"vn": "Viet Nam", "vn": "Viet Nam",
"vg": "Virgin Islands (British)", "vg": "Virgin Islands (British)",
@ -436,12 +437,10 @@ country = {
"eh": "Western Sahara", "eh": "Western Sahara",
"ye": "Yemen", "ye": "Yemen",
"yu": "Yugoslavia", "yu": "Yugoslavia",
"zr": "Zaire",
"zm": "Zambia", "zm": "Zambia",
"zw": "Zimbabwe", "zw": "Zimbabwe",
} }
if __name__ == '__main__': if __name__ == '__main__':
main() main()