Issue Details
I am using Japanese word as one of the section name in a configuration file (.ini). When using
Get Section Names.vi to acquire the section name, the return value is incorrect. How to read the correct section names in a configuration file using LabVIEW?
The configuration file is set as below where "回転数" is the section name, "鍵" is the key, and "test no 1" is the key's value.
[回転数]
鍵 = "test no 1"
The section name returned by
Get Section Names.vi is "回・". as shown below.