Joke Collection Website - Blessing messages - Does labview2012 support Unicode?

Does labview2012 support Unicode?

LabVIEW itself does not have the problem of supporting Unicode. It follows the encoding used by the operating system. Most Windows operating systems on machines use the Chinese character encoding of GB2312. If it is used in LabVIEW If Unicode is displayed directly, all you see is garbled characters.

The file in the attachment is a function for converting GB2312 and Unicode that I made when I was studying GSM text message sending and receiving. The two files were placed in the same directory, and Unicode GB2312.vi has been encapsulated as a subroutine. VI can be used directly. The default working mode of this VI is Unicode to GB2312.