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.

9 lines
209B

  1. --TEST--
  2. UTF-8 smoketest
  3. --FILE--
  4. <?php
  5. require '../library/HTMLPurifier.auto.php';
  6. $purifier = new HTMLPurifier();
  7. echo $purifier->purify('太極拳, ЊЎЖ, لمنس');
  8. --EXPECT--
  9. 太極拳, ЊЎЖ, لمنس