phonelib 0.6.2 → 0.6.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (141) hide show
  1. checksums.yaml +4 -4
  2. data/{README.rdoc → README.md} +116 -75
  3. data/data/extended_data.dat +0 -0
  4. data/data/libphonenumber/FALSEHOODS.md +16 -0
  5. data/data/libphonenumber/FAQ.md +8 -0
  6. data/data/libphonenumber/README.md +1 -1
  7. data/data/libphonenumber/cpp/src/phonenumbers/alternate_format.cc +108 -100
  8. data/data/libphonenumber/cpp/src/phonenumbers/lite_metadata.cc +10070 -10016
  9. data/data/libphonenumber/cpp/src/phonenumbers/metadata.cc +10938 -10884
  10. data/data/libphonenumber/cpp/src/phonenumbers/short_metadata.cc +2481 -2455
  11. data/data/libphonenumber/java/carrier/pom.xml +26 -4
  12. data/data/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/255_en +0 -0
  13. data/data/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/374_en +0 -0
  14. data/data/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/374_ru +0 -0
  15. data/data/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/421_en +0 -0
  16. data/data/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/66_en +0 -0
  17. data/data/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/91_en +0 -0
  18. data/data/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/93_fa +0 -0
  19. data/data/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/973_en +0 -0
  20. data/data/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/98_fa +0 -0
  21. data/data/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/992_en +0 -0
  22. data/data/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/994_en +0 -0
  23. data/data/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/config +0 -0
  24. data/data/libphonenumber/java/demo/pom.xml +6 -6
  25. data/data/libphonenumber/java/geocoder/pom.xml +26 -4
  26. data/data/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/1747_en +0 -0
  27. data/data/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/1934_en +0 -0
  28. data/data/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/371_en +0 -0
  29. data/data/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/44_en +0 -0
  30. data/data/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/504_en +0 -0
  31. data/data/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/82_bg +0 -0
  32. data/data/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/82_ca +0 -0
  33. data/data/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/82_el +0 -0
  34. data/data/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/82_es +0 -0
  35. data/data/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/82_fi +0 -0
  36. data/data/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/82_hi +0 -0
  37. data/data/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/82_hu +0 -0
  38. data/data/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/82_iw +0 -0
  39. data/data/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/82_ja +0 -0
  40. data/data/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/82_tr +0 -0
  41. data/data/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/91_en +0 -0
  42. data/data/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/93_en +0 -0
  43. data/data/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/93_fa +0 -0
  44. data/data/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/98_en +0 -0
  45. data/data/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/98_fa +0 -0
  46. data/data/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/992_en +0 -0
  47. data/data/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/994_en +0 -0
  48. data/data/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/config +0 -0
  49. data/data/libphonenumber/java/internal/prefixmapper/pom.xml +25 -3
  50. data/data/libphonenumber/java/libphonenumber/pom.xml +23 -2
  51. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/MetadataLoader.java +2 -1
  52. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/MultiFileMetadataSourceImpl.java +63 -70
  53. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberAlternateFormatsProto_595 +0 -0
  54. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_AZ +0 -0
  55. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_BD +0 -0
  56. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_BG +0 -0
  57. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_BH +0 -0
  58. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_CI +0 -0
  59. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_CN +0 -0
  60. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_HK +0 -0
  61. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_HN +0 -0
  62. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_IN +0 -0
  63. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_KN +0 -0
  64. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_KW +0 -0
  65. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_LV +0 -0
  66. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_PY +0 -0
  67. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_SK +0 -0
  68. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_SN +0 -0
  69. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_TC +0 -0
  70. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_TH +0 -0
  71. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_TJ +0 -0
  72. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_TZ +0 -0
  73. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_US +0 -0
  74. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/ShortNumberMetadataProto_AE +0 -0
  75. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/ShortNumberMetadataProto_AR +0 -0
  76. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/ShortNumberMetadataProto_BR +0 -0
  77. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/ShortNumberMetadataProto_GB +0 -0
  78. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/ShortNumberMetadataProto_IN +0 -0
  79. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/ShortNumberMetadataProto_NO +0 -0
  80. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/ShortNumberMetadataProto_SK +0 -0
  81. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/ShortNumberMetadataProto_ZA +0 -0
  82. data/data/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/SingleFilePhoneNumberMetadataProto +0 -0
  83. data/data/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/MultiFileMetadataSourceImplTest.java +25 -5
  84. data/data/libphonenumber/java/pom.xml +2 -2
  85. data/data/libphonenumber/java/release_notes.txt +45 -0
  86. data/data/libphonenumber/javascript/i18n/phonenumbers/demo-compiled.js +72 -70
  87. data/data/libphonenumber/javascript/i18n/phonenumbers/metadata.js +38 -32
  88. data/data/libphonenumber/javascript/i18n/phonenumbers/metadatalite.js +38 -32
  89. data/data/libphonenumber/resources/PhoneNumberAlternateFormats.xml +16 -0
  90. data/data/libphonenumber/resources/PhoneNumberMetadata.xml +232 -96
  91. data/data/libphonenumber/resources/ShortNumberMetadata.xml +188 -44
  92. data/data/libphonenumber/resources/carrier/en/255.txt +2 -0
  93. data/data/libphonenumber/resources/carrier/en/374.txt +3 -3
  94. data/data/libphonenumber/resources/carrier/en/421.txt +1 -0
  95. data/data/libphonenumber/resources/carrier/en/66.txt +1 -0
  96. data/data/libphonenumber/resources/carrier/en/91.txt +419 -253
  97. data/data/libphonenumber/resources/carrier/en/973.txt +1 -0
  98. data/data/libphonenumber/resources/carrier/en/992.txt +1 -0
  99. data/data/libphonenumber/resources/carrier/en/994.txt +3 -0
  100. data/data/libphonenumber/resources/carrier/fa/93.txt +24 -0
  101. data/data/libphonenumber/resources/carrier/fa/98.txt +30 -0
  102. data/data/libphonenumber/resources/carrier/ru/374.txt +28 -0
  103. data/data/libphonenumber/resources/geocoding/bg/82.txt +34 -0
  104. data/data/libphonenumber/resources/geocoding/ca/82.txt +34 -0
  105. data/data/libphonenumber/resources/geocoding/el/82.txt +28 -0
  106. data/data/libphonenumber/resources/geocoding/en/1.txt +2 -0
  107. data/data/libphonenumber/resources/geocoding/en/371.txt +3 -0
  108. data/data/libphonenumber/resources/geocoding/en/44.txt +19 -1
  109. data/data/libphonenumber/resources/geocoding/en/504.txt +19 -0
  110. data/data/libphonenumber/resources/geocoding/en/91.txt +1 -5
  111. data/data/libphonenumber/resources/geocoding/en/93.txt +52 -0
  112. data/data/libphonenumber/resources/geocoding/en/98.txt +0 -2
  113. data/data/libphonenumber/resources/geocoding/en/992.txt +77 -0
  114. data/data/libphonenumber/resources/geocoding/en/994.txt +98 -0
  115. data/data/libphonenumber/resources/geocoding/es/82.txt +33 -0
  116. data/data/libphonenumber/resources/geocoding/fa/93.txt +53 -0
  117. data/data/libphonenumber/resources/geocoding/fa/98.txt +0 -2
  118. data/data/libphonenumber/resources/geocoding/fi/82.txt +34 -0
  119. data/data/libphonenumber/resources/geocoding/hi/82.txt +36 -0
  120. data/data/libphonenumber/resources/geocoding/hu/82.txt +35 -0
  121. data/data/libphonenumber/resources/geocoding/iw/82.txt +37 -0
  122. data/data/libphonenumber/resources/geocoding/ja/82.txt +35 -0
  123. data/data/libphonenumber/resources/geocoding/tr/82.txt +35 -0
  124. data/data/libphonenumber/tools/java/common/pom.xml +2 -0
  125. data/data/libphonenumber/tools/java/cpp-build/pom.xml +4 -0
  126. data/data/libphonenumber/tools/java/data/pom.xml +1 -11
  127. data/data/libphonenumber/tools/java/java-build/pom.xml +2 -0
  128. data/data/phone_data.dat +0 -0
  129. data/lib/phonelib.rb +7 -6
  130. data/lib/phonelib/core.rb +116 -68
  131. data/lib/phonelib/data_importer.rb +23 -19
  132. data/lib/phonelib/data_importer_helper.rb +16 -16
  133. data/lib/phonelib/phone.rb +47 -137
  134. data/lib/phonelib/phone_analyzer.rb +27 -25
  135. data/lib/phonelib/phone_analyzer_helper.rb +16 -9
  136. data/lib/phonelib/phone_extended_data.rb +27 -17
  137. data/lib/phonelib/phone_formatter.rb +131 -0
  138. data/lib/phonelib/version.rb +2 -3
  139. data/lib/tasks/phonelib_tasks.rake +0 -2
  140. data/lib/validators/phone_validator.rb +24 -14
  141. metadata +42 -3
@@ -24,6 +24,7 @@
24
24
  97337|zain BH
25
25
  97338|Batelco
26
26
  97339|Batelco
27
+ 97354|VIVA
27
28
  97363|VIVA
28
29
  973663|zain BH
29
30
  973666|zain BH
@@ -16,6 +16,7 @@
16
16
  992418|Megafon
17
17
  992501|Tcell
18
18
  992502|Tcell
19
+ 99255|Megafon
19
20
  99288|Megafon
20
21
  99290|Megafon
21
22
  992917|Tacom
@@ -12,9 +12,12 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
+ 99436554|Nakhtel
15
16
  99440|FONEX
17
+ 99444|Aztelekom
16
18
  99450|Azercell
17
19
  99451|Azercell
18
20
  99455|Bakcell
21
+ 99460|Nakhtel
19
22
  99470|Nar Mobile
20
23
  99477|Nar Mobile
@@ -0,0 +1,24 @@
1
+ # Copyright (C) 2016 The Libphonenumber Authors
2
+
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ 9370|افغان بی سیم
16
+ 937280|روشن
17
+ 93729|روشن
18
+ 93744|افغان تلکام
19
+ 93747|افغان تلکام
20
+ 9375|افغان تلکام
21
+ 9376|ام تی ان
22
+ 9377|ام تی ان
23
+ 9378|اتصالات
24
+ 9379|روشن
@@ -0,0 +1,30 @@
1
+ # Copyright (C) 2016 The Libphonenumber Authors
2
+
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ # Prefixes from http://en.wikipedia.org/wiki/%2B98.
16
+
17
+ 9890|ایرانسل
18
+ 9891|همراه اول
19
+ 9892|رایتل
20
+ 98930|ایرانسل
21
+ 98931|اسپادان
22
+ 98932|تالیا
23
+ 98933|ایرانسل
24
+ 98934|کیش
25
+ 98935|ایرانسل
26
+ 98936|ایرانسل
27
+ 98937|ایرانسل
28
+ 98938|ایرانسل
29
+ 98939|ایرانسل
30
+ 98990|همراه اول
@@ -0,0 +1,28 @@
1
+ # Copyright (C) 2016 The Libphonenumber Authors
2
+
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ # Translated manually from en/374.txt.
16
+
17
+ 37441|Юком
18
+ 37443|Билайн
19
+ 37449|ВиваСелл-МТС
20
+ 37455|Юком
21
+ 37477|ВиваСелл-МТС
22
+ 37491|Билайн
23
+ 37493|ВиваСелл-МТС
24
+ 37494|ВиваСелл-МТС
25
+ 37495|Юком
26
+ 37496|Билайн
27
+ 37498|ВиваСелл-МТС
28
+ 37499|Билайн
@@ -0,0 +1,34 @@
1
+ # Copyright (C) 2016 The Libphonenumber Authors
2
+
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ # Translations of the en/82.txt file from Wikipedia.
16
+ # No translation for "Sejong City" could be found, so prefix 8244 has been
17
+ # omitted.
18
+
19
+ 822|Сеул
20
+ 8231|Кьонги-до
21
+ 8232|Инчон
22
+ 8233|Кануън-до
23
+ 8241|Чхунчхън-Намдо
24
+ 8242|Теджън
25
+ 8243|Чхунчхън-Пукто
26
+ 8251|Пусан
27
+ 8252|Улсан
28
+ 8253|Тегу
29
+ 8254|Кьонсан-Пукто
30
+ 8255|Кьонсан-Намдо
31
+ 8261|Чъла-Намдо
32
+ 8262|Куанджу
33
+ 8263|Чъла-Пукто
34
+ 8264|Чеджу-до
@@ -0,0 +1,34 @@
1
+ # Copyright (C) 2016 The Libphonenumber Authors
2
+
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ # Translations of the en/82.txt file from Wikipedia.
16
+ # No translation for "Sejong City" could be found, so prefix 8244 has been
17
+ # omitted.
18
+
19
+ 822|Seül
20
+ 8231|Gyeonggi-do
21
+ 8232|Inchon
22
+ 8233|Gangwon-do
23
+ 8241|Chungcheongnam-do
24
+ 8242|Daejeon
25
+ 8243|Chungcheongbuk-do
26
+ 8251|Busan
27
+ 8252|Ulsan
28
+ 8253|Daegu
29
+ 8254|Gyeongsangbuk-do
30
+ 8255|Gyeongsangnam-do
31
+ 8261|Jeollanam-do
32
+ 8262|Gwangju
33
+ 8263|Jeollabuk-do
34
+ 8264|Jeju-do
@@ -0,0 +1,28 @@
1
+ # Copyright (C) 2016 The Libphonenumber Authors
2
+
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ # Translations of the en/82.txt file from Wikipedia.
16
+
17
+ # No translations could be found for many of the prefixes, so they have
18
+ # been omitted. Missing prefixes: 41, 43, 44, 54, 55, 62, 63, 64.
19
+
20
+ 822|Σεούλ
21
+ 8231|Γκιόνγκι-ντο
22
+ 8232|Ίντσον
23
+ 8233|Γκάνγουον-ντο (Νότιας Κορέας)
24
+ 8242|Ντέτζον
25
+ 8251|Μπούσαν
26
+ 8252|Ούλσαν
27
+ 8253|Ντέγκου
28
+ 8262|Γκουάνγκτζου
@@ -25321,6 +25321,7 @@
25321
25321
  1740984|Beverly, OH
25322
25322
  1740992|Pomeroy, OH
25323
25323
  1740998|Frankfort, OH
25324
+ 1747|California
25324
25325
  1754|Florida
25325
25326
  1757|Virginia
25326
25327
  1757220|Williamsburg, VA
@@ -34222,6 +34223,7 @@
34222
34223
  1931946|Spencer, TN
34223
34224
  1931962|Winchester, TN
34224
34225
  1931967|Winchester, TN
34226
+ 1934|New York, NY
34225
34227
  1936|Texas
34226
34228
  1936231|Conroe, TX
34227
34229
  1936254|Timpson, TX
@@ -15,6 +15,8 @@
15
15
  # Generated from:
16
16
  # http://en.wikipedia.org/wiki/+371 [436140555]
17
17
 
18
+ 37161|Jūrmala
19
+ 37162|Valmiera
18
20
  371630|Jelgava
19
21
  371631|Tukums
20
22
  371632|Talsi
@@ -51,3 +53,4 @@
51
53
  371683|Jēkabpils
52
54
  371684|Liepāja
53
55
  371686|Jelgava
56
+ 37169|Riga
@@ -305,7 +305,25 @@
305
305
  441476|Grantham
306
306
  441477|Holmes Chapel
307
307
  441478|Isle of Skye - Portree
308
- 441479|Grantown-on-Spey
308
+ 4414790|Grantown-on-Spey
309
+ 4414791|Grantown-on-Spey
310
+ 4414792|Grantown-on-Spey
311
+ 4414793|Grantown-on-Spey
312
+ 4414794|Grantown-on-Spey
313
+ 4414795|Grantown-on-Spey
314
+ 4414796|Grantown-on-Spey
315
+ 4414797|Grantown-on-Spey
316
+ 44147980|Grantown-on-Spey
317
+ 44147981|Aviemore
318
+ 44147982|Nethy Bridge
319
+ 44147983|Boat of Garten
320
+ 44147984|Carrbridge
321
+ 44147985|Dulnain Bridge
322
+ 44147986|Cairngorm
323
+ 44147987|Grantown-on-Spey
324
+ 44147988|Grantown-on-Spey
325
+ 44147989|Grantown-on-Spey
326
+ 4414799|Grantown-on-Spey
309
327
  441480|Huntingdon
310
328
  441481|Guernsey
311
329
  441482|Kingston-upon-Hull
@@ -0,0 +1,19 @@
1
+ # Copyright (C) 2011 The Libphonenumber Authors
2
+
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ 5042407|Roatan, Bay Islands
16
+ 5042516|San Pedro Sula, Cortés
17
+ 5042564|San Pedro Sula, Cortés
18
+ 5042617|Choloma, Cortés
19
+ 5042780|Choluteca
@@ -2336,7 +2336,7 @@
2336
2336
  918301|Mundagod, Karnataka
2337
2337
  918304|Kundgol, Karnataka
2338
2338
  91831|Belgaum, Karnataka
2339
- 91832|Panji, Maharashtra
2339
+ 91832|Goa
2340
2340
  918330|Saundatti, Karnataka
2341
2341
  918331|Raibag/Kudchi, Karnataka
2342
2342
  918332|Gokak, Karnataka
@@ -2347,10 +2347,6 @@
2347
2347
  918337|Murugod, Karnataka
2348
2348
  918338|Chikkodi, Karnataka
2349
2349
  918339|Ainapur, Karnataka
2350
- 918342|Margao, Maharashtra
2351
- 918343|Ponda, Maharashtra
2352
- 918345|Sanguem, Maharashtra
2353
- 918346|Canacona/Quepem, Maharashtra
2354
2350
  918350|Mudhol, Karnataka
2355
2351
  918351|Hungund, Karnataka
2356
2352
  918352|Bijapur, Karnataka
@@ -0,0 +1,52 @@
1
+ # Copyright (C) 2016 The Libphonenumber Authors
2
+
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ # Generated from:
16
+ # https://www.itu.int/dms_pub/itu-t/oth/02/02/T02020000010002PDFE.pdf
17
+ # Starting Page 2 [2008-08-28]
18
+
19
+ 9320|Kabul
20
+ 9321|Parwan
21
+ 9322|Kapisa
22
+ 9323|Bamian
23
+ 9324|Wardak
24
+ 9325|Logar
25
+ 9326|Dorkondi
26
+ 9327|Khost
27
+ 9328|Panjshar
28
+ 9330|Kandahar
29
+ 9331|Ghazni
30
+ 9332|Uruzgan
31
+ 9333|Zabol
32
+ 9334|Helmand
33
+ 9340|Heart
34
+ 9341|Badghis
35
+ 9342|Ghowr
36
+ 9343|Farah
37
+ 9344|Nimruz
38
+ 9350|Balkh
39
+ 9351|Kunduz
40
+ 9352|Badkhshan
41
+ 9353|Takhar
42
+ 9354|Jowzjan
43
+ 9355|Samangan
44
+ 9356|Sar-E Pol
45
+ 9357|Faryab
46
+ 9358|Baghlan
47
+ 9360|Nangarhar
48
+ 9361|Nurestan
49
+ 9362|Kunarha
50
+ 9363|Laghman
51
+ 9364|Paktia
52
+ 9365|Paktika
@@ -37,10 +37,8 @@
37
37
  9851|Razavi Khorasan
38
38
  9854|Sistan and Baluchestan
39
39
  9856|South Khorasan
40
- 9857|North Khorasan
41
40
  9858|North Khorasan
42
41
  9861|Khuzestan
43
- 9864|North Khorasan
44
42
  9866|Lorestan
45
43
  9871|Fars
46
44
  9874|Kohgiluyeh and Boyer-Ahmad
@@ -0,0 +1,77 @@
1
+ # Copyright (C) 2016 The Libphonenumber Authors
2
+
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ # Generated from:
16
+ # https://www.itu.int/dms_pub/itu-t/oth/02/02/T02020000CA0001PDFE.pdf [2011-05-18]
17
+
18
+ 9923130|Tursun-Zade
19
+ 9923131|Rasht
20
+ 9923132|Jirgital
21
+ 9923133|Nurobod
22
+ 9923134|Rogun
23
+ 9923135|Fayzabad
24
+ 9923136|Vakhdat
25
+ 9923137|Rudaki
26
+ 9923138|Nurek
27
+ 9923139|Hissar
28
+ 9923141|Yavan
29
+ 9923153|Varzob
30
+ 9923154|Tadjikabad
31
+ 9923155|Shakhrinav
32
+ 9923156|Tavildara
33
+ 9923222|Kurgan-Tube
34
+ 9923240|Shaartuz
35
+ 9923242|Khuroson
36
+ 9923243|Abdurakhmana Jami
37
+ 9923245|Bokhtar
38
+ 9923246|Vakhsh
39
+ 9923247|Kolkhozabad
40
+ 9923248|Djilikul
41
+ 9923249|Kumsangir
42
+ 9923250|Sarband
43
+ 9923251|Kabodion
44
+ 9923252|Panj
45
+ 9923311|Vose
46
+ 9923312|Dangara
47
+ 9923314|Temurmalik
48
+ 9923315|M. Khamadoni
49
+ 9923316|Parkhar
50
+ 992331700|Khovaling
51
+ 9923318|Muminobod
52
+ 9923322|Kulyab
53
+ 9923422|Khujand
54
+ 9923441|Spitamen
55
+ 9923442|Gafurov
56
+ 9923443|Kayrakum
57
+ 9923445|Matchinskiy
58
+ 9923451|Chkalovsk
59
+ 9923452|Zafarabad
60
+ 9923453|Asht
61
+ 9923454|Istravshan
62
+ 9923455|Jabarrasulov
63
+ 9923456|Shakhristan
64
+ 9923462|Isfara
65
+ 9923464|Ganchi
66
+ 9923465|Taboshar
67
+ 9923467|Kanibadam
68
+ 9923475|Pendjikent
69
+ 9923479|Ayni
70
+ 9923522|Khorog
71
+ 9923551|Vanj
72
+ 9923552|Darvaz
73
+ 9923553|Ishkashim
74
+ 9923554|Murgab
75
+ 9923555|Roshtkala
76
+ 9923556|Rushan
77
+ 992372|Dushanbe