| Index: source/data/rbnf/en.txt
|
| diff --git a/source/data/rbnf/en.txt b/source/data/rbnf/en.txt
|
| index 1362b098bcc4d28f974c48678a96b1d3823a5ed9..7ccaf5a920f56c29ebbe81e1c590cd57ace24b4b 100644
|
| --- a/source/data/rbnf/en.txt
|
| +++ b/source/data/rbnf/en.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/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
|
| */
|
| @@ -42,13 +36,15 @@ en{
|
| "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>;",
|
| @@ -78,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;",
|
| @@ -130,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>];",
|
| @@ -148,6 +154,7 @@ en{
|
| "%spellout-ordinal:",
|
| "-x: minus >>;",
|
| "x.x: =#,##0.#=;",
|
| + "Inf: infinitieth;",
|
| "0: zeroth;",
|
| "1: first;",
|
| "2: second;",
|
| @@ -190,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>;",
|
| @@ -201,5 +209,5 @@ en{
|
| "1000000000000000000: =#,##0=.;",
|
| }
|
| }
|
| - Version{"2.1.19.14"}
|
| + Version{"2.1.21.55"}
|
| }
|
|
|