Home
last modified time | relevance | path

Searched refs:romanize (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/inc/Utf8/
H A DClean.php170 public static function romanize($string) function in dokuwiki\\Utf8\\Clean
/dokuwiki/inc/
H A Dutf8.php192 dbg_deprecated(Clean::class . '::romanize()');
193 return Clean::romanize($str);
H A Dindexer.php376 $name = Clean::romanize(trim((string)$name));
H A Dpageutils.php151 if ($conf['deaccent'] == 2 || $ascii) $id = Clean::romanize($id);