03-01-2017 09:07 AM
Hello,
The user interface of one of my project has some string indicators with chinese characters. In development mode the code works fine, but when I build the code into an executable the chinese characters change in other characters. Is there someone with the same problem and did U find a solution?
thanks
Emiel
03-01-2017 01:22 PM
Is that the right post for the subject? What does any of that have to do with MATLAB?
That said, I suspect you have an ini token in your LabVIEW dev environment to enable unicode and you probably need the same ini token in the executable. Unicode isn't naturally supported so it requires some work to make things work decently.
03-02-2017 12:44 AM
I am sorry, indeed wrong topic, thanks for the possible solution, i will try this soon!