https://bugzilla.wikimedia.org/show_bug.cgi?id=28748

Brion Vibber <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Brion Vibber <[email protected]> 2011-04-29 18:05:03 UTC 
---
"\226" is not a multibyte character; it's an invalid UTF-8 byte sequence. That
causes pcre to discard the input at some stage, and this has been the case for
several years since PHP 5.1 or so.

You must only return valid UTF-8 strings.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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

Reply via email to