[14] RFR: 8230284: Accounting currency format support does not cope with explicit number system.
naoto.sato at oracle.com
naoto.sato at oracle.com
Fri Sep 6 17:59:08 UTC 2019
Hello,
Please review the fix to the following issue:
https://bugs.openjdk.java.net/browse/JDK-8230284
The proposed changeset is located at:
https://cr.openjdk.java.net/~naoto/8230284/webrev.00/
The original enhancement for the accounting currency format support
(https://bugs.openjdk.java.net/browse/JDK-8215181) did not account for
the explicit/implicit numbering script. The above change made it to
share the same code with NumberElements which properly deals with the
numbering script.
Naoto
More information about the core-libs-dev
mailing list