intl-tel-input 18.2.0 → 18.3.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.
Files changed (418) hide show
  1. package/README.md +14 -10
  2. package/build/css/intlTelInput.css +5 -5
  3. package/build/css/intlTelInput.min.css +1 -1
  4. package/build/js/data.js +2 -2
  5. package/build/js/data.min.js +2 -2
  6. package/build/js/intlTelInput-jquery.js +12 -13
  7. package/build/js/intlTelInput-jquery.min.js +3 -3
  8. package/build/js/intlTelInput.js +12 -13
  9. package/build/js/intlTelInput.min.js +3 -3
  10. package/build/js/utils.js +147 -147
  11. package/composer.json +1 -1
  12. package/demo.html +1 -0
  13. package/grunt/replace.js +0 -3
  14. package/package.json +1 -1
  15. package/spec.html +2 -0
  16. package/src/css/intlTelInput.scss +6 -4
  17. package/src/js/data.js +1 -7
  18. package/src/js/intlTelInput.js +13 -15
  19. package/src/spec/helpers/helpers.js +1 -1
  20. package/src/spec/tests/options/useFullscreenPopup.js +45 -0
  21. package/third_party/libphonenumber/.github/dependabot.yml +16 -16
  22. package/third_party/libphonenumber/.github/workflows/codeql.yml +4 -4
  23. package/third_party/libphonenumber/.github/workflows/dependency-review.yml +2 -2
  24. package/third_party/libphonenumber/.github/workflows/scorecards.yml +2 -2
  25. package/third_party/libphonenumber/.github/workflows/unit-test.yml +3 -3
  26. package/third_party/libphonenumber/FAQ.md +0 -6
  27. package/third_party/libphonenumber/README.md +10 -2
  28. package/third_party/libphonenumber/cpp/CMakeLists.txt +1 -7
  29. package/third_party/libphonenumber/cpp/src/phonenumbers/alternate_format.cc +15 -15
  30. package/third_party/libphonenumber/cpp/src/phonenumbers/lite_metadata.cc +12079 -12165
  31. package/third_party/libphonenumber/cpp/src/phonenumbers/metadata.cc +13707 -13791
  32. package/third_party/libphonenumber/cpp/src/phonenumbers/short_metadata.cc +2394 -2389
  33. package/third_party/libphonenumber/java/build.xml +10 -1
  34. package/third_party/libphonenumber/java/carrier/pom.xml +6 -6
  35. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/212_en +0 -0
  36. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/216_en +0 -0
  37. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/221_en +0 -0
  38. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/228_en +0 -0
  39. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/229_en +0 -0
  40. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/230_en +0 -0
  41. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/237_en +0 -0
  42. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/250_en +0 -0
  43. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/262_en +0 -0
  44. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/30_en +0 -0
  45. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/371_en +0 -0
  46. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/385_en +0 -0
  47. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/389_en +0 -0
  48. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/39_en +0 -0
  49. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/40_en +0 -0
  50. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/41_en +0 -0
  51. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/423_en +0 -0
  52. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/43_en +0 -0
  53. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/45_en +0 -0
  54. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/46_en +0 -0
  55. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/47_en +0 -0
  56. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/49_en +0 -0
  57. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/502_en +0 -0
  58. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/503_en +0 -0
  59. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/51_en +0 -0
  60. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/53_en +0 -0
  61. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/56_en +0 -0
  62. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/57_en +0 -0
  63. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/592_en +0 -0
  64. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/60_en +0 -0
  65. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/61_en +0 -0
  66. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/64_en +0 -0
  67. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/65_en +0 -0
  68. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/683_en +0 -0
  69. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/81_en +0 -0
  70. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/82_en +0 -0
  71. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/82_ko +0 -0
  72. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/84_en +0 -0
  73. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/852_en +0 -0
  74. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/852_zh +0 -0
  75. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/852_zh_Hant +0 -0
  76. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/853_en +0 -0
  77. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/86_en +0 -0
  78. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/86_zh +0 -0
  79. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/90_en +0 -0
  80. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/92_en +0 -0
  81. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/966_en +0 -0
  82. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/972_en +0 -0
  83. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/973_en +0 -0
  84. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/992_en +0 -0
  85. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/995_en +0 -0
  86. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/996_en +0 -0
  87. package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/998_en +0 -0
  88. package/third_party/libphonenumber/java/demo/pom.xml +9 -9
  89. package/third_party/libphonenumber/java/demoapp/README.md +51 -0
  90. package/third_party/libphonenumber/java/demoapp/app/build.gradle +45 -0
  91. package/third_party/libphonenumber/java/demoapp/app/src/main/AndroidManifest.xml +39 -0
  92. package/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/MyApplication.java +16 -0
  93. package/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/contacts/ContactsPermissionManagement.java +161 -0
  94. package/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/contacts/ContactsRead.java +62 -0
  95. package/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/contacts/ContactsWrite.java +59 -0
  96. package/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/main/CountryDropdown.java +203 -0
  97. package/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/main/MainActivity.java +226 -0
  98. package/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/phonenumbers/PhoneNumberFormatting.java +74 -0
  99. package/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/phonenumbers/PhoneNumberInApp.java +96 -0
  100. package/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/result/FormattableFragment.java +161 -0
  101. package/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/result/FormattableRvAdapter.java +157 -0
  102. package/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/result/NotFormattableFragment.java +119 -0
  103. package/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/result/NotFormattableRvAdapter.java +94 -0
  104. package/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/result/ResultActivity.java +102 -0
  105. package/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/result/ResultVpAdapter.java +72 -0
  106. package/third_party/libphonenumber/java/demoapp/app/src/main/res/drawable/ic_launcher_background.xml +32 -0
  107. package/third_party/libphonenumber/java/demoapp/app/src/main/res/drawable/ic_launcher_foreground.xml +16 -0
  108. package/third_party/libphonenumber/java/demoapp/app/src/main/res/drawable/ic_outline_home_30.xml +10 -0
  109. package/third_party/libphonenumber/java/demoapp/app/src/main/res/layout/activity_main.xml +83 -0
  110. package/third_party/libphonenumber/java/demoapp/app/src/main/res/layout/activity_result.xml +26 -0
  111. package/third_party/libphonenumber/java/demoapp/app/src/main/res/layout/country_dropdown.xml +24 -0
  112. package/third_party/libphonenumber/java/demoapp/app/src/main/res/layout/country_dropdown_item.xml +9 -0
  113. package/third_party/libphonenumber/java/demoapp/app/src/main/res/layout/formattable_list_item.xml +66 -0
  114. package/third_party/libphonenumber/java/demoapp/app/src/main/res/layout/fragment_formattable.xml +30 -0
  115. package/third_party/libphonenumber/java/demoapp/app/src/main/res/layout/fragment_not_formattable.xml +64 -0
  116. package/third_party/libphonenumber/java/demoapp/app/src/main/res/layout/not_formattable_list_item.xml +57 -0
  117. package/third_party/libphonenumber/java/demoapp/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +5 -0
  118. package/third_party/libphonenumber/java/demoapp/app/src/main/res/values/dimens.xml +9 -0
  119. package/third_party/libphonenumber/java/demoapp/app/src/main/res/values/strings.xml +48 -0
  120. package/third_party/libphonenumber/java/demoapp/app/src/main/res/values/themes.xml +4 -0
  121. package/third_party/libphonenumber/java/demoapp/app/src/main/res/values-night/themes.xml +4 -0
  122. package/third_party/libphonenumber/java/demoapp/app/src/test/java/com/google/phonenumbers/demoapp/phonenumbers/PhoneNumberFormattingTest.java +103 -0
  123. package/third_party/libphonenumber/java/demoapp/app/src/test/java/com/google/phonenumbers/demoapp/phonenumbers/PhoneNumberInAppTest.java +70 -0
  124. package/third_party/libphonenumber/java/demoapp/build.gradle +5 -0
  125. package/third_party/libphonenumber/java/demoapp/gradle.properties +21 -0
  126. package/third_party/libphonenumber/java/demoapp/settings.gradle +16 -0
  127. package/third_party/libphonenumber/java/geocoder/pom.xml +6 -6
  128. package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/1227_en +0 -0
  129. package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/1329_en +0 -0
  130. package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/1369_en +0 -0
  131. package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/1730_en +0 -0
  132. package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/1983_en +0 -0
  133. package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/212_en +0 -0
  134. package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/212_fr +0 -0
  135. package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/267_en +0 -0
  136. package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/299_en +0 -0
  137. package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/44_en +0 -0
  138. package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/52_en +0 -0
  139. package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/53_en +0 -0
  140. package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/598_en +0 -0
  141. package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/61_en +0 -0
  142. package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/975_en +0 -0
  143. package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/config +0 -0
  144. package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/timezones/data/map_data +0 -0
  145. package/third_party/libphonenumber/java/internal/prefixmapper/pom.xml +5 -5
  146. package/third_party/libphonenumber/java/libphonenumber/pom.xml +4 -4
  147. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberAlternateFormatsProto_84 +0 -0
  148. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_881 +0 -0
  149. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_883 +0 -0
  150. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_AM +0 -0
  151. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_AR +0 -0
  152. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_AU +0 -0
  153. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_BD +0 -0
  154. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_BH +0 -0
  155. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_BJ +0 -0
  156. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_BL +0 -0
  157. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_BW +0 -0
  158. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_CC +0 -0
  159. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_CO +0 -0
  160. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_CU +0 -0
  161. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_CX +0 -0
  162. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_EE +0 -0
  163. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_EG +0 -0
  164. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_EH +0 -0
  165. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_FR +0 -0
  166. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_GB +0 -0
  167. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_GE +0 -0
  168. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_GF +0 -0
  169. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_GL +0 -0
  170. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_GP +0 -0
  171. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_GT +0 -0
  172. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_GU +0 -0
  173. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_GY +0 -0
  174. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_HK +0 -0
  175. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_HR +0 -0
  176. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_IL +0 -0
  177. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_JM +0 -0
  178. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_JP +0 -0
  179. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_KG +0 -0
  180. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_KR +0 -0
  181. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_KZ +0 -0
  182. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_LI +0 -0
  183. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_MA +0 -0
  184. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_MF +0 -0
  185. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_MK +0 -0
  186. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_MQ +0 -0
  187. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_MU +0 -0
  188. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_MX +0 -0
  189. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_MY +0 -0
  190. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_NO +0 -0
  191. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_NU +0 -0
  192. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_NZ +0 -0
  193. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_OM +0 -0
  194. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_PA +0 -0
  195. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_PK +0 -0
  196. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_PL +0 -0
  197. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_PM +0 -0
  198. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_RE +0 -0
  199. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_RO +0 -0
  200. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_RU +0 -0
  201. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_RW +0 -0
  202. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_SA +0 -0
  203. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_SG +0 -0
  204. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_SJ +0 -0
  205. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_SO +0 -0
  206. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_SV +0 -0
  207. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_TJ +0 -0
  208. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_TN +0 -0
  209. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_TR +0 -0
  210. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_UG +0 -0
  211. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_US +0 -0
  212. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_UY +0 -0
  213. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_UZ +0 -0
  214. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_VN +0 -0
  215. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_YT +0 -0
  216. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/ShortNumberMetadataProto_GL +0 -0
  217. package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/ShortNumberMetadataProto_JP +0 -0
  218. package/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/PhoneNumberUtilTest.java +4 -3
  219. package/third_party/libphonenumber/java/pom.xml +13 -13
  220. package/third_party/libphonenumber/java/script/download-junit-jars.sh +26 -0
  221. package/third_party/libphonenumber/javascript/i18n/phonenumbers/demo-compiled.js +217 -218
  222. package/third_party/libphonenumber/javascript/i18n/phonenumbers/metadata.js +160 -161
  223. package/third_party/libphonenumber/javascript/i18n/phonenumbers/metadatalite.js +160 -161
  224. package/third_party/libphonenumber/javascript/i18n/phonenumbers/shortnumbermetadata.js +8 -6
  225. package/third_party/libphonenumber/metadata/metadata.zip +0 -0
  226. package/third_party/libphonenumber/metadata/pom.xml +7 -7
  227. package/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/NumberingScheme.java +10 -3
  228. package/third_party/libphonenumber/migrator/migrator-servlet/pom.xml +5 -5
  229. package/third_party/libphonenumber/migrator/pom.xml +4 -4
  230. package/third_party/libphonenumber/release_notes.txt +93 -0
  231. package/third_party/libphonenumber/resources/PhoneNumberAlternateFormats.xml +1 -1
  232. package/third_party/libphonenumber/resources/PhoneNumberMetadata.xml +532 -620
  233. package/third_party/libphonenumber/resources/ShortNumberMetadata.xml +16 -4
  234. package/third_party/libphonenumber/resources/carrier/en/212.txt +1 -0
  235. package/third_party/libphonenumber/resources/carrier/en/216.txt +2 -6
  236. package/third_party/libphonenumber/resources/carrier/en/221.txt +1 -1
  237. package/third_party/libphonenumber/resources/carrier/en/228.txt +6 -6
  238. package/third_party/libphonenumber/resources/carrier/en/229.txt +5 -4
  239. package/third_party/libphonenumber/resources/carrier/en/230.txt +1 -0
  240. package/third_party/libphonenumber/resources/carrier/en/237.txt +6 -1
  241. package/third_party/libphonenumber/resources/carrier/en/250.txt +1 -0
  242. package/third_party/libphonenumber/resources/carrier/en/262.txt +36 -38
  243. package/third_party/libphonenumber/resources/carrier/en/30.txt +1 -0
  244. package/third_party/libphonenumber/resources/carrier/en/371.txt +5 -0
  245. package/third_party/libphonenumber/resources/carrier/en/385.txt +1 -0
  246. package/third_party/libphonenumber/resources/carrier/en/389.txt +1 -0
  247. package/third_party/libphonenumber/resources/carrier/en/39.txt +3 -0
  248. package/third_party/libphonenumber/resources/carrier/en/40.txt +1 -0
  249. package/third_party/libphonenumber/resources/carrier/en/41.txt +15 -3
  250. package/third_party/libphonenumber/resources/carrier/en/423.txt +2 -0
  251. package/third_party/libphonenumber/resources/carrier/en/43.txt +1 -0
  252. package/third_party/libphonenumber/resources/carrier/en/45.txt +9 -8
  253. package/third_party/libphonenumber/resources/carrier/en/46.txt +12 -14
  254. package/third_party/libphonenumber/resources/carrier/en/47.txt +0 -2
  255. package/third_party/libphonenumber/resources/carrier/en/49.txt +1 -1
  256. package/third_party/libphonenumber/resources/carrier/en/502.txt +1 -0
  257. package/third_party/libphonenumber/resources/carrier/en/503.txt +21 -2
  258. package/third_party/libphonenumber/resources/carrier/en/51.txt +2 -0
  259. package/third_party/libphonenumber/resources/carrier/en/53.txt +1 -0
  260. package/third_party/libphonenumber/resources/carrier/en/56.txt +1 -0
  261. package/third_party/libphonenumber/resources/carrier/en/57.txt +5 -0
  262. package/third_party/libphonenumber/resources/carrier/en/592.txt +21 -7
  263. package/third_party/libphonenumber/resources/carrier/en/60.txt +1 -0
  264. package/third_party/libphonenumber/resources/carrier/en/61.txt +4 -0
  265. package/third_party/libphonenumber/resources/carrier/en/64.txt +8 -0
  266. package/third_party/libphonenumber/resources/carrier/en/65.txt +8 -1
  267. package/third_party/libphonenumber/resources/carrier/en/683.txt +2 -0
  268. package/third_party/libphonenumber/resources/carrier/en/81.txt +14 -8
  269. package/third_party/libphonenumber/resources/carrier/en/82.txt +1 -0
  270. package/third_party/libphonenumber/resources/carrier/en/84.txt +2 -0
  271. package/third_party/libphonenumber/resources/carrier/en/852.txt +49 -35
  272. package/third_party/libphonenumber/resources/carrier/en/853.txt +5 -0
  273. package/third_party/libphonenumber/resources/carrier/en/86.txt +1 -1
  274. package/third_party/libphonenumber/resources/carrier/en/90.txt +2 -1
  275. package/third_party/libphonenumber/resources/carrier/en/92.txt +1 -0
  276. package/third_party/libphonenumber/resources/carrier/en/966.txt +1 -0
  277. package/third_party/libphonenumber/resources/carrier/en/972.txt +3 -2
  278. package/third_party/libphonenumber/resources/carrier/en/973.txt +3 -0
  279. package/third_party/libphonenumber/resources/carrier/en/992.txt +19 -5
  280. package/third_party/libphonenumber/resources/carrier/en/995.txt +1 -6
  281. package/third_party/libphonenumber/resources/carrier/en/996.txt +1 -0
  282. package/third_party/libphonenumber/resources/carrier/en/998.txt +1 -11
  283. package/third_party/libphonenumber/resources/carrier/ko/82.txt +1 -0
  284. package/third_party/libphonenumber/resources/carrier/zh/852.txt +49 -35
  285. package/third_party/libphonenumber/resources/carrier/zh/86.txt +1 -1
  286. package/third_party/libphonenumber/resources/geocoding/en/1.txt +5 -0
  287. package/third_party/libphonenumber/resources/geocoding/en/212.txt +13 -6
  288. package/third_party/libphonenumber/resources/geocoding/en/267.txt +1 -0
  289. package/third_party/libphonenumber/resources/geocoding/en/299.txt +1 -0
  290. package/third_party/libphonenumber/resources/geocoding/en/44.txt +15 -1
  291. package/third_party/libphonenumber/resources/geocoding/en/52.txt +1 -0
  292. package/third_party/libphonenumber/resources/geocoding/en/53.txt +1 -0
  293. package/third_party/libphonenumber/resources/geocoding/en/598.txt +1 -9
  294. package/third_party/libphonenumber/resources/geocoding/en/61.txt +19 -47
  295. package/third_party/libphonenumber/resources/geocoding/en/975.txt +3 -1
  296. package/third_party/libphonenumber/resources/geocoding/es/52.txt +1 -0
  297. package/third_party/libphonenumber/resources/geocoding/fr/212.txt +13 -6
  298. package/third_party/libphonenumber/resources/metadata/1/ranges.csv +9 -3
  299. package/third_party/libphonenumber/resources/metadata/20/formats.csv +1 -0
  300. package/third_party/libphonenumber/resources/metadata/20/ranges.csv +4 -4
  301. package/third_party/libphonenumber/resources/metadata/212/formats.csv +0 -1
  302. package/third_party/libphonenumber/resources/metadata/212/ranges.csv +106 -115
  303. package/third_party/libphonenumber/resources/metadata/216/operators.csv +0 -1
  304. package/third_party/libphonenumber/resources/metadata/216/ranges.csv +2 -1
  305. package/third_party/libphonenumber/resources/metadata/221/operators.csv +1 -1
  306. package/third_party/libphonenumber/resources/metadata/221/ranges.csv +1 -1
  307. package/third_party/libphonenumber/resources/metadata/228/operators.csv +1 -0
  308. package/third_party/libphonenumber/resources/metadata/228/ranges.csv +3 -2
  309. package/third_party/libphonenumber/resources/metadata/229/operators.csv +5 -5
  310. package/third_party/libphonenumber/resources/metadata/229/ranges.csv +58 -58
  311. package/third_party/libphonenumber/resources/metadata/230/ranges.csv +2 -1
  312. package/third_party/libphonenumber/resources/metadata/237/ranges.csv +2 -1
  313. package/third_party/libphonenumber/resources/metadata/250/operators.csv +5 -4
  314. package/third_party/libphonenumber/resources/metadata/250/ranges.csv +10 -9
  315. package/third_party/libphonenumber/resources/metadata/252/ranges.csv +1 -0
  316. package/third_party/libphonenumber/resources/metadata/256/ranges.csv +1 -2
  317. package/third_party/libphonenumber/resources/metadata/262/examples.csv +2 -0
  318. package/third_party/libphonenumber/resources/metadata/262/operators.csv +1 -1
  319. package/third_party/libphonenumber/resources/metadata/262/ranges.csv +22 -21
  320. package/third_party/libphonenumber/resources/metadata/267/ranges.csv +3 -2
  321. package/third_party/libphonenumber/resources/metadata/27/ranges.csv +24 -19
  322. package/third_party/libphonenumber/resources/metadata/299/ranges.csv +3 -2
  323. package/third_party/libphonenumber/resources/metadata/299/shortcodes.csv +4 -2
  324. package/third_party/libphonenumber/resources/metadata/30/ranges.csv +2 -1
  325. package/third_party/libphonenumber/resources/metadata/33/ranges.csv +31 -69
  326. package/third_party/libphonenumber/resources/metadata/353/ranges.csv +59 -70
  327. package/third_party/libphonenumber/resources/metadata/371/ranges.csv +2 -1
  328. package/third_party/libphonenumber/resources/metadata/372/ranges.csv +2 -1
  329. package/third_party/libphonenumber/resources/metadata/374/ranges.csv +1 -1
  330. package/third_party/libphonenumber/resources/metadata/385/operators.csv +1 -0
  331. package/third_party/libphonenumber/resources/metadata/385/ranges.csv +3 -0
  332. package/third_party/libphonenumber/resources/metadata/389/ranges.csv +2 -1
  333. package/third_party/libphonenumber/resources/metadata/39/operators.csv +1 -0
  334. package/third_party/libphonenumber/resources/metadata/39/ranges.csv +5 -1
  335. package/third_party/libphonenumber/resources/metadata/40/ranges.csv +2 -0
  336. package/third_party/libphonenumber/resources/metadata/41/operators.csv +3 -1
  337. package/third_party/libphonenumber/resources/metadata/41/ranges.csv +37 -34
  338. package/third_party/libphonenumber/resources/metadata/423/ranges.csv +2 -1
  339. package/third_party/libphonenumber/resources/metadata/43/operators.csv +1 -0
  340. package/third_party/libphonenumber/resources/metadata/43/ranges.csv +2 -1
  341. package/third_party/libphonenumber/resources/metadata/44/ranges.csv +1 -0
  342. package/third_party/libphonenumber/resources/metadata/45/operators.csv +1 -0
  343. package/third_party/libphonenumber/resources/metadata/45/ranges.csv +6 -2
  344. package/third_party/libphonenumber/resources/metadata/46/operators.csv +1 -0
  345. package/third_party/libphonenumber/resources/metadata/46/ranges.csv +9 -4
  346. package/third_party/libphonenumber/resources/metadata/47/ranges.csv +0 -3
  347. package/third_party/libphonenumber/resources/metadata/48/ranges.csv +1 -1
  348. package/third_party/libphonenumber/resources/metadata/49/operators.csv +1 -1
  349. package/third_party/libphonenumber/resources/metadata/49/ranges.csv +1 -2
  350. package/third_party/libphonenumber/resources/metadata/502/ranges.csv +1 -0
  351. package/third_party/libphonenumber/resources/metadata/503/operators.csv +1 -0
  352. package/third_party/libphonenumber/resources/metadata/503/ranges.csv +133 -248
  353. package/third_party/libphonenumber/resources/metadata/507/ranges.csv +2 -2
  354. package/third_party/libphonenumber/resources/metadata/508/ranges.csv +2 -1
  355. package/third_party/libphonenumber/resources/metadata/51/ranges.csv +2 -2
  356. package/third_party/libphonenumber/resources/metadata/52/ranges.csv +1 -0
  357. package/third_party/libphonenumber/resources/metadata/53/ranges.csv +2 -0
  358. package/third_party/libphonenumber/resources/metadata/54/ranges.csv +3 -1
  359. package/third_party/libphonenumber/resources/metadata/56/ranges.csv +2 -1
  360. package/third_party/libphonenumber/resources/metadata/57/operators.csv +2 -0
  361. package/third_party/libphonenumber/resources/metadata/57/ranges.csv +5 -2
  362. package/third_party/libphonenumber/resources/metadata/590/ranges.csv +2 -1
  363. package/third_party/libphonenumber/resources/metadata/592/examples.csv +1 -0
  364. package/third_party/libphonenumber/resources/metadata/592/operators.csv +5 -3
  365. package/third_party/libphonenumber/resources/metadata/592/ranges.csv +94 -82
  366. package/third_party/libphonenumber/resources/metadata/594/ranges.csv +3 -2
  367. package/third_party/libphonenumber/resources/metadata/596/ranges.csv +4 -2
  368. package/third_party/libphonenumber/resources/metadata/598/formats.csv +7 -6
  369. package/third_party/libphonenumber/resources/metadata/598/ranges.csv +37 -35
  370. package/third_party/libphonenumber/resources/metadata/60/ranges.csv +1 -0
  371. package/third_party/libphonenumber/resources/metadata/61/ranges.csv +23 -42
  372. package/third_party/libphonenumber/resources/metadata/64/examples.csv +0 -1
  373. package/third_party/libphonenumber/resources/metadata/64/ranges.csv +9 -6
  374. package/third_party/libphonenumber/resources/metadata/65/operators.csv +0 -1
  375. package/third_party/libphonenumber/resources/metadata/65/ranges.csv +6 -2
  376. package/third_party/libphonenumber/resources/metadata/683/ranges.csv +2 -0
  377. package/third_party/libphonenumber/resources/metadata/81/comments.csv +2 -0
  378. package/third_party/libphonenumber/resources/metadata/81/operators.csv +6 -5
  379. package/third_party/libphonenumber/resources/metadata/81/ranges.csv +979 -975
  380. package/third_party/libphonenumber/resources/metadata/81/shortcodes.csv +7 -6
  381. package/third_party/libphonenumber/resources/metadata/82/ranges.csv +1 -0
  382. package/third_party/libphonenumber/resources/metadata/84/ranges.csv +11 -9
  383. package/third_party/libphonenumber/resources/metadata/852/operators.csv +16 -18
  384. package/third_party/libphonenumber/resources/metadata/852/ranges.csv +224 -230
  385. package/third_party/libphonenumber/resources/metadata/853/ranges.csv +1 -2
  386. package/third_party/libphonenumber/resources/metadata/86/ranges.csv +3 -2
  387. package/third_party/libphonenumber/resources/metadata/880/comments.csv +1 -0
  388. package/third_party/libphonenumber/resources/metadata/880/ranges.csv +1 -0
  389. package/third_party/libphonenumber/resources/metadata/881/formats.csv +3 -2
  390. package/third_party/libphonenumber/resources/metadata/881/ranges.csv +6 -5
  391. package/third_party/libphonenumber/resources/metadata/883/ranges.csv +1 -0
  392. package/third_party/libphonenumber/resources/metadata/90/operators.csv +1 -0
  393. package/third_party/libphonenumber/resources/metadata/90/ranges.csv +2 -1
  394. package/third_party/libphonenumber/resources/metadata/92/ranges.csv +2 -0
  395. package/third_party/libphonenumber/resources/metadata/966/ranges.csv +1 -0
  396. package/third_party/libphonenumber/resources/metadata/968/ranges.csv +1 -1
  397. package/third_party/libphonenumber/resources/metadata/972/operators.csv +1 -0
  398. package/third_party/libphonenumber/resources/metadata/972/ranges.csv +6 -7
  399. package/third_party/libphonenumber/resources/metadata/973/operators.csv +1 -0
  400. package/third_party/libphonenumber/resources/metadata/973/ranges.csv +8 -1
  401. package/third_party/libphonenumber/resources/metadata/975/ranges.csv +4 -3
  402. package/third_party/libphonenumber/resources/metadata/992/operators.csv +6 -6
  403. package/third_party/libphonenumber/resources/metadata/992/ranges.csv +104 -102
  404. package/third_party/libphonenumber/resources/metadata/995/ranges.csv +4 -1
  405. package/third_party/libphonenumber/resources/metadata/996/operators.csv +9 -8
  406. package/third_party/libphonenumber/resources/metadata/996/ranges.csv +94 -93
  407. package/third_party/libphonenumber/resources/metadata/998/ranges.csv +2 -17
  408. package/third_party/libphonenumber/resources/metadata/metadata.csv +1 -1
  409. package/third_party/libphonenumber/resources/timezones/map_data.txt +10 -2
  410. package/third_party/libphonenumber/tools/cpp/CMakeLists.txt +0 -5
  411. package/third_party/libphonenumber/tools/java/common/pom.xml +3 -3
  412. package/third_party/libphonenumber/tools/java/cpp-build/pom.xml +6 -6
  413. package/third_party/libphonenumber/tools/java/cpp-build/target/cpp-build-1.0-SNAPSHOT-jar-with-dependencies.jar +0 -0
  414. package/third_party/libphonenumber/tools/java/data/pom.xml +2 -2
  415. package/third_party/libphonenumber/tools/java/java-build/pom.xml +2 -2
  416. package/third_party/libphonenumber/tools/java/java-build/target/java-build-1.0-SNAPSHOT-jar-with-dependencies.jar +0 -0
  417. package/third_party/libphonenumber/java/lib/junit-4.13.1.jar +0 -0
  418. package/third_party/libphonenumber/java/lib/mockito-all-1.10.19.jar +0 -0
@@ -1,230 +1,224 @@
1
- Prefix ; Length ; Type ; Tariff ; Operator ; Format ; Regions ; Provenance
2
- 21 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
3
- 22[013-9] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
4
- 2[3-9] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
5
- 300[1-9] ; 8 ; UAN ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
6
- 30[15-7] ; 8 ; UAN ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
7
- 302[047] ; 8 ; UAN ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
8
- 3089 ; 8 ; UAN ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
9
- 31[0-24-9] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
10
- 34[0-247-9] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
11
- 346 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
12
- 350 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
13
- 35[124-9] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
14
- 36[0-24-79] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
15
- 368 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
16
- 37[02] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
17
- 37[14-69] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
18
- 38[45][0-8] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
19
- 386[01] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
20
- 389 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
21
- 39[0-246-9] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
22
- 395 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
23
- 440 ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; IR21
24
- 441 ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
25
- 444[5-9] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
26
- 460[0-6] ; 8 ; MOBILE ; STANDARD_RATE ; "china_unicom" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
27
- 4607 ; 8 ; MOBILE ; STANDARD_RATE ; "multibyte" ; "fmt1_4/4" ; "HK" ; IR21
28
- 461[0-24] ; 8 ; MOBILE ; STANDARD_RATE ; "sun_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
29
- 4613 ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
30
- 461[56] ; 8 ; MOBILE ; STANDARD_RATE ; "china_unicom" ; "fmt1_4/4" ; "HK"
31
- 462[0-4] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK"
32
- 462[5-9] ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; IR21
33
- 463 ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
34
- 4640 ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
35
- 464[1-5] ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; IR21
36
- 4647 ; 8 ; MOBILE ; STANDARD_RATE ; "sun_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
37
- 4648 ; 8 ; MOBILE ; STANDARD_RATE ; "multibyte" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
38
- 4649 ; 8 ; MOBILE ; STANDARD_RATE ; "citic" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
39
- 465[0-3] ; 8 ; MOBILE ; STANDARD_RATE ; "china_unicom" ; "fmt1_4/4" ; "HK"
40
- 465[4-8] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK"
41
- 4659 ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; IR21
42
- 466[0-4] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
43
- 467[0-7] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; IR21
44
- 4678 ; 8 ; MOBILE ; STANDARD_RATE ; "sun_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
45
- 468 ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; IR21
46
- 51[02367] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
47
- 511 ; 8 ; MOBILE ; STANDARD_RATE ; "sun_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
48
- 514[0-8] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
49
- 5149 ; 8 ; MOBILE ; STANDARD_RATE ; "truphone" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
50
- 518 ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
51
- 519 ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
52
- 52[01479] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
53
- 52[26] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
54
- 523[0-3] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
55
- 5234 ; 8 ; MOBILE ; STANDARD_RATE ; "lycamobile" ; "fmt1_4/4" ; "HK"
56
- 5235 ; 8 ; MOBILE ; STANDARD_RATE ; "21vianet" ; "fmt1_4/4" ; "HK"
57
- 523[6-9] ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; IR21
58
- 5280 ; 8 ; MOBILE ; STANDARD_RATE ; "truphone" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
59
- 528[12] ; 8 ; MOBILE ; STANDARD_RATE ; "sun_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
60
- 5283 ; 8 ; MOBILE ; STANDARD_RATE ; "multibyte" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
61
- 528[4-8] ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; IR21
62
- 5289 ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; IR21
63
- 53[01479] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
64
- 53[26] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
65
- 533 ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
66
- 538 ; 8 ; MOBILE ; STANDARD_RATE ; "china_unicom" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
67
- 540 ; 8 ; MOBILE ; STANDARD_RATE ; "sun_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
68
- 54[137] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
69
- 54[2489] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
70
- 5[45]6 ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
71
- 55[09] ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
72
- 55[137] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
73
- 55[28] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
74
- 554[0-8] ; 8 ; MOBILE ; STANDARD_RATE ; "sun_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
75
- 5549 ; 8 ; MOBILE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
76
- 56[0-24] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
77
- 56[369] ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
78
- 568 ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
79
- 570[0145] ; 8 ; MOBILE ; STANDARD_RATE ; "multibyte" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
80
- 570[23] ; 8 ; MOBILE ; STANDARD_RATE ; "sun_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
81
- 5706 ; 8 ; MOBILE ; STANDARD_RATE ; "hkbn" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
82
- 570[78] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
83
- 5709 ; 8 ; MOBILE ; STANDARD_RATE ; "citic" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
84
- 571[0-7] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
85
- 57[16][89] ; 8 ; MOBILE ; STANDARD_RATE ; "lycamobile" ; "fmt1_4/4" ; "HK"
86
- 572 ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
87
- 573[0-6] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
88
- 574[0-4] ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; IR21
89
- 574[5-8] ; 8 ; MOBILE ; STANDARD_RATE ; "multibyte" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
90
- 5749 ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
91
- 576[0-7] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
92
- 577 ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; IR21
93
- 578 ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
94
- 579 ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
95
- 580[135-8] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
96
- 580[24] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
97
- 5812 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
98
- 581[3-9] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
99
- 590[0-5] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
100
- 590[67] ; 8 ; MOBILE ; STANDARD_RATE ; "21vianet" ; "fmt1_4/4" ; "HK"
101
- 590[89] ; 8 ; MOBILE ; STANDARD_RATE ; "lycamobile" ; "fmt1_4/4" ; "HK"
102
- 59[1249] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
103
- 59[38] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
104
- 59[67] ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
105
- 6[01]1 ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
106
- 60[235] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
107
- 60[478] ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; IR21
108
- 60[69] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
109
- 61[09] ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
110
- 61[2-46-8] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
111
- 6[13]5 ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
112
- 6[24][07] ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
113
- 62[1-3] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
114
- 624 ; 8 ; MOBILE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
115
- 62[589] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
116
- 6260 ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; IR21
117
- 6261 ; 8 ; MOBILE ; STANDARD_RATE ; "webbing" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
118
- 626[3-8] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; IR21
119
- 63[07-9] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
120
- 63[134] ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
121
- 632 ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
122
- 6360 ; 8 ; MOBILE ; STANDARD_RATE ; "sun_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
123
- 6361 ; 8 ; MOBILE ; STANDARD_RATE ; "china_unicom" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
124
- 6362 ; 8 ; MOBILE ; STANDARD_RATE ; "ctg" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
125
- 636[3-9] ; 8 ; MOBILE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
126
- 64[1249] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
127
- 64[358] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
128
- 646 ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
129
- 6[59]0 ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
130
- 651 ; 8 ; MOBILE ; STANDARD_RATE ; "china_hongkong_telecom" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
131
- 65[256] ; 8 ; MOBILE ; STANDARD_RATE ; "china_unicom" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
132
- 65[349] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
133
- 65[78] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
134
- 66[0259] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
135
- 66[13] ; 8 ; MOBILE ; STANDARD_RATE ; "china_unicom" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
136
- 66[47] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
137
- 666[0-3] ; 8 ; MOBILE ; STANDARD_RATE ; "china_unicom" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
138
- 668 ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
139
- 67[0346] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
140
- 67[157] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
141
- 672 ; 8 ; MOBILE ; STANDARD_RATE ; "china_unicom" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
142
- 679 ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
143
- 68[029] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
144
- 68[18] ; 8 ; MOBILE ; STANDARD_RATE ; "china_unicom" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
145
- 683 ; 8 ; MOBILE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
146
- 68[457] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
147
- 69[13-59] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
148
- 69[27] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
149
- 69[68] ; 8 ; MOBILE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
150
- 707[1-5] ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; IR21
151
- 708[0-4] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
152
- 710[0-38] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
153
- 711[0-3679] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
154
- 713[013] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
155
- 7169 ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
156
- 719[0136] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
157
- 72[02389] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
158
- 721[18] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
159
- 727[27-9] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
160
- 73[0-38] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
161
- 737[0-369] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
162
- 739[2357-9] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
163
- 747 ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
164
- 75[178] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
165
- 755[0-5] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
166
- 760[0-7] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
167
- 762[236-9] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
168
- 76[35] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
169
- 77[27] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
170
- 778[7-9] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
171
- 78[23689] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
172
- 787[1-9] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
173
- 79[02] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
174
- 795 ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
175
- 796[0-246-8] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
176
- 797[0-36-9] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
177
- 798[238] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
178
- 800 ; 9 ; FIXED_LINE ; TOLL_FREE ; ; "fmt2_3/3/3" ; "HK"
179
- 81[0-4679] ; 8 ; PERSONAL_NUMBER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
180
- 82[0-36] ; 8 ; PERSONAL_NUMBER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
181
- 827[0-4] ; 8 ; PERSONAL_NUMBER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
182
- 83[034] ; 8 ; PERSONAL_NUMBER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
183
- 83[27]0 ; 8 ; PERSONAL_NUMBER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
184
- 8329 ; 8 ; PERSONAL_NUMBER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; IR21
185
- 84[09] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; IR21
186
- 8480 ; 8 ; MOBILE ; STANDARD_RATE ; "handy" ; "fmt1_4/4" ; "HK"
187
- 8481 ; 8 ; MOBILE ; STANDARD_RATE ; "sun_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
188
- 848[5-9] ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; IR21
189
- 900[0-24-9] ; 11 ; FIXED_LINE ; PREMIUM_RATE ; ; "fmt3_3/2/3/3" ; "HK"
190
- 9003 ; 5-8 ; FIXED_LINE ; PREMIUM_RATE ; ; "fmt4_3/2-5" ; "HK"
191
- 901 ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
192
- 90[237-9] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
193
- 904 ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
194
- 905[0-689] ; 8 ; MOBILE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
195
- 9057 ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK"
196
- 906 ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
197
- 91[0589] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
198
- 912 ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
199
- 91[367] ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
200
- 9[13]4 ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
201
- 9[26]0 ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
202
- 92[135-7] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
203
- 92[24] ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
204
- 928 ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
205
- 9290 ; 8 ; MOBILE ; STANDARD_RATE ; "multibyte" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
206
- 9291 ; 8 ; MOBILE ; STANDARD_RATE ; "sun_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
207
- 929[3-9] ; 8 ; MOBILE ; STANDARD_RATE ; "china_unicom" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
208
- 93[03] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
209
- 93[18] ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
210
- 93[25-7] ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
211
- 94[06] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
212
- 94[127-9] ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
213
- 94[3-5] ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
214
- 95[07] ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
215
- 95[18] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
216
- 95[235] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
217
- 954 ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
218
- 956 ; 8 ; MOBILE ; STANDARD_RATE ; "china_unicom" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
219
- 959[0-4] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
220
- 96[1245] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
221
- 96[37] ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
222
- 96[68] ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
223
- 969 ; 8 ; MOBILE ; STANDARD_RATE ; "china_hongkong_telecom" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
224
- 97[045] ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
225
- 97[19] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
226
- 97[23] ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
227
- 97[6-8] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
228
- 98[078] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
229
- 98[1-3] ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
230
- 98[4-6] ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
1
+ Prefix ; Length ; Type ; Tariff ; Operator ; Format ; Regions ; Provenance
2
+ 21 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
3
+ 22[013-9] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
4
+ 2[3-9] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
5
+ 300[1-9] ; 8 ; UAN ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
6
+ 30[15-7] ; 8 ; UAN ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
7
+ 302[047] ; 8 ; UAN ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
8
+ 3089 ; 8 ; UAN ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
9
+ 31[0-24-9] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
10
+ 34[0-247-9] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
11
+ 346 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
12
+ 350 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
13
+ 35[124-9] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
14
+ 36[0-24-79] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
15
+ 368 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
16
+ 37[02] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
17
+ 37[14-69] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
18
+ 384[0-8] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
19
+ 385 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
20
+ 386[01] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
21
+ 389 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
22
+ 39[0-246-9] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
23
+ 395 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
24
+ 440 ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; IR21
25
+ 441 ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
26
+ 444[5-9] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
27
+ 445 ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
28
+ 460[0-6] ; 8 ; MOBILE ; STANDARD_RATE ; "china_unicom" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
29
+ 4607 ; 8 ; MOBILE ; STANDARD_RATE ; "multibyte" ; "fmt1_4/4" ; "HK" ; IR21
30
+ 46[07][89] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
31
+ 461[0134] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
32
+ 4612 ; 8 ; MOBILE ; STANDARD_RATE ; "sun_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
33
+ 461[56] ; 8 ; MOBILE ; STANDARD_RATE ; "china_unicom" ; "fmt1_4/4" ; "HK"
34
+ 4617 ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; IR21
35
+ 462[0-4] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK"
36
+ 462[5-9] ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; IR21
37
+ 463 ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
38
+ 464[07] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
39
+ 464[1-5] ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; IR21
40
+ 4648 ; 8 ; MOBILE ; STANDARD_RATE ; "multibyte" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
41
+ 4649 ; 8 ; MOBILE ; STANDARD_RATE ; "citic" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
42
+ 465[0-3] ; 8 ; MOBILE ; STANDARD_RATE ; "china_unicom" ; "fmt1_4/4" ; "HK"
43
+ 465[4-8] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK"
44
+ 4659 ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; IR21
45
+ 466[0-4] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
46
+ 467[0-7] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; IR21
47
+ 468 ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; IR21
48
+ 469[0-8] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
49
+ 4699 ; 8 ; MOBILE ; STANDARD_RATE ; "sct" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
50
+ 51[02367] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
51
+ 51[148] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
52
+ 519 ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
53
+ 52[01479] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
54
+ 52[26] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
55
+ 523[0-3] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
56
+ 5234 ; 8 ; MOBILE ; STANDARD_RATE ; "lycamobile" ; "fmt1_4/4" ; "HK"
57
+ 5235 ; 8 ; MOBILE ; STANDARD_RATE ; "21vianet" ; "fmt1_4/4" ; "HK"
58
+ 523[6-9] ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; IR21
59
+ 528[0-2] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
60
+ 5283 ; 8 ; MOBILE ; STANDARD_RATE ; "multibyte" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
61
+ 528[4-8] ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; IR21
62
+ 5289 ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; IR21
63
+ 53[01479] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
64
+ 53[26] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
65
+ 533 ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
66
+ 538 ; 8 ; MOBILE ; STANDARD_RATE ; "china_unicom" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
67
+ 54[0137] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
68
+ 54[2489] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
69
+ 5[45]6 ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
70
+ 55[09] ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
71
+ 55[128] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
72
+ 55[37] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
73
+ 554[0-8] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
74
+ 5549 ; 8 ; MOBILE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
75
+ 56[0-24] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
76
+ 56[369] ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
77
+ 568 ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
78
+ 570[0145] ; 8 ; MOBILE ; STANDARD_RATE ; "multibyte" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
79
+ 570[23] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
80
+ 5706 ; 8 ; MOBILE ; STANDARD_RATE ; "hkbn" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
81
+ 570[78] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
82
+ 5709 ; 8 ; MOBILE ; STANDARD_RATE ; "citic" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
83
+ 571[0-7] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
84
+ 57[16][89] ; 8 ; MOBILE ; STANDARD_RATE ; "lycamobile" ; "fmt1_4/4" ; "HK"
85
+ 572 ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
86
+ 573[0-6] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
87
+ 574[0-4] ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; IR21
88
+ 574[5-8] ; 8 ; MOBILE ; STANDARD_RATE ; "multibyte" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
89
+ 5749 ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
90
+ 576[0-7] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
91
+ 577 ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; IR21
92
+ 57[89] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
93
+ 580[1-9] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
94
+ 5812 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
95
+ 581[3-9] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
96
+ 590[0-5] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
97
+ 590[67] ; 8 ; MOBILE ; STANDARD_RATE ; "21vianet" ; "fmt1_4/4" ; "HK"
98
+ 590[89] ; 8 ; MOBILE ; STANDARD_RATE ; "lycamobile" ; "fmt1_4/4" ; "HK"
99
+ 59[1249] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
100
+ 59[38] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
101
+ 595[0-8] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
102
+ 59[67] ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
103
+ 6[01]1 ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
104
+ 60[235] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
105
+ 60[478] ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; IR21
106
+ 60[69] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
107
+ 61[09] ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
108
+ 61[2-46-8] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
109
+ 6[13]5 ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
110
+ 6[24][07] ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
111
+ 62[1-3] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
112
+ 624 ; 8 ; MOBILE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
113
+ 62[589] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
114
+ 6260 ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; IR21
115
+ 6261 ; 8 ; MOBILE ; STANDARD_RATE ; "webbing" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
116
+ 626[3-8] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; IR21
117
+ 63[07-9] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
118
+ 63[134] ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
119
+ 632 ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
120
+ 636[02] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
121
+ 6361 ; 8 ; MOBILE ; STANDARD_RATE ; "china_unicom" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
122
+ 636[3-9] ; 8 ; MOBILE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
123
+ 64[1249] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
124
+ 64[358] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
125
+ 646 ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
126
+ 6[59]0 ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
127
+ 65[1349] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
128
+ 65[256] ; 8 ; MOBILE ; STANDARD_RATE ; "china_unicom" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
129
+ 65[78] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
130
+ 66[0259] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
131
+ 66[13] ; 8 ; MOBILE ; STANDARD_RATE ; "china_unicom" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
132
+ 66[47] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
133
+ 666[0-3] ; 8 ; MOBILE ; STANDARD_RATE ; "china_unicom" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
134
+ 668 ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
135
+ 67[0346] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
136
+ 67[157] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
137
+ 672 ; 8 ; MOBILE ; STANDARD_RATE ; "china_unicom" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
138
+ 679 ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
139
+ 68[029] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
140
+ 68[18] ; 8 ; MOBILE ; STANDARD_RATE ; "china_unicom" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
141
+ 683 ; 8 ; MOBILE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
142
+ 68[457] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
143
+ 69[13-59] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
144
+ 69[27] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
145
+ 69[68] ; 8 ; MOBILE ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
146
+ 707[1-5] ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; IR21
147
+ 7076 ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; IR21
148
+ 708[0-4] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
149
+ 710[0-38] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
150
+ 711[0-3679] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
151
+ 713[013] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
152
+ 7169 ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
153
+ 719[0136] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
154
+ 72[02389] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
155
+ 721[18] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
156
+ 727[27-9] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
157
+ 73[0-38] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
158
+ 737[0-369] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
159
+ 739[2357-9] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
160
+ 747 ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
161
+ 75[178] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
162
+ 755[0-5] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
163
+ 760[0-7] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
164
+ 762[236-9] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
165
+ 76[35] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
166
+ 77[27] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
167
+ 778[7-9] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
168
+ 78[23689] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
169
+ 787[1-9] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
170
+ 79[02] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
171
+ 795 ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
172
+ 796[0-246-8] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
173
+ 797[0-36-9] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
174
+ 798[238] ; 8 ; PAGER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
175
+ 800 ; 9 ; FIXED_LINE ; TOLL_FREE ; ; "fmt2_3/3/3" ; "HK"
176
+ 81[0-4679] ; 8 ; PERSONAL_NUMBER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
177
+ 82[0-36] ; 8 ; PERSONAL_NUMBER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
178
+ 827[0-4] ; 8 ; PERSONAL_NUMBER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
179
+ 83[034] ; 8 ; PERSONAL_NUMBER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; GOVERNMENT
180
+ 83[27]0 ; 8 ; PERSONAL_NUMBER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK"
181
+ 8329 ; 8 ; PERSONAL_NUMBER ; STANDARD_RATE ; ; "fmt1_4/4" ; "HK" ; IR21
182
+ 84[09] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; IR21
183
+ 848[0-2] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
184
+ 848[5-9] ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; IR21
185
+ 900[0-24-9] ; 11 ; FIXED_LINE ; PREMIUM_RATE ; ; "fmt3_3/2/3/3" ; "HK"
186
+ 9003 ; 5-8 ; FIXED_LINE ; PREMIUM_RATE ; ; "fmt4_3/2-5" ; "HK"
187
+ 901 ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
188
+ 90[237-9] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
189
+ 90[45] ; 8 ; MOBILE ; STANDARD_RATE ; "hutchison_telecom" ; "fmt1_4/4" ; "HK" ; IR21
190
+ 906 ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
191
+ 91[0589] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
192
+ 912 ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
193
+ 91[367] ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
194
+ 9[13]4 ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
195
+ 9[26]0 ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
196
+ 92[135-7] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
197
+ 92[24] ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
198
+ 928 ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
199
+ 9290 ; 8 ; MOBILE ; STANDARD_RATE ; "multibyte" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
200
+ 9291 ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
201
+ 929[3-9] ; 8 ; MOBILE ; STANDARD_RATE ; "china_unicom" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
202
+ 93[03] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
203
+ 93[18] ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
204
+ 93[25-7] ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
205
+ 94[06] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
206
+ 94[127-9] ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
207
+ 94[3-5] ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
208
+ 95[07] ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
209
+ 95[18] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
210
+ 95[235] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
211
+ 954 ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
212
+ 956 ; 8 ; MOBILE ; STANDARD_RATE ; "china_unicom" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
213
+ 959[0-4] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
214
+ 96[12459] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
215
+ 96[37] ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
216
+ 96[68] ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
217
+ 97[045] ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
218
+ 97[19] ; 8 ; MOBILE ; STANDARD_RATE ; "china_mobile" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
219
+ 97[23] ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
220
+ 97[6-8] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
221
+ 98[078] ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
222
+ 98[1-3] ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
223
+ 98[4-6] ; 8 ; MOBILE ; STANDARD_RATE ; "smartone" ; "fmt1_4/4" ; "HK" ; GOVERNMENT
224
+ 9899 ; 8 ; MOBILE ; STANDARD_RATE ; "hkt" ; "fmt1_4/4" ; "HK" ; IR21
@@ -38,9 +38,8 @@ Prefix ; Length ; Type ; Tariff ; Operator
38
38
  639[01] ; 8 ; MOBILE ; STANDARD_RATE ; "china_telecom" ; "fmt1_4/4" ; "MO" ; GOVERNMENT
39
39
  639[2-7] ; 8 ; MOBILE ; STANDARD_RATE ; "ctm" ; "fmt1_4/4" ; "MO" ; GOVERNMENT
40
40
  650[0-4] ; 8 ; MOBILE ; STANDARD_RATE ; "3" ; "fmt1_4/4" ; "MO" ; IR21
41
- 650[5-9] ; 8 ; MOBILE ; STANDARD_RATE ; ; "fmt1_4/4" ; "MO"
41
+ 65[01][5-9] ; 8 ; MOBILE ; STANDARD_RATE ; "ctm" ; "fmt1_4/4" ; "MO" ; GOVERNMENT
42
42
  651[0-4] ; 8 ; MOBILE ; STANDARD_RATE ; ; "fmt1_4/4" ; "MO"
43
- 651[5-9] ; 8 ; MOBILE ; STANDARD_RATE ; "ctm" ; "fmt1_4/4" ; "MO" ; GOVERNMENT
44
43
  65[27][0-3] ; 8 ; MOBILE ; STANDARD_RATE ; "china_telecom" ; "fmt1_4/4" ; "MO" ; GOVERNMENT
45
44
  652[4-9] ; 8 ; MOBILE ; STANDARD_RATE ; "ctm" ; "fmt1_4/4" ; "MO" ; GOVERNMENT
46
45
  653[016-9] ; 8 ; MOBILE ; STANDARD_RATE ; "ctm" ; "fmt1_4/4" ; "MO" ; GOVERNMENT