24 files changed +525
-441
lines changed Original file line number Diff line number Diff line change 7
7
// java.vendor=Eclipse Adoptium
8
8
// os.name=Linux
9
9
// os.arch=amd64
10
- // os.version=6.2 .0-1019 -azure
10
+ // os.version=6.5 .0-1016 -azure
11
11
//
12
12
// Auto-generated file, do not edit by hand.
13
13
//
Original file line number Diff line number Diff line change 6327
6327
internationalPrefix="00|1(?:[12]\d|79)\d\d00" nationalPrefix="0"
6328
6328
nationalPrefixForParsing="(1(?:[12]\d|79)\d\d)|0">
6329
6329
<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>
6330
6362
<numberFormat pattern="(\d{5,6})">
6331
6363
<leadingDigits>
6332
6364
10|
10497
10529
73[0235]
10498
10530
)|
10499
10531
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]
10503
10537
)|
10504
10538
(?:
10505
10539
(?:
19340
19374
<exampleNumber>612345678</exampleNumber>
19341
19375
<nationalNumberPattern>
19342
19376
4(?:
19343
- [46 ]\d|
19377
+ [469 ]\d|
19344
19378
5[1-9]
19345
19379
)\d{5}|
19346
19380
(?:
28961
28995
472[24]|
28962
28996
505[2-57-9]|
28963
28997
7306|
28964
- 983[237 -9]
28998
+ 983[2-47 -9]
28965
28999
)\d{6}|
28966
29000
(?:
28967
29001
2(?:
29067
29101
472[24]|
29068
29102
505[2-57-9]|
29069
29103
7306|
29070
- 983[237 -9]
29104
+ 983[2-47 -9]
29071
29105
)\d{6}|
29072
29106
(?:
29073
29107
2(?:
@@ -30645,28 +30679,39 @@
30645
30679
<format>$1 $2 $3</format>
30646
30680
</numberFormat>
30647
30681
<numberFormat pattern="(\d{3})(\d{3})(\d{3})" nationalPrefixFormattingRule="$NP$FG">
30648
- <leadingDigits>[23]</leadingDigits>
30682
+ <leadingDigits>
30683
+ 2|
30684
+ 39
30685
+ </leadingDigits>
30649
30686
<format>$1 $2 $3</format>
30650
30687
</numberFormat>
30688
+ <numberFormat pattern="(\d{2})(\d{7,10})" nationalPrefixFormattingRule="$NP$FG">
30689
+ <leadingDigits>3</leadingDigits>
30690
+ <format>$1 $2</format>
30691
+ </numberFormat>
30651
30692
</availableFormats>
30652
30693
<generalDesc>
30653
30694
<nationalNumberPattern>
30654
- [23]\d{7,8}|
30695
+ 2\d{7,8}|
30696
+ 3\d{7,11}|
30655
30697
(?:
30656
30698
4\d\d|
30657
30699
[89]00
30658
30700
)\d{5}
30659
30701
</nationalNumberPattern>
30660
30702
</generalDesc>
30661
30703
<fixedLine>
30662
- <possibleLengths national="8,9 "/>
30704
+ <possibleLengths national="[8-12] "/>
30663
30705
<exampleNumber>28012345</exampleNumber>
30664
30706
<nationalNumberPattern>
30707
+ 38\d{6,10}|
30665
30708
(?:
30666
30709
2[89]|
30667
30710
39
30668
- )0\d{6}|
30669
- [23][89]\d{6}
30711
+ )(?:
30712
+ 0\d{5,6}|
30713
+ [1-9]\d{5}
30714
+ )
30670
30715
</nationalNumberPattern>
30671
30716
</fixedLine>
30672
30717
<mobile>
Original file line number Diff line number Diff line change 2995
2995
1(?:
2996
2996
00\d\d|
2997
2997
1[029]|
2998
- 20
2998
+ 2(?:
2999
+ [02]|
3000
+ 110|
3001
+ 395
3002
+ )
2999
3003
)|
3000
3004
95\d{3,4}
3001
3005
</nationalNumberPattern >
3002
3006
</shortCode >
3003
3007
<tollFree >
3004
- <possibleLengths national =" 3" />
3008
+ <possibleLengths national =" 3,5 " />
3005
3009
<exampleNumber >110</exampleNumber >
3006
3010
<nationalNumberPattern >
3007
3011
1(?:
3008
3012
1[09]|
3009
- 20
3013
+ 2(?:
3014
+ [02]|
3015
+ [13]\d\d
3016
+ )
3010
3017
)
3011
3018
</nationalNumberPattern >
3012
3019
</tollFree >
3038
3045
)
3039
3046
</nationalNumberPattern >
3040
3047
</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 >
3041
3063
</territory >
3042
3064
3043
3065
<!-- Colombia (CO) -->
4296
4318
<nationalNumberPattern >
4297
4319
1(?:
4298
4320
2[23]|
4299
- [69 ]\d{3}|
4321
+ [679 ]\d{3}|
4300
4322
80
4301
4323
)|
4302
4324
34400
8325
8347
<!-- http://www.itu.int/oth/T020200006F/en -->
8326
8348
<territory id =" KZ" >
8327
8349
<generalDesc >
8328
- <nationalNumberPattern >[134 ]\d{2,4}</nationalNumberPattern >
8350
+ <nationalNumberPattern >[1-4 ]\d{2,4}</nationalNumberPattern >
8329
8351
</generalDesc >
8330
8352
<shortCode >
8331
8353
<possibleLengths national =" [3-5]" />
8335
8357
0[1-4]|
8336
8358
12
8337
8359
)|
8360
+ 2121|
8338
8361
(?:
8339
8362
3040|
8340
8363
404
8341
8364
)0
8342
8365
</nationalNumberPattern >
8343
8366
</shortCode >
8344
8367
<tollFree >
8345
- <possibleLengths national =" 3" />
8368
+ <possibleLengths national =" 3,4 " />
8346
8369
<exampleNumber >101</exampleNumber >
8347
8370
<nationalNumberPattern >
8348
8371
1(?:
8349
8372
0[1-3]|
8350
8373
12
8351
- )
8374
+ )|
8375
+ 212\d
8352
8376
</nationalNumberPattern >
8353
8377
</tollFree >
8354
8378
<!-- https://support.google.com/plus/answer/1304917 -->
Original file line number Diff line number Diff line change 24
24
23055|Emtel
25
25
230550|Cellplus
26
26
230552|MTML
27
+ 230553|Cellplus
27
28
23057|Cellplus
28
29
230571|Emtel
29
30
230572|Emtel
Original file line number Diff line number Diff line change 15
15
# Data from Wikipedia:
16
16
# http://en.wikipedia.org/wiki/Telephone_numbers_in_Armenia#Mobile_network_codes
17
17
18
- 37433|Beeline
18
+ 37433|Team Telecom Armenia
19
19
37441|Ucom
20
- 37443|Beeline
20
+ 37443|Team Telecom Armenia
21
21
37444|Ucom
22
22
37449|VivaCell-MTS
23
23
3745|Ucom
24
24
3747|VivaCell-MTS
25
25
37488|VivaCell-MTS
26
- 37491|Beeline
26
+ 37491|Team Telecom Armenia
27
27
37493|VivaCell-MTS
28
28
37494|VivaCell-MTS
29
29
37495|Ucom
30
- 37496|Beeline
30
+ 37496|Team Telecom Armenia
31
+ 37497|Team Telecom Armenia
31
32
37498|VivaCell-MTS
32
- 37499|Beeline
33
+ 37499|Team Telecom Armenia
Original file line number Diff line number Diff line change 40
40
5191926|Claro
41
41
5191927|Claro
42
42
519198|Entel
43
+ 519199|Intermax
43
44
5192|Claro
44
45
51920|Movistar
45
46
51922|Entel
Original file line number Diff line number Diff line change 14
14
15
15
# Translated manually from en/374.txt.
16
16
17
- 37433|Билайн
17
+ 37433|Team Telecom Armenia
18
18
37441|Юком
19
- 37443|Билайн
19
+ 37443|Team Telecom Armenia
20
20
37444|Юком
21
21
37449|ВиваСелл-МТС
22
22
3745|Юком
23
23
3747|ВиваСелл-МТС
24
24
37488|ВиваСелл-МТС
25
- 37491|Билайн
25
+ 37491|Team Telecom Armenia
26
26
37493|ВиваСелл-МТС
27
27
37494|ВиваСелл-МТС
28
28
37495|Юком
29
- 37496|Билайн
29
+ 37496|Team Telecom Armenia
30
+ 37497|Team Telecom Armenia
30
31
37498|ВиваСелл-МТС
31
- 37499|Билайн
32
+ 37499|Team Telecom Armenia
Original file line number Diff line number Diff line change 31
31
44114704|Sheffield
32
32
44114705|Sheffield
33
33
44114707|Sheffield
34
+ 44114708|Sheffield
34
35
44114709|Sheffield
35
36
44115|Nottingham
36
37
44116|Leicester
Original file line number Diff line number Diff line change @@ -37006,7 +37006,7 @@ Prefix ; Length ; Type ; Tariff ; Area Code L
37006
37006
9808[02-9] ; 10 ; FIXED_LINE_OR_MOBILE ; STANDARD_RATE ; 3 ; ; "fmt_3/3/4" ; "America/New_York" ; "US" ; "North Carolina"
37007
37007
98081[0-8] ; 10 ; FIXED_LINE_OR_MOBILE ; STANDARD_RATE ; 3 ; ; "fmt_3/3/4" ; "America/New_York" ; "US" ; "North Carolina"
37008
37008
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
37010
37010
984[2-9] ; 10 ; FIXED_LINE_OR_MOBILE ; STANDARD_RATE ; 3 ; ; "fmt_3/3/4" ; "America/New_York" ; "US" ; "North Carolina"
37011
37011
9852[0179] ; 10 ; FIXED_LINE_OR_MOBILE ; STANDARD_RATE ; 3 ; ; "fmt_3/3/4" ; "America/Chicago" ; "US" ; "Louisiana"
37012
37012
98522[0-24-8] ; 10 ; FIXED_LINE_OR_MOBILE ; STANDARD_RATE ; 3 ; ; "fmt_3/3/4" ; "America/Chicago" ; "US" ; "Louisiana"
Original file line number Diff line number Diff line change 1
1
Region ; Prefix ; Length ; Type ; Tariff ; Sms ; Carrier Specific
2
2
EG ; 12[23] ; 3 ; EMERGENCY ; TOLL_FREE
3
- EG ; 1[69] ; 5 ; COMMERCIAL
3
+ EG ; 1[679] ; 5 ; COMMERCIAL
4
4
EG ; 180 ; 3 ; EMERGENCY ; TOLL_FREE
5
5
EG ; 34400 ; 5 ; COMMERCIAL ; ; true ; true
Original file line number Diff line number Diff line change @@ -19,8 +19,9 @@ Prefix ; Length ; Type ; Tariff ; Operator ; Format
19
19
5471 ; 8 ; FIXED_LINE_OR_MOBILE ; STANDARD_RATE ; "cellplus" ; "fmt2_4/4" ; "MU" ; ; ; ; GOVERNMENT
20
20
547[2-9] ; 8 ; MOBILE ; STANDARD_RATE ; "emtel" ; "fmt2_4/4" ; "MU" ; ; ; ; GOVERNMENT
21
21
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
23
23
552 ; 8 ; MOBILE ; STANDARD_RATE ; "mtml" ; "fmt2_4/4" ; "MU" ; ; ; ; ITU
24
+ 553 ; 8 ; MOBILE ; STANDARD_RATE ; "cellplus" ; "fmt2_4/4" ; "MU" ; ; ; ; ITU
24
25
57[05-9] ; 8 ; MOBILE ; STANDARD_RATE ; "cellplus" ; "fmt2_4/4" ; "MU" ; ; ; ; GOVERNMENT
25
26
57[1-4] ; 8 ; MOBILE ; STANDARD_RATE ; "emtel" ; "fmt2_4/4" ; "MU" ; ; ; ; GOVERNMENT
26
27
58[0-3] ; 8 ; MOBILE ; STANDARD_RATE ; "cellplus" ; "fmt2_4/4" ; "MU" ; ; ; ; GOVERNMENT
Original file line number Diff line number Diff line change 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