I am using PHPRunner4.1 having access BD ORACLE and presents two problems:
- In the BD the data correctly are written with special characters, but in browser it appears different
Ex.: In the BD - comunicação
In browser it appears - comunica??o
(I live in Brazil and here we use these characters - ç, â , ã )
- In a field defined in a table as number the values they are as integer, but in browser they apear with points and commas
Ex.: In the BD a field has tested to number appears thus - 12345
In browser it appears thus - 12.345,00
How to configure the PHPRunner correctly so that this problem does not occur?