RE: Tomcat and Hex characters

2010-07-13 Thread Caldarale, Charles R
> From: André Warnier [mailto:a...@ice-sa.com] > Subject: Re: Tomcat and Hex characters > > When you mention "running under JBOSS", does that mean that there is > some webserver in front of Tomcat ? Probably not. JBoss uses an embedded version of Tomcat as its web serv

Re: Tomcat and Hex characters

2010-07-13 Thread André Warnier
Hi. Independently of the questions of character set encodings and settings (for that, really read the FAQ to which Chuck pointed you), the fact that you wrote this : ... The only thing that seems to work is if i replace the % in the hex value of the UTF encoded string by %25 makes me susp

Re: Tomcat and Hex characters

2010-07-13 Thread Mitch Claborn
UTF-8"); on the ServletRequest before calling the next filter(s). Mitch On 07/13/2010 11:33 AM, Caldarale, Charles R wrote: From: arun kumar [mailto:arunbha...@yahoo.com] Subject: Tomcat and Hex characters What do i have to do to be able to pass hex values of UTF-8 encoded strings that

RE: Tomcat and Hex characters

2010-07-13 Thread Caldarale, Charles R
> From: arun kumar [mailto:arunbha...@yahoo.com] > Subject: Tomcat and Hex characters > > What do i have to do to be able to pass hex values of > UTF-8 encoded strings that represent characters of > foreign languages (like say Chines/Japanese) to my > servlet so it is read

Tomcat and Hex characters

2010-07-13 Thread arun kumar
Hello I'm facing a problem with which i need some help: I'm using JBOSS which internally uses Tomcat. When i send a request to a servlet running inside tomcat with a parameter that is encoded in UTF-8, the parameter's value shows up as . I tried several things like adding URIEncoding=”UTF-8