1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
|
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
/**
* ICU <specials> source: <path>/common/main/root.xml
*/
root{
Version{"2.1.30.58"}
zoneStrings{
"Africa:Asmera"{
ec{"Asmara"}
}
"America:Coral_Harbour"{
ec{"Atikokan"}
}
"America:Godthab"{
ec{"Nuuk"}
}
"America:Indiana:Knox"{
ec{"Knox, Indiana"}
}
"America:Indiana:Marengo"{
ec{"Marengo, Indiana"}
}
"America:Indiana:Petersburg"{
ec{"Petersburg, Indiana"}
}
"America:Indiana:Tell_City"{
ec{"Tell City, Indiana"}
}
"America:Indiana:Vevay"{
ec{"Vevay, Indiana"}
}
"America:Indiana:Vincennes"{
ec{"Vincennes, Indiana"}
}
"America:Indiana:Winamac"{
ec{"Winamac, Indiana"}
}
"America:Kentucky:Monticello"{
ec{"Monticello, Kentucky"}
}
"America:Lower_Princes"{
ec{"Lower Prince’s Quarter"}
}
"America:North_Dakota:Beulah"{
ec{"Beulah, North Dakota"}
}
"America:North_Dakota:Center"{
ec{"Center, North Dakota"}
}
"America:North_Dakota:New_Salem"{
ec{"New Salem, North Dakota"}
}
"America:Scoresbysund"{
ec{"Ittoqqortoormiit"}
}
"America:St_Barthelemy"{
ec{"St. Barthelemy"}
}
"America:St_Johns"{
ec{"St. John’s"}
}
"America:St_Kitts"{
ec{"St. Kitts"}
}
"America:St_Lucia"{
ec{"St. Lucia"}
}
"America:St_Thomas"{
ec{"St. Thomas"}
}
"America:St_Vincent"{
ec{"St. Vincent"}
}
"Antarctica:DumontDUrville"{
ec{"Dumont d’Urville"}
}
"Asia:Calcutta"{
ec{"Kolkata"}
}
"Asia:Katmandu"{
ec{"Kathmandu"}
}
"Asia:Saigon"{
ec{"Ho Chi Minh"}
}
"Atlantic:Faeroe"{
ec{"Faroe"}
}
"Atlantic:St_Helena"{
ec{"St. Helena"}
}
"Etc:Unknown"{
ec{"Unknown"}
}
"Pacific:Ponape"{
ec{"Pohnpei"}
}
"Pacific:Truk"{
ec{"Chuuk"}
}
fallbackFormat{"{1} ({0})"}
gmtFormat{"GMT{0}"}
gmtZeroFormat{"GMT"}
hourFormat{"+HH:mm;-HH:mm"}
regionFormat{"{0}"}
regionFormatDaylight{"{0} (+1)"}
regionFormatStandard{"{0} (+0)"}
}
}
|