Provide fallbacks for use of mb_convert_encoding() in HtmlFormatter
authorBrad Jorsch <bjorsch@wikimedia.org>
Fri, 21 Aug 2015 13:54:38 +0000 (09:54 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Fri, 21 Aug 2015 14:10:56 +0000 (10:10 -0400)
commit21ae7bdb3a48be60f1ce75979ccd31111c256af3
tree946065098f3e41e7beb0b2a77c78edc022734aa0
parentd09781f80941a9b45223e87bb771d4f4d19eb62a
Provide fallbacks for use of mb_convert_encoding() in HtmlFormatter

Since we don't strictly require mbstring in core, provide fallbacks for
the use of mb_convert_encoding() to go to/from 'HTML-ENTITIES' in
HtmlFormatter.

Bug: T62174
Change-Id: I2dcde96e0e68a7d141f2ba79558b20e1d9c799ec
includes/HtmlFormatter.php