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

2022-03-22 Thread Ichiroh Takiguchi
On Sat, 26 Feb 2022 16:24:07 GMT, Ichiroh Takiguchi 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(C

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

2022-03-20 Thread Ichiroh Takiguchi
On Sat, 26 Feb 2022 16:24:07 GMT, Ichiroh Takiguchi 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(C

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

2022-03-10 Thread Ichiroh Takiguchi
On Sat, 26 Feb 2022 16:24:07 GMT, Ichiroh Takiguchi 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(C

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

2022-02-26 Thread Ichiroh Takiguchi
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(F