Home
last modified time | relevance | path

Searched refs:asia (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/inc/Utf8/
H A DAsian.php80 $asia = @preg_replace('/(' . self::REGEXP . ')/u', $sep . '\1' . $sep, $text);
81 if (!is_null($asia)) $text = $asia; // recover from regexp falure