You can enter the following UBB tags: [b]bold[/b], [i]italic[/i], [red]red[/red] and [pre] [/pre]
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 ?