address_composer 1.0.1 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/main.yml +1 -1
- data/.gitmodules +1 -0
- data/.rubocop.yml +4 -20
- data/Gemfile.lock +57 -32
- data/README.md +26 -0
- data/address-formatting/.github/workflows/ci.yml +25 -0
- data/address-formatting/README.md +19 -13
- data/address-formatting/bin/coverage.pl +8 -2
- data/address-formatting/bin/run_tests.t +36 -10
- data/address-formatting/conf/abbreviations/ca.yaml +18 -1
- data/address-formatting/conf/abbreviations/cs.yaml +0 -3
- data/address-formatting/conf/abbreviations/da.yaml +1 -1
- data/address-formatting/conf/abbreviations/en.yaml +7 -1
- data/address-formatting/conf/abbreviations/es.yaml +21 -3
- data/address-formatting/conf/abbreviations/et.yaml +0 -3
- data/address-formatting/conf/abbreviations/eu.yaml +0 -1
- data/address-formatting/conf/abbreviations/fi.yaml +0 -3
- data/address-formatting/conf/abbreviations/fr.yaml +1 -1
- data/address-formatting/conf/abbreviations/gl.yaml +14 -0
- data/address-formatting/conf/abbreviations/it.yaml +1 -1
- data/address-formatting/conf/abbreviations/nl.yaml +17 -0
- data/address-formatting/conf/abbreviations/no.yaml +0 -4
- data/address-formatting/conf/abbreviations/pl.yaml +2 -2
- data/address-formatting/conf/abbreviations/pt.yaml +18 -0
- data/address-formatting/conf/abbreviations/ro.yaml +8 -2
- data/address-formatting/conf/abbreviations/sl.yaml +24 -0
- data/address-formatting/conf/abbreviations/{se.yaml → sv.yaml} +1 -5
- data/address-formatting/conf/abbreviations/tr.yaml +0 -4
- data/address-formatting/conf/abbreviations/{vn.yaml → vi.yaml} +1 -3
- data/address-formatting/conf/components.yaml +15 -4
- data/address-formatting/conf/countries/worldwide.yaml +401 -272
- data/address-formatting/conf/country2lang.yaml +33 -32
- data/address-formatting/conf/country_codes.yaml +216 -214
- data/address-formatting/conf/county_codes.yaml +19 -9
- data/address-formatting/conf/state_codes.yaml +91 -49
- data/address-formatting/cpanfile +10 -0
- data/address-formatting/testcases/abbreviations/de.yaml +27 -0
- data/address-formatting/testcases/abbreviations/en.yaml +15 -0
- data/address-formatting/testcases/abbreviations/fr.yaml +12 -0
- data/address-formatting/testcases/countries/al.yaml +17 -3
- data/address-formatting/testcases/countries/au.yaml +29 -3
- data/address-formatting/testcases/countries/be.yaml +17 -2
- data/address-formatting/testcases/countries/bg.yaml +1 -1
- data/address-formatting/testcases/countries/br.yaml +36 -2
- data/address-formatting/testcases/countries/ca.yaml +60 -18
- data/address-formatting/testcases/countries/cl.yaml +3 -2
- data/address-formatting/testcases/countries/cn.yaml +21 -8
- data/address-formatting/testcases/countries/co.yaml +19 -0
- data/address-formatting/testcases/countries/cu.yaml +24 -10
- data/address-formatting/testcases/countries/de.yaml +70 -13
- data/address-formatting/testcases/countries/eg.yaml +6 -6
- data/address-formatting/testcases/countries/eh.yaml +2 -2
- data/address-formatting/testcases/countries/es.yaml +12 -0
- data/address-formatting/testcases/countries/fr.yaml +30 -13
- data/address-formatting/testcases/countries/gb.yaml +63 -4
- data/address-formatting/testcases/countries/hu.yaml +3 -4
- data/address-formatting/testcases/countries/ie.yaml +43 -1
- data/address-formatting/testcases/countries/in.yaml +14 -1
- data/address-formatting/testcases/countries/ir.yaml +19 -8
- data/address-formatting/testcases/countries/it.yaml +30 -2
- data/address-formatting/testcases/countries/kg.yaml +1 -1
- data/address-formatting/testcases/countries/kr.yaml +13 -5
- data/address-formatting/testcases/countries/ml.yaml +9 -9
- data/address-formatting/testcases/countries/mu.yaml +17 -1
- data/address-formatting/testcases/countries/nz.yaml +11 -0
- data/address-formatting/testcases/countries/pa.yaml +17 -0
- data/address-formatting/testcases/countries/ph.yaml +64 -3
- data/address-formatting/testcases/countries/pt.yaml +17 -0
- data/address-formatting/testcases/countries/py.yaml +1 -1
- data/address-formatting/testcases/countries/ru.yaml +3 -3
- data/address-formatting/testcases/countries/sg.yaml +16 -0
- data/address-formatting/testcases/countries/sj.yaml +1 -1
- data/address-formatting/testcases/countries/sk.yaml +20 -2
- data/address-formatting/testcases/countries/sn.yaml +16 -0
- data/address-formatting/testcases/countries/tc.yaml +12 -0
- data/address-formatting/testcases/countries/th.yaml +1 -1
- data/address-formatting/testcases/countries/tk.yaml +1 -1
- data/address-formatting/testcases/countries/tw.yaml +7 -7
- data/address-formatting/testcases/countries/tz.yaml +1 -7
- data/address-formatting/testcases/countries/us.yaml +3 -5
- data/address-formatting/testcases/countries/uy.yaml +1 -1
- data/address-formatting/testcases/countries/vn.yaml +2 -1
- data/address-formatting/testcases/countries/xc.yaml +14 -0
- data/address-formatting/testcases/countries/xk.yaml +20 -0
- data/address_composer.gemspec +11 -9
- data/lib/address_composer/version.rb +1 -1
- data/lib/address_composer.rb +92 -14
- metadata +83 -34
- data/.travis.yml +0 -7
- data/address-formatting/.travis.yml +0 -12
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
# countries with multiple languages should be a comma separated list
|
|
8
8
|
# Example: ES: ca,es,eu,gl
|
|
9
9
|
#
|
|
10
|
-
AD: ca
|
|
10
|
+
AD: ca
|
|
11
11
|
AE: ar,en
|
|
12
12
|
AF: fa,ps
|
|
13
13
|
AG: en
|
|
@@ -21,7 +21,7 @@ AS: en
|
|
|
21
21
|
AT: de
|
|
22
22
|
AU: en
|
|
23
23
|
AW: nl
|
|
24
|
-
AX: fi,
|
|
24
|
+
AX: fi,sv
|
|
25
25
|
AZ: az
|
|
26
26
|
BA: bs,hr,sr
|
|
27
27
|
BB: en
|
|
@@ -30,7 +30,7 @@ BE: fr,nl,de
|
|
|
30
30
|
BF: fr
|
|
31
31
|
BG: bg
|
|
32
32
|
BH: ar,en
|
|
33
|
-
BI: en
|
|
33
|
+
BI: en,fr
|
|
34
34
|
BJ: fr
|
|
35
35
|
BL: fr
|
|
36
36
|
BM: en
|
|
@@ -53,7 +53,7 @@ CH: de,fr,it
|
|
|
53
53
|
CI: fr
|
|
54
54
|
CK: en
|
|
55
55
|
CL: es
|
|
56
|
-
CM: en
|
|
56
|
+
CM: en,fr
|
|
57
57
|
CN: zh
|
|
58
58
|
CO: es
|
|
59
59
|
CR: es
|
|
@@ -61,7 +61,7 @@ CU: es
|
|
|
61
61
|
CV: pt
|
|
62
62
|
CW: en,nl
|
|
63
63
|
CX: en
|
|
64
|
-
CY:
|
|
64
|
+
CY: el
|
|
65
65
|
CZ: cs
|
|
66
66
|
DE: de
|
|
67
67
|
DJ: ar,fr
|
|
@@ -72,22 +72,22 @@ DZ: ar,fr
|
|
|
72
72
|
EC: es
|
|
73
73
|
EE: et
|
|
74
74
|
EG: ar
|
|
75
|
-
EH: ar
|
|
76
|
-
ER: ar,
|
|
75
|
+
EH: ar,es,fr
|
|
76
|
+
ER: ar,en,ti
|
|
77
77
|
ES: ca,es,eu,gl
|
|
78
|
-
ET: am,om
|
|
79
|
-
FI: fi,
|
|
78
|
+
ET: am,om
|
|
79
|
+
FI: fi,sv
|
|
80
80
|
FJ: en
|
|
81
81
|
FK: en
|
|
82
82
|
FM: en
|
|
83
|
-
FO: da
|
|
83
|
+
FO: fo,da
|
|
84
84
|
FR: fr
|
|
85
85
|
GA: fr
|
|
86
86
|
GB: en
|
|
87
87
|
GD: en
|
|
88
88
|
GE: ka
|
|
89
|
-
GG: en
|
|
90
89
|
GF: fr
|
|
90
|
+
GG: en
|
|
91
91
|
GH: en
|
|
92
92
|
GI: en
|
|
93
93
|
GL: da,kl
|
|
@@ -109,23 +109,23 @@ HT: fr,ht
|
|
|
109
109
|
HU: hu
|
|
110
110
|
ID: id
|
|
111
111
|
IE: en
|
|
112
|
-
IL: ar,he
|
|
112
|
+
IL: ar,en,he
|
|
113
113
|
IM: en
|
|
114
|
-
IN: en
|
|
114
|
+
IN: en,hi
|
|
115
115
|
IO: en
|
|
116
116
|
IQ: ar
|
|
117
117
|
IR: fa
|
|
118
|
-
IS: is
|
|
119
|
-
IT: it
|
|
118
|
+
IS: is
|
|
119
|
+
IT: it,de
|
|
120
120
|
JE: en
|
|
121
121
|
JM: en
|
|
122
122
|
JO: ar
|
|
123
123
|
JP: jp
|
|
124
|
-
KE: en
|
|
124
|
+
KE: en,sw
|
|
125
125
|
KG: ky,ru
|
|
126
126
|
KH: km
|
|
127
127
|
KI: en
|
|
128
|
-
KM: ar,fr
|
|
128
|
+
KM: ar,fr,sw
|
|
129
129
|
KN: en
|
|
130
130
|
KP: ko
|
|
131
131
|
KR: ko
|
|
@@ -133,7 +133,7 @@ KW: ar
|
|
|
133
133
|
KY: en
|
|
134
134
|
KZ: kk,ru
|
|
135
135
|
LA: lo
|
|
136
|
-
LB: ar
|
|
136
|
+
LB: ar,fr
|
|
137
137
|
LC: en
|
|
138
138
|
LI: de
|
|
139
139
|
LK: en,si,ta
|
|
@@ -145,7 +145,7 @@ LV: lv
|
|
|
145
145
|
LY: ar
|
|
146
146
|
MA: ar,fr
|
|
147
147
|
MC: fr
|
|
148
|
-
MD: ro
|
|
148
|
+
MD: ro,ru,uk
|
|
149
149
|
ME: sr
|
|
150
150
|
MF: fr
|
|
151
151
|
MG: fr,mg
|
|
@@ -166,30 +166,30 @@ MW: en,ny
|
|
|
166
166
|
MX: es
|
|
167
167
|
MY: ms
|
|
168
168
|
MZ: pt
|
|
169
|
-
NA: en
|
|
169
|
+
NA: de,en
|
|
170
170
|
NC: fr
|
|
171
171
|
NE: fr
|
|
172
172
|
NF: en
|
|
173
|
-
NG:
|
|
173
|
+
NG: en
|
|
174
174
|
NI: es
|
|
175
175
|
NL: nl
|
|
176
176
|
"NO": "no"
|
|
177
|
-
NP: en
|
|
177
|
+
NP: en,ne
|
|
178
178
|
NR: en
|
|
179
179
|
NU: en
|
|
180
|
-
NZ: en
|
|
180
|
+
NZ: en,mi
|
|
181
181
|
OM: ar,en
|
|
182
182
|
PA: es
|
|
183
183
|
PE: es
|
|
184
184
|
PF: fr
|
|
185
185
|
PG: en
|
|
186
186
|
PH: en,tl
|
|
187
|
-
PK: en
|
|
187
|
+
PK: en,ur
|
|
188
188
|
PL: pl
|
|
189
189
|
PM: fr
|
|
190
190
|
PN: en
|
|
191
191
|
PR: en,es
|
|
192
|
-
PS: ar
|
|
192
|
+
PS: ar,he
|
|
193
193
|
PT: pt
|
|
194
194
|
PW: en
|
|
195
195
|
PY: es
|
|
@@ -203,8 +203,8 @@ SA: ar
|
|
|
203
203
|
SB: en
|
|
204
204
|
SC: en,fr
|
|
205
205
|
SD: ar,en
|
|
206
|
-
SE:
|
|
207
|
-
SG: en
|
|
206
|
+
SE: sv
|
|
207
|
+
SG: en,zh
|
|
208
208
|
SH: en
|
|
209
209
|
SI: sl
|
|
210
210
|
SJ: "no"
|
|
@@ -212,7 +212,7 @@ SK: sk
|
|
|
212
212
|
SL: en
|
|
213
213
|
SM: it
|
|
214
214
|
SN: fr
|
|
215
|
-
SO: so
|
|
215
|
+
SO: ar,so
|
|
216
216
|
SR: nl
|
|
217
217
|
SS: en
|
|
218
218
|
ST: pt
|
|
@@ -221,7 +221,7 @@ SX: en,nl
|
|
|
221
221
|
SY: ar
|
|
222
222
|
SZ: en,ss
|
|
223
223
|
TC: en
|
|
224
|
-
TD: fr
|
|
224
|
+
TD: ar,fr
|
|
225
225
|
TF: fr
|
|
226
226
|
TG: fr
|
|
227
227
|
TH: th
|
|
@@ -247,12 +247,13 @@ VC: en
|
|
|
247
247
|
VE: es
|
|
248
248
|
VG: en
|
|
249
249
|
VI: en
|
|
250
|
-
VN:
|
|
251
|
-
VU: en
|
|
250
|
+
VN: vi
|
|
251
|
+
VU: en,fr
|
|
252
252
|
WF: fr
|
|
253
253
|
WS: en
|
|
254
|
+
XK: sq,sr
|
|
254
255
|
YE: ar
|
|
255
256
|
YT: fr
|
|
256
|
-
ZA: en
|
|
257
|
+
ZA: en,af
|
|
257
258
|
ZM: en
|
|
258
259
|
ZW: en
|
|
@@ -1,252 +1,254 @@
|
|
|
1
1
|
# only for reference.
|
|
2
|
-
# http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
|
|
3
|
-
#
|
|
4
|
-
AD: # Andorra
|
|
5
|
-
AE: # United Arab Emirates
|
|
6
|
-
AF: # Afghanistan
|
|
7
|
-
AG: # Antigua and Barbuda
|
|
8
|
-
AI: # Anguilla
|
|
9
|
-
AL: # Albania
|
|
10
|
-
AM: # Armenia
|
|
11
|
-
AO: # Angola
|
|
12
|
-
AQ: # Antarctica
|
|
13
|
-
AR: # Argentina
|
|
14
|
-
AS: # American Samoa
|
|
15
|
-
AT: # Austria
|
|
16
|
-
AU: # Australia
|
|
17
|
-
AW: # Aruba
|
|
2
|
+
# see http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
|
|
3
|
+
# note codes beginging with X and not official
|
|
4
|
+
AD: # Andorra
|
|
5
|
+
AE: # United Arab Emirates
|
|
6
|
+
AF: # Afghanistan
|
|
7
|
+
AG: # Antigua and Barbuda
|
|
8
|
+
AI: # Anguilla
|
|
9
|
+
AL: # Albania
|
|
10
|
+
AM: # Armenia
|
|
11
|
+
AO: # Angola
|
|
12
|
+
AQ: # Antarctica
|
|
13
|
+
AR: # Argentina
|
|
14
|
+
AS: # American Samoa
|
|
15
|
+
AT: # Austria
|
|
16
|
+
AU: # Australia
|
|
17
|
+
AW: # Aruba
|
|
18
18
|
AX: # Åland Islands
|
|
19
|
-
AZ: # Azerbaijan
|
|
20
|
-
BA: # Bosnia and Herzegovina
|
|
21
|
-
BB: # Barbados
|
|
22
|
-
BD: # Bangladesh
|
|
23
|
-
BE: # Belgium
|
|
24
|
-
BF: # Burkina Faso
|
|
25
|
-
BG: # Bulgaria
|
|
26
|
-
BH: # Bahrain
|
|
27
|
-
BI: # Burundi
|
|
28
|
-
BJ: # Benin
|
|
29
|
-
BL: # Saint Barthélemy
|
|
30
|
-
BM: # Bermuda
|
|
19
|
+
AZ: # Azerbaijan
|
|
20
|
+
BA: # Bosnia and Herzegovina
|
|
21
|
+
BB: # Barbados
|
|
22
|
+
BD: # Bangladesh
|
|
23
|
+
BE: # Belgium
|
|
24
|
+
BF: # Burkina Faso
|
|
25
|
+
BG: # Bulgaria
|
|
26
|
+
BH: # Bahrain
|
|
27
|
+
BI: # Burundi
|
|
28
|
+
BJ: # Benin
|
|
29
|
+
BL: # Saint Barthélemy
|
|
30
|
+
BM: # Bermuda
|
|
31
31
|
BN: # Brunei
|
|
32
32
|
BO: # Bolivia
|
|
33
33
|
BQ: # Caribbean Netherlands
|
|
34
|
-
BR: # Brazil
|
|
34
|
+
BR: # Brazil
|
|
35
35
|
BS: # The Bahamas
|
|
36
|
-
BT: # Bhutan
|
|
37
|
-
BV: # Bouvet Island
|
|
38
|
-
BW: # Botswana
|
|
39
|
-
BY: # Belarus
|
|
40
|
-
BZ: # Belize
|
|
41
|
-
CA: # Canada
|
|
42
|
-
CC: # Cocos (Keeling) Islands
|
|
36
|
+
BT: # Bhutan
|
|
37
|
+
BV: # Bouvet Island
|
|
38
|
+
BW: # Botswana
|
|
39
|
+
BY: # Belarus
|
|
40
|
+
BZ: # Belize
|
|
41
|
+
CA: # Canada
|
|
42
|
+
CC: # Cocos (Keeling) Islands
|
|
43
43
|
CD: # Democratic Republic of the Congo
|
|
44
|
-
CF: # Central African Republic
|
|
44
|
+
CF: # Central African Republic
|
|
45
45
|
CG: # Republic of the Congo
|
|
46
|
-
CH: # Switzerland
|
|
46
|
+
CH: # Switzerland
|
|
47
47
|
CI: # Côte d'Ivoire
|
|
48
|
-
CK: # Cook Islands
|
|
49
|
-
CL: # Chile
|
|
50
|
-
CM: # Cameroon
|
|
51
|
-
CN: # China
|
|
52
|
-
CO: # Colombia
|
|
53
|
-
CR: # Costa Rica
|
|
54
|
-
CU: # Cuba
|
|
55
|
-
CV: # Cabo Verde
|
|
56
|
-
CW: # Curaçao
|
|
57
|
-
CX: # Christmas Island
|
|
58
|
-
CY: # Cyprus
|
|
59
|
-
CZ: # Czech Republic
|
|
60
|
-
DE: # Germany
|
|
61
|
-
DJ: # Djibouti
|
|
62
|
-
DK: # Denmark
|
|
63
|
-
DM: # Dominica
|
|
64
|
-
DO: # Dominican Republic
|
|
65
|
-
DZ: # Algeria
|
|
66
|
-
EC: # Ecuador
|
|
67
|
-
EE: # Estonia
|
|
68
|
-
EG: # Egypt
|
|
69
|
-
EH: # Western Sahara
|
|
70
|
-
ER: # Eritrea
|
|
71
|
-
ES: # Spain
|
|
72
|
-
ET: # Ethiopia
|
|
73
|
-
FI: # Finland
|
|
74
|
-
FJ: # Fiji
|
|
48
|
+
CK: # Cook Islands
|
|
49
|
+
CL: # Chile
|
|
50
|
+
CM: # Cameroon
|
|
51
|
+
CN: # China
|
|
52
|
+
CO: # Colombia
|
|
53
|
+
CR: # Costa Rica
|
|
54
|
+
CU: # Cuba
|
|
55
|
+
CV: # Cabo Verde
|
|
56
|
+
CW: # Curaçao
|
|
57
|
+
CX: # Christmas Island
|
|
58
|
+
CY: # Cyprus
|
|
59
|
+
CZ: # Czech Republic
|
|
60
|
+
DE: # Germany
|
|
61
|
+
DJ: # Djibouti
|
|
62
|
+
DK: # Denmark
|
|
63
|
+
DM: # Dominica
|
|
64
|
+
DO: # Dominican Republic
|
|
65
|
+
DZ: # Algeria
|
|
66
|
+
EC: # Ecuador
|
|
67
|
+
EE: # Estonia
|
|
68
|
+
EG: # Egypt
|
|
69
|
+
EH: # Western Sahara
|
|
70
|
+
ER: # Eritrea
|
|
71
|
+
ES: # Spain
|
|
72
|
+
ET: # Ethiopia
|
|
73
|
+
FI: # Finland
|
|
74
|
+
FJ: # Fiji
|
|
75
75
|
FK: # Falkland Islands
|
|
76
76
|
FM: # Federated States of Micronesia
|
|
77
|
-
FO: # Faroe Islands
|
|
78
|
-
FR: # France
|
|
79
|
-
GA: # Gabon
|
|
80
|
-
GB: # United Kingdom
|
|
81
|
-
GD: # Grenada
|
|
77
|
+
FO: # Faroe Islands
|
|
78
|
+
FR: # France
|
|
79
|
+
GA: # Gabon
|
|
80
|
+
GB: # United Kingdom
|
|
81
|
+
GD: # Grenada
|
|
82
82
|
GE: # Georgia (country)
|
|
83
|
-
GF: # French Guiana
|
|
84
|
-
GG: # Guernsey
|
|
85
|
-
GH: # Ghana
|
|
86
|
-
GI: # Gibraltar
|
|
87
|
-
GL: # Greenland
|
|
83
|
+
GF: # French Guiana
|
|
84
|
+
GG: # Guernsey
|
|
85
|
+
GH: # Ghana
|
|
86
|
+
GI: # Gibraltar
|
|
87
|
+
GL: # Greenland
|
|
88
88
|
GM: # The Gambia
|
|
89
|
-
GN: # Guinea
|
|
90
|
-
GP: # Guadeloupe
|
|
91
|
-
GQ: # Equatorial Guinea
|
|
92
|
-
GR: # Greece
|
|
93
|
-
GS: # South Georgia and the South Sandwich Islands
|
|
94
|
-
GT: # Guatemala
|
|
95
|
-
GU: # Guam
|
|
96
|
-
GW: # Guinea-Bissau
|
|
97
|
-
GY: # Guyana
|
|
98
|
-
HK: # Hong Kong
|
|
99
|
-
HM: # Heard Island and McDonald Islands
|
|
100
|
-
HN: # Honduras
|
|
101
|
-
HR: # Croatia
|
|
102
|
-
HT: # Haiti
|
|
103
|
-
HU: # Hungary
|
|
104
|
-
ID: # Indonesia
|
|
89
|
+
GN: # Guinea
|
|
90
|
+
GP: # Guadeloupe
|
|
91
|
+
GQ: # Equatorial Guinea
|
|
92
|
+
GR: # Greece
|
|
93
|
+
GS: # South Georgia and the South Sandwich Islands
|
|
94
|
+
GT: # Guatemala
|
|
95
|
+
GU: # Guam
|
|
96
|
+
GW: # Guinea-Bissau
|
|
97
|
+
GY: # Guyana
|
|
98
|
+
HK: # Hong Kong
|
|
99
|
+
HM: # Heard Island and McDonald Islands
|
|
100
|
+
HN: # Honduras
|
|
101
|
+
HR: # Croatia
|
|
102
|
+
HT: # Haiti
|
|
103
|
+
HU: # Hungary
|
|
104
|
+
ID: # Indonesia
|
|
105
105
|
IE: # Republic of Ireland
|
|
106
|
-
IL: # Israel
|
|
107
|
-
IM: # Isle of Man
|
|
108
|
-
IN: # India
|
|
109
|
-
IO: # British Indian Ocean Territory
|
|
110
|
-
IQ: # Iraq
|
|
106
|
+
IL: # Israel
|
|
107
|
+
IM: # Isle of Man
|
|
108
|
+
IN: # India
|
|
109
|
+
IO: # British Indian Ocean Territory
|
|
110
|
+
IQ: # Iraq
|
|
111
111
|
IR: # Iran
|
|
112
|
-
IS: # Iceland
|
|
113
|
-
IT: # Italy
|
|
114
|
-
JE: # Jersey
|
|
115
|
-
JM: # Jamaica
|
|
116
|
-
JO: # Jordan
|
|
117
|
-
JP: # Japan
|
|
118
|
-
KE: # Kenya
|
|
119
|
-
KG: # Kyrgyzstan
|
|
120
|
-
KH: # Cambodia
|
|
121
|
-
KI: # Kiribati
|
|
122
|
-
KM: # Comoros
|
|
123
|
-
KN: # Saint Kitts and Nevis
|
|
112
|
+
IS: # Iceland
|
|
113
|
+
IT: # Italy
|
|
114
|
+
JE: # Jersey
|
|
115
|
+
JM: # Jamaica
|
|
116
|
+
JO: # Jordan
|
|
117
|
+
JP: # Japan
|
|
118
|
+
KE: # Kenya
|
|
119
|
+
KG: # Kyrgyzstan
|
|
120
|
+
KH: # Cambodia
|
|
121
|
+
KI: # Kiribati
|
|
122
|
+
KM: # Comoros
|
|
123
|
+
KN: # Saint Kitts and Nevis
|
|
124
124
|
KP: # North Korea
|
|
125
125
|
KR: # South Korea
|
|
126
|
-
KW: # Kuwait
|
|
127
|
-
KY: # Cayman Islands
|
|
128
|
-
KZ: # Kazakhstan
|
|
126
|
+
KW: # Kuwait
|
|
127
|
+
KY: # Cayman Islands
|
|
128
|
+
KZ: # Kazakhstan
|
|
129
129
|
LA: # Laos
|
|
130
|
-
LB: # Lebanon
|
|
131
|
-
LC: # Saint Lucia
|
|
132
|
-
LI: # Liechtenstein
|
|
133
|
-
LK: # Sri Lanka
|
|
134
|
-
LR: # Liberia
|
|
135
|
-
LS: # Lesotho
|
|
136
|
-
LT: # Lithuania
|
|
137
|
-
LU: # Luxembourg
|
|
138
|
-
LV: # Latvia
|
|
139
|
-
LY: # Libya
|
|
140
|
-
MA: # Morocco
|
|
141
|
-
MC: # Monaco
|
|
130
|
+
LB: # Lebanon
|
|
131
|
+
LC: # Saint Lucia
|
|
132
|
+
LI: # Liechtenstein
|
|
133
|
+
LK: # Sri Lanka
|
|
134
|
+
LR: # Liberia
|
|
135
|
+
LS: # Lesotho
|
|
136
|
+
LT: # Lithuania
|
|
137
|
+
LU: # Luxembourg
|
|
138
|
+
LV: # Latvia
|
|
139
|
+
LY: # Libya
|
|
140
|
+
MA: # Morocco
|
|
141
|
+
MC: # Monaco
|
|
142
142
|
MD: # Moldova
|
|
143
|
-
ME: # Montenegro
|
|
143
|
+
ME: # Montenegro
|
|
144
144
|
MF: # Collectivity of Saint Martin
|
|
145
|
-
MG: # Madagascar
|
|
146
|
-
MH: # Marshall Islands
|
|
145
|
+
MG: # Madagascar
|
|
146
|
+
MH: # Marshall Islands
|
|
147
147
|
MK: # Republic of North Macedonia
|
|
148
|
-
ML: # Mali
|
|
149
|
-
MM: # Myanmar
|
|
150
|
-
MN: # Mongolia
|
|
148
|
+
ML: # Mali
|
|
149
|
+
MM: # Myanmar
|
|
150
|
+
MN: # Mongolia
|
|
151
151
|
MO: # Macau
|
|
152
|
-
MP: # Northern Mariana Islands
|
|
153
|
-
MQ: # Martinique
|
|
154
|
-
MR: # Mauritania
|
|
155
|
-
MS: # Montserrat
|
|
156
|
-
MT: # Malta
|
|
157
|
-
MU: # Mauritius
|
|
158
|
-
MV: # Maldives
|
|
159
|
-
MW: # Malawi
|
|
160
|
-
MX: # Mexico
|
|
161
|
-
MY: # Malaysia
|
|
162
|
-
MZ: # Mozambique
|
|
163
|
-
NA: # Namibia
|
|
164
|
-
NC: # New Caledonia
|
|
165
|
-
NE: # Niger
|
|
166
|
-
NF: # Norfolk Island
|
|
167
|
-
NG: # Nigeria
|
|
168
|
-
NI: # Nicaragua
|
|
169
|
-
NL: # Netherlands
|
|
170
|
-
"NO": # Norway
|
|
171
|
-
NP: # Nepal
|
|
172
|
-
NR: # Nauru
|
|
173
|
-
NU: # Niue
|
|
174
|
-
NZ: # New Zealand
|
|
175
|
-
OM: # Oman
|
|
176
|
-
PA: # Panama
|
|
177
|
-
PE: # Peru
|
|
178
|
-
PF: # French Polynesia
|
|
179
|
-
PG: # Papua New Guinea
|
|
180
|
-
PH: # Philippines
|
|
181
|
-
PK: # Pakistan
|
|
182
|
-
PL: # Poland
|
|
183
|
-
PM: # Saint Pierre and Miquelon
|
|
152
|
+
MP: # Northern Mariana Islands
|
|
153
|
+
MQ: # Martinique
|
|
154
|
+
MR: # Mauritania
|
|
155
|
+
MS: # Montserrat
|
|
156
|
+
MT: # Malta
|
|
157
|
+
MU: # Mauritius
|
|
158
|
+
MV: # Maldives
|
|
159
|
+
MW: # Malawi
|
|
160
|
+
MX: # Mexico
|
|
161
|
+
MY: # Malaysia
|
|
162
|
+
MZ: # Mozambique
|
|
163
|
+
NA: # Namibia
|
|
164
|
+
NC: # New Caledonia
|
|
165
|
+
NE: # Niger
|
|
166
|
+
NF: # Norfolk Island
|
|
167
|
+
NG: # Nigeria
|
|
168
|
+
NI: # Nicaragua
|
|
169
|
+
NL: # Netherlands
|
|
170
|
+
"NO": # Norway
|
|
171
|
+
NP: # Nepal
|
|
172
|
+
NR: # Nauru
|
|
173
|
+
NU: # Niue
|
|
174
|
+
NZ: # New Zealand
|
|
175
|
+
OM: # Oman
|
|
176
|
+
PA: # Panama
|
|
177
|
+
PE: # Peru
|
|
178
|
+
PF: # French Polynesia
|
|
179
|
+
PG: # Papua New Guinea
|
|
180
|
+
PH: # Philippines
|
|
181
|
+
PK: # Pakistan
|
|
182
|
+
PL: # Poland
|
|
183
|
+
PM: # Saint Pierre and Miquelon
|
|
184
184
|
PN: # Pitcairn Islands
|
|
185
|
-
PR: # Puerto Rico
|
|
185
|
+
PR: # Puerto Rico
|
|
186
186
|
PS: # State of Palestine
|
|
187
|
-
PT: # Portugal
|
|
188
|
-
PW: # Palau
|
|
189
|
-
PY: # Paraguay
|
|
190
|
-
QA: # Qatar
|
|
187
|
+
PT: # Portugal
|
|
188
|
+
PW: # Palau
|
|
189
|
+
PY: # Paraguay
|
|
190
|
+
QA: # Qatar
|
|
191
191
|
RE: # Réunion
|
|
192
|
-
RO: # Romania
|
|
193
|
-
RS: # Serbia
|
|
192
|
+
RO: # Romania
|
|
193
|
+
RS: # Serbia
|
|
194
194
|
RU: # Russia
|
|
195
|
-
RW: # Rwanda
|
|
196
|
-
SA: # Saudi Arabia
|
|
197
|
-
SB: # Solomon Islands
|
|
198
|
-
SC: # Seychelles
|
|
199
|
-
SD: # Sudan
|
|
200
|
-
SE: # Sweden
|
|
201
|
-
SG: # Singapore
|
|
202
|
-
SH: # Saint Helena, Ascension and Tristan da Cunha
|
|
203
|
-
SI: # Slovenia
|
|
204
|
-
SJ: # Svalbard and Jan Mayen
|
|
205
|
-
SK: # Slovakia
|
|
206
|
-
SL: # Sierra Leone
|
|
207
|
-
SM: # San Marino
|
|
208
|
-
SN: # Senegal
|
|
209
|
-
SO: # Somalia
|
|
210
|
-
SR: # Suriname
|
|
211
|
-
SS: # South Sudan
|
|
195
|
+
RW: # Rwanda
|
|
196
|
+
SA: # Saudi Arabia
|
|
197
|
+
SB: # Solomon Islands
|
|
198
|
+
SC: # Seychelles
|
|
199
|
+
SD: # Sudan
|
|
200
|
+
SE: # Sweden
|
|
201
|
+
SG: # Singapore
|
|
202
|
+
SH: # Saint Helena, Ascension and Tristan da Cunha
|
|
203
|
+
SI: # Slovenia
|
|
204
|
+
SJ: # Svalbard and Jan Mayen
|
|
205
|
+
SK: # Slovakia
|
|
206
|
+
SL: # Sierra Leone
|
|
207
|
+
SM: # San Marino
|
|
208
|
+
SN: # Senegal
|
|
209
|
+
SO: # Somalia
|
|
210
|
+
SR: # Suriname
|
|
211
|
+
SS: # South Sudan
|
|
212
212
|
ST: # São Tomé and Príncipe
|
|
213
|
-
SV: # El Salvador
|
|
213
|
+
SV: # El Salvador
|
|
214
214
|
SX: # Sint Maarten
|
|
215
215
|
SY: # Syria
|
|
216
|
-
SZ: # Swaziland
|
|
217
|
-
TC: # Turks and Caicos Islands
|
|
218
|
-
TD: # Chad
|
|
216
|
+
SZ: # Eswatini (Swaziland)
|
|
217
|
+
TC: # Turks and Caicos Islands
|
|
218
|
+
TD: # Chad
|
|
219
219
|
TF: # French Southern and Antarctic Lands
|
|
220
|
-
TG: # Togo
|
|
221
|
-
TH: # Thailand
|
|
222
|
-
TJ: # Tajikistan
|
|
223
|
-
TK: # Tokelau
|
|
220
|
+
TG: # Togo
|
|
221
|
+
TH: # Thailand
|
|
222
|
+
TJ: # Tajikistan
|
|
223
|
+
TK: # Tokelau
|
|
224
224
|
TL: # East Timor
|
|
225
|
-
TM: # Turkmenistan
|
|
226
|
-
TN: # Tunisia
|
|
227
|
-
TO: # Tonga
|
|
228
|
-
TR: # Turkey
|
|
229
|
-
TT: # Trinidad and Tobago
|
|
230
|
-
TV: # Tuvalu
|
|
225
|
+
TM: # Turkmenistan
|
|
226
|
+
TN: # Tunisia
|
|
227
|
+
TO: # Tonga
|
|
228
|
+
TR: # Türkiye (Turkey)
|
|
229
|
+
TT: # Trinidad and Tobago
|
|
230
|
+
TV: # Tuvalu
|
|
231
231
|
TW: # Taiwan
|
|
232
232
|
TZ: # Tanzania
|
|
233
|
-
UA: # Ukraine
|
|
234
|
-
UG: # Uganda
|
|
235
|
-
UM: # United States Minor Outlying Islands
|
|
236
|
-
US: # United States
|
|
237
|
-
UY: # Uruguay
|
|
238
|
-
UZ: # Uzbekistan
|
|
233
|
+
UA: # Ukraine
|
|
234
|
+
UG: # Uganda
|
|
235
|
+
UM: # United States Minor Outlying Islands
|
|
236
|
+
US: # United States
|
|
237
|
+
UY: # Uruguay
|
|
238
|
+
UZ: # Uzbekistan
|
|
239
239
|
VA: # Vatican City
|
|
240
|
-
VC: # Saint Vincent and the Grenadines
|
|
240
|
+
VC: # Saint Vincent and the Grenadines
|
|
241
241
|
VE: # Venezuela
|
|
242
242
|
VG: # British Virgin Islands
|
|
243
243
|
VI: # United States Virgin Islands
|
|
244
244
|
VN: # Vietnam
|
|
245
|
-
VU: # Vanuatu
|
|
246
|
-
WF: # Wallis and Futuna
|
|
247
|
-
WS: # Samoa
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
245
|
+
VU: # Vanuatu
|
|
246
|
+
WF: # Wallis and Futuna
|
|
247
|
+
WS: # Samoa
|
|
248
|
+
XC: # Sovereign Base Areas of Akrotiri and Dhekelia
|
|
249
|
+
XK: # Kosovo
|
|
250
|
+
YE: # Yemen
|
|
251
|
+
YT: # Mayotte
|
|
252
|
+
ZA: # South Africa
|
|
253
|
+
ZM: # Zambia
|
|
254
|
+
ZW: # Zimbabwe
|