https://bugs.winehq.org/show_bug.cgi?id=43581
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #4 from Zebediah Figura z.figura12@gmail.com --- regexp error : failed to compile: Wrong escape sequence, misuse of character '' regexp error : failed to compile: xmlFAParseCharClass: ']' expected regexp error : failed to compile: xmlFAParseRegExp: extra characters err:msxml:Schema_parse error code 1756: Element '{http://www.w3.org/2001/XMLSchema%7Dpattern': The value '[^\uFDD0-\uFDEF\uFFF9-\uFFFF\p{IsPrivateUse}]+' of the facet 'pattern' is not a valid regular expression.
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've sent a test case anyway.