Home
last modified time | relevance | path

Searched refs:to_utf8 (Results 1 – 8 of 8) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.data.encoding.class.php22 $data->set_content($converter->to_utf8($data->get_content(), $encoding));
25 $data->set_content($converter->to_utf8($data->get_content(), $this->encoding));
H A Dconverter.class.php15 function to_utf8($string, $encoding) { function in IconvConverter
31 function to_utf8($html, $encoding) { function in PurePHPConverter
H A Dfilter.data.utf8.class.php8 $data->set_content($converter->to_utf8($data->get_content(), $encoding));
H A Dbox.iframe.php54 $html = $converter->to_utf8($html, $data->detect_encoding());
H A Dmanager.encoding.php265 function to_utf8($word, $encoding) { function in ManagerEncoding
H A Dbox.frame.php146 $html = $converter->to_utf8($html, $data->detect_encoding());
H A Doutput.png.class.php512 $utf8_string = $converter->to_utf8($text, $font['encoding']);
H A Dbox.text.php65 return $manager_encoding->to_utf8($word, $encoding);