I input Chinese character in text field, it displays blank character.
I am programming on Windows, not test yet on IOS and Android.
You mean that when you type Chinese characters in a field in the editor nothing is shown? Have you checked the All Chars checkbox in the font?
in the editor I have seen it shown in a field. But I build the project, in runtime I have not seen it.
Can you please confirm that you have checked the All Chars checkbox?
Yes, of course. I checked.
Ok, can you please share the font together with some sample text so that I can try to reproduce it?
Thanks. I’ll take a look. Are you using the font in a label or in a gui text node? If you’re using a label it could be that it’s on the same z-value as something else and ends up behind.
I am using the font in a gui text node.
I tried both a label and a gui text node. It works on OSX and HTML5:
Going to check on Windows as well.
Thank you. Do you input character in the runtime ?
Ah, no, I used a static text node and label. Will try setting the text at run-time instead.
And it works at run-time meaning that the font cache is working:
So I’m guessing we’re talking keyboard input of Chinese text right? And text input worked on Android but not on Windows?
Yes, text input worked on Andorid but not on Windows. Can you give me a sample Code ?
Thank you, I check it now.
it not works, maybe on OSX it works but not works on Windows.
Yep, I can confirm that this is a bug. Created ticket: DEF-3629