Home
last modified time | relevance | path

Searched refs:toUtf8 (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/inc/Utf8/
H A DConversion.php86 static fn($c) => Unicode::toUtf8([ord($c)]),
119 return Unicode::toUtf8([$cp]);
156 return Unicode::toUtf8($uni);
H A DTable.php88 $string = Unicode::toUtf8($table);
H A DUnicode.php194 public static function toUtf8($arr, $strict = false)
212 public static function toUtf8($arr, $strict = false) global() function in dokuwiki\\Utf8\\Unicode
/dokuwiki/inc/
H A DSafeFN.class.php81 return Unicode::toUtf8(self::safeToUnicode(strtolower($filename)));
H A Dutf8.php246 dbg_deprecated(Unicode::class . '::toUtf8()');
247 return Unicode::toUtf8($arr, $strict);