icu4x
icu4x copied to clipboard
Add tests and/or fix large-magnitude numbers being converted to PluralOperands
From @markusicu:
How do you handle conversions from
i128
andu128
types when you only have au64
for thei
,v
,f
operands? We truncate the high digits, and there are no CLDR rules for which that truncation makes a difference. But we can double check that this is indeed the case.
I should note that this also happens in string and FixedDecimal conversions. We should make sure we have consistent behavior across the board.
CC @zbraniecki
CC @younies
Hi, I'd love working on this issue. Can you please assign this to me?