]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/data/rbnf/en.txt
ICU-59173.0.1.tar.gz
[apple/icu.git] / icuSources / data / rbnf / en.txt
index 3370e5a2445cff389b7789282b8ab10a0ed24126..7ccaf5a920f56c29ebbe81e1c590cd57ace24b4b 100644 (file)
@@ -1,11 +1,5 @@
-// ***************************************************************************
-// *
-// * Copyright (C) 2014 International Business Machines
-// * Corporation and others. All Rights Reserved.
-// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
-// * Source File: <path>/common/rbnf/en.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/en.xml
  */
@@ -37,26 +31,20 @@ en{
             "& ':' = '.' = ' ' = '-';",
         }
         OrdinalRules{
-            "%%digits-ordinal-indicator:",
-            "0: th;",
-            "1: st;",
-            "2: nd;",
-            "3: rd;",
-            "4: th;",
-            "20: >>;",
-            "100: >>;",
             "%digits-ordinal:",
             "-x: \u2212>>;",
-            "0: =#,##0==%%digits-ordinal-indicator=;",
+            "0: =#,##0=$(ordinal,one{st}two{nd}few{rd}other{th})$;",
         }
         SpelloutRules{
+            "%%lenient-parse:",
+            "&[last primary ignorable ] << ' ' << ',' << '-' << '\u00AD';",
             "%%2d-year:",
             "0: hundred;",
             "1: oh-=%spellout-numbering=;",
             "10: =%spellout-numbering=;",
             "%spellout-numbering-year:",
             "-x: minus >>;",
-            "x.x: =#,###0.#=;",
+            "x.x: =#,##0.#=;",
             "0: =%spellout-numbering=;",
             "1010/100: << >%%2d-year>;",
             "1100/100: << >%%2d-year>;",
@@ -86,12 +74,20 @@ en{
             "9100/100: << >%%2d-year>;",
             "10000: =%spellout-numbering=;",
             "%spellout-numbering:",
+            "-x: minus >>;",
+            "Inf: infinity;",
+            "NaN: not a number;",
             "0: =%spellout-cardinal=;",
             "%spellout-numbering-verbose:",
+            "-x: minus >>;",
+            "Inf: infinity;",
+            "NaN: not a number;",
             "0: =%spellout-cardinal-verbose=;",
             "%spellout-cardinal:",
             "-x: minus >>;",
             "x.x: << point >>;",
+            "Inf: infinite;",
+            "NaN: not a number;",
             "0: zero;",
             "1: one;",
             "2: two;",
@@ -138,6 +134,8 @@ en{
             "%spellout-cardinal-verbose:",
             "-x: minus >>;",
             "x.x: << point >>;",
+            "Inf: infinite;",
+            "NaN: not a number;",
             "0: =%spellout-numbering=;",
             "100: << hundred[>%%and>];",
             "1000: << thousand[>%%and>];",
@@ -156,6 +154,7 @@ en{
             "%spellout-ordinal:",
             "-x: minus >>;",
             "x.x: =#,##0.#=;",
+            "Inf: infinitieth;",
             "0: zeroth;",
             "1: first;",
             "2: second;",
@@ -198,6 +197,7 @@ en{
             "%spellout-ordinal-verbose:",
             "-x: minus >>;",
             "x.x: =#,##0.#=;",
+            "Inf: infinitieth;",
             "0: =%spellout-ordinal=;",
             "100: <%spellout-numbering-verbose< hundred>%%and-o>;",
             "1000: <%spellout-numbering-verbose< thousand>%%and-o>;",
@@ -209,5 +209,5 @@ en{
             "1000000000000000000: =#,##0=.;",
         }
     }
-    Version{"2.0.82.42"}
+    Version{"2.1.21.55"}
 }