Searched refs:utf8_check (Results 1 – 9 of 9) sorted by relevance
159 if(!utf8_check($text)) return utf8_encode($text);
94 if(!utf8_check($text)) {
137 if(!utf8_check($file)) $file = utf8_encode($file);
108 if (!utf8_check($text)) {
138 if (!utf8_check($content)) $content = utf8_encode($content);
195 if (!utf8_check($csv)) {
171 if(!utf8_check($query)) $query = utf8_encode($query); // assume latin1 if not utf8
88 function utf8_check($Str) { function
310 if(!utf8_check($opt['content'])) $opt['content'] = utf8_encode($opt['content']);