AJAX encoding problem

Hallo
i have encoding problem in AJAX , it seems that it doesnt support multilanguage , i m trying to display Arabic text and i got '??'
how can i solve this problem
[193 byte] By [life_maker] at [2007-11-19 22:58:09]
# 1 Re: AJAX encoding problem
I'm not quite sure what you're trying to say here.

AJAX in and of itself doesn't support anything. It's just a design pattern that encompasses many technologies. If you are using Client-Side and Server-Side languages you are familiar with nothing changes. The only thing that changes when using AJAX is how requests are made to your server.

Can you be more specific as to your issue?
gitter1226 at 2007-11-10 3:59:03 >
# 2 Re: AJAX encoding problem
go into your html source code for the page.

look for a meta tag that says somthing like:

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

iso-8859-1 is english. you will need to look up what the character set for Arabic is and simply replace the iso-8859-1 with the new value that will tell the browser to expect the new character set and display it accordingly. this goes for all language types outside of normal browser expectations (chinese, japanese...)
dmeikle at 2007-11-10 4:00:03 >
# 3 Re: AJAX encoding problem
Hallo

i have encoding problem in AJAX , it seems that it doesnt support multilanguage , i m trying to display Arabic text and i got '??'

how can i solve this problem
AJAX encoding problem

can u fix it ajax encoding problem because i have same problem like you
if you have any solution please reply me at maqsoodamd@gmail.com

i m very thanks ful you in advance
maqsoodamd at 2007-11-10 4:01:08 >
# 4 Re: AJAX encoding problem
Welcome to the forums, maqsoodamd. Please note that the thread you posted on is over a year old and by a person who never came back to the forum. It is possible that you will not see a reply. Whenever you have a problem, please create a new thread and explain your problem in detail. Thanks!
PeejAvery at 2007-11-10 4:02:02 >