Searched refs:to_utf8 (Results 1 – 9 of 9) sorted by relevance
| /plugin/html2pdf/html2pdf/html2ps/ |
| 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));
|
| D | converter.class.php | 15 function to_utf8($string, $encoding) { function in IconvConverter 31 function to_utf8($html, $encoding) { function in PurePHPConverter
|
| D | filter.data.utf8.class.php | 8 $data->set_content($converter->to_utf8($data->get_content(), $encoding));
|
| D | box.iframe.php | 54 $html = $converter->to_utf8($html, $data->detect_encoding());
|
| D | manager.encoding.php | 265 function to_utf8($word, $encoding) { function in ManagerEncoding
|
| D | box.frame.php | 146 $html = $converter->to_utf8($html, $data->detect_encoding());
|
| D | box.text.php | 65 return $manager_encoding->to_utf8($word, $encoding);
|
| D | output.png.class.php | 512 $utf8_string = $converter->to_utf8($text, $font['encoding']);
|
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | output.js | 142 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) {
|