Click here to Skip to main content
15,889,034 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi.i am create jquery ajax persian correctly in firefox but in IE Incorrect (Error).
and save & display to "?".
how to that ok?
Posted

1 solution

You need to use Unicode which of course supports Perso-Arabic script http://en.wikipedia.org/wiki/Arabo-Persian_script[^].

This script is quite popular and probably never been a problem with the Web since Unicode was well established.

Make sure HTTP uses

http
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />


(Be sure to save all your files in UTF-8 encoding, of course :-).)

The font should support the script, of course, but I believe on most modern system it will be supported by default. Even I used to write some Persian for testing purposes (with some help of my Persian-speaking colleague) :-).

—SA
 
Share this answer
 
v3
Comments
Manfred Rudolf Bihy 5-Aug-11 9:41am    
Good advice! Have my 5!
Sergey Alexandrovich Kryukov 5-Aug-11 14:53pm    
Thank you, Manfred.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900