Home
last modified time | relevance | path

Searched full:utf8_check (Results 1 – 10 of 10) sorted by relevance

/dokuwiki/inc/
H A Dutf8.php71 if (!function_exists('utf8_check')) {
73 function utf8_check($str)
72 function utf8_check($str) global() function
/plugin/xfortune/
H A Dhelper.php159 if(!utf8_check($text)) return utf8_encode($text);
/plugin/docsearch/
H A Dcron.php94 if(!utf8_check($text)) {
/plugin/webdav/core/
H A DUtils.php108 if (!utf8_check($text)) {
/plugin/achart/
H A Dsyntax.php137 if(!utf8_check($file)) $file = utf8_encode($file);
/plugin/userimportextended/
H A Dadmin.php195 if (!utf8_check($csv)) {
/plugin/csv/
H A Dhelper.php138 if (!utf8_check($content)) $content = utf8_encode($content);
/plugin/statistics/inc/
H A DStatisticsLogger.class.php171 if(!utf8_check($query)) $query = utf8_encode($query); // assume latin1 if not utf8
/plugin/sqlraw/
H A Dsyntax.php310 if(!utf8_check($opt['content'])) $opt['content'] = utf8_encode($opt['content']);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php78 if(!function_exists('utf8_check')){
88 function utf8_check($Str) { function