Home
last modified time | relevance | path

Searched refs:_ucs4_to_utf8 (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php318 $output .= $this->_ucs4_to_utf8(array_slice($decoded, $last_begin, (($k)-$last_begin)));
333 $output .= $this->_ucs4_to_utf8(array_slice($decoded, $last_begin, (($inp_len)-$last_begin)));
342 return $this->_ucs4_to_utf8($decoded);
412 return $this->_ucs4_to_utf8($decoded);
775 * bit depth different from 8. This apllies to the reverse method _ucs4_to_utf8(), too.
865 function _ucs4_to_utf8($input) function in idna_convert