$sql="SELECT * FROM customers";
if ($conn_id=odbc_connect("testconn","user1","user1")){
echo "connected to DSN: $dsn <br>";
if($result=odbc_do($conn_id, $sql)){
}
}
I have a database which is utf-8,I am using the below PHP code,it is not displaying the Chinese character.I have tried with other ODBC clients,connecting to same odbc datasource and they are able to display Chinese character.I have tried suggestion mentioned here But still I am not able to display Chinese character