You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
222B

  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