Searched refs:to_utf8 (Results 1 – 8 of 8) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | filter.data.encoding.class.php | 22 $data->set_content($converter->to_utf8($data->get_content(), $encoding)); 25 $data->set_content($converter->to_utf8($data->get_content(), $this->encoding));
|
H A D | converter.class.php | 15 function to_utf8($string, $encoding) { function in IconvConverter 31 function to_utf8($html, $encoding) { function in PurePHPConverter
|
H A D | filter.data.utf8.class.php | 8 $data->set_content($converter->to_utf8($data->get_content(), $encoding));
|
H A D | box.iframe.php | 54 $html = $converter->to_utf8($html, $data->detect_encoding());
|
H A D | manager.encoding.php | 265 function to_utf8($word, $encoding) { function in ManagerEncoding
|
H A D | box.frame.php | 146 $html = $converter->to_utf8($html, $data->detect_encoding());
|
H A D | output.png.class.php | 512 $utf8_string = $converter->to_utf8($text, $font['encoding']);
|
H A D | box.text.php | 65 return $manager_encoding->to_utf8($word, $encoding);
|