Searched refs:code_to_utf8 (Results 1 – 5 of 5) sorted by relevance
40 $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);
9 return code_to_utf8(hexdec($code));49 function code_to_utf8($code) { function
74 $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}]);
49 $replacement = code_to_utf8($mapping[$html{$i}]);
6 define('SYMBOL_SHY', code_to_utf8(0xAD));