Home
last modified time | relevance | path

Searched full:utf8_to_unicode (Results 1 – 3 of 3) 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
/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