Fix for bug #332 - all UTF-8 output is now cleaned of invalid forms as defined by...
authorFran Rogers <krimpet@users.mediawiki.org>
Mon, 15 Sep 2008 00:42:17 +0000 (00:42 +0000)
committerFran Rogers <krimpet@users.mediawiki.org>
Mon, 15 Sep 2008 00:42:17 +0000 (00:42 +0000)
commitad5f1acdb3cc78c2607e08862c5a4aa6c8f0bc1c
treea80602bfc3fdadcc90957c8ee6bd0653bb44f62d
parentae414c95849d044395e32a01d27432b9b2fdd026
Fix for bug #332 - all UTF-8 output is now cleaned of invalid forms as defined by RFC 3629. All output from MediaWiki should now be valid UTF-8 in all circumstances.
includes/OutputPage.php
includes/StringUtils.php