Mantis - Quercus
Viewing Issue Advanced Details
3413 major always 03-24-09 15:52 10-23-23 21:46
markr  
nam  
high  
assigned 4.0.0  
open  
none    
none  
0003413: Support unicode blog titles in WordPress
setting a wordpress blog title (blog name) to a unicode string doesn't work under quercus (the blog title is displayed as question marks, hex: EF BF BD).

this works fine in mod_php.
may or may not be related to http://bugs.caucho.com/view.php?id=3400 [^]

Notes
(0004098)
dl   
07-20-09 04:59   
Seems this is not WordPress related, but a general Quercus issue:
http://maillist.caucho.com/pipermail/resin-interest/2008-April/002403.html [^]
(0004364)
dl   
12-24-09 04:30   
This is fixed in the current (24/12/2009) snapshot build of Quercus.
(0004399)
domdorn   
01-28-10 15:10   
I think this may have to do something with
resin-trunk/modules/quercus/src/com/caucho/quercus/lib/db/Mysqli.java
...

In method
 protected ConnectionEntry connectImpl(..)
the Encoding is statically set to ISO8859_1
a comment there states
    // Explicitly indicate that we want iso-8859-1 encoding so
    // we would know what encoding to use to convert StringValues
    // to Strings
    // php/140b
but I don't see any conversion happening.