* (bug 1042) Fix UTF-8 case conversion for PHP 4.1.x and 4.2.x with mbstring extension
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 26 Mar 2005 12:08:51 +0000 (12:08 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 26 Mar 2005 12:08:51 +0000 (12:08 +0000)
commit1926e2a2dd7596f1cd9c331b14c753f926698c2e
treed2ebbe86a72c1eaca06951e914f9b164049563d4
parentaaae8e9937d254f73a9db058304e925282a058d5
* (bug 1042) Fix UTF-8 case conversion for PHP 4.1.x and 4.2.x with mbstring extension

The initialization code for the fallback conversion was checking for the
presence of the wrong function. mb_strtoupper and mb_strtolower are only
present starting in 4.3.0, so the case arrays were not being loaded when
the extension was detected as present and the fallback converter failed.
languages/LanguageUtf8.php