Hi,

We are running into a problem of properly displaying data output retrieved
from Oracle on a web page (charset=UTF8).

The function to get data was OCIFetchStatement() which produces a record set
in the form of array. We then fetch this array into a view handling routine
to generate a HTML data view form. The problem is that the text in record
set (stored in an Asian Language) is displayed incorrectly.

(When we view data using Oracle Client, the text is rendered correctly.)

Anyone with a handy tip ?

Thanks in  advance,

Nick.



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to