Re: Arabic Support on tomcat 5.0.28

2006-05-12 Thread Ahmed Talaat
Thanx Rajeev, that solves it alse adding URIEncoding="UTF-8" parameter to the connector tag in server.xml file is good idea Rajeev Jha wrote: This should not be a big issue. Lets say we submit some arabic data through a form and then re-display it To submit correct data 1) HTMl page should b

Re: Arabic Support on tomcat 5.0.28

2006-05-12 Thread Rajeev Jha
This should not be a big issue. Lets say we submit some arabic data through a form and then re-display it To submit correct data 1) HTMl page should be 2) when you receive the data , do a request.setContentEncoding() before getting string data from request To display 3) set the response conten

Arabic Support on tomcat 5.0.28

2006-05-11 Thread Ahmed Talaat
Hi, Any way to submit arabic chars through jsps? I need to get the following code to work.. When i submit arabic characters using the this jsp, tomcat just replaces them with ''. <%@ page language="java" contentType="text/html; charset=cp1256" pageEncoding="cp1256"%> Insert title h