Searched refs:HTMLPurifier_Encoder (Results 1 – 7 of 7) sorted by relevance
123 return HTMLPurifier_Encoder::unichr(hexdec($hex_part));125 return HTMLPurifier_Encoder::unichr((int) $dec_part);223 return HTMLPurifier_Encoder::unichr($code);
124 $char = HTMLPurifier_Encoder::unichr(hexdec($code));125 if (HTMLPurifier_Encoder::cleanUTF8($char) === '') {
7 class HTMLPurifier_Encoder class405 $bug = HTMLPurifier_Encoder::testIconvTruncateBug();
133 $string = HTMLPurifier_Encoder::cleanUTF8($string);
349 $html = HTMLPurifier_Encoder::cleanUTF8($html);
177 $html = HTMLPurifier_Encoder::convertToUTF8($html, $config, $context);226 $html = HTMLPurifier_Encoder::convertFromUTF8($html, $config, $context);
5 When set to true, HTMLPurifier_Encoder will act as if iconv does not exist