Hi Jason,

Thank you for your response.

I did exactly the same thing as the article said, but still, not working properly.

Chinese can be displayed, but not in the text box.  

If I change <%@ page contentType="text/html; charset=UTF-8" %> to
<%@ page contentType="text/html; charset=GBK" %> 
then the Chinese charactors are handled properly.

Why is that?

----- Original Message ----- 
From: "Jason Lea" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, October 17, 2003 5:51 AM
Subject: Re: i18n - Chinese charactor problem


> Here is a link that explains what is needed and a filter to do it...
> 
> http://www.anassina.com/struts/i18n/i18n.html
> 
> 
> Greg Reddin wrote:
> 
> > I don't remember the exact code, but a looong time ago we had to write 
> > a Filter that created a request wrapper that properly set the 
> > character encoding on request parameters.  Maybe googling that would 
> > turn up something.
> >
> > Greg
> >
> > ZYD wrote:
> >
> >> Hi,
> >> I have a problem in getting the Chinese charactors from <html:text>,
> >> The following is my jsp file:
> >> <%@ page contentType="text/html;charset=UTF-8" language="java" %>
> >> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
> >>
> >> <html:html>
> >> <html:form action="/submit" focus="email">
> >>  <head></head>
> >>  <body>
> >>   <html:text property="email"/>
> >>
> >>   <html:submit><bean:message key="button.logon"/></html:submit>
> >>  </body>
> >> </html:form>
> >> </html:html>
> >> ---------------------------------------------
> >> I have two property files, one is for englisn, the other is for 
> >> chinese. Both english and chinese can be displayed properly on the 
> >> page, except in the text box.
> >>
> >> When I input chinese charactors in the text box and submit, I cannot 
> >> get the chinese charactor in the form bean correctly. The chinese 
> >> charactors become some unreadable charactors like ????.
> >>
> >> There are no special process in the getEmail and setEmail method in 
> >> the form bean.
> >>
> >> Does anybody have similar problem? I need your advice.
> >> Any response is appreciated.
> >>
> >> --bruce
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> 
> -- 
> Jason Lea
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

Reply via email to