Home
last modified time | relevance | path

Searched refs:code_to_utf8 (Results 1 – 5 of 5) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dtreebuilder.class.php40 $xmlstring = preg_replace("@&#".$matches[1].";@",code_to_utf8($matches[1]),$xmlstring);
44 … $xmlstring = preg_replace("@&#x".$matches[1].";@i",code_to_utf8(hexdec($matches[1])),$xmlstring);
H A Dencoding.inc.php9 return code_to_utf8(hexdec($code));
49 function code_to_utf8($code) { function
H A Dmanager.encoding.php74 $this->_utf8_mapping[code_to_utf8($char)][$vector_name] = chr($index);
86 $this->_utf8_mapping[code_to_utf8($utf)][$encoding] = $code;
270 $converted .= code_to_utf8($vector[$word{$i}]);
H A Dconverter.class.php49 $replacement = code_to_utf8($mapping[$html{$i}]);
H A Dbox.inline.php6 define('SYMBOL_SHY', code_to_utf8(0xAD));