Mantis - Quercus
Viewing Issue Advanced Details
5751 minor always 06-11-14 04:46 06-11-14 04:46
nam  
 
normal  
new  
open  
none    
none  
0005751: utf8 is garbled for postgres
(rep by jaisoniit)

I have successfully deployed quercus on jboss as 7 but i am getting a issue with unicode data display in php page some garbage data is displaying instead of unicode data below is my setup

Jboss as7
Quercus 4.0.39
Postgresql 9.3 for database

i have tried so many workaround found while googling like
setting
unicode.output_encoding to utf-8
defining php.ini which contains setting like
unicode.semantics=on
unicode.http_input_encoding=UTF-8
unicode.output_encoding=UTF-8
unicode.runtime_encoding=UTF-8

but no luck i am using datasource connection for getting the data from database

kindly help me out to resolve this issue

There are no notes attached to this issue.