Integrated: 8282422: JTable.print() failed with UnsupportedCharsetException on AIX ko_KR locale
Ichiroh Takiguchi
itakiguchi at openjdk.java.net
Wed Mar 23 01:42:32 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.
This pull request has now been integrated.
Changeset: 6ea996c2
Author: Ichiroh Takiguchi <itakiguchi at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/6ea996c20591cafa9673d9c697437ce2c48e4616
Stats: 4 lines in 1 file changed: 2 ins; 0 del; 2 mod
8282422: JTable.print() failed with UnsupportedCharsetException on AIX ko_KR locale
Reviewed-by: prr, serb
-------------
PR: https://git.openjdk.java.net/jdk/pull/7630
More information about the client-libs-dev
mailing list