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
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
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