You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Yair Ben-meir <ya...@ewave.co.il> on 2003/10/13 12:42:56 UTC

hebrew in a request parameter

hey
i call a link like "tmp.jsp?yair=א" (yairs value is an hebrew letter). in tmp.jsp, i use request.getParameter("yair") and get a string - "?" (i looked at the bytes and confirm that it is not a miss in the encoding, but a real "?"). how do i tell the tomcat how to deal with the encoding of the request parameter?
thanks
yair