Rewrite CSS url() and font-family output logic.
[htmlpurifier.git] / tests / HTMLPurifier / HTMLT / shift-jis-preserve-yen.htmlt
blob6e9640be6bfe311c4a47ad97a43797511b1d7b47
1 --SKIPIF--
2 if (!function_exists('iconv')) return true;
3 --INI--
4 Core.Encoding = "Shift_JIS"
5 Core.EscapeNonASCIICharacters = true
6 --HTML--
7 <b style="font-family:&quot;&#165;&quot;;">111</b>
8 --# vim: et sw=4 sts=4