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