How to carry out the transition between Unicode and ASCII code with CVI?Becase the CVI don't support the Unicode.Now I need iuput Chinese in Text1 and show the character string of the Chinese's unicode on the Text2.How to do with CVI?Thanks!
It depends on what exactly you mean by "supporting Chinese language". Those languages are supported in CVI as multibyte ASCII strings, but not as Unicode strings. You can run both the CVI environment and CVI-built applications in a Chinese-language OS, as long as you don't have a specific need for Unicode character sets.