* Replace wfMungeToUtf8 and do_html_entity_decode with a single function
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 31 May 2005 11:54:36 +0000 (11:54 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 31 May 2005 11:54:36 +0000 (11:54 +0000)
commitfe40fe9da89278bc33549162f46490af91e60d11
tree6d3bdd33d709948ee5cc2328a3e6d152cd0ca46f
parent74be16a230ad896548078b27a6d91b3b70f28d44
* Replace wfMungeToUtf8 and do_html_entity_decode with a single function
  that does both numeric and named chars: Sanitizer::decodeCharReferences
* Removed some obsolete UTF-8 converter functions
12 files changed:
RELEASE-NOTES
includes/EditPage.php
includes/GlobalFunctions.php
includes/Linker.php
includes/Parser.php
includes/Sanitizer.php
includes/SpecialUpload.php
includes/Title.php
includes/WebRequest.php
tests/GlobalTest.php
tests/RunTests.php
tests/SanitizerTest.php [new file with mode: 0644]