Mantis - Quercus
Viewing Issue Advanced Details
3121 minor always 12-05-08 03:30 12-05-08 03:30
nbzx  
 
normal  
new 3.2.1  
open  
none    
none  
0003121: mysql_query about chinese included
when the sql include chinese words, it can't be correctly execute.
reason:

in this class "com.caucho.quercus.lib.db.Mysqli"
this function sqlToString has a static member "ENCODING" equal "ISO8859_1", so "new String(bytes, ENCODING);" can't support chinese words.

There are no notes attached to this issue.