http://bugs.winehq.org/show_bug.cgi?id=29265
--- Comment #2 from Alex Stanev alex@stanev.org 2011-12-08 02:44:13 CST --- Since the software was written in Delphi5, it uses TXMLDocument class, which is wrapper around msxml I think. The xml itself is generated through that class, but the encoding is wrongly forced like this: XMLDocument.Encoding := 'UTF-16'; Still under windows this works.