Re: Help needed with Tomcat support for Double Byte Chars

2002-11-25 Thread Bill Barker
The charset support in 3.3.1 is actually very amazing, given the limitations of the Servlet 2.2 Spec (the principal author is an iso-latin-2 person). Firstly, Tomcat 3.3.1 will attempt to remember the last charset (in the session) that was used for the last output page. Since almost all browsers

Re: Help needed with Tomcat support for Double Byte Chars

2002-11-25 Thread Stephen Riek
There are so many possible reasons for this. My advice, 1. Check that the data you send is being received as GB2312 or whatever. Easiest way to do this is to write it out to a text file. See the "Discrepancies..." thread for my code to do just this. 2. Also in the "Discrepancies" thread,

Re: Help needed with Tomcat support for Double Byte Chars

2002-11-25 Thread Joel Rees
> Hi, > We are using Tomcat3.3.1 and Oracle on Linux. > When we enter DoubleByte Chars (CJK, GB2312) in jsp form input, Tomcat > turns the characters into 's. > > The only way we can get around this problem now is to set the IE browser to > check the temporary files everytime. I think I've