API: Make UTF-8 cleanup actually work; it was broken from the beginning. Apparently...
authorRoan Kattouw <catrope@users.mediawiki.org>
Tue, 10 Feb 2009 15:56:34 +0000 (15:56 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Tue, 10 Feb 2009 15:56:34 +0000 (15:56 +0000)
commitf6307768aa823bfb0aae778395584f41e524bdcf
treebd90438646207ddca959d2c9a27b71adddee2b65
parent1d2b359dbee823854443cefa6c3901bd990222b2
API: Make UTF-8 cleanup actually work; it was broken from the beginning. Apparently I expected array_walk to behave like array_map, which is not the case.
includes/api/ApiMain.php
includes/api/ApiResult.php