As far as I know, mysql doesn't yet support Unicode or even UTF-8 :-(

-- Ilkka


> -----Original Message-----
> From: ext fanyun [mailto:[EMAIL PROTECTED]]
> Sent: 23. May 2001 8:17
> To: turbine user
> Subject: is mysql version of tdk support UTF-8
> 
> 
> Hi:
> 
> I am now using tdk 1.1a13.  
> 
> I set the TR.pro...  as below
> 
> 
> services.TurbineVelocityService.template.encoding=UTF-8
> 
> locale.default.charset=UTF-8
> 
> 
> I find everything works fine.
> 
> But when I input Chinese character in a form, then store it 
> to mysql database, i find all the information saved is in a mass.
> 
> 
> My code is like this:
> 
> String  a = para.getString("inputa");
> 
> crit.add(APeer.A,  a);
> 
> APeer.doInsert(crit);
> 
> .....
> 
> The data field I used is varchar.
> 
> 
> 
> Has anyone met this problem also?  Or mysql do not support unicode?
> 
> 
> Regards
> 
> fanyun
> 
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to