RFR: 8305400: ISO 4217 Amendment 175 Update
Naoto Sato
naoto at openjdk.org
Fri Mar 31 22:13:14 UTC 2023
On Fri, 31 Mar 2023 21:38:31 GMT, Justin Lu <jlu at openjdk.org> wrote:
> Please review the ISO 4217 amendment 175 update.
>
> There are no meaningful code changes, but the version number should be updated accordingly to be in sync.
Marked as reviewed by naoto (Reviewer).
> Do you track the legal tender date? Because that did change, for CLDR [unicode-org/cldr#2825](https://github.com/unicode-org/cldr/pull/2825)
Hi Steven,
No, JDK does not provide either historical currency information or dates. `Currency.getInstance(Locale)` always returns the new currency during the transition period by default. (Can be manipulated by modifying the `currency.properties` file)
-------------
PR Review: https://git.openjdk.org/jdk/pull/13275#pullrequestreview-1367677172
PR Comment: https://git.openjdk.org/jdk/pull/13275#issuecomment-1492667558
More information about the core-libs-dev
mailing list