Home
last modified time | relevance | path

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

/dokuwiki/inc/Utf8/
H A DUnicode.php98 'utf8_to_unicode: Illegal sequence identifier ' .
133 'utf8_to_unicode: Illegal sequence or codepoint ' .
158 'utf8_to_unicode: Incomplete multi-octet ' .
189 * @see utf8_to_unicode
H A DConversion.php125 * Maybe really UCS-2 without mb_string due to utf8_to_unicode limits
148 * Maybe really UCS-2 without mb_string due to utf8_to_unicode limits
/plugin/bibtex/OSBib/
H A DUTF8.php151 function utf8_to_unicode( $str ) { function in UTF8
180 * @see utf8_to_unicode()
219 $uni = $this->utf8_to_unicode($string);
242 $uni = $this->utf8_to_unicode($string);
262 $uni = $this->utf8_to_unicode($str);
288 $uni = $this->utf8_to_unicode($string);
/dokuwiki/inc/
H A Dutf8.php233 if (!function_exists('utf8_to_unicode')) {
235 function utf8_to_unicode($str, $strict = false)
234 function utf8_to_unicode($str, $strict = false) global() function
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php48 return self::unicode_to_safe(utf8_to_unicode($filename));
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php47 return self::unicode_to_safe(utf8_to_unicode($filename));
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php48 return self::unicode_to_safe(utf8_to_unicode($filename));
H A Dutf8.php576 foreach (utf8_to_unicode($str) as $cp) {
686 if(!function_exists('utf8_to_unicode')){
710 function utf8_to_unicode($str,$strict=false) { function
780 'utf8_to_unicode: Illegal sequence identifier '.
821 'utf8_to_unicode: Illegal sequence or codepoint '.
848 'utf8_to_unicode: Incomplete multi-octet '.
882 * @see utf8_to_unicode
959 * Maybe really UCS-2 without mb_string due to utf8_to_unicode limits
969 $uni = utf8_to_unicode($str);
981 * Maybe really UCS-2 without mb_string due to utf8_to_unicode limits
/plugin/dokucrypt/
H A Dscript.js2041 // UTF8_TO_UNICODE -- Decode UTF-8 argument into Unicode string return value
2043 function utf8_to_unicode(utf8) { function
2108 return utf8_to_unicode(s.substring(1));
/plugin/dokucrypt2/
H A Dscript.js2113 // UTF8_TO_UNICODE -- Decode UTF-8 argument into Unicode string return value
2115 function utf8_to_unicode(utf8) { function
2180 return utf8_to_unicode(s.substring(1));