Followup r79520, some characters inside the encoded data were being modified by the...
authorDaniel Friesen <dantman@users.mediawiki.org>
Mon, 3 Jan 2011 21:04:05 +0000 (21:04 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Mon, 3 Jan 2011 21:04:05 +0000 (21:04 +0000)
commitecd545b1fd34eb2e9a33a258265c88814b853b68
tree1c9db23082c3dc724a210c300e7187916955aa15
parentea5cd0c84dd51ac7843c409bb15d4c9f63f0cc04
Followup r79520, some characters inside the encoded data were being modified by the parser causing it to break. Switching to a encoding scheme without that issue and adding a test to throw a less fatal error.
includes/parser/Parser.php
includes/parser/ParserOutput.php