; <[EMAIL PROTECTED]>
Sent: Thursday, December 13, 2001 10:51 AM
Subject: Re: charset problem in java beans
> In Tomcat4, you can use the new Servlet 2.3 call
> request.setCharacterEncoding(). If you do this before calling any of the
> request.getParameter() type calls, Tomcat w
:
>
>
> On Thu, 13 Dec 2001, yilmaz wrote:
>
> > Date: Thu, 13 Dec 2001 09:51:02 +0800
> > From: yilmaz <[EMAIL PROTECTED]>
> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> > To: Tomcat Users List <[EMAIL PROTECTED]>
> > Subject: Re: charset
On Thu, 13 Dec 2001, yilmaz wrote:
> Date: Thu, 13 Dec 2001 09:51:02 +0800
> From: yilmaz <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: Tomcat Users List <[EMAIL PROTECTED]>
> Subject: Re: charset problem in java beans
>
>
ssage -
From: "Craig R. McClanahan" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Thursday, December 13, 2001 2:20 AM
Subject: Re: charset problem in java beans
> It's most likely an issue of where you got the data to load into your
lmaz wrote:
> Date: Wed, 12 Dec 2001 19:23:33 +0800
> From: yilmaz <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: Tomcat Users List <[EMAIL PROTECTED]>
> Subject: Re: charset problem in java beans
>
> thanks Craig,
>
> Craig wrote
At 07:23 PM 12/12/01 +0800, you wrote:
>thanks Craig,
>
>Craig wrote :
> >
> > It sounds like you might be working too hard :-).
>
>how did you understand? :)
>
> >
Sounds as it fhe problem is either related to Geary's new book on taglibs
or something similar. I don't know the history, but his
thanks Craig,
Craig wrote :
>
> It sounds like you might be working too hard :-).
how did you understand? :)
>
> Internally, Java keeps all String values in Unicode. When you actually
> write the response, it will be converted according to the character
> encoding you specify on the page.
the
On Wed, 12 Dec 2001, yilmaz wrote:
> Date: Wed, 12 Dec 2001 11:16:00 +0800
> From: yilmaz <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: Tomcat Users List <[EMAIL PROTECTED]>
> Subject: charset problem in java beans
>
> hi ev
hi everybody,
i have posted a few emails a while ago about the big5 charset support in JSP
pages.
Fortunately the problem is solved, i appreciae those who helped me.
Now, i have a new version of this problem , and it seems it is a little bit
more
complicated than the previous one. The problem is: