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?
已解決! 轉到解決方案。
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.