Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Side by Side Diff: icu52/source/data/curr/seh.txt

Issue 239543018: Trim ICU data to reduce the download size/memory usage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « icu52/source/data/curr/sbp.txt ('k') | icu52/source/data/curr/ses.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // *************************************************************************** 1 // ***************************************************************************
2 // * 2 // *
3 // * Copyright (C) 2013 International Business Machines 3 // * Copyright (C) 2013 International Business Machines
4 // * Corporation and others. All Rights Reserved. 4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/seh.xml 6 // * Source File: <path>/common/main/seh.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /** 9 /**
10 * ICU <specials> source: <path>/common/main/seh.xml 10 * ICU <specials> source: <path>/common/main/seh.xml
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 "Birr etíope", 76 "Birr etíope",
77 } 77 }
78 EUR{ 78 EUR{
79 "€", 79 "€",
80 "Euro", 80 "Euro",
81 } 81 }
82 GBP{ 82 GBP{
83 "£", 83 "£",
84 "Libra esterlina britânica", 84 "Libra esterlina britânica",
85 } 85 }
86 GHC{
87 "GHC",
88 "Cedi de Gana (1979–2007)",
89 }
90 GMD{ 86 GMD{
91 "GMD", 87 "GMD",
92 "Dalasi de Gâmbia", 88 "Dalasi de Gâmbia",
93 } 89 }
94 GNS{ 90 GNS{
95 "GNS", 91 "GNS",
96 "Syli da Guiné", 92 "Syli da Guiné",
97 } 93 }
98 INR{ 94 INR{
99 "₹", 95 "₹",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 "Ouguiya da Mauritânia", 132 "Ouguiya da Mauritânia",
137 } 133 }
138 MUR{ 134 MUR{
139 "MUR", 135 "MUR",
140 "Rupia de Maurício", 136 "Rupia de Maurício",
141 } 137 }
142 MWK{ 138 MWK{
143 "MWK", 139 "MWK",
144 "Cuacha do Maláui", 140 "Cuacha do Maláui",
145 } 141 }
146 MZM{
147 "MZM",
148 "Metical antigo de Moçambique",
149 }
150 MZN{ 142 MZN{
151 "MTn", 143 "MTn",
152 "Metical de Moçambique", 144 "Metical de Moçambique",
153 } 145 }
154 NAD{ 146 NAD{
155 "NAD", 147 "NAD",
156 "Dólar da Namíbia", 148 "Dólar da Namíbia",
157 } 149 }
158 NGN{ 150 NGN{
159 "NGN", 151 "NGN",
160 "Naira nigeriana", 152 "Naira nigeriana",
161 } 153 }
162 RWF{ 154 RWF{
163 "RWF", 155 "RWF",
164 "Franco ruandês", 156 "Franco ruandês",
165 } 157 }
166 SAR{ 158 SAR{
167 "SAR", 159 "SAR",
168 "Rial saudita", 160 "Rial saudita",
169 } 161 }
170 SCR{ 162 SCR{
171 "SCR", 163 "SCR",
172 "Rupia das Seychelles", 164 "Rupia das Seychelles",
173 } 165 }
174 SDG{ 166 SDG{
175 "SDG", 167 "SDG",
176 "Dinar sudanês", 168 "Dinar sudanês",
177 } 169 }
178 SDP{
179 "SDP",
180 "Libra sudanesa antiga",
181 }
182 SHP{ 170 SHP{
183 "SHP", 171 "SHP",
184 "Libra de Santa Helena", 172 "Libra de Santa Helena",
185 } 173 }
186 SLL{ 174 SLL{
187 "SLL", 175 "SLL",
188 "Leone de Serra Leoa", 176 "Leone de Serra Leoa",
189 } 177 }
190 SOS{ 178 SOS{
191 "SOS", 179 "SOS",
(...skipping 28 matching lines...) Expand all
220 "Franco CFA BEAC", 208 "Franco CFA BEAC",
221 } 209 }
222 XOF{ 210 XOF{
223 "CFA", 211 "CFA",
224 "Franco CFA BCEAO", 212 "Franco CFA BCEAO",
225 } 213 }
226 ZAR{ 214 ZAR{
227 "ZAR", 215 "ZAR",
228 "Rand sul-africano", 216 "Rand sul-africano",
229 } 217 }
230 ZMK{
231 "ZMK",
232 "Cuacha zambiano (1968–2012)",
233 }
234 ZMW{ 218 ZMW{
235 "ZMW", 219 "ZMW",
236 "Cuacha zambiano", 220 "Cuacha zambiano",
237 } 221 }
238 ZWD{
239 "ZWD",
240 "Dólar do Zimbábue",
241 }
242 } 222 }
243 Version{"2.0.92.87"} 223 Version{"2.0.92.87"}
244 } 224 }
OLDNEW
« no previous file with comments | « icu52/source/data/curr/sbp.txt ('k') | icu52/source/data/curr/ses.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698