Skip to content

Commit

Permalink
feat: automatic upgrade to v8.13.32
Browse files Browse the repository at this point in the history
  • Loading branch information
libphonenumber-csharp-bot committed Mar 12, 2024
1 parent d797db1 commit 3257bc0
Show file tree
Hide file tree
Showing 24 changed files with 525 additions and 441 deletions.
2 changes: 1 addition & 1 deletion csharp/PhoneNumbers/LocaleData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// java.vendor=Eclipse Adoptium
// os.name=Linux
// os.arch=amd64
// os.version=6.2.0-1019-azure
// os.version=6.5.0-1016-azure
//
// Auto-generated file, do not edit by hand.
//
Expand Down
67 changes: 56 additions & 11 deletions resources/PhoneNumberMetadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6327,6 +6327,38 @@
internationalPrefix="00|1(?:[12]\d|79)\d\d00" nationalPrefix="0"
nationalPrefixForParsing="(1(?:[12]\d|79)\d\d)|0">
<availableFormats>
<!-- 5-6 digit short number -->
<numberFormat pattern="(\d{5,6})">
<leadingDigits>
1(?:
00|
2[13]
)|
95
</leadingDigits>
<leadingDigits>
1(?:
00|
2(?:
11|
39
)
)|
95
</leadingDigits>
<leadingDigits>
1(?:
00|
2(?:
110|
395
)
)|
95
</leadingDigits>
<format>$1</format>
<intlFormat>NA</intlFormat>
</numberFormat>
<numberFormat pattern="(\d{5,6})">
<leadingDigits>
10|
Expand Down Expand Up @@ -10497,9 +10529,11 @@
73[0235]
)|
4(?:
[0-5]\d\d|
69[7-9]|
70[0-79]
(?:
[0-5]\d|
70
)\d|
69[7-9]
)|
(?:
(?:
Expand Down Expand Up @@ -19340,7 +19374,7 @@
<exampleNumber>612345678</exampleNumber>
<nationalNumberPattern>
4(?:
[46]\d|
[469]\d|
5[1-9]
)\d{5}|
(?:
Expand Down Expand Up @@ -28961,7 +28995,7 @@
472[24]|
505[2-57-9]|
7306|
983[237-9]
983[2-47-9]
)\d{6}|
(?:
2(?:
Expand Down Expand Up @@ -29067,7 +29101,7 @@
472[24]|
505[2-57-9]|
7306|
983[237-9]
983[2-47-9]
)\d{6}|
(?:
2(?:
Expand Down Expand Up @@ -30645,28 +30679,39 @@
<format>$1 $2 $3</format>
</numberFormat>
<numberFormat pattern="(\d{3})(\d{3})(\d{3})" nationalPrefixFormattingRule="$NP$FG">
<leadingDigits>[23]</leadingDigits>
<leadingDigits>
2|
39
</leadingDigits>
<format>$1 $2 $3</format>
</numberFormat>
<numberFormat pattern="(\d{2})(\d{7,10})" nationalPrefixFormattingRule="$NP$FG">
<leadingDigits>3</leadingDigits>
<format>$1 $2</format>
</numberFormat>
</availableFormats>
<generalDesc>
<nationalNumberPattern>
[23]\d{7,8}|
2\d{7,8}|
3\d{7,11}|
(?:
4\d\d|
[89]00
)\d{5}
</nationalNumberPattern>
</generalDesc>
<fixedLine>
<possibleLengths national="8,9"/>
<possibleLengths national="[8-12]"/>
<exampleNumber>28012345</exampleNumber>
<nationalNumberPattern>
38\d{6,10}|
(?:
2[89]|
39
)0\d{6}|
[23][89]\d{6}
)(?:
0\d{5,6}|
[1-9]\d{5}
)
</nationalNumberPattern>
</fixedLine>
<mobile>
Expand Down
38 changes: 31 additions & 7 deletions resources/ShortNumberMetadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2995,18 +2995,25 @@
1(?:
00\d\d|
1[029]|
20
2(?:
[02]|
110|
395
)
)|
95\d{3,4}
</nationalNumberPattern>
</shortCode>
<tollFree>
<possibleLengths national="3"/>
<possibleLengths national="3,5"/>
<exampleNumber>110</exampleNumber>
<nationalNumberPattern>
1(?:
1[09]|
20
2(?:
[02]|
[13]\d\d
)
)
</nationalNumberPattern>
</tollFree>
Expand Down Expand Up @@ -3038,6 +3045,21 @@
)
</nationalNumberPattern>
</emergency>
<expandedEmergency>
<possibleLengths national="3,5"/>
<exampleNumber>122</exampleNumber>
<nationalNumberPattern>
12(?:
[13]\d\d|
2
)
</nationalNumberPattern>
</expandedEmergency>
<smsServices>
<possibleLengths national="5"/>
<exampleNumber>12100</exampleNumber>
<nationalNumberPattern>121\d\d</nationalNumberPattern>
</smsServices>
</territory>

<!-- Colombia (CO) -->
Expand Down Expand Up @@ -4296,7 +4318,7 @@
<nationalNumberPattern>
1(?:
2[23]|
[69]\d{3}|
[679]\d{3}|
80
)|
34400
Expand Down Expand Up @@ -8325,7 +8347,7 @@
<!-- http://www.itu.int/oth/T020200006F/en -->
<territory id="KZ">
<generalDesc>
<nationalNumberPattern>[134]\d{2,4}</nationalNumberPattern>
<nationalNumberPattern>[1-4]\d{2,4}</nationalNumberPattern>
</generalDesc>
<shortCode>
<possibleLengths national="[3-5]"/>
Expand All @@ -8335,20 +8357,22 @@
0[1-4]|
12
)|
2121|
(?:
3040|
404
)0
</nationalNumberPattern>
</shortCode>
<tollFree>
<possibleLengths national="3"/>
<possibleLengths national="3,4"/>
<exampleNumber>101</exampleNumber>
<nationalNumberPattern>
1(?:
0[1-3]|
12
)
)|
212\d
</nationalNumberPattern>
</tollFree>
<!-- https://support.google.com/plus/answer/1304917 -->
Expand Down
1 change: 1 addition & 0 deletions resources/carrier/en/230.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
23055|Emtel
230550|Cellplus
230552|MTML
230553|Cellplus
23057|Cellplus
230571|Emtel
230572|Emtel
Expand Down
11 changes: 6 additions & 5 deletions resources/carrier/en/374.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,19 @@
# Data from Wikipedia:
# http://en.wikipedia.org/wiki/Telephone_numbers_in_Armenia#Mobile_network_codes

37433|Beeline
37433|Team Telecom Armenia
37441|Ucom
37443|Beeline
37443|Team Telecom Armenia
37444|Ucom
37449|VivaCell-MTS
3745|Ucom
3747|VivaCell-MTS
37488|VivaCell-MTS
37491|Beeline
37491|Team Telecom Armenia
37493|VivaCell-MTS
37494|VivaCell-MTS
37495|Ucom
37496|Beeline
37496|Team Telecom Armenia
37497|Team Telecom Armenia
37498|VivaCell-MTS
37499|Beeline
37499|Team Telecom Armenia
1 change: 1 addition & 0 deletions resources/carrier/en/51.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
5191926|Claro
5191927|Claro
519198|Entel
519199|Intermax
5192|Claro
51920|Movistar
51922|Entel
Expand Down
11 changes: 6 additions & 5 deletions resources/carrier/ru/374.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,19 @@

# Translated manually from en/374.txt.

37433|Билайн
37433|Team Telecom Armenia
37441|Юком
37443|Билайн
37443|Team Telecom Armenia
37444|Юком
37449|ВиваСелл-МТС
3745|Юком
3747|ВиваСелл-МТС
37488|ВиваСелл-МТС
37491|Билайн
37491|Team Telecom Armenia
37493|ВиваСелл-МТС
37494|ВиваСелл-МТС
37495|Юком
37496|Билайн
37496|Team Telecom Armenia
37497|Team Telecom Armenia
37498|ВиваСелл-МТС
37499|Билайн
37499|Team Telecom Armenia
1 change: 1 addition & 0 deletions resources/geocoding/en/44.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
44114704|Sheffield
44114705|Sheffield
44114707|Sheffield
44114708|Sheffield
44114709|Sheffield
44115|Nottingham
44116|Leicester
Expand Down
2 changes: 1 addition & 1 deletion resources/metadata/1/ranges.csv
Original file line number Diff line number Diff line change
Expand Up @@ -37006,7 +37006,7 @@ Prefix ; Length ; Type ; Tariff ; Area Code L
9808[02-9] ; 10 ; FIXED_LINE_OR_MOBILE ; STANDARD_RATE ; 3 ; ; "fmt_3/3/4" ; "America/New_York" ; "US" ; "North Carolina"
98081[0-8] ; 10 ; FIXED_LINE_OR_MOBILE ; STANDARD_RATE ; 3 ; ; "fmt_3/3/4" ; "America/New_York" ; "US" ; "North Carolina"
980819 ; 10 ; FIXED_LINE_OR_MOBILE ; STANDARD_RATE ; 3 ; ; "fmt_3/3/4" ; "America/New_York" ; "US" ; "Charlotte, NC"
983[237-9] ; 10 ; FIXED_LINE_OR_MOBILE ; STANDARD_RATE ; 3 ; ; "fmt_3/3/4" ; "America/Denver" ; "US" ; "Colorado" ; GOVERNMENT
983[2-47-9] ; 10 ; FIXED_LINE_OR_MOBILE ; STANDARD_RATE ; 3 ; ; "fmt_3/3/4" ; "America/Denver" ; "US" ; "Colorado" ; GOVERNMENT
984[2-9] ; 10 ; FIXED_LINE_OR_MOBILE ; STANDARD_RATE ; 3 ; ; "fmt_3/3/4" ; "America/New_York" ; "US" ; "North Carolina"
9852[0179] ; 10 ; FIXED_LINE_OR_MOBILE ; STANDARD_RATE ; 3 ; ; "fmt_3/3/4" ; "America/Chicago" ; "US" ; "Louisiana"
98522[0-24-8] ; 10 ; FIXED_LINE_OR_MOBILE ; STANDARD_RATE ; 3 ; ; "fmt_3/3/4" ; "America/Chicago" ; "US" ; "Louisiana"
Expand Down
2 changes: 1 addition & 1 deletion resources/metadata/20/shortcodes.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Region ; Prefix ; Length ; Type ; Tariff ; Sms ; Carrier Specific
EG ; 12[23] ; 3 ; EMERGENCY ; TOLL_FREE
EG ; 1[69] ; 5 ; COMMERCIAL
EG ; 1[679] ; 5 ; COMMERCIAL
EG ; 180 ; 3 ; EMERGENCY ; TOLL_FREE
EG ; 34400 ; 5 ; COMMERCIAL ; ; true ; true
3 changes: 2 additions & 1 deletion resources/metadata/230/ranges.csv
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ Prefix ; Length ; Type ; Tariff ; Operator ; Format
5471 ; 8 ; FIXED_LINE_OR_MOBILE ; STANDARD_RATE ; "cellplus" ; "fmt2_4/4" ; "MU" ; ; ; ; GOVERNMENT
547[2-9] ; 8 ; MOBILE ; STANDARD_RATE ; "emtel" ; "fmt2_4/4" ; "MU" ; ; ; ; GOVERNMENT
550 ; 8 ; MOBILE ; STANDARD_RATE ; "cellplus" ; "fmt2_4/4" ; "MU" ; ; ; ; GOVERNMENT
55[13-9] ; 8 ; MOBILE ; STANDARD_RATE ; "emtel" ; "fmt2_4/4" ; "MU" ; ; ; ; IR21
55[14-9] ; 8 ; MOBILE ; STANDARD_RATE ; "emtel" ; "fmt2_4/4" ; "MU" ; ; ; ; IR21
552 ; 8 ; MOBILE ; STANDARD_RATE ; "mtml" ; "fmt2_4/4" ; "MU" ; ; ; ; ITU
553 ; 8 ; MOBILE ; STANDARD_RATE ; "cellplus" ; "fmt2_4/4" ; "MU" ; ; ; ; ITU
57[05-9] ; 8 ; MOBILE ; STANDARD_RATE ; "cellplus" ; "fmt2_4/4" ; "MU" ; ; ; ; GOVERNMENT
57[1-4] ; 8 ; MOBILE ; STANDARD_RATE ; "emtel" ; "fmt2_4/4" ; "MU" ; ; ; ; GOVERNMENT
58[0-3] ; 8 ; MOBILE ; STANDARD_RATE ; "cellplus" ; "fmt2_4/4" ; "MU" ; ; ; ; GOVERNMENT
Expand Down
8 changes: 4 additions & 4 deletions resources/metadata/374/operators.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Id ; Name:en ; Name:ru
beeline ; "Beeline" ; "Билайн"
ucom ; "Ucom" ; "Юком"
vivacell_mts ; "VivaCell-MTS" ; "ВиваСелл-МТС"
Id ; Name:en ; Name:ru
team_telecom_armenia ; "Team Telecom Armenia" ; "Team Telecom Armenia"
ucom ; "Ucom" ; "Юком"
vivacell_mts ; "VivaCell-MTS" ; "ВиваСелл-МТС"
Loading

0 comments on commit 3257bc0

Please sign in to comment.