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

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

Issue 856153003: ICU update to 54 - step 4 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@step3
Patch Set: add missing locale files Created 5 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/rof.txt ('k') | source/data/curr/ru.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/root.xml 6 // * Source File: <path>/common/main/root.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /** 9 /**
10 * ICU <specials> source: <path>/common/main/root.xml 10 * ICU <specials> source: <path>/common/main/root.xml
(...skipping 26 matching lines...) Expand all
37 } 37 }
38 HKD{ 38 HKD{
39 "HK$", 39 "HK$",
40 "HKD", 40 "HKD",
41 } 41 }
42 ILS{ 42 ILS{
43 "₪", 43 "₪",
44 "ILS", 44 "ILS",
45 } 45 }
46 INR{ 46 INR{
47 "", 47 "Rs.",
48 "INR", 48 "INR",
49 } 49 }
50 JPY{ 50 JPY{
51 "JP¥", 51 "JP¥",
52 "JPY", 52 "JPY",
53 } 53 }
54 KRW{ 54 KRW{
55 "₩", 55 "₩",
56 "KRW", 56 "KRW",
57 } 57 }
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 insertBetween{" "} 203 insertBetween{" "}
204 surroundingMatch{"[:digit:]"} 204 surroundingMatch{"[:digit:]"}
205 } 205 }
206 beforeCurrency{ 206 beforeCurrency{
207 currencyMatch{"[:^S:]"} 207 currencyMatch{"[:^S:]"}
208 insertBetween{" "} 208 insertBetween{" "}
209 surroundingMatch{"[:digit:]"} 209 surroundingMatch{"[:digit:]"}
210 } 210 }
211 } 211 }
212 } 212 }
OLDNEW
« no previous file with comments | « source/data/curr/rof.txt ('k') | source/data/curr/ru.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698