-
ajax problem (4 messages)
- Posted by: ahmed adel
- Posted on: August 23 2007 09:00 EDT
iam using ajax in my web app my default input langauge is arabic when i send data by xmlhttprequest it is received as ???? in the servlets although i use in the jsp the charset as window or utf-8 how can fix this prob i need the ans very quiklyThreaded Messages (4)
- Re: ajax problem by Rauan Maemirov on August 23 2007 10:02 EDT
- Re: ajax problem by adam gong on August 27 2007 02:43 EDT
- tomcat by ahmed adel on August 27 2007 08:25 EDT
- up by ahmed adel on September 01 2007 15:04 EDT
-
Re: ajax problem[ Go to top ]
- Posted by: Rauan Maemirov
- Posted on: August 23 2007 10:02 EDT
- in response to ahmed adel
did U try encodeURIComponent? e.g. request = '?type='+encodeURIComponent(type); but i'm not sure if it works for Arabic. at least for Cyrillic it works. :) -
Re: ajax problem[ Go to top ]
- Posted by: adam gong
- Posted on: August 27 2007 02:43 EDT
- in response to ahmed adel
Maybe it is the problem of your Web server. Which one did you use? -
tomcat[ Go to top ]
- Posted by: ahmed adel
- Posted on: August 27 2007 08:25 EDT
- in response to ahmed adel
i use tomcat web server tomcat 5.5 , iam using eclipse -
up[ Go to top ]
- Posted by: ahmed adel
- Posted on: September 01 2007 15:04 EDT
- in response to ahmed adel
up