From: "Java Poop" <[EMAIL PROTECTED]>
Subject: Re: Multi-byte character support.
Date: Mon, 26 Mar 2001 22:33:36 -0800
Message-ID: <[EMAIL PROTECTED]>
> What are the il8n limitations in 3.2.1?
For example, there are the following limitations:
1, The getParameter metho
Kazuhiro,
thank you for your reply,
I will investigate the possibility of using tomcat 3.2.b2 -
however
it is likely I will need to await 3.2.2 milestone before
considering it
as a release candidate.
-Thom
>Thom,
>
>From: "T. Park" <[EMAIL PROTECTED]>
>Subject:
What are the il8n limitations in 3.2.1?
JP
- Original Message -
From: "Kazuhiro Kazama" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 26, 2001 8:15 PM
Subject: Re: Multi-byte character support.
> Thom,
>
> From: "T. Park"
Thom,
From: "T. Park" <[EMAIL PROTECTED]>
Subject: Multi-byte character support.
Date: Mon, 26 Mar 2001 10:32:31 -0800
Message-ID: <[EMAIL PROTECTED]>
> Tomcat 3.2[.1] doesn't seem to like static html pages (or servlets for
> that matter) that offer multi-byt
I have helped work on a fix for this on 4.0 (which supports the
javax.servlet.ServletRequest.setCharacterEncoding() method). Tomcat 3.x
does not support the new servlet 2.3 methods, so I did not look at fixing
it in Tomcat.
However, I have an easy to use object (included) which is able to proces
Greetings,
Tomcat 3.2[.1] doesn't seem to like static html pages (or servlets for
that matter) that offer multi-byte (non-latin) characters.
Has anyone coded a patch to fix this and/or have a workaround for the
issue.
I'd rather avoid having to re-invent the wheel.
Does anyone have any insig