NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Can ResStr() handle accents and some special characters?

Solved!
Go to solution

I was trying my custom string resource files and I had one with "n°" in it, and the popup where ResStr() was called displayed "°" as "°". Though most special characters seem to display properly like @ or &.

There is the same issue with accents like "é".

Is there a way to handle accents and such?

0 Kudos
Message 1 of 2
(97 Views)
Solution
Accepted by topic author caenem

I found the issue, my string resource file was encoded in UTF-8 and I converted it to ANSI with Notepad++ and now special characters are properly displayed.

0 Kudos
Message 2 of 2
(29 Views)