mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 17:01:16 +00:00
ICU-12185 Fix LDML2ICUConversion of cashDigits/cashRounding
X-SVN-Rev: 38389
This commit is contained in:
parent
9d9256f3b7
commit
f9d2462f3c
2 changed files with 7 additions and 7 deletions
|
@ -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{
|
||||
|
|
|
@ -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"}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue