|
2537 | 2537 | <exampleNumber>412345678</exampleNumber>
|
2538 | 2538 | <nationalNumberPattern>
|
2539 | 2539 | 4(?:
|
2540 |
| - (?: |
2541 |
| - 79| |
2542 |
| - 94 |
2543 |
| - )[01]| |
2544 |
| - 83[0-389] |
| 2540 | + 79[01]| |
| 2541 | + 83[0-389]| |
| 2542 | + 94[0-4] |
2545 | 2543 | )\d{5}|
|
2546 | 2544 | 4(?:
|
2547 |
| - [0-3]\d| |
| 2545 | + [0-36]\d| |
2548 | 2546 | 4[047-9]|
|
2549 | 2547 | 5[0-25-9]|
|
2550 |
| - 6[0-36-9]| |
2551 | 2548 | 7[02-8]|
|
2552 | 2549 | 8[0-24-9]|
|
2553 | 2550 | 9[0-37-9]
|
|
3467 | 3464 | )\d{4}|
|
3468 | 3465 | (?:
|
3469 | 3466 | 2(?:
|
3470 |
| - 222| |
3471 |
| - [45]\d |
3472 |
| - )\d| |
| 3467 | + 2\d| |
| 3468 | + [45] |
| 3469 | + )\d\d| |
3473 | 3470 | 3(?:
|
3474 | 3471 | 1(?:
|
3475 | 3472 | 2[5-7]|
|
|
5609 | 5606 | <exampleNumber>412345678</exampleNumber>
|
5610 | 5607 | <nationalNumberPattern>
|
5611 | 5608 | 4(?:
|
5612 |
| - (?: |
5613 |
| - 79| |
5614 |
| - 94 |
5615 |
| - )[01]| |
5616 |
| - 83[0-389] |
| 5609 | + 79[01]| |
| 5610 | + 83[0-389]| |
| 5611 | + 94[0-4] |
5617 | 5612 | )\d{5}|
|
5618 | 5613 | 4(?:
|
5619 |
| - [0-3]\d| |
| 5614 | + [0-36]\d| |
5620 | 5615 | 4[047-9]|
|
5621 | 5616 | 5[0-25-9]|
|
5622 |
| - 6[0-36-9]| |
5623 | 5617 | 7[02-8]|
|
5624 | 5618 | 8[0-24-9]|
|
5625 | 5619 | 9[0-37-9]
|
|
7879 | 7873 | <exampleNumber>412345678</exampleNumber>
|
7880 | 7874 | <nationalNumberPattern>
|
7881 | 7875 | 4(?:
|
7882 |
| - (?: |
7883 |
| - 79| |
7884 |
| - 94 |
7885 |
| - )[01]| |
7886 |
| - 83[0-389] |
| 7876 | + 79[01]| |
| 7877 | + 83[0-389]| |
| 7878 | + 94[0-4] |
7887 | 7879 | )\d{5}|
|
7888 | 7880 | 4(?:
|
7889 |
| - [0-3]\d| |
| 7881 | + [0-36]\d| |
7890 | 7882 | 4[047-9]|
|
7891 | 7883 | 5[0-25-9]|
|
7892 |
| - 6[0-36-9]| |
7893 | 7884 | 7[02-8]|
|
7894 | 7885 | 8[0-24-9]|
|
7895 | 7886 | 9[0-37-9]
|
@@ -10348,12 +10339,12 @@
|
10348 | 10339 | as this breaks parsing (it treats all leading zeros as national prefixes. -->
|
10349 | 10340 | <!-- http://www.itu.int/oth/T020200004E/en -->
|
10350 | 10341 | <!-- http://www.arcep.ga -->
|
10351 |
| - <territory id="GA" countryCode="241" internationalPrefix="00" nationalPrefix="0" |
| 10342 | + <territory id="GA" countryCode="241" internationalPrefix="00" |
10352 | 10343 | nationalPrefixForParsing="0(11\d{6}|60\d{6}|61\d{6}|6[256]\d{6}|7[467]\d{6})"
|
10353 | 10344 | nationalPrefixTransformRule="$1">
|
10354 | 10345 | <availableFormats>
|
10355 | 10346 | <!-- If no leading zero was supplied, format with the national prefix. -->
|
10356 |
| - <numberFormat pattern="(\d)(\d{2})(\d{2})(\d{2})" nationalPrefixFormattingRule="$NP$FG"> |
| 10347 | + <numberFormat pattern="(\d)(\d{2})(\d{2})(\d{2})" nationalPrefixFormattingRule="0$FG"> |
10357 | 10348 | <leadingDigits>[2-7]</leadingDigits>
|
10358 | 10349 | <format>$1 $2 $3 $4</format>
|
10359 | 10350 | </numberFormat>
|
|
10363 | 10354 | <format>$1 $2 $3 $4</format>
|
10364 | 10355 | </numberFormat>
|
10365 | 10356 | <!-- Even in new way of dialling, 0 is mandatory when dialling domestically. -->
|
10366 |
| - <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})" nationalPrefixFormattingRule="$NP$FG"> |
10367 |
| - <leadingDigits>[167]</leadingDigits> |
| 10357 | + <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})" nationalPrefixFormattingRule="0$FG"> |
| 10358 | + <leadingDigits> |
| 10359 | + 11| |
| 10360 | + [67] |
| 10361 | + </leadingDigits> |
10368 | 10362 | <format>$1 $2 $3 $4</format>
|
10369 | 10363 | </numberFormat>
|
10370 | 10364 | </availableFormats>
|
|
12425 | 12419 | 510|
|
12426 | 12420 | 6\d\d|
|
12427 | 12421 | 7(?:
|
12428 |
| - [01]\d| |
12429 |
| - 2[0-256]| |
12430 |
| - 3[0-2]| |
12431 |
| - 49 |
| 12422 | + [013]\d| |
| 12423 | + 2[0-25-8]| |
| 12424 | + 4[0-29] |
12432 | 12425 | )
|
12433 | 12426 | )\d{4}
|
12434 | 12427 | </nationalNumberPattern>
|
|
22141 | 22134 | <leadingDigits>
|
22142 | 22135 | [089]|
|
22143 | 22136 | 2[013]|
|
22144 |
| - 7[047] |
| 22137 | + 7[0467] |
22145 | 22138 | </leadingDigits>
|
22146 | 22139 | <format>$1 $2 $3 $4</format>
|
22147 | 22140 | </numberFormat>
|
|
22182 | 22175 | <nationalNumberPattern>
|
22183 | 22176 | (?:
|
22184 | 22177 | 23|
|
22185 |
| - 7[047]| |
| 22178 | + 7[0467]| |
22186 | 22179 | [89]\d
|
22187 | 22180 | )\d{6}
|
22188 | 22181 | </nationalNumberPattern>
|
|
25017 | 25010 | 399[0-3]|
|
25018 | 25011 | 479[0-5]|
|
25019 | 25012 | 76(?:
|
25020 |
| - 2[27]| |
| 25013 | + 2[278]| |
25021 | 25014 | 3[0-37]
|
25022 | 25015 | )
|
25023 | 25016 | )\d{4}
|
|
25094 | 25087 | <possibleLengths national="9"/>
|
25095 | 25088 | <exampleNumber>712034567</exampleNumber>
|
25096 | 25089 | <nationalNumberPattern>
|
25097 |
| - 7020\d{5}| |
| 25090 | + (?: |
| 25091 | + 630| |
| 25092 | + 702 |
| 25093 | + )0\d{5}| |
25098 | 25094 | (?:
|
25099 | 25095 | 6(?:
|
25100 | 25096 | [04]0|
|
@@ -29419,10 +29415,11 @@
|
29419 | 29415 | <!-- No tollFree or premiumRate information can be found. -->
|
29420 | 29416 | <!-- http://www.ttts.uz/eng/telephone_codes/codes_uzb_eng -->
|
29421 | 29417 | <!-- http://www.itu.int/oth/T02020000E1/en -->
|
29422 |
| - <territory id="UZ" countryCode="998" preferredInternationalPrefix="8~10" |
29423 |
| - internationalPrefix="810" nationalPrefix="8"> |
| 29418 | + <!-- The Trunk / National Prefix '0' or '8' is no longer used. --> |
| 29419 | + <!-- The International Prefix / IDD is changed to '00' from '8~10' --> |
| 29420 | + <territory id="UZ" countryCode="998" internationalPrefix="00"> |
29424 | 29421 | <availableFormats>
|
29425 |
| - <numberFormat pattern="(\d{2})(\d{3})(\d{2})(\d{2})" nationalPrefixFormattingRule="$NP $FG"> |
| 29422 | + <numberFormat pattern="(\d{2})(\d{3})(\d{2})(\d{2})"> |
29426 | 29423 | <leadingDigits>[235-9]</leadingDigits>
|
29427 | 29424 | <format>$1 $2 $3 $4</format>
|
29428 | 29425 | </numberFormat>
|
|
0 commit comments