LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Possibel to write to Unicode files?

Dear all,
 
Is it possible to write characters which are coded in Unicode to a textfile?.
I have Unicode text files and I have to change data inside this files.
 
Thanks!
Hamsti
0 Kudos
Message 1 of 2
(3,110 Views)

Hello Hamtsi,

unfortunately LabWindows/CVI does not support unicode currently. Thus if you would like to retrieve the information from the file, you would need an external tool, which converts the unicode to multi-byte (2-Byte) character representation first, as multi-byte characters are used for the representation of (asian-) characters in CVI.

Regards,

C.L. - National Instruments Germany

0 Kudos
Message 2 of 2
(3,094 Views)