RFR: 8282422: JTable.print() failed with UnsupportedCharsetException on AIX ko_KR locale

Ichiroh Takiguchi itakiguchi at openjdk.java.net
Sat Feb 26 16:30:13 UTC 2022


On AIX ko_KR locale, I could see following exception after JTable.print() was called

java.nio.charset.UnsupportedCharsetException: sun.font.X11KSC5601
        at java.base/java.nio.charset.Charset.forName(Charset.java:527)
        at java.desktop/sun.awt.FontConfiguration.getFontCharsetEncoder(FontConfiguration.java:964)
......

According to my investigation, sun.font.X11KSC5601 moved from sun.awt.motif.X11KSC5601.

-------------

Commit messages:
 - 8282422: JTable.print() failed with UnsupportedCharsetException on AIX ko_KR locale

Changes: https://git.openjdk.java.net/jdk/pull/7630/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7630&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8282422
  Stats: 4 lines in 1 file changed: 2 ins; 0 del; 2 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7630.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7630/head:pull/7630

PR: https://git.openjdk.java.net/jdk/pull/7630



More information about the client-libs-dev mailing list