I'm trying to fetch data from an Oracle Table with PHP. The problem is that instead of "Reclamacões" it shows on the browser "Reclamac?es". I tried to solve this with : putenv("NLS_LANG=portuguese_portugal.WE8ISO8859P9");
with no luck. Any idea ?