https://bugs.winehq.org/show_bug.cgi?id=43581 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12(a)gmail.com --- Comment #4 from Zebediah Figura <z.figura12(a)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}pattern': 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. -- 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.