http://bugs.winehq.org/show_bug.cgi?id=60060 --- Comment #13 from Nikolay Sivov <bunglehead@gmail.com> --- PCB Viewer shows the same issue, so it's good for testing. Installing it on Windows produces identical file, with utf-8 bom. Contents get converted to WCHARs using MultiByteToWideChar(), not sure yet if that happens at Wine side. BOM gets converted to 0xfeff as it should. I haven't tried with native msado yet - it fails with builtin right away, after failing to parse the document. As a temporary workaround you can strip first 3 bytes from that file, and that should make it parse again. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.