Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dutf8.php260 if (!function_exists('utf16be_to_utf8')) {
262 function utf16be_to_utf8($str)
261 function utf16be_to_utf8($str) global() function
/plugin/translator/
H A Dhelper.php916 $utf8 .= utf16be_to_utf8($utf16); // this as Well;
918 //$utf8 .= utf8_decode(utf16be_to_utf8($utf16));
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php977 if(!function_exists('utf16be_to_utf8')){
986 function utf16be_to_utf8(&$str) { function