Skip to content

Commit fc01314

Browse files
committed
Merge metadata changes from upstream 7.2.6
Includes changes in resources/ up to and including upstream commit 44ff90d58a64 "[maven-release-plugin] prepare release libphonenumber-7.2.6"
1 parent 670f000 commit fc01314

5 files changed

Lines changed: 23 additions & 9 deletions

File tree

resources/PhoneNumberMetadata.xml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6161,7 +6161,12 @@
61616161
<exampleNumber>21360003</exampleNumber>
61626162
</fixedLine>
61636163
<mobile>
6164-
<nationalNumberPattern>77[6-8]\d{5}</nationalNumberPattern>
6164+
<nationalNumberPattern>
6165+
77(?:
6166+
08|
6167+
[6-8]\d
6168+
)\d{4}
6169+
</nationalNumberPattern>
61656170
<exampleNumber>77831001</exampleNumber>
61666171
</mobile>
61676172
</territory>
@@ -15191,7 +15196,7 @@
1519115196
2(?:
1519215197
(?:
1519315198
[015-7]\d|
15194-
2[2-9]|
15199+
2[02-9]|
1519515200
3[2-57]|
1519615201
4[2-8]|
1519715202
8[235-7]
@@ -17197,7 +17202,7 @@
1719717202
)|
1719817203
4(?:
1719917204
[06]|
17200-
1\d
17205+
1\d?
1720117206
)|
1720217207
5(?:
1720317208
[01357]|
@@ -23021,7 +23026,7 @@
2302123026
4[67]|
2302223027
5[12]|
2302323028
6[014]|
23024-
8[56]
23029+
8[056]
2302523030
)|
2302623031
4(?:
2302723032
0[124-9]|
@@ -23113,7 +23118,7 @@
2311323118
4[67]|
2311423119
5[12]|
2311523120
6[014]|
23116-
8[56]
23121+
8[056]
2311723122
)|
2311823123
4(?:
2311923124
0[124-9]|

resources/ShortNumberMetadata.xml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5659,7 +5659,10 @@
56595659
2[01389]|
56605660
3(?:
56615661
2|
5662-
39|
5662+
3[039]|
5663+
45|
5664+
66|
5665+
88|
56635666
9[18]
56645667
)|
56655668
82
@@ -5687,9 +5690,11 @@
56875690
<nationalNumberPattern>
56885691
1(?:
56895692
17|
5690-
29|
5693+
2[139]|
56915694
3(?:
5692-
39|
5695+
3[09]|
5696+
66|
5697+
88|
56935698
9[18]
56945699
)|
56955700
82
@@ -5703,10 +5708,11 @@
57035708
1(?:
57045709
1[78]|
57055710
28|
5711+
330|
57065712
82
57075713
)
57085714
</nationalNumberPattern>
5709-
<possibleNumberPattern>\d{3}</possibleNumberPattern>
5715+
<possibleNumberPattern>\d{3,4}</possibleNumberPattern>
57105716
<exampleNumber>118</exampleNumber>
57115717
</tollFree>
57125718
</territory>

resources/geocoding/en/1.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8567,6 +8567,7 @@
85678567
1361994|Corpus Christi, TX
85688568
1364|Kentucky
85698569
1365|Ontario
8570+
1380|Ohio
85708571
1385|Utah
85718572
1386|Florida
85728573
1386218|Orange City, FL

resources/geocoding/en/212.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
212520|Casablanca
2020
212521|Casablanca/Central Morocco
21+
2125220|Casablanca
2122
2125222|Casablanca
2223
2125223|Casablanca
2324
2125224|Casablanca

resources/geocoding/fr/212.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
212520|Casablanca
1919
212521|Casablanca/Maroc Central
20+
2125220|Casablanca
2021
2125222|Casablanca
2122
2125223|Casablanca
2223
2125224|Casablanca

0 commit comments

Comments
 (0)