Do checks against iconvAvailable because PHP 5.4 has botched iconv support.
[htmlpurifier.git] / tests / HTMLPurifier / HTMLT / shift-jis-remove-yen.htmlt
blobaae7598dd9b6b914d1b3a3d7d1207a1b9f4b27ec
1 --SKIPIF--
2 if (!HTMLPurifier_Encoder::iconvAvailable()) return true;
3 --INI--
4 Core.Encoding = Shift_JIS
5 --HTML--
6 <b style="font-family:'&#165;';">111</b>
7 --EXPECT--
8 <b style="font-family:'';">111</b>
9 --# vim: et sw=4 sts=4