Archive: Xml & Unicode


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


You can use TxtConv.exe from http://scripts.sil.org/cms/scripts/p...CkitDownloads.

Stu


My guess is that the XML parser plugin you are using probably does not work with Unicode NSIS.


Actually i have a similar problem, any advice from the Pros? Do you know of any XML Plugin etc. that will work with the unicode Verison of NSIS?

Thanks.