Hi, Please review fix for JDK9,
Bug: https://bugs.openjdk.java.net/browse/JDK-8158478 Webrev: http://cr.openjdk.java.net/~pkbalakr/8158478/webrev.00/ Issue: X11 keysym XK_topt maps to the wrong Unicode character. Cause: XK_topt is set to Display the Symbol ( U+242C un defined) Fix: XK_topt is set to Displays the Symbol ┬ (U+252C: BOX DRAWINGS LIGHT DOWN AND HORIZONTAL) Thanks, Prem