phonelib 0.6.2 → 0.6.3

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.
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
@@ -0,0 +1,98 @@
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
+ # Generated from:
16
+ # https://www.itu.int/dms_pub/itu-t/oth/02/02/T020200000F0002PDFE.pdf [2016-01-21]
17
+
18
+ 99412|Baku
19
+ 99418|Sumgayit
20
+ 9942020|Barda
21
+ 9942021|Ujar
22
+ 9942022|Agsu
23
+ 9942023|Agdash
24
+ 9942024|Gobustan
25
+ 9942025|Kurdamir
26
+ 9942026|Shamakhi
27
+ 9942027|Goychay
28
+ 9942028|Ismayilli
29
+ 9942029|Zardab
30
+ 9942120|Hajigabul
31
+ 9942121|Shirvan
32
+ 9942122|Beylagan
33
+ 9942123|Sabirabad
34
+ 9942124|Imishli
35
+ 9942125|Salyan
36
+ 9942126|Neftchala
37
+ 9942127|Agjabadi
38
+ 9942128|Saatli
39
+ 99421428|Hajigabul
40
+ 9942220|Goygol
41
+ 9942221|Dashkasan
42
+ 9942222|Agstafa
43
+ 9942223|Tartar
44
+ 9942224|Goranboy
45
+ 9942225|Ganja
46
+ 9942226|Ganja
47
+ 9942227|Samukh
48
+ 9942229|Gazakh
49
+ 9942230|Shamkir
50
+ 9942231|Tovuz
51
+ 9942232|Gadabay
52
+ 9942233|Yevlakh
53
+ 9942235|Naftalan
54
+ 99422428|Agstafa/Ganja/Yevlakh
55
+ 9942330|Siyazan
56
+ 9942331|Khizi
57
+ 9942332|Khachmaz
58
+ 9942333|Guba
59
+ 9942335|Shabran
60
+ 9942338|Gusar
61
+ 9942420|Gabala
62
+ 9942421|Oguz
63
+ 9942422|Zagatala
64
+ 9942424|Shaki
65
+ 9942425|Gakh
66
+ 9942427|Mingachevir
67
+ 9942429|Balakan
68
+ 9942520|Yardimli
69
+ 9942521|Masalli
70
+ 9942522|Astara
71
+ 9942524|Jalilabad
72
+ 9942525|Lankaran
73
+ 9942527|Lerik
74
+ 9942529|Bilasuvar
75
+ 9942620|Khojali
76
+ 9942621|Lachin
77
+ 9942622|Khankandi
78
+ 9942623|Qubadli
79
+ 9942624|Askaran
80
+ 9942625|Zangilan
81
+ 9942626|Shusha
82
+ 9942627|Kalbajar
83
+ 9942628|Agdara
84
+ 9942629|Khojavand
85
+ 9942630|Hadrut
86
+ 9942631|Fuzuli
87
+ 9942632|Agdam
88
+ 9942638|Jabrayil
89
+ 99436541|Babek
90
+ 99436542|Sharur
91
+ 99436543|Shahbuz
92
+ 99436544|Nakhchivan city
93
+ 99436546|Julfa
94
+ 99436547|Ordubad
95
+ 99436548|Kangarli
96
+ 99436549|Sadarak
97
+ 99436550|Nakhchivan city
98
+ 99436552|Sharur
@@ -0,0 +1,33 @@
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
+ 822|Seúl
18
+ 8231|Gyeonggi
19
+ 8232|Incheon
20
+ 8233|Gangwon
21
+ 8241|Chungcheong del Sur
22
+ 8242|Daejeon
23
+ 8243|Chungcheong del Norte
24
+ 8244|Ciudad de Sejong
25
+ 8251|Busán
26
+ 8252|Ulsan
27
+ 8253|Daegu
28
+ 8254|Gyeongsang del Norte
29
+ 8255|Gyeongsang del Sur
30
+ 8261|Jeolla del Sur
31
+ 8262|Gwangju
32
+ 8263|Jeolla del Norte
33
+ 8264|Jeju
@@ -0,0 +1,53 @@
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
+ # en/93.txt translated directly
19
+
20
+ 9320|کابل
21
+ 9321|پروان
22
+ 9322|کاپیسا
23
+ 9323|بامیان
24
+ 9324|وردک
25
+ 9325|لوگر
26
+ 9326|دایکندی
27
+ 9327|خوست
28
+ 9328|پنجشیر
29
+ 9330|قندهار
30
+ 9331|غزنی
31
+ 9332|ارزگان
32
+ 9333|زابل
33
+ 9334|هلمند
34
+ 9340|هرات
35
+ 9341|بادغیس
36
+ 9342|غور
37
+ 9343|فراه
38
+ 9344|نیمروز
39
+ 9350|بلخ
40
+ 9351|قندوز
41
+ 9352|بدخشان
42
+ 9353|تخار
43
+ 9354|جوزجان
44
+ 9355|سمنگان
45
+ 9356|سر پل
46
+ 9357|فاریاب
47
+ 9358|بغلان
48
+ 9360|ننگرهار
49
+ 9361|نورستان
50
+ 9362|کنرها
51
+ 9363|لغمان
52
+ 9364|پکتیا
53
+ 9365|پکتیکا
@@ -34,10 +34,8 @@
34
34
  9851|خراسان رضوی
35
35
  9854|سیستان و بلوچستان
36
36
  9856|خراسان جنوبی
37
- 9857|خراسان شمالی
38
37
  9858|خراسان شمالی
39
38
  9861|خوزستان
40
- 9864|خراسان شمالی
41
39
  9866|لرستان
42
40
  9871|فارس
43
41
  9874|کهگیلویه و بویراحمد
@@ -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|Soul
20
+ 8231|Gyeonggi
21
+ 8232|Incheon
22
+ 8233|Gangwon
23
+ 8241|Etelä-Chungcheong
24
+ 8242|Daejeon
25
+ 8243|Pohjois-Chungcheong
26
+ 8251|Busan
27
+ 8252|Ulsan
28
+ 8253|Daegu
29
+ 8254|Pohjois-Gyeongsang
30
+ 8255|Etelä-Gyeongsang
31
+ 8261|Etelä-Jeolla
32
+ 8262|Gwangju
33
+ 8263|Pohjois-Jeolla
34
+ 8264|Jeju
@@ -0,0 +1,36 @@
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
+ # https://hi.wikipedia.org/wiki/%E0%A4%A6%E0%A4%95%E0%A5%8D%E0%A4%B7%E0%A4%BF%E0%A4%A3_%E0%A4%95%E0%A5%8B%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%BE_%E0%A4%95%E0%A5%87_%E0%A4%AA%E0%A5%8D%E0%A4%B0%E0%A4%B6%E0%A4%BE%E0%A4%B8%E0%A4%A8%E0%A4%BF%E0%A4%95_%E0%A4%B5%E0%A4%BF%E0%A4%AD%E0%A4%BE%E0%A4%97
20
+
21
+ 822|सियोल
22
+ 8231|ग्वांगवोन-दो
23
+ 8232|इन्चेयोन
24
+ 8233|चुंगचेओंगबुक-दो
25
+ 8241|जेओल्लाबुक-दो
26
+ 8242|डाएजेओन
27
+ 8243|चुंगचेओंगनाम-दो
28
+ 8251|बुसान
29
+ 8252|उलसान
30
+ 8253|डाएगू
31
+ 8254|ग्येओंगसांगनाम-दो
32
+ 8255|ग्येओंगसांगनाम-दो
33
+ 8261|ग्येओंगसांगबुक-दो
34
+ 8262|ग्वांगजू
35
+ 8263|जेओल्लानाम-दो
36
+ 8264|जेजू-डो
@@ -0,0 +1,35 @@
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
+ # https://hu.wikipedia.org/wiki/D%C3%A9l-Korea_k%C3%B6zigazgat%C3%A1sa
18
+
19
+ 822|Szöul
20
+ 8231|Kjonggi
21
+ 8232|Incshon
22
+ 8233|Kangvon
23
+ 8241|Dél-Cshungcshong
24
+ 8242|Tedzson
25
+ 8243|Észak-Cshungcshong
26
+ 8244|Szedzsong
27
+ 8251|Puszan
28
+ 8252|Ulszan
29
+ 8253|Tegu
30
+ 8254|Észak-Kjongszang
31
+ 8255|Dél-Kjongszang
32
+ 8261|Dél-Csolla
33
+ 8262|Kvangdzsu
34
+ 8263|Észak-Csolla
35
+ 8264|Csedzsu
@@ -0,0 +1,37 @@
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
+ # https://he.wikipedia.org/wiki/%D7%9E%D7%97%D7%95%D7%96%D7%95%D7%AA_%D7%A7%D7%95%D7%A8%D7%99%D7%90%D7%94_%D7%94%D7%93%D7%A8%D7%95%D7%9E%D7%99%D7%AA
18
+
19
+ # No translation for "Sejong City" could be found, so prefix 8244 has been
20
+ # omitted.
21
+
22
+ 822|סאול
23
+ 8231|מחוז קיאנגי
24
+ 8232|אינצ'און
25
+ 8233|מחוז קאנגוואן
26
+ 8241|מחוז דרום צ'הונגצ'האנג
27
+ 8242|טג'אן
28
+ 8243|מחוז צפון צְ'הוּ‏נגצְ'הַ‏א‏נג
29
+ 8251|פוסאן
30
+ 8252|אורסן
31
+ 8253|מחוז ג'ג'ו
32
+ 8254|מחוז צפון קיאנגסאנג
33
+ 8255|מחוז דרום קיאנגסאנג
34
+ 8261|מחוז דרום צ'אלה
35
+ 8262|קוואנגג'ו
36
+ 8263|מחוז צפון צַ‏'אלּ‏ַ‏ה
37
+ 8264|מחוז ג'ג'ו
@@ -0,0 +1,35 @@
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
+ # https://ja.wikipedia.org/wiki/%E5%A4%A7%E9%9F%93%E6%B0%91%E5%9B%BD%E3%81%AE%E5%9C%B0%E6%96%B9%E8%A1%8C%E6%94%BF%E5%8C%BA%E7%94%BB
18
+
19
+ 822|ソウル特別市
20
+ 8231|京畿道
21
+ 8232|仁川広域市
22
+ 8233|江原道
23
+ 8241|忠清南道
24
+ 8242|大田広域市
25
+ 8243|忠清北道
26
+ 8244|世宗特別自治市
27
+ 8251|釜山広域市
28
+ 8252|蔚山広域市
29
+ 8253|大邱広域市
30
+ 8254|慶尚北道
31
+ 8255|慶尚南道
32
+ 8261|全羅南道
33
+ 8262|光州広域市
34
+ 8263|全羅北道
35
+ 8264|済州特別自治道
@@ -0,0 +1,35 @@
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
+ # https://tr.wikipedia.org/wiki/G%C3%BCney_Kore%27nin_idari_b%C3%B6l%C3%BCmleri
18
+
19
+ 822|Seul
20
+ 8231|Gyeonggi
21
+ 8232|Daejeon
22
+ 8233|Gangwon
23
+ 8241|Güney Chungcheong
24
+ 8242|Daejeon
25
+ 8243|Kuzey Chungcheong
26
+ 8244|Sejong
27
+ 8251|Busan
28
+ 8252|Ulsan
29
+ 8253|Daegu
30
+ 8254|Kuzey Gyeongsang
31
+ 8255|Güney Gyeongsang
32
+ 8261|Güney Jeolla
33
+ 8262|Gwangju
34
+ 8263|Kuzey Jeolla
35
+ 8264|Jeju
@@ -21,6 +21,7 @@
21
21
  <plugin>
22
22
  <groupId>org.apache.maven.plugins</groupId>
23
23
  <artifactId>maven-compiler-plugin</artifactId>
24
+ <version>2.0.2</version>
24
25
  <configuration>
25
26
  <source>1.5</source>
26
27
  <target>1.5</target>
@@ -31,6 +32,7 @@
31
32
  <plugin>
32
33
  <groupId>org.codehaus.mojo</groupId>
33
34
  <artifactId>build-helper-maven-plugin</artifactId>
35
+ <version>1.9.1</version>
34
36
  <executions>
35
37
  <execution>
36
38
  <id>add-source</id>
@@ -25,6 +25,7 @@
25
25
  <plugin>
26
26
  <groupId>org.apache.maven.plugins</groupId>
27
27
  <artifactId>maven-compiler-plugin</artifactId>
28
+ <version>2.0.2</version>
28
29
  <configuration>
29
30
  <source>1.5</source>
30
31
  <target>1.5</target>
@@ -33,6 +34,7 @@
33
34
  <plugin>
34
35
  <groupId>org.codehaus.mojo</groupId>
35
36
  <artifactId>build-helper-maven-plugin</artifactId>
37
+ <version>1.9.1</version>
36
38
  <executions>
37
39
  <execution>
38
40
  <id>add-source</id>
@@ -56,6 +58,7 @@
56
58
  <plugin>
57
59
  <groupId>org.codehaus.mojo</groupId>
58
60
  <artifactId>exec-maven-plugin</artifactId>
61
+ <version>1.4.0</version>
59
62
  <executions>
60
63
  <execution>
61
64
  <phase>generate-sources</phase>
@@ -76,6 +79,7 @@
76
79
  <plugin>
77
80
  <groupId>org.apache.maven.plugins</groupId>
78
81
  <artifactId>maven-jar-plugin</artifactId>
82
+ <version>2.2</version>
79
83
  <configuration>
80
84
  <archive>
81
85
  <manifest>