I have a control displaying text, but somehow the text appear to be all squares, why’s that?
P.S It’s an edit control in winform and the original text is in Japanese.
Thanks,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try browsing to a Japanese website, copy some Japanese text & paste it into this textbox.
If it shows as squares, the problem could be due to font of the textbox.
Set the font that supports unicode range for Japanese characters (see if Arial Unicode MS helps).