04-03-2018 12:29 PM
I cannot see comments displayed correctly. Any suggestions on how i can fix this? I know that this is in Chinese language but my computer cannot display the characters correctly.
Thank you.
04-03-2018 02:10 PM - edited 04-03-2018 02:11 PM
04-03-2018 07:11 PM
Try enabling Unicode support by adding this line to your LabVIEW.ini file:
UseUnicode=True
Then, restart LabVIEW completely, and see if it displays.
05-17-2018 03:41 AM
Make sure the "Current language for non-Unicode programs" setting is set to the correct Chinese (control Panel>Clock, Language, and Region>Region>Administrative in Win10).
The text can be either Unicode (if Unicode was enabled in the ini file) or MBSC (default). If MBSC was used, LabVIEW uses code pages to convert 1-4 bytes to a character. But LV needs to use the correct code page.