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

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

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 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/cgg.txt ('k') | source/data/curr/cs.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) 2015 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/chr.xml 6 // * Source File: <path>/common/main/chr.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/chr.xml
11 */
12 chr{ 9 chr{
13 Currencies{ 10 Currencies{
14 BRL{ 11 BRL{
15 "R$", 12 "R$",
16 "ᏆᏏᎵᎢ ᎠᏕᎳ", 13 "ᏆᏏᎵᎢ ᎠᏕᎳ",
17 } 14 }
18 CAD{ 15 CAD{
19 "CA$", 16 "CA$",
20 "ᎧᎾᏓ ᎠᏕᎳ", 17 "ᎧᎾᏓ ᎠᏕᎳ",
21 } 18 }
22 CNY{ 19 CNY{
23 "CN¥", 20 "CN¥",
24 "ᏓᎶᏂᎨ ᎠᏕᎳ", 21 "ᏓᎶᏂᎨ ᎠᏕᎳ",
25 } 22 }
26 EUR{ 23 EUR{
27 "€", 24 "€",
28 "ᏳᎳᏛ", 25 "ᏳᎳᏛ",
29 } 26 }
30 GBP{ 27 GBP{
31 "£", 28 "£",
32 "ᎩᎵᏏᏲ ᎠᏕᎳ", 29 "ᎩᎵᏏᏲ ᎠᏕᎳ",
33 } 30 }
34 INR{ 31 INR{
35 "Rs.", 32 "",
36 "ᎢᏅᏗᎾ ᎠᏕᎳ", 33 "ᎢᏅᏗᎾ ᎠᏕᎳ",
37 } 34 }
38 JPY{ 35 JPY{
39 "JP¥", 36 "JP¥",
40 "ᏣᏩᏂᏏ ᎠᏕᎳ", 37 "ᏣᏩᏂᏏ ᎠᏕᎳ",
41 } 38 }
42 MXN{ 39 MXN{
43 "MX$", 40 "MX$",
44 "ᏍᏆᏂ ᎠᏕᎳ", 41 "ᏍᏆᏂ ᎠᏕᎳ",
45 } 42 }
46 RUB{ 43 RUB{
47 "RUB", 44 "RUB",
48 "ᏲᏂᎢ ᎠᏕᎳ", 45 "ᏲᏂᎢ ᎠᏕᎳ",
49 } 46 }
50 USD{ 47 USD{
51 "$", 48 "$",
52 "ᎤᏃᏍᏗ", 49 "ᎤᏃᏍᏗ",
53 } 50 }
54 } 51 }
55 CurrencyPlurals{ 52 CurrencyPlurals{
56 USD{ 53 USD{
57 one{"ᎤᏃᏍᏗ"} 54 one{"ᎤᏃᏍᏗ"}
58 other{"ᏧᏃᏍᏗ"} 55 other{"ᏧᏃᏍᏗ"}
59 } 56 }
60 } 57 }
61 CurrencyUnitPatterns{ 58 CurrencyUnitPatterns{
62 one{"{0} {1}"} 59 one{"{0} {1}"}
63 other{"{0} {1}"} 60 other{"{0} {1}"}
64 } 61 }
65 Version{"2.1.6.69"} 62 Version{"2.1.19.77"}
66 } 63 }
OLDNEW
« no previous file with comments | « source/data/curr/cgg.txt ('k') | source/data/curr/cs.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698