Removed OutputPage::setEncodings(); its current implementation just converts $wgInput...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 8 Dec 2010 08:03:52 +0000 (08:03 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 8 Dec 2010 08:03:52 +0000 (08:03 +0000)
commit1343d55200ff15e6b692771a26d88959392b3fe3
tree26ef99759ce6340a430b1f5ce9f3a3bd52fffda4
parentcb7cb199476873fd146a0943527bd1ac1c4a705b
Removed OutputPage::setEncodings(); its current implementation just converts $wgInputEncoding and $wgOutputEncoding to lowercase but the inclusion of Language.php will set them back to uppercase.
So instead of playing with these variables, let's just remove that function.
includes/OutputPage.php
index.php
maintenance/rebuildFileCache.php