May 28, 2026
8:30 p.m.
Fixes application that tries to parse xml file with leading white-space characters. Because native works with arbitrary number of white-space characters preceding the input and reports E_SAX_INVALIDENCODING only in case of wrong encoding declaration I have changed the default to utf-8. -- v3: msxml3: Fallback to UTF-8 encoding if detection fails. https://gitlab.winehq.org/wine/wine/-/merge_requests/11015