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 process
the mangled string and convert it to the encoding that you specify.
This method will work for all Strings parsed into Tomcat (or other web
servers). 
Tim Tye


T. Park writes:

> 
> 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 insights as to how big a problem this is to fix?
> 
> 
> Cheers,
> 
> Thom
> 
> --
> http://www.borland.com/newsgroups
> http://www.borland.com/devsupport/disclaim.html
> 
> 



ChangeStringEncoding.java

Reply via email to