Topic: ADODB-Debug-Output is always ISO-8859-1
author: papillon
created: 02-03-2012 11:26:45 AM
|
I'm using ADODB with PHP and ORACLE. PHP-Pages are UTF-8 encoded and ORACLE-DB is UTF-8 too. When setting ADODB_DEBUG=true the ADODB-DEBUG-output seems to indicate the browser that the page is ISO-8859-1 encoded. All my UTF-8-Strings are shown wrong. If I set ADODB_DEBUG=false the page is looking as expected. Any idea what I can do to view the pages always in UTF-8, even in ADODB-Debugging-Mode ? |
|
Topic: Re:ADODB-Debug-Output is always ISO-8859-1
author: AJaramillo
created: 02-03-2012 02:45:33 PM
|
Hello,
Try changing the character encoding in your browser. In Firefox View -> Character Encoding |
|
|