<i18n dev> [9] RFR: 8173423: Wrong display name for supplemental Japanese era
Xueming Shen
xueming.shen at oracle.com
Tue Jan 31 20:32:03 UTC 2017
+1
On Jan 31, 2017, at 5:27 AM, Naoto Sato <naoto.sato at oracle.com> wrote:
Hello,
Please review the fix to the following bug:
https://bugs.openjdk.java.net/browse/JDK-8173423
The proposed fix is located at:
http://cr.openjdk.java.net/~naoto/8173423/webrev.00/
There is a functionality in Japanese Imperial Calendar to supplement a new era from system property. The code path from java.time did not retrieve the supplemental name before the fix, thus the era number "3" was displayed instead. The fix intends to retrieve the correct name, and return it to java.time formatters.
Naoto
More information about the i18n-dev
mailing list