09-19-2025 03:12 PM
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?
Solved! Go to Solution.
09-22-2025 12:21 PM
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.