https://bugzilla.wikimedia.org/show_bug.cgi?id=69481
--- Comment #9 from Jackmcbarn <[email protected]> --- That happens because U+10FFFF is considered an invalid character on Windows but not Linux. preg_match("/\xF4\x8F\xBF\xBF/u", "foobar"); produces "Warning: preg_match(): Compilation failed: invalid UTF-8 string at offset 0 in - on line 2" on Windows but not Linux. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
