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: Multi-byte character sup

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 method in ServletReq

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

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-byte (non-latin) characters. Tomc