/src/tlib/countrycodes.py

http://pyaimt.googlecode.com/ · Python · 250 lines · 245 code · 2 blank · 3 comment · 0 complexity · ca51d115b5c35657f133563d11ffcce0 MD5 · raw file

  1. # Description: Country codes from the licq source code.
  2. # License: GNU GPLv2 (see COPYING for details)
  3. # (c) Copyright 2004 Daniel Henninger <jadestorm@nc.rr.com>
  4. countryCodes = {
  5. 0:"",
  6. 93:"Afghanistan",
  7. 355:"Albania",
  8. 213:"Algeria",
  9. 684:"American Samoa",
  10. 376:"Andorra",
  11. 244:"Angola",
  12. 101:"Anguilla",
  13. 1021:"Antigua and Barbuda",
  14. 102:"Antigua",
  15. 5902:"Antilles",
  16. 54:"Argentina",
  17. 374:"Armenia",
  18. 297:"Aruba",
  19. 247:"Ascension Island",
  20. 61:"Australia",
  21. 43:"Austria",
  22. 994:"Azerbaijan",
  23. 103:"Bahamas",
  24. 973:"Bahrain",
  25. 880:"Bangladesh",
  26. 104:"Barbados",
  27. 120:"Barbuda",
  28. 375:"Belarus",
  29. 32:"Belgium",
  30. 501:"Belize",
  31. 229:"Benin",
  32. 105:"Bermuda",
  33. 975:"Bhutan",
  34. 591:"Bolivia",
  35. 387:"Bosnia and Herzegovina",
  36. 267:"Botswana",
  37. 55:"Brazil",
  38. 106:"British Virgin Islands",
  39. 673:"Brunei",
  40. 359:"Bulgaria",
  41. 226:"Burkina Faso",
  42. 257:"Burundi",
  43. 855:"Cambodia",
  44. 237:"Cameroon",
  45. 107:"Canada",
  46. 178:"Canary Islands",
  47. 238:"Cape Verde Islands",
  48. 108:"Cayman Islands",
  49. 236:"Central African Republic",
  50. 235:"Chad",
  51. 56:"Chile, Republic of",
  52. 86:"China",
  53. 672:"Christmas Island",
  54. 6102:"Cocos (Keeling) Islands",
  55. 6101:"Cocos-Keeling Islands",
  56. 57:"Colombia",
  57. 2691:"Comoros",
  58. 242:"Congo, (Republic of the)",
  59. 243:"Congo, Democratic Republic of (Zaire)",
  60. 682:"Cook Islands",
  61. 506:"Costa Rica",
  62. 225:"Cote d'Ivoire",
  63. 385:"Croatia",
  64. 53:"Cuba",
  65. 357:"Cyprus",
  66. 42:"Czech Republic",
  67. 45:"Denmark",
  68. 246:"Diego Garcia",
  69. 253:"Djibouti",
  70. 109:"Dominica",
  71. 110:"Dominican Republic",
  72. 593:"Ecuador",
  73. 20:"Egypt",
  74. 503:"El Salvador",
  75. 240:"Equatorial Guinea",
  76. 291:"Eritrea",
  77. 372:"Estonia",
  78. 251:"Ethiopia",
  79. 298:"Faeroe Islands",
  80. 500:"Falkland Islands",
  81. 679:"Fiji",
  82. 358:"Finland",
  83. 33:"France",
  84. 5901:"French Antilles",
  85. 594:"French Guiana",
  86. 689:"French Polynesia",
  87. 241:"Gabon",
  88. 220:"Gambia",
  89. 995:"Georgia",
  90. 49:"Germany",
  91. 233:"Ghana",
  92. 350:"Gibraltar",
  93. 30:"Greece",
  94. 299:"Greenland",
  95. 111:"Grenada",
  96. 590:"Guadeloupe",
  97. 671:"Guam, US Territory of",
  98. 502:"Guatemala",
  99. 224:"Guinea",
  100. 245:"Guinea-Bissau",
  101. 592:"Guyana",
  102. 509:"Haiti",
  103. 504:"Honduras",
  104. 852:"Hong Kong",
  105. 36:"Hungary",
  106. 354:"Iceland",
  107. 91:"India",
  108. 62:"Indonesia",
  109. 98:"Iran (Islamic Republic of)",
  110. 964:"Iraq",
  111. 353:"Ireland",
  112. 972:"Israel",
  113. 39:"Italy",
  114. 112:"Jamaica",
  115. 81:"Japan",
  116. 962:"Jordan",
  117. 705:"Kazakhstan",
  118. 254:"Kenya",
  119. 686:"Kiribati",
  120. 850:"Korea (North Korea), Democratic People's Republic of",
  121. 82:"Korea (South Korea), Republic of",
  122. 965:"Kuwait",
  123. 706:"Kyrgyzstan",
  124. 856:"Lao People's Democratic Republic",
  125. 371:"Latvia",
  126. 961:"Lebanon",
  127. 266:"Lesotho",
  128. 231:"Liberia",
  129. 218:"Libyan Arab Jamahiriya",
  130. 4101:"Liechtenstein",
  131. 370:"Lithuania",
  132. 352:"Luxembourg",
  133. 853:"Macau",
  134. 389:"Macedonia (F.Y.R.O.M.)",
  135. 261:"Madagascar",
  136. 265:"Malawi",
  137. 60:"Malaysia",
  138. 960:"Maldives",
  139. 223:"Mali",
  140. 356:"Malta",
  141. 692:"Marshall Islands",
  142. 596:"Martinique",
  143. 222:"Mauritania",
  144. 230:"Mauritius",
  145. 269:"Mayotte Island",
  146. 52:"Mexico",
  147. 691:"Micronesia, Federated States of",
  148. 373:"Moldova, Republic of",
  149. 377:"Monaco",
  150. 976:"Mongolia",
  151. 113:"Montserrat",
  152. 212:"Morocco",
  153. 258:"Mozambique",
  154. 95:"Myanmar",
  155. 264:"Namibia",
  156. 674:"Nauru",
  157. 977:"Nepal",
  158. 599:"Netherlands Antilles",
  159. 31:"Netherlands",
  160. 114:"Nevis",
  161. 687:"New Caledonia",
  162. 64:"New Zealand",
  163. 505:"Nicaragua",
  164. 227:"Niger",
  165. 234:"Nigeria",
  166. 683:"Niue",
  167. 6722:"Norfolk Island",
  168. 47:"Norway",
  169. 968:"Oman",
  170. 92:"Pakistan",
  171. 680:"Palau",
  172. 507:"Panama",
  173. 675:"Papua New Guinea",
  174. 595:"Paraguay",
  175. 51:"Peru",
  176. 63:"Philippines",
  177. 48:"Poland",
  178. 351:"Portugal",
  179. 121:"Puerto Rico, Common Wealth of",
  180. 974:"Qatar",
  181. 262:"Reunion Island",
  182. 40:"Romania",
  183. 6701:"Rota Island",
  184. 7:"Russia",
  185. 250:"Rwanda",
  186. 1141:"Saint Kitts and Nevis",
  187. 122:"Saint Lucia",
  188. 670:"Saipan Island",
  189. 378:"San Marino",
  190. 239:"Sao Tome & Principe",
  191. 966:"Saudi Arabia",
  192. 442:"Scotland",
  193. 221:"Senegal",
  194. 248:"Seychelles",
  195. 232:"Sierra Leone",
  196. 65:"Singapore",
  197. 4201:"Slovakia",
  198. 386:"Slovenia",
  199. 677:"Solomon Islands",
  200. 252:"Somalia",
  201. 27:"South Africa",
  202. 34:"Spain",
  203. 94:"Sri Lanka",
  204. 290:"St. Helena",
  205. 115:"St. Kitts",
  206. 508:"St. Pierre and Miquelon",
  207. 116:"St. Vincent and the Grenadines",
  208. 249:"Sudan",
  209. 597:"Suriname",
  210. 268:"Swaziland",
  211. 46:"Sweden",
  212. 41:"Switzerland",
  213. 963:"Syrian Arab Republic",
  214. 886:"Taiwan",
  215. 708:"Tajikistan",
  216. 255:"Tanzania, United Republic of",
  217. 66:"Thailand",
  218. 6702:"Tinian Island",
  219. 228:"Togo",
  220. 690:"Tokelau",
  221. 676:"Tonga",
  222. 117:"Trinidad and Tobago",
  223. 216:"Tunisia",
  224. 90:"Turkey",
  225. 709:"Turkmenistan",
  226. 118:"Turks and Caicos Islands",
  227. 688:"Tuvalu",
  228. 256:"Uganda",
  229. 380:"Ukraine",
  230. 971:"United Arab Emirates",
  231. 44:"United Kingdom of Great Britain",
  232. 598:"Uruguay",
  233. 1:"USA",
  234. 711:"Uzbekistan",
  235. 678:"Vanuatu",
  236. 379:"Vatican City",
  237. 58:"Venezuela",
  238. 84:"Viet Nam",
  239. 123:"Virgin Islands of the United States",
  240. 441:"Wales",
  241. 681:"Wallis and Futuna Islands",
  242. 685:"Western Samoa",
  243. 967:"Yemen",
  244. 382:"Yugoslavia - Montenegro",
  245. 3811:"Yugoslavia - Serbia",
  246. 381:"Yugoslavia",
  247. 260:"Zambia",
  248. 263:"Zimbabwe" }