Hello !
In my project, I need to print some Russian and English characters together into a document using Labview Report generation tool.
I am able to print the Report in English characters. In order to print russian I had set UseUnicode=TRUE in Labview initialization file.
Below is the reference shared by NI.
https://decibel.ni.com/content/docs/DOC-10153
To display the Russian characters in a string indicator, we can enable the Force Unicode Text under context menu.
Issue in writing a text file :
when I write a Russian character ‘н’(ASCII – 0x043D) into a text file its printing the following characters in the text file.
“=” . I believe that labview is interpreting the Hex 0x040D as two ASCII and printing the ASCII string (ASCII value - 0x04 ) and =(ASCII value – 0x3D).
I had also tried with Labview localization tool Kit, third party software , where it’s possible to have a lookup table for different words in different languages. Even in that I am facing same difficulty.
Share your suggestions , Thanks in advance!
-Srivel.