mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-10 07:38:41 +00:00
9 lines
185 B
Plaintext
9 lines
185 B
Plaintext
|
--SKIPIF--
|
||
|
if (!function_exists('iconv')) return true;
|
||
|
--INI--
|
||
|
Core.Encoding = Shift_JIS
|
||
|
--HTML--
|
||
|
<b style="font-family:'¥';">111</b>
|
||
|
--EXPECT--
|
||
|
<b style="font-family:'';">111</b>
|