Home
last modified time | relevance | path

Searched full:unicode_to_utf8 (Results 1 – 10 of 10) sorted by relevance

/dokuwiki/inc/Utf8/
H A DUnicode.php25 * @see unicode_to_utf8
215 'unicode_to_utf8: Illegal surrogate ' .
234 'unicode_to_utf8: Codepoint out of Unicode range ' .
/plugin/bibtex/OSBib/
H A DUTF8.php149 * @see unicode_to_utf8()
182 function unicode_to_utf8( $str ) { function in UTF8
226 return $this->unicode_to_utf8($uni);
248 return $this->unicode_to_utf8($uni);
263 return $this->unicode_to_utf8(array_slice($uni,$start,$length));
/dokuwiki/inc/
H A Dutf8.php242 if (!function_exists('unicode_to_utf8')) {
244 function unicode_to_utf8($arr, $strict = false)
243 function unicode_to_utf8($arr, $strict = false) global() function
/plugin/emoji/
H A Dsyntax.php164 return unicode_to_utf8(array_map('hexdec', $pairs));
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php77 return unicode_to_utf8(self::safe_to_unicode(strtolower($filename)));
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php76 return unicode_to_utf8(self::safe_to_unicode(strtolower($filename)));
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php77 return unicode_to_utf8(self::safe_to_unicode(strtolower($filename)));
H A Dutf8.php523 #$specials = preg_quote(unicode_to_utf8($UTF8_SPECIAL_CHARS), '/');
638 return unicode_to_utf8(array($cp));
659 * Wrapper around unicode_to_utf8()
665 return unicode_to_utf8(array(ord($c)));
702 * @see unicode_to_utf8
861 if(!function_exists('unicode_to_utf8')){
886 function unicode_to_utf8($arr,$strict=false) { function
914 'unicode_to_utf8: Illegal surrogate '.
939 'unicode_to_utf8: Codepoint out of Unicode range '.
988 return unicode_to_utf8($uni);
/plugin/dokucrypt/
H A Dscript.js2014 // UNICODE_TO_UTF8 -- Encode Unicode argument string as UTF-8 return value
2016 function unicode_to_utf8(s) { function
2094 return String.fromCharCode(0x9D) + unicode_to_utf8(s);
/plugin/dokucrypt2/
H A Dscript.js2086 // UNICODE_TO_UTF8 -- Encode Unicode argument string as UTF-8 return value
2088 function unicode_to_utf8(s) { function
2166 return String.fromCharCode(0x9D) + unicode_to_utf8(s);