views:

180

answers:

2

Now we are going to use java class in my website developed with PHP + mySQL. I came to know Quercus and it worked well. But only problem is encoding. Quercus is providing ISO8859 encoding in default and all database in UTF-8 is not shown properly like ???. If anybody know the way to set Quercus db connection encoding to UTF-8, please help me. Look forward to hearing good news urgently.

A: 

I have exactly the same problem, have you found a solution yet?

so far I've tried to:

  • Set charset encoding in php.ini
  • Set script enconding in web.xml
  • Change DB enconding

With no success, any other ideas??

Regards

Dreyser Eguia
A: 

By the tests I ran,

We can not use full UTF-8 on quercus.
For some reason the php.ini unicode.semantics is not kick in.

I read some blogs that state exactly the same thing.