Fix the number of decimal digits used for Swiss Francs (0 -> 2). Found by the libc++ test suite. If there is some locale test suite somewhere, it might be worth running it...
Approved by: dim (mentor)
This commit is contained in:
parent
e7ed949938
commit
c5ef7a7205
@ -18,9 +18,9 @@ CNY
|
||||
# negative_sign
|
||||
-
|
||||
# int_frac_digits
|
||||
0
|
||||
2
|
||||
# frac_digits
|
||||
0
|
||||
2
|
||||
# p_cs_precedes
|
||||
1
|
||||
# p_sep_by_space
|
||||
|
Loading…
Reference in New Issue
Block a user