I am having problems displaying text from a column in an MS Access 2007 table which is in Greek. I am using PHP and $dbc = @odbc_pconnect(\"Driver={Microsoft Access Driver
$dbc = @odbc_pconnect(\"Driver={Microsoft Access Driver
As an exmple:
echo 'TRANSLIT : ', iconv("Windows-1253", "UTF-8//TRANSLIT", $text); echo 'IGNORE : ', iconv("Windows-1253", "UTF-8//IGNORE", $text); echo 'Plain : ', iconv("Windows-1253", "UTF-8", $text);