<i18n dev> RFR: 8317742: ISO Standard Date Format implementation consistency on DateTimeFormatter and String.format [v2]
Shaojin Wen
duke at openjdk.org
Mon Oct 16 20:54:29 UTC 2023
On Mon, 16 Oct 2023 20:36:42 GMT, Naoto Sato <naoto at openjdk.org> wrote:
>> Shaojin Wen has updated the pull request incrementally with one additional commit since the last revision:
>>
>> No longer localize printed numbers
>
> test/jdk/java/util/Formatter/BasicDateTime.java line 473:
>
>> 471: Locale.forLanguageTag("th-TH-u-nu-thai"));
>> 472: test("%tF", "2023-01-13", LocalDate.of(2023, 1, 13));
>> 473: Locale.setDefault(locale);
>
> This is an incompatible change. If you intend to change the behavior, this should be approved in the CSR.
Yes, the incompatibility information described in the CSR above also covers this.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16033#discussion_r1361250989
More information about the i18n-dev
mailing list