https://bugs.winehq.org/show_bug.cgi?id=43581
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |damjan.jov@gmail.com
--- Comment #7 from Damjan Jovanovic damjan.jov@gmail.com --- (In reply to Zebediah Figura from comment #4)
The \u#### sequence is nonstandard and not in the XML schema specification. Since Wine uses libxml2 to parse XML, including schema parsing, this is not exactly trivial to fix.
I prefer the "hack everything without fear" philosophy ;) https://drewdevault.com/2018/03/17/Hack-everything-without-fear.html
My patch to libxml2 that implements "\u####" and all other MSXML non-standard regex escape sequences I could find (15 in total): https://gitlab.gnome.org/GNOME/libxml2/-/merge_requests/116