icu4x icon indicating copy to clipboard operation
icu4x copied to clipboard

Add tests and/or fix large-magnitude numbers being converted to PluralOperands

Open sffc opened this issue 2 years ago • 2 comments

From @markusicu:

How do you handle conversions from i128 and u128 types when you only have a u64 for the i, 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

sffc avatar Sep 20 '22 18:09 sffc

CC @younies

sffc avatar Dec 22 '22 18:12 sffc

Hi, I'd love working on this issue. Can you please assign this to me?

Harsh1s avatar Feb 26 '24 19:02 Harsh1s