A new parse mode for j.t.DecimalFormat in Android libcore
General
Other Data
General
Other Data
Description
j.t.DecimalFormat in Android’s libcore behaves differently than ICU4J.
It ignores ignores grouping size in parsing.
It does not ignore bidi control characters. It's stricter than strict mode in ICU4J.
It does not have concept of strict and lenient parse mode
However, it uses ICU4J DecimalFormat underlying. Android patches ICU4J to keep the historic behavior, and would like upstream this patch and tests to ICU4J.
j.t.DecimalFormat in Android’s libcore behaves differently than ICU4J.
It ignores ignores grouping size in parsing.
It does not ignore bidi control characters. It's stricter than strict mode in ICU4J.
It does not have concept of strict and lenient parse mode
However, it uses ICU4J DecimalFormat underlying. Android patches ICU4J to keep the historic behavior, and would like upstream this patch and tests to ICU4J.