--- old/src/java.desktop/unix/native/libawt_xawt/awt/awt_InputMethod.c 2018-06-06 21:04:05.008454307 +0900 +++ new/src/java.desktop/unix/native/libawt_xawt/awt/awt_InputMethod.c 2018-06-06 21:04:04.410466781 +0900 @@ -679,7 +679,8 @@ statusWindow->w = status; //12-point font statusWindow->fontset = XCreateFontSet(dpy, - "-*-*-medium-r-normal-*-*-120-*-*-*-*", + "-*-*-medium-r-normal-*-*-120-*-*-*-*," \ + "-*-*-medium-r-normal-*-*-130-*-*-*-*", &mclr, &mccr, &dsr); /* In case we didn't find the font set, release the list of missing characters */ if (mccr > 0) {