This Label shows the correct char: label.setText("\u1e9e");
This doesn't: textbox.setText("\u1e9e");
Link to the Unicode char: http://graphemica.com/%E1%BA%9E
In the attached picture you see that the TextBox just shows a little box and not the char from that link.
This doesn't: textbox.setText("\u1e9e");
Link to the Unicode char: http://graphemica.com/%E1%BA%9E
In the attached picture you see that the TextBox just shows a little box and not the char from that link.
- duplicates
-
JDK-8113926 Incorrect text rendering in TextBox for some unicode chars
- Closed