Searched refs:cleanUTF8 (Results 1 – 4 of 4) sorted by relevance
125 if (HTMLPurifier_Encoder::cleanUTF8($char) === '') {
133 $string = HTMLPurifier_Encoder::cleanUTF8($string);
349 $html = HTMLPurifier_Encoder::cleanUTF8($html);
134 public static function cleanUTF8($str, $force_php = false) function in HTMLPurifier_Encoder