Formatting: New test cases for a few core formatting functions which call htmlspecialchars without providing any charset info.
As of PHP5.4 the default charset for htmlspecialchars is changed to UTF-8 which means that iso-8859-1 data gets eaten.
See: #23688