Skip to content

Commit c78216e

Browse files
committed
v8.13.13
1 parent 96745f5 commit c78216e

18 files changed

+1199
-1108
lines changed

resources/PhoneNumberMetadata.xml

+121-120
Original file line numberDiff line numberDiff line change
@@ -2525,9 +2525,11 @@
25252525
<exampleNumber>412345678</exampleNumber>
25262526
<nationalNumberPattern>
25272527
4(?:
2528-
79[01]|
2529-
83[0-389]|
2530-
93[0-6]
2528+
(?:
2529+
79|
2530+
94
2531+
)[01]|
2532+
83[0-389]
25312533
)\d{5}|
25322534
4(?:
25332535
[0-3]\d|
@@ -2536,7 +2538,7 @@
25362538
6[016-9]|
25372539
7[02-8]|
25382540
8[0-24-9]|
2539-
9[0-27-9]
2541+
9[0-37-9]
25402542
)\d{6}
25412543
</nationalNumberPattern>
25422544
</mobile>
@@ -4068,7 +4070,7 @@
40684070
<exampleNumber>90011234</exampleNumber>
40694071
<nationalNumberPattern>
40704072
(?:
4071-
4[0-256]|
4073+
4[0-356]|
40724074
[56]\d|
40734075
9[013-9]
40744076
)\d{6}
@@ -5581,9 +5583,11 @@
55815583
<exampleNumber>412345678</exampleNumber>
55825584
<nationalNumberPattern>
55835585
4(?:
5584-
79[01]|
5585-
83[0-389]|
5586-
93[0-6]
5586+
(?:
5587+
79|
5588+
94
5589+
)[01]|
5590+
83[0-389]
55875591
)\d{5}|
55885592
4(?:
55895593
[0-3]\d|
@@ -5592,7 +5596,7 @@
55925596
6[016-9]|
55935597
7[02-8]|
55945598
8[0-24-9]|
5595-
9[0-27-9]
5599+
9[0-37-9]
55965600
)\d{6}
55975601
</nationalNumberPattern>
55985602
</mobile>
@@ -7805,9 +7809,11 @@
78057809
<exampleNumber>412345678</exampleNumber>
78067810
<nationalNumberPattern>
78077811
4(?:
7808-
79[01]|
7809-
83[0-389]|
7810-
93[0-6]
7812+
(?:
7813+
79|
7814+
94
7815+
)[01]|
7816+
83[0-389]
78117817
)\d{5}|
78127818
4(?:
78137819
[0-3]\d|
@@ -7816,7 +7822,7 @@
78167822
6[016-9]|
78177823
7[02-8]|
78187824
8[0-24-9]|
7819-
9[0-27-9]
7825+
9[0-37-9]
78207826
)\d{6}
78217827
</nationalNumberPattern>
78227828
</mobile>
@@ -10422,99 +10428,98 @@
1042210428
)
1042310429
)\d
1042410430
)|
10425-
2(?:
10431+
(?:
10432+
2(?:
10433+
(?:
10434+
0[024-9]|
10435+
2[3-9]|
10436+
3[3-79]|
10437+
4[1-689]|
10438+
[58][02-9]|
10439+
6[0-47-9]|
10440+
7[013-9]|
10441+
9\d
10442+
)\d|
10443+
1(?:
10444+
[0-7]\d|
10445+
8[0-2]
10446+
)
10447+
)|
1042610448
(?:
10427-
0[024-9]|
10428-
2[3-9]|
10429-
3[3-79]|
10430-
4[1-689]|
10431-
[58][02-9]|
10432-
6[0-47-9]|
10433-
7[013-9]|
10434-
9\d
10435-
)\d\d|
10436-
1(?:
10437-
[0-7]\d\d|
10449+
3(?:
10450+
0\d|
10451+
1[0-8]|
10452+
[25][02-9]|
10453+
3[02-579]|
10454+
[468][0-46-9]|
10455+
7[1-35-79]|
10456+
9[2-578]
10457+
)|
10458+
4(?:
10459+
0[03-9]|
10460+
[137]\d|
10461+
[28][02-57-9]|
10462+
4[02-69]|
10463+
5[0-8]|
10464+
[69][0-79]
10465+
)|
10466+
5(?:
10467+
0[1-35-9]|
10468+
[16]\d|
10469+
2[024-9]|
10470+
3[015689]|
10471+
4[02-9]|
10472+
5[03-9]|
10473+
7[0-35-9]|
10474+
8[0-468]|
10475+
9[0-57-9]
10476+
)|
10477+
6(?:
10478+
0[034689]|
10479+
1\d|
10480+
2[0-35689]|
10481+
[38][013-9]|
10482+
4[1-467]|
10483+
5[0-69]|
10484+
6[13-9]|
10485+
7[0-8]|
10486+
9[0-24578]
10487+
)|
10488+
7(?:
10489+
0[0246-9]|
10490+
2\d|
10491+
3[0236-8]|
10492+
4[03-9]|
10493+
5[0-46-9]|
10494+
6[013-9]|
10495+
7[0-35-9]|
10496+
8[024-9]|
10497+
9[02-9]
10498+
)|
1043810499
8(?:
10439-
[02]\d|
10440-
1[0-46-9]
10500+
0[35-9]|
10501+
2[1-57-9]|
10502+
3[02-578]|
10503+
4[0-578]|
10504+
5[124-9]|
10505+
6[2-69]|
10506+
7\d|
10507+
8[02-9]|
10508+
9[02569]
10509+
)|
10510+
9(?:
10511+
0[02-589]|
10512+
[18]\d|
10513+
2[02-689]|
10514+
3[1-57-9]|
10515+
4[2-9]|
10516+
5[0-579]|
10517+
6[2-47-9]|
10518+
7[0-24578]|
10519+
9[2-57]
1044110520
)
10442-
)
10443-
)|
10444-
(?:
10445-
3(?:
10446-
0\d|
10447-
1[0-8]|
10448-
[25][02-9]|
10449-
3[02-579]|
10450-
[468][0-46-9]|
10451-
7[1-35-79]|
10452-
9[2-578]
10453-
)|
10454-
4(?:
10455-
0[03-9]|
10456-
[137]\d|
10457-
[28][02-57-9]|
10458-
4[02-69]|
10459-
5[0-8]|
10460-
[69][0-79]
10461-
)|
10462-
5(?:
10463-
0[1-35-9]|
10464-
[16]\d|
10465-
2[024-9]|
10466-
3[015689]|
10467-
4[02-9]|
10468-
5[03-9]|
10469-
7[0-35-9]|
10470-
8[0-468]|
10471-
9[0-57-9]
10472-
)|
10473-
6(?:
10474-
0[034689]|
10475-
1\d|
10476-
2[0-35689]|
10477-
[38][013-9]|
10478-
4[1-467]|
10479-
5[0-69]|
10480-
6[13-9]|
10481-
7[0-8]|
10482-
9[0-24578]
10483-
)|
10484-
7(?:
10485-
0[0246-9]|
10486-
2\d|
10487-
3[0236-8]|
10488-
4[03-9]|
10489-
5[0-46-9]|
10490-
6[013-9]|
10491-
7[0-35-9]|
10492-
8[024-9]|
10493-
9[02-9]
10494-
)|
10495-
8(?:
10496-
0[35-9]|
10497-
2[1-57-9]|
10498-
3[02-578]|
10499-
4[0-578]|
10500-
5[124-9]|
10501-
6[2-69]|
10502-
7\d|
10503-
8[02-9]|
10504-
9[02569]
10505-
)|
10506-
9(?:
10507-
0[02-589]|
10508-
[18]\d|
10509-
2[02-689]|
10510-
3[1-57-9]|
10511-
4[2-9]|
10512-
5[0-579]|
10513-
6[2-47-9]|
10514-
7[0-24578]|
10515-
9[2-57]
10516-
)
10517-
)\d\d
10521+
)\d
10522+
)\d
1051810523
)|
1051910524
2(?:
1052010525
0[013478]|
@@ -13422,14 +13427,18 @@
1342213427
<exampleNumber>771234567</exampleNumber>
1342313428
<nationalNumberPattern>
1342413429
7(?:
13425-
380|
13430+
38(?:
13431+
0\d|
13432+
5[09]|
13433+
88
13434+
)|
1342613435
8(?:
1342713436
33|
1342813437
55|
1342913438
77|
1343013439
81
13431-
)
13432-
)\d{5}|
13440+
)\d
13441+
)\d{4}|
1343313442
7(?:
1343413443
18|
1343513444
2[23]|
@@ -18651,14 +18660,9 @@
1865118660
</nationalNumberPattern>
1865218661
</generalDesc>
1865318662
<fixedLine>
18654-
<possibleLengths national="8,9"/>
18663+
<possibleLengths national="8"/>
1865518664
<exampleNumber>21234567</exampleNumber>
18656-
<nationalNumberPattern>
18657-
(?:
18658-
2\d{3}|
18659-
33333
18660-
)\d{4}
18661-
</nationalNumberPattern>
18665+
<nationalNumberPattern>2\d{7}</nationalNumberPattern>
1866218666
</fixedLine>
1866318667
<!-- West Africa Telecom seems to be a mobile company from their website. -->
1866418668
<mobile>
@@ -21076,8 +21080,8 @@
2107621080
9[0-8]
2107721081
)|
2107821082
7(?:
21079-
0[01]|
21080-
3[03]
21083+
0[0-2]|
21084+
3[013]
2108121085
)
2108221086
)\d{5}
2108321087
</nationalNumberPattern>
@@ -22569,14 +22573,11 @@
2256922573
internationalPrefix="00" mobileNumberPortableRegion="true">
2257022574
<availableFormats>
2257122575
<numberFormat pattern="(\d{3})(\d{2})(\d{3})">
22572-
<leadingDigits>
22573-
[489]|
22574-
59
22575-
</leadingDigits>
22576+
<leadingDigits>8</leadingDigits>
2257622577
<format>$1 $2 $3</format>
2257722578
</numberFormat>
2257822579
<numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
22579-
<leadingDigits>[235-7]</leadingDigits>
22580+
<leadingDigits>[2-79]</leadingDigits>
2258022581
<format>$1 $2 $3 $4</format>
2258122582
</numberFormat>
2258222583
</availableFormats>

resources/ShortNumberMetadata.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3502,7 +3502,7 @@
35023502
2|
35033503
3\d
35043504
)\d{2,3}|
3505-
5[0568]|
3505+
5\d|
35063506
99
35073507
)|
35083508
1(?:
@@ -3526,7 +3526,7 @@
35263526
)
35273527
)
35283528
)|
3529-
5[0568]
3529+
5\d
35303530
)
35313531
</nationalNumberPattern>
35323532
</tollFree>
@@ -3536,7 +3536,7 @@
35363536
<nationalNumberPattern>
35373537
1(?:
35383538
12|
3539-
5[0568]
3539+
5\d
35403540
)
35413541
</nationalNumberPattern>
35423542
</emergency>

resources/carrier/en/229.txt

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
22940|SBIN
1818
22941|SBIN
1919
22942|MTN
20+
22943|SBIN
2021
22945|SBIN
2122
22946|MTN
2223
2295|MTN

resources/carrier/en/230.txt

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
2305471|Cellplus
2424
23055|Emtel
2525
230550|Cellplus
26+
230552|MTML
2627
23057|Cellplus
2728
230571|Emtel
2829
230572|Emtel
@@ -53,5 +54,7 @@
5354
230598|Emtel
5455
230700|Cellplus
5556
230701|Emtel
57+
230702|MTML
5658
230730|Emtel
59+
230731|MTML
5760
230733|Cellplus

resources/carrier/en/32.txt

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
32460|Proximus
2727
324618|N.M.B.S.
2828
324630|Lancelot Telecom
29+
324631|Lancelot Telecom
2930
32465|Lycamobile
3031
324650|Telenet
3132
324660|Lycamobile

0 commit comments

Comments
 (0)