[Bug 39002] ISAXXMLParser ignores charset property

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Feb 12 16:05:43 CST 2017


https://bugs.winehq.org/show_bug.cgi?id=39002

--- Comment #3 from Matthias-Christian Ott <ott at mirix.org> ---
I have an internal application that sets this property and fails with an error
because ISAXXMLParser returns E_NOTIMPL. Unfortunately, this application is an
internal application and I can't share it. I only test it with Wine and the
production environment is Microsoft Windows.

I can provide a minimal test case if necessary. But I think you can construct
an XML document which is not encoded in Unicode and the heuristics will fail.
An application should be able to set the encoding based on external information
(see appendix section F.2 of the XML 1.0 Recommendation). So an application
would set the charset property of ISAXXML to the appropriate encoding for the
document.

-- 
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.



More information about the wine-bugs mailing list