Home
last modified time | relevance | path

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

/dokuwiki/inc/Utf8/
H A DClean.php32 public static function isUtf8($str) function in dokuwiki\\Utf8\\Clean
/dokuwiki/inc/
H A Dutf8.php75 dbg_deprecated(Clean::class . '::isUtf8()');
76 return Clean::isUtf8($str);
H A Dhtml.php306 if (!Clean::isUtf8($regex)) return $html;
H A Dcommon.php1015 if (!Clean::isUtf8($text)) $text = utf8_encode($text);
/dokuwiki/lib/plugins/authad/
H A Dauth.php110 } elseif (!Clean::isUtf8($INPUT->server->str('REMOTE_USER'))) {
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php1080 if (!Clean::isUtf8($csv)) {