r 2010 19:19
> To: Tomcat Users List
> Subject: Re: the tomcat encoding
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Rob,
>
> On 11/16/2010 4:31 AM, Rob Gregory wrote:
> > I also use a filter to set the following:-
> >
> > request.setChar
hi:
thanks, the problem is that my tomcat interact with other server and the
server use somekind of encoding that is different.
and after the encoding is transfered .it works now
thanks
2010/11/17 Christopher Schultz
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Rob,
>
> On 11/16/2010 4:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Rob,
On 11/16/2010 4:31 AM, Rob Gregory wrote:
> I also use a filter to set the following:-
>
> request.setCharacterEncoding("UTF-8");
> response.setContentType("text/html; charset=UTF-8");
> response.setCharacterEncoding("UTF-8");
FWIW, you should
On 16/11/2010 05:59, xu cheng wrote:
> so ,does anyone know how to got to encoding of the tomcat. or it was just
> iso-8859-1 and cannot be changed?
http://wiki.apache.org/tomcat/FAQ/CharacterEncoding
Mark
-
To unsubscribe, e-ma
ur chosen encoding.
Hope this helps
Rob
> -Original Message-
> From: xu cheng [mailto:xcheng@gmail.com]
> Sent: 16 November 2010 05:59
> To: users@tomcat.apache.org
> Subject: the tomcat encoding
>
> hi all:
> I wrote an app and there are some chinese conte
hi all:
I wrote an app and there are some chinese content, and there are some code
like this
str = new String(chineseContentString.getBytes("iso-8859-1"), "utf-8");
the app runs pretty well in the tomcat of my pc. however ,when it was
deployed in other machine.
all the Chinese content becomes mes