02-20-2019 06:41 AM
Hi Paul, thank you for sharing this library! Great work! It can be very useful but I have a problem:
When reading a Chinese sentence containing the character 不 as in the attached text file with your example "Config Example 1.vi", I get only the part before this character. I believe it is because its hexadecimal value is 0D4E and 0D in ASCII is a carriage return.
02-22-2019 08:23 AM
@fra6 wrote:
Hi Paul, thank you for sharing this library! Great work! It can be very useful but I have a problem:
When reading a Chinese sentence containing the character 不 as in the attached text file with your example "Config Example 1.vi", I get only the part before this character. I believe it is because its hexadecimal value is 0D4E and 0D in ASCII is a carriage return.
Good catch. Here's the fixed version.
02-26-2019 05:33 AM
Thank you Paul. It works now for this character, but there are other characters that cause problem, for example 开 (x005F), 上 (x0A4E) and 一 (x004E ). I guess because x0A is interpreted as line feed and x00 as null character.
03-26-2019 12:59 PM
Here is the fixed version.
12-22-2021 02:10 AM
Hi Paul,
I'm really interested in your enhanced config VIs, but unfortunately I'm running LabVIEW 2016 and I cannot open them.
Would it be possible to post a 2016 version of your VIs?
Thanks
Lionel