From f9d2462f3cbca01c8b439486bf56bc233e07a851 Mon Sep 17 00:00:00 2001 From: John Emmons Date: Fri, 26 Feb 2016 22:51:31 +0000 Subject: [PATCH] ICU-12185 Fix LDML2ICUConversion of cashDigits/cashRounding X-SVN-Rev: 38389 --- icu4c/source/data/curr/supplementalData.txt | 10 +++++----- icu4c/source/test/cintltst/cnumtst.c | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/icu4c/source/data/curr/supplementalData.txt b/icu4c/source/data/curr/supplementalData.txt index 1b0533dac08..0c79c7b01e5 100644 --- a/icu4c/source/data/curr/supplementalData.txt +++ b/icu4c/source/data/curr/supplementalData.txt @@ -4759,13 +4759,13 @@ supplementalData:table(nofallback){ 2, 0, 2, - 0, + 5, } CHF:intvector{ 2, 0, 2, - 0, + 5, } CLF:intvector{ 4, @@ -4794,7 +4794,7 @@ supplementalData:table(nofallback){ CZK:intvector{ 2, 0, - 2, + 0, 0, } DEFAULT:intvector{ @@ -4830,7 +4830,7 @@ supplementalData:table(nofallback){ HUF:intvector{ 2, 0, - 2, + 0, 0, } IDR:intvector{ @@ -5034,7 +5034,7 @@ supplementalData:table(nofallback){ TWD:intvector{ 2, 0, - 2, + 0, 0, } TZS:intvector{ diff --git a/icu4c/source/test/cintltst/cnumtst.c b/icu4c/source/test/cintltst/cnumtst.c index 411fcd6a76b..c4f4cdcfbdb 100644 --- a/icu4c/source/test/cintltst/cnumtst.c +++ b/icu4c/source/test/cintltst/cnumtst.c @@ -2555,11 +2555,11 @@ static void TestCurrencyUsage(void) { * format result using CURRENCYSTYLE with CASH purpose,- * Note that as of CLDR 26:- * - TWD switches from 0 decimals to 2; PKR still has 0, so change test to that - * - CAD and all other currencies that rounded to .05 no longer do + * - CAD rounds to .05 */ {"PKR", "PKR124"}, - {"CAD", "CA$123.57"}, + {"CAD", "CA$123.55"}, {"USD", "$123.57"} }; -- 2.40.0