Skip to content

Commit

Permalink
Merge metadata changes from upstream 8.13.41
Browse files Browse the repository at this point in the history
Includes changes in resources/ up to and including
upstream commit e773df974ce2:
  "[maven-release-plugin] prepare release v8.13.41"
  • Loading branch information
daviddrysdale committed Jul 30, 2024
1 parent af8d50d commit b8f24ae
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 36 deletions.
20 changes: 10 additions & 10 deletions resources/PhoneNumberMetadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6331,36 +6331,33 @@
00|
2[13]
)|
95
9[56]
</leadingDigits>
<leadingDigits>
1(?:
00|
2(?:
11|
1|
39
)
)|
95
9[56]
</leadingDigits>
<leadingDigits>
1(?:
00|
2(?:
110|
1|
395
)
)|
95
9[56]
</leadingDigits>
<format>$1</format>
<intlFormat>NA</intlFormat>
</numberFormat>
<numberFormat pattern="(\d{5,6})">
<leadingDigits>
10|
96
</leadingDigits>
<leadingDigits>10</leadingDigits>
<format>$1</format>
<intlFormat>NA</intlFormat>
</numberFormat>
Expand Down Expand Up @@ -13572,7 +13569,10 @@
<possibleLengths national="9"/>
<exampleNumber>502345678</exampleNumber>
<nationalNumberPattern>
55410\d{4}|
55(?:
410|
57[0-289]
)\d{4}|
5(?:
(?:
[02][02-9]|
Expand Down
59 changes: 34 additions & 25 deletions resources/ShortNumberMetadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2977,31 +2977,32 @@
<!-- http://www.itu.int/oth/T020200002B/en -->
<territory id="CN">
<generalDesc>
<nationalNumberPattern>
[19]\d\d(?:
\d{2,3}
)?
</nationalNumberPattern>
<nationalNumberPattern>[19]\d{2,5}</nationalNumberPattern>
</generalDesc>
<!-- 100xx numbers are mainly used for carrier services. They can be dialed nationwide and
are always routed to the local provider. Note they can also be used with area codes
when one specifically wants to reach an operator in a different region. That case is
more like fixed-line and is covered under the fixed-line pattern in
PhoneNumberMetadata.xml. -->
<shortCode>
<possibleLengths national="3,5,6"/>
<exampleNumber>110</exampleNumber>
<possibleLengths national="[3-6]"/>
<exampleNumber>100</exampleNumber>
<nationalNumberPattern>
1(?:
00\d\d|
1[029]|
2(?:
[02]|
110|
395
)
00|
1[0249]|
2395|
6[08]
)|
95\d{3,4}
9[56]\d{3,4}|
12[023]|
1(?:
0(?:
[0-26]\d|
8
)|
21\d
)\d
</nationalNumberPattern>
</shortCode>
<tollFree>
Expand All @@ -3012,7 +3013,8 @@
1[09]|
2(?:
[02]|
[13]\d\d
1\d\d|
395
)
)
</nationalNumberPattern>
Expand All @@ -3025,14 +3027,20 @@
specifically wants to reach an operator in a different region. That case is more like
fixed-line and is covered under the fixed-line pattern in PhoneNumberMetadata.xml. -->
<standardRate>
<possibleLengths national="3,5,6"/>
<exampleNumber>112</exampleNumber>
<possibleLengths national="[3-6]"/>
<exampleNumber>100</exampleNumber>
<nationalNumberPattern>
1(?:
00\d\d|
12
0(?:
[0-26]\d|
8
)\d|
1[24]|
23|
6[08]
)|
95\d{3,4}
9[56]\d{3,4}|
100
</nationalNumberPattern>
</standardRate>
<emergency>
Expand All @@ -3050,15 +3058,16 @@
<exampleNumber>122</exampleNumber>
<nationalNumberPattern>
12(?:
[13]\d\d|
2
1\d\d|
2|
395
)
</nationalNumberPattern>
</expandedEmergency>
<smsServices>
<possibleLengths national="5"/>
<exampleNumber>12100</exampleNumber>
<nationalNumberPattern>121\d\d</nationalNumberPattern>
<exampleNumber>12110</exampleNumber>
<nationalNumberPattern>12110</nationalNumberPattern>
</smsServices>
</territory>

Expand Down
1 change: 1 addition & 0 deletions resources/carrier/en/972.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
9725551|Annatel
9725552|Annatel
9725555|Rami Levy
9725557|Rami Levy
972556|Rami Levy
9725570|Cellact
9725571|Cellact
Expand Down
2 changes: 1 addition & 1 deletion resources/timezones/map_data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2001,7 +2001,7 @@
1919|America/New_York
1920|America/Chicago
1925|America/Los_Angeles
1928|America/Denver&America/Phoenix
1928|America/Phoenix
1929|America/New_York
1930|America/New_York
1931|America/Chicago
Expand Down

0 comments on commit b8f24ae

Please sign in to comment.