On Wed, 11 May 2022 20:40:17 GMT, Naoto Sato <na...@openjdk.org> wrote:
>> Phil Race has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8285308 > > src/java.desktop/windows/classes/sun/awt/windows/WFontConfiguration.java line > 267: > >> 265: case "ru" -> "RUSSIAN_CHARSET"; >> 266: case "el" -> "GREEK_CHARSET"; >> 267: case "iw" -> "HEBREW_CHARSET"; > > It would be safe to specify both old(iw)/new(he) language codes for Hebrew, > as "he" is now returned for Hebrew by default > (https://bugs.openjdk.java.net/browse/JDK-8263202) ok - fixed ------------- PR: https://git.openjdk.java.net/jdk/pull/8662