Hello,
Please review the fix to the following issue:
https://bugs.openjdk.java.net/browse/JDK-8220224
Here is the CSR and proposed changeset:
https://bugs.openjdk.java.net/browse/JDK-8220728
http://cr.openjdk.java.net/~naoto/8220224/webrev.01/
DecimalFormatSymbols assumes minus/percent/permille as a single
character, which is not capable of supporting ones for BiDi languages
that involve BiDi formatting characters. With this fix,
DecimalFormatSymbols uses String variants of symbols from CLDR, and
retains them for serialization.
The above webrev contains <code> tag cleanup which was suggested in the
CSR. The following webrev only contains relevant changes to the issue
(excluding those <code> cleanup):
http://cr.openjdk.java.net/~naoto/8220224/webrev.00/
Naoto