Hi all
I am using tomcat 4.0.4
with jdk1.3.1
I can not compile a servlet with the
req.setCharacterEncoding(java.lang.String env) 
I need this baddly (Use hebrew in a url as parameter)
Is there any way to go around this Maybe setting the
default character Encoding for all servlets running on
this server (good for me) I tried to use 

param = new String (param.getBytes
(charEncod),charEncod)

Did not work
Please help
Thanks in advance
Nehemia Litterat

__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to