Xml & Unicode
Hey,
I've created an installer with the Unicode version of NSIS.
And on the uninstall, I'm downloading a XML file (containing ONLY english characters) that looks like this:
<TEST>true</TEST>
Every XML plugin I tried (both nsisXML versions, XML, XiMoL) - Cant read the file correctly because it's saved as unicode (or utf-8 I'm not even sure now...).
The thing is - when I did a test installer with the standard NSIS version (not Unicode), everything went well.
But I have o use the Unicode version since the labels are in a foreign language...
Do you have any idea what to do?
Thanks ahead
--sternr