https://bugzilla.wikimedia.org/show_bug.cgi?id=46773
--- Comment #3 from Jérémie Roquet <[email protected]> --- Hi everyone, Using rlike is indeed the way to go as contains_any works on plain strings, not regular expressions (in this context, \b is nothing more than an invalid escaped character). We've indeed already had the same problem on several European languages such as French and Portuguese (see bug 22761), but it has been fixed by updating PHP to a newer version which provides UTF-8-aware special characters. Now it would be interesting to test PCRE alone, to see if it can handle this well. Best regards -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
