Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/inc/
H A Dutf8_unicode.test.php35 $this->assertEquals(\dokuwiki\Utf8\Unicode::toUtf8($in),$out);
41 $this->assertEquals(\dokuwiki\Utf8\Unicode::toUtf8($in),$out);
47 $this->assertEquals(\dokuwiki\Utf8\Unicode::toUtf8($in),$out);
53 $this->assertEquals(\dokuwiki\Utf8\Unicode::toUtf8($in),$out);
/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) function in dokuwiki\\Utf8\\Unicode
/dokuwiki/inc/
H A DSafeFN.class.php81 return Unicode::toUtf8(self::safeToUnicode(strtolower($filename)));
H A Dutf8.php247 return Unicode::toUtf8($arr, $strict);