JTextfield
does not show korean charaters properly. It shows empty boxes in instead of characters. Here is the screenshot of my application.
Asked
Active
Viewed 1,409 times
5

Yusuf NACIR
- 68
- 3

bahtiyartan
- 1,010
- 10
- 29
-
1which font do you use on it ? – ziLk Feb 15 '17 at 08:42
-
1changing your font would hopefully solve the problem. – jack jay Feb 15 '17 at 08:44
-
It is configurable, i will ask the customer about the font. thanks for the advice – bahtiyartan Feb 15 '17 at 08:45
1 Answers
3
Thats because of the fonts that you used.
According to this oracle document Korean letters is not supported by Lucida font.
Note that of the writing systems that are generally fully supported by the JRE, the Lucida fonts do not support Chinese (Simplified), Chinese (Traditional), Japanese, and Korean.
So if you use the fonts that support the korean language, it will work properly.

ziLk
- 3,120
- 21
- 45