Home
last modified time | relevance | path

Searched full:unicode_to_utf8 (Results 1 – 3 of 3) 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 ' .
/dokuwiki/inc/
H A Dutf8.php242 if (!function_exists('unicode_to_utf8')) {
244 function unicode_to_utf8($arr, $strict = false) function
/dokuwiki/_test/
H A Drector.php209 'unicode_to_utf8' => 'dokuwiki\Utf8\Conversion::toUtf8',