Skip to content

Commit 3257bc0

Browse files
author
libphonenumber-csharp-bot
committedMar 12, 2024
feat: automatic upgrade to v8.13.32
1 parent d797db1 commit 3257bc0

24 files changed

+525
-441
lines changed
 

‎csharp/PhoneNumbers/LocaleData.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// java.vendor=Eclipse Adoptium
88
// os.name=Linux
99
// os.arch=amd64
10-
// os.version=6.2.0-1019-azure
10+
// os.version=6.5.0-1016-azure
1111
//
1212
// Auto-generated file, do not edit by hand.
1313
//

‎resources/PhoneNumberMetadata.xml

+56-11
Original file line numberDiff line numberDiff line change
@@ -6327,6 +6327,38 @@
63276327
internationalPrefix="00|1(?:[12]\d|79)\d\d00" nationalPrefix="0"
63286328
nationalPrefixForParsing="(1(?:[12]\d|79)\d\d)|0">
63296329
<availableFormats>
6330+
<!-- 5-6 digit short number -->
6331+
<numberFormat pattern="(\d{5,6})">
6332+
<leadingDigits>
6333+
1(?:
6334+
00|
6335+
2[13]
6336+
)|
6337+
95
6338+
</leadingDigits>
6339+
<leadingDigits>
6340+
1(?:
6341+
00|
6342+
2(?:
6343+
11|
6344+
39
6345+
)
6346+
)|
6347+
95
6348+
</leadingDigits>
6349+
<leadingDigits>
6350+
1(?:
6351+
00|
6352+
2(?:
6353+
110|
6354+
395
6355+
)
6356+
)|
6357+
95
6358+
</leadingDigits>
6359+
<format>$1</format>
6360+
<intlFormat>NA</intlFormat>
6361+
</numberFormat>
63306362
<numberFormat pattern="(\d{5,6})">
63316363
<leadingDigits>
63326364
10|
@@ -10497,9 +10529,11 @@
1049710529
73[0235]
1049810530
)|
1049910531
4(?:
10500-
[0-5]\d\d|
10501-
69[7-9]|
10502-
70[0-79]
10532+
(?:
10533+
[0-5]\d|
10534+
70
10535+
)\d|
10536+
69[7-9]
1050310537
)|
1050410538
(?:
1050510539
(?:
@@ -19340,7 +19374,7 @@
1934019374
<exampleNumber>612345678</exampleNumber>
1934119375
<nationalNumberPattern>
1934219376
4(?:
19343-
[46]\d|
19377+
[469]\d|
1934419378
5[1-9]
1934519379
)\d{5}|
1934619380
(?:
@@ -28961,7 +28995,7 @@
2896128995
472[24]|
2896228996
505[2-57-9]|
2896328997
7306|
28964-
983[237-9]
28998+
983[2-47-9]
2896528999
)\d{6}|
2896629000
(?:
2896729001
2(?:
@@ -29067,7 +29101,7 @@
2906729101
472[24]|
2906829102
505[2-57-9]|
2906929103
7306|
29070-
983[237-9]
29104+
983[2-47-9]
2907129105
)\d{6}|
2907229106
(?:
2907329107
2(?:
@@ -30645,28 +30679,39 @@
3064530679
<format>$1 $2 $3</format>
3064630680
</numberFormat>
3064730681
<numberFormat pattern="(\d{3})(\d{3})(\d{3})" nationalPrefixFormattingRule="$NP$FG">
30648-
<leadingDigits>[23]</leadingDigits>
30682+
<leadingDigits>
30683+
2|
30684+
39
30685+
</leadingDigits>
3064930686
<format>$1 $2 $3</format>
3065030687
</numberFormat>
30688+
<numberFormat pattern="(\d{2})(\d{7,10})" nationalPrefixFormattingRule="$NP$FG">
30689+
<leadingDigits>3</leadingDigits>
30690+
<format>$1 $2</format>
30691+
</numberFormat>
3065130692
</availableFormats>
3065230693
<generalDesc>
3065330694
<nationalNumberPattern>
30654-
[23]\d{7,8}|
30695+
2\d{7,8}|
30696+
3\d{7,11}|
3065530697
(?:
3065630698
4\d\d|
3065730699
[89]00
3065830700
)\d{5}
3065930701
</nationalNumberPattern>
3066030702
</generalDesc>
3066130703
<fixedLine>
30662-
<possibleLengths national="8,9"/>
30704+
<possibleLengths national="[8-12]"/>
3066330705
<exampleNumber>28012345</exampleNumber>
3066430706
<nationalNumberPattern>
30707+
38\d{6,10}|
3066530708
(?:
3066630709
2[89]|
3066730710
39
30668-
)0\d{6}|
30669-
[23][89]\d{6}
30711+
)(?:
30712+
0\d{5,6}|
30713+
[1-9]\d{5}
30714+
)
3067030715
</nationalNumberPattern>
3067130716
</fixedLine>
3067230717
<mobile>

‎resources/ShortNumberMetadata.xml

+31-7
Original file line numberDiff line numberDiff line change
@@ -2995,18 +2995,25 @@
29952995
1(?:
29962996
00\d\d|
29972997
1[029]|
2998-
20
2998+
2(?:
2999+
[02]|
3000+
110|
3001+
395
3002+
)
29993003
)|
30003004
95\d{3,4}
30013005
</nationalNumberPattern>
30023006
</shortCode>
30033007
<tollFree>
3004-
<possibleLengths national="3"/>
3008+
<possibleLengths national="3,5"/>
30053009
<exampleNumber>110</exampleNumber>
30063010
<nationalNumberPattern>
30073011
1(?:
30083012
1[09]|
3009-
20
3013+
2(?:
3014+
[02]|
3015+
[13]\d\d
3016+
)
30103017
)
30113018
</nationalNumberPattern>
30123019
</tollFree>
@@ -3038,6 +3045,21 @@
30383045
)
30393046
</nationalNumberPattern>
30403047
</emergency>
3048+
<expandedEmergency>
3049+
<possibleLengths national="3,5"/>
3050+
<exampleNumber>122</exampleNumber>
3051+
<nationalNumberPattern>
3052+
12(?:
3053+
[13]\d\d|
3054+
2
3055+
)
3056+
</nationalNumberPattern>
3057+
</expandedEmergency>
3058+
<smsServices>
3059+
<possibleLengths national="5"/>
3060+
<exampleNumber>12100</exampleNumber>
3061+
<nationalNumberPattern>121\d\d</nationalNumberPattern>
3062+
</smsServices>
30413063
</territory>
30423064

30433065
<!-- Colombia (CO) -->
@@ -4296,7 +4318,7 @@
42964318
<nationalNumberPattern>
42974319
1(?:
42984320
2[23]|
4299-
[69]\d{3}|
4321+
[679]\d{3}|
43004322
80
43014323
)|
43024324
34400
@@ -8325,7 +8347,7 @@
83258347
<!-- http://www.itu.int/oth/T020200006F/en -->
83268348
<territory id="KZ">
83278349
<generalDesc>
8328-
<nationalNumberPattern>[134]\d{2,4}</nationalNumberPattern>
8350+
<nationalNumberPattern>[1-4]\d{2,4}</nationalNumberPattern>
83298351
</generalDesc>
83308352
<shortCode>
83318353
<possibleLengths national="[3-5]"/>
@@ -8335,20 +8357,22 @@
83358357
0[1-4]|
83368358
12
83378359
)|
8360+
2121|
83388361
(?:
83398362
3040|
83408363
404
83418364
)0
83428365
</nationalNumberPattern>
83438366
</shortCode>
83448367
<tollFree>
8345-
<possibleLengths national="3"/>
8368+
<possibleLengths national="3,4"/>
83468369
<exampleNumber>101</exampleNumber>
83478370
<nationalNumberPattern>
83488371
1(?:
83498372
0[1-3]|
83508373
12
8351-
)
8374+
)|
8375+
212\d
83528376
</nationalNumberPattern>
83538377
</tollFree>
83548378
<!-- https://support.google.com/plus/answer/1304917 -->

‎resources/carrier/en/230.txt

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
23055|Emtel
2525
230550|Cellplus
2626
230552|MTML
27+
230553|Cellplus
2728
23057|Cellplus
2829
230571|Emtel
2930
230572|Emtel

‎resources/carrier/en/374.txt

+6-5
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,19 @@
1515
# Data from Wikipedia:
1616
# http://en.wikipedia.org/wiki/Telephone_numbers_in_Armenia#Mobile_network_codes
1717

18-
37433|Beeline
18+
37433|Team Telecom Armenia
1919
37441|Ucom
20-
37443|Beeline
20+
37443|Team Telecom Armenia
2121
37444|Ucom
2222
37449|VivaCell-MTS
2323
3745|Ucom
2424
3747|VivaCell-MTS
2525
37488|VivaCell-MTS
26-
37491|Beeline
26+
37491|Team Telecom Armenia
2727
37493|VivaCell-MTS
2828
37494|VivaCell-MTS
2929
37495|Ucom
30-
37496|Beeline
30+
37496|Team Telecom Armenia
31+
37497|Team Telecom Armenia
3132
37498|VivaCell-MTS
32-
37499|Beeline
33+
37499|Team Telecom Armenia

‎resources/carrier/en/51.txt

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
5191926|Claro
4141
5191927|Claro
4242
519198|Entel
43+
519199|Intermax
4344
5192|Claro
4445
51920|Movistar
4546
51922|Entel

‎resources/carrier/ru/374.txt

+6-5
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,19 @@
1414

1515
# Translated manually from en/374.txt.
1616

17-
37433|Билайн
17+
37433|Team Telecom Armenia
1818
37441|Юком
19-
37443|Билайн
19+
37443|Team Telecom Armenia
2020
37444|Юком
2121
37449|ВиваСелл-МТС
2222
3745|Юком
2323
3747|ВиваСелл-МТС
2424
37488|ВиваСелл-МТС
25-
37491|Билайн
25+
37491|Team Telecom Armenia
2626
37493|ВиваСелл-МТС
2727
37494|ВиваСелл-МТС
2828
37495|Юком
29-
37496|Билайн
29+
37496|Team Telecom Armenia
30+
37497|Team Telecom Armenia
3031
37498|ВиваСелл-МТС
31-
37499|Билайн
32+
37499|Team Telecom Armenia

‎resources/geocoding/en/44.txt

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
44114704|Sheffield
3232
44114705|Sheffield
3333
44114707|Sheffield
34+
44114708|Sheffield
3435
44114709|Sheffield
3536
44115|Nottingham
3637
44116|Leicester

‎resources/metadata/1/ranges.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -37006,7 +37006,7 @@ Prefix ; Length ; Type ; Tariff ; Area Code L
3700637006
9808[02-9] ; 10 ; FIXED_LINE_OR_MOBILE ; STANDARD_RATE ; 3 ; ; "fmt_3/3/4" ; "America/New_York" ; "US" ; "North Carolina"
3700737007
98081[0-8] ; 10 ; FIXED_LINE_OR_MOBILE ; STANDARD_RATE ; 3 ; ; "fmt_3/3/4" ; "America/New_York" ; "US" ; "North Carolina"
3700837008
980819 ; 10 ; FIXED_LINE_OR_MOBILE ; STANDARD_RATE ; 3 ; ; "fmt_3/3/4" ; "America/New_York" ; "US" ; "Charlotte, NC"
37009-
983[237-9] ; 10 ; FIXED_LINE_OR_MOBILE ; STANDARD_RATE ; 3 ; ; "fmt_3/3/4" ; "America/Denver" ; "US" ; "Colorado" ; GOVERNMENT
37009+
983[2-47-9] ; 10 ; FIXED_LINE_OR_MOBILE ; STANDARD_RATE ; 3 ; ; "fmt_3/3/4" ; "America/Denver" ; "US" ; "Colorado" ; GOVERNMENT
3701037010
984[2-9] ; 10 ; FIXED_LINE_OR_MOBILE ; STANDARD_RATE ; 3 ; ; "fmt_3/3/4" ; "America/New_York" ; "US" ; "North Carolina"
3701137011
9852[0179] ; 10 ; FIXED_LINE_OR_MOBILE ; STANDARD_RATE ; 3 ; ; "fmt_3/3/4" ; "America/Chicago" ; "US" ; "Louisiana"
3701237012
98522[0-24-8] ; 10 ; FIXED_LINE_OR_MOBILE ; STANDARD_RATE ; 3 ; ; "fmt_3/3/4" ; "America/Chicago" ; "US" ; "Louisiana"

‎resources/metadata/20/shortcodes.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Region ; Prefix ; Length ; Type ; Tariff ; Sms ; Carrier Specific
22
EG ; 12[23] ; 3 ; EMERGENCY ; TOLL_FREE
3-
EG ; 1[69] ; 5 ; COMMERCIAL
3+
EG ; 1[679] ; 5 ; COMMERCIAL
44
EG ; 180 ; 3 ; EMERGENCY ; TOLL_FREE
55
EG ; 34400 ; 5 ; COMMERCIAL ; ; true ; true

‎resources/metadata/230/ranges.csv

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ Prefix ; Length ; Type ; Tariff ; Operator ; Format
1919
5471 ; 8 ; FIXED_LINE_OR_MOBILE ; STANDARD_RATE ; "cellplus" ; "fmt2_4/4" ; "MU" ; ; ; ; GOVERNMENT
2020
547[2-9] ; 8 ; MOBILE ; STANDARD_RATE ; "emtel" ; "fmt2_4/4" ; "MU" ; ; ; ; GOVERNMENT
2121
550 ; 8 ; MOBILE ; STANDARD_RATE ; "cellplus" ; "fmt2_4/4" ; "MU" ; ; ; ; GOVERNMENT
22-
55[13-9] ; 8 ; MOBILE ; STANDARD_RATE ; "emtel" ; "fmt2_4/4" ; "MU" ; ; ; ; IR21
22+
55[14-9] ; 8 ; MOBILE ; STANDARD_RATE ; "emtel" ; "fmt2_4/4" ; "MU" ; ; ; ; IR21
2323
552 ; 8 ; MOBILE ; STANDARD_RATE ; "mtml" ; "fmt2_4/4" ; "MU" ; ; ; ; ITU
24+
553 ; 8 ; MOBILE ; STANDARD_RATE ; "cellplus" ; "fmt2_4/4" ; "MU" ; ; ; ; ITU
2425
57[05-9] ; 8 ; MOBILE ; STANDARD_RATE ; "cellplus" ; "fmt2_4/4" ; "MU" ; ; ; ; GOVERNMENT
2526
57[1-4] ; 8 ; MOBILE ; STANDARD_RATE ; "emtel" ; "fmt2_4/4" ; "MU" ; ; ; ; GOVERNMENT
2627
58[0-3] ; 8 ; MOBILE ; STANDARD_RATE ; "cellplus" ; "fmt2_4/4" ; "MU" ; ; ; ; GOVERNMENT

‎resources/metadata/374/operators.csv

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Id ; Name:en ; Name:ru
2-
beeline ; "Beeline" ; "Билайн"
3-
ucom ; "Ucom" ; "Юком"
4-
vivacell_mts ; "VivaCell-MTS" ; "ВиваСелл-МТС"
1+
Id ; Name:en ; Name:ru
2+
team_telecom_armenia ; "Team Telecom Armenia" ; "Team Telecom Armenia"
3+
ucom ; "Ucom" ; "Юком"
4+
vivacell_mts ; "VivaCell-MTS" ; "ВиваСелл-МТС"

0 commit comments

Comments
 (0)
Failed to load comments.