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

Side by Side Diff: source/data/curr/to.txt

Issue 877193003: ICU update to 54.1 step 7 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: add one more msvc's warning fix Created 5 years, 10 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
« no previous file with comments | « source/data/curr/th.txt ('k') | source/data/curr/tr.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) 2014 International Business Machines 3 // * Copyright (C) 2014 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/to.xml 6 // * Source File: <path>/common/main/to.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /** 9 /**
10 * ICU <specials> source: <path>/common/main/to.xml 10 * ICU <specials> source: <path>/common/main/to.xml
11 */ 11 */
12 to{ 12 to{
13 Currencies{ 13 Currencies{
14 AUD{ 14 AUD{
15 "AUD$", 15 "AUD$",
16 "AUD", 16 "AUD",
17 } 17 }
18 NZD{ 18 NZD{
19 "NZD$", 19 "NZD$",
20 "NZD", 20 "NZD",
21 } 21 }
22 PGK{ 22 PGK{
23 "PGK", 23 "PGK",
24 "PGK", 24 "PGK",
25 } 25 }
26 SBD{
27 "SBD",
28 "SBD",
29 }
30 XPF{
31 "CFPF",
32 "XPF",
33 }
34 } 26 }
35 Currencies%narrow{ 27 Currencies%narrow{
36 AUD{"$"} 28 AUD{"$"}
37 NZD{"$"} 29 NZD{"$"}
38 SBD{"$"}
39 } 30 }
40 CurrencyPlurals{ 31 CurrencyPlurals{
41 } 32 }
42 CurrencyUnitPatterns{ 33 CurrencyUnitPatterns{
43 other{"{1} {0}"} 34 other{"{1} {0}"}
44 } 35 }
45 Version{"2.1.8.9"} 36 Version{"2.1.8.9"}
46 } 37 }
OLDNEW
« no previous file with comments | « source/data/curr/th.txt ('k') | source/data/curr/tr.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698