Re: Proposal: Wrap ICU4J to implement java.text.DecimalFormat enhancement of Java 5.0

2006-02-22 Thread Tim Ellison
+1 (care to submit a patch?) Regards, Tim Paulex Yang wrote: Richard, I prefer to totally wrap ICU4J as long as Harmony depend on ICU4J. First, ICU4J is really good at these things while it is always evolving to follow new standard, and its license is friendly to user like Harmony,

Proposal: Wrap ICU4J to implement java.text.DecimalFormat enhancement of Java 5.0

2006-02-20 Thread Richard Liang
As mentioned in Java 5.0 New Features: The DecimalFormat class has been enhanced to format and parse BigDecimal and BigInteger values without loss of precision. Formatting of such values is enhanced automatically; parsing into BigDecimal needs to be enabled using the setParseBigDecimal