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

Ichiroh Takiguchi itakiguchi at openjdk.java.net
Mon Mar 21 04:35:35 UTC 2022


On Sat, 26 Feb 2022 16:24:07 GMT, Ichiroh Takiguchi <itakiguchi at openjdk.org> wrote:

> 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.

Please give me your suggestion.
I need one more reviewer.

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

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



More information about the client-libs-dev mailing list