Home
last modified time | relevance | path

Searched refs:cleanUTF8 (Results 1 – 4 of 4) sorted by relevance

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DAttrDef.php125 if (HTMLPurifier_Encoder::cleanUTF8($char) === '') {
DPrinter.php133 $string = HTMLPurifier_Encoder::cleanUTF8($string);
DLexer.php349 $html = HTMLPurifier_Encoder::cleanUTF8($html);
DEncoder.php134 public static function cleanUTF8($str, $force_php = false) function in HTMLPurifier_Encoder