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

Lupo <lupo.bugzi...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lupo.bugzi...@gmail.com

--- Comment #2 from Lupo <lupo.bugzi...@gmail.com> 2012-10-20 20:27:06 UTC ---
languages/Language.php sets mb_internal_encoding('UTF-8'), so the check in
DatabaseOracle.php checks for valid UTF-8.

AFAIK, throughout the rest of MediaWiki, mbstring is always optional.

To check for valid UTF-8, DatabaseOracle.php could use the same technique as
Language::checkTitleEncoding(), which uses preg_match if mb_check_encoding is
not available.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to