<i18n dev> RFR: 8279185: Support for IsoFields in JapaneseDate/MinguoDate/ThaiBuddhistDate [v2]
Joe Wang
joehw at openjdk.java.net
Fri Mar 4 21:30:01 UTC 2022
On Fri, 4 Mar 2022 05:02:37 GMT, Naoto Sato <naoto at openjdk.org> wrote:
>> Supporting `IsoFields` temporal fields in chronologies that are similar to ISO chronology. Corresponding CSR has also been drafted.
>
> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
>
> copyright year fix
Is the public API change, adding the isIsoLike() method, necessary? It seems to me we already have the isSupported method for that purpose and plus isSupportedBy from the IsoFields. Would making sure the IsoFields are supported at the implementation level be sufficient?
-------------
PR: https://git.openjdk.java.net/jdk/pull/7683
More information about the i18n-dev
mailing list