* (bug 7562) Fix non-ASCII namespaces on Windows/XAMPP servers
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 13 Oct 2006 23:32:36 +0000 (23:32 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 13 Oct 2006 23:32:36 +0000 (23:32 +0000)
commit7185b93aa3646a2c5fd18bfe1cb2eaf72abccfb2
treeec5c7ff9231f59ce2890ef0452fe9c1fed860ceb
parente8d3bb6418c2be30d93a768aab05b3fa673d0f84
* (bug 7562) Fix non-ASCII namespaces on Windows/XAMPP servers
strtolower() tends to corrupt data when locale is not UTF-8, as on Windows.
Use $wgContLang->lc() for namespace and interwiki normalization.
RELEASE-NOTES
includes/Title.php