ReadIniStr doesn't read UTF8 file correctly.
I have a ini file in UTF8 format with BOM. I am using the unicode version of nsis. But the ReadIniStr function doesn't seem to read the ini file correctly. What can I do to solve this issue?
4 posts
...with UTF-16 BOMOriginally Posted by Afrow UK View PostReadINIStr uses the GetPrivateProfileString API. Try encoding in full Unicode UTF-16 (without any BOM).
Stu
Actually I'm pretty sure it will miss the first section if you use a BOM unless you insert a blank line at the top.Originally Posted by Anders View Post...with UTF-16 BOM