if you have problems with greek character encoding use this functions.
- iconv
- mb_convert_encoding
<?
$file= mb_convert_encoding($file, “UTF-8”,’ISO-8859-7′);
?>
Attention in classroom
if you have problems with greek character encoding use this functions.
<?
$file= mb_convert_encoding($file, “UTF-8”,’ISO-8859-7′);
?>