Home
last modified time | relevance | path

Searched full:utf8_special_chars (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/Utf8/
H A DClean.php79 * stripped chars (they are not included in $UTF8_SPECIAL_CHARS)
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php509 * stripped chars (they are not included in $UTF8_SPECIAL_CHARS)
523 #$specials = preg_quote(unicode_to_utf8($UTF8_SPECIAL_CHARS), '/');
1297 global $UTF8_SPECIAL_CHARS;
1298 if(empty($UTF8_SPECIAL_CHARS)) $UTF8_SPECIAL_CHARS = array( variable