It's very nice having a fallback iconv() function, but we should take into account...
authorPlatonides <platonides@users.mediawiki.org>
Wed, 28 Jul 2010 13:51:42 +0000 (13:51 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Wed, 28 Jul 2010 13:51:42 +0000 (13:51 +0000)
commit8bb2b3e3bf67bd789ebf8f667fb779949c0139df
treea74a3e43e80c9de2e4ef5009a233dd445fac26eb
parentb2c4d114e9457a3383367de8224c684328a46525
It's very nice having a fallback iconv() function, but we should take into account that Language.php calls it with the //IGNORE making the fallback a nop.
This fixes the two phpunit tests of Revision of Legacy encoding when native iconv is not available in php.

Allow js_unescape to take advantage of our wrapper, too. (although that function seems completely unused...)
includes/AjaxFunctions.php
includes/GlobalFunctions.php