On Wed, 14 May 2025 14:23:31 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> I found a few other places in the code that can be cleaned up after the > conversion to UTF-8. test/jdk/sun/text/resources/LocaleDataTest.java line 106: > 104: * FormatData/fr_FR/MonthNames/0=janvier > 105: * FormatData/fr_FR/MonthNames/1=février > 106: * LocaleNames/fr_FR/US=États-Unis This test data (LocaleData.cldr) is explicitly encoded in ISO-8859-1 with unicode escapes for characters outside of it. So only changing these ones in comment does not seem correct. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/25228#discussion_r2091757029