[Solved] Chinese/Japanese etc (EastAsian Characters) trouble
General and Desktop
2
Posts
1
Posters
606
Views
1
Watching
-
I am making a translation tool. It worked great until now. I just discovered that east asian characters dont work In my program. If I write some chinese characters in my translation line, and then press translate, the result is blank. So I went into my c++ code to see what my translation method was receiving from the QML. So when I typed "校准" I got "??" in my code.
What can I do to fix this?