Re: So boring issues about character encoding in action ......

2005-10-18 Thread Joe Germuska
At 1:44 PM +0800 10/18/05, Tony Lu wrote: I need to create an internationalized Web application by struts,mysql and hibernate. Each component Character Encoding is utf8. It runs well when I run a pure servlet to save 'Chinese Character' to database and load it from database. But when I implement

Re: So boring issues about character encoding in action ......

2005-10-17 Thread Tony Lu
t;description"); > description = (description == null?"":description.trim()); > try{ > ItemDAO itemDao = ItemDAO.getInstance(); > Item item = new Item(); > > > > - Original Message - > From: "Tony Lu" <[EMAIL PROTECTED]> > To: > Sent:

Re: So boring issues about character encoding in action ......

2005-10-17 Thread Deepesh Nandal
ry{ ItemDAO itemDao = ItemDAO.getInstance(); Item item = new Item(); - Original Message - From: "Tony Lu" <[EMAIL PROTECTED]> To: Sent: Tuesday, October 18, 2005 11:14 AM Subject: So boring issues about character encoding in action .. I need to create an international

So boring issues about character encoding in action ......

2005-10-17 Thread Tony Lu
I need to create an internationalized Web application by struts,mysql and hibernate. Each component Character Encoding is utf8. It runs well when I run a pure servlet to save 'Chinese Character' to database and load it from database. But when I implement it with struts action, the application can