Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
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));
Dconverter.class.php15 function to_utf8($string, $encoding) { function in IconvConverter
31 function to_utf8($html, $encoding) { function in PurePHPConverter
Dfilter.data.utf8.class.php8 $data->set_content($converter->to_utf8($data->get_content(), $encoding));
Dbox.iframe.php54 $html = $converter->to_utf8($html, $data->detect_encoding());
Dmanager.encoding.php265 function to_utf8($word, $encoding) { function in ManagerEncoding
Dbox.frame.php146 $html = $converter->to_utf8($html, $data->detect_encoding());
Dbox.text.php65 return $manager_encoding->to_utf8($word, $encoding);
Doutput.png.class.php512 $utf8_string = $converter->to_utf8($text, $font['encoding']);
/plugin/asciidocjs/node_modules/uglify-js/lib/
Doutput.js142 var to_utf8 = options.ascii_only ? function(str, identifier) {
214 return quote_string(to_utf8(str), quote, dq, sq);
581 to_utf8 : to_utf8,
582 print_name : function(name) { print(to_utf8(name.toString(), true)) },
1814 output.print(output.to_utf8(str).replace(/\\(?:\0(?![0-9])|[^\0])/g, function(match) {