Home
last modified time | relevance | path

Searched full:utf8_to_utf16be (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/
H A Dutf8.php251 if (!function_exists('utf8_to_utf16be')) {
253 function utf8_to_utf16be($str, $bom = false)
252 function utf8_to_utf16be($str, $bom = false) global() function
/plugin/translator/
H A Dhelper.php825 $utf16 = utf8_to_utf16be($char);
837 $utf16 = utf8_to_utf16be($char);
850 $utf16 = utf8_to_utf16be($char);
864 $utf16 = utf8_to_utf16be($char);
879 $utf16 = utf8_to_utf16be($char);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php955 if(!function_exists('utf8_to_utf16be')){
965 function utf8_to_utf16be(&$str, $bom = false) { function