Re: Multi-byte character support.

2001-03-27 Thread Kazuhiro Kazama
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

Re: Multi-byte character support.

2001-03-27 Thread Thom Park
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:

Re: Multi-byte character support.

2001-03-26 Thread Java Poop
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"

Re: Multi-byte character support.

2001-03-26 Thread Kazuhiro Kazama
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

Re: Multi-Byte character support.

2001-03-26 Thread tttye
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

Multi-byte character support.

2001-03-26 Thread T. Park
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