API: (bug 16798) Fix for PHP bug 46944 (PHP's JSON formatter encodes certain UTF8...
authorRoan Kattouw <catrope@users.mediawiki.org>
Mon, 12 Jan 2009 14:11:20 +0000 (14:11 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Mon, 12 Jan 2009 14:11:20 +0000 (14:11 +0000)
commit4268665fc11f176dafc6a29a07f4eb823fbdb8b9
tree77a11870b95542504bd991fa864e8c7cb457e55b
parentb50935d3bf48e4fffdf22011a888e5e345b2c4b8
API: (bug 16798) Fix for PHP bug 46944 (PHP's JSON formatter encodes certain UTF8 characters incorrectly) by falling back to our own formatter if PHP's is broken. Also fix up our own JSON formatter which also messed up these characters, albeit in a different way. Slightly modified patch by Brad Jorsch.
RELEASE-NOTES
includes/api/ApiFormatJson.php
includes/api/ApiFormatJson_json.php