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

Unified Diff: source/data/rbnf/root.txt

Issue 2440913002: Update ICU to 58.1
Patch Set: Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/data/rbnf/ro.txt ('k') | source/data/rbnf/ru.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/rbnf/root.txt
diff --git a/source/data/rbnf/root.txt b/source/data/rbnf/root.txt
index 1830fe2448943c51f4aa88ee7b48afac8599c527..058c5c98746039bcb9256577d2fa9bc690094304 100644
--- a/source/data/rbnf/root.txt
+++ b/source/data/rbnf/root.txt
@@ -1,11 +1,5 @@
-// ***************************************************************************
-// *
-// * Copyright (C) 2015 International Business Machines
-// * Corporation and others. All Rights Reserved.
-// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
-// * Source File: <path>/common/rbnf/root.xml
-// *
-// ***************************************************************************
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html#License
/**
* ICU <specials> source: <path>/xml/rbnf/root.xml
*/
@@ -268,7 +262,7 @@ root{
"2000000000000: <<\u137C>%%ethiopic-p2>;",
"10000000000000000: \u137C>%%ethiopic-p3>;",
"20000000000000000: <<\u137C>%%ethiopic-p3>;",
- "1000000000000000000: =#,###0=;",
+ "1000000000000000000: =#,##0=;",
"%georgian:",
"-x: \u2212>>;",
"x.x: =#,##0.00=;",
@@ -651,7 +645,8 @@ root{
SpelloutRules{
"%spellout-numbering-year:",
"-x: \u2212>>;",
- "0: =#,###0.#=;",
+ "x.x: =0.0=;",
+ "0: =0=;",
"%spellout-numbering:",
"-x: \u2212>>;",
"0: =#,##0.#=;",
@@ -663,5 +658,5 @@ root{
"0: =#,##0.#=.;",
}
}
- Version{"2.1.19.14"}
+ Version{"2.1.27.22"}
}
« no previous file with comments | « source/data/rbnf/ro.txt ('k') | source/data/rbnf/ru.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698