Home
last modified time | relevance | path

Searched refs:isASCII (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/Utf8/
H A DClean.php18 public static function isASCII($str) function in dokuwiki\\Utf8\\Clean
172 if (self::isASCII($string)) return $string; //nothing to do
/dokuwiki/inc/
H A Dutf8.php57 return Clean::isASCII($str);
H A DMailer.class.php467 if (!Clean::isASCII($addr)) {
487 if (str_contains($text, ',') || !Clean::isASCII($text)) {
653 if (!Clean::isASCII($this->headers['Subject'])) {