Hi Naoto,
The Javadoc states:
If the locale contains the "ca" (calendar), "nu" (numbering
system), "rg" (region override), and/or "tz" (timezone) Unicode
extensions, the chronology, numbering system and/or the zone are overridden.
If you remove the two statements that check whether the specified locale
contains "ca" or "nu", would you need to update the Javadoc as well?
Best,
Joe
On 5/6/2020 1:44 PM, [email protected] wrote:
Hello,
Please review the fix to the following issue:
https://bugs.openjdk.java.net/browse/JDK-8244245
The CSR and proposed changeset are located at:
https://bugs.openjdk.java.net/browse/JDK-8244246
https://cr.openjdk.java.net/~naoto/8244245/webrev.00/
This stems from the closed issue
(https://bugs.openjdk.java.net/browse/JDK-8243162), and the rationale
for this fix is discussed there.
Naoto