Click here to Skip to main content
15,890,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to implement Arabic HTML Editor in My Project?Any Reference in Ur Hand?can u help me?
already am Implement HTML Editor.but i cant write Arabic that's. so i need a Arabic written HTML Editor..please please help me..
Posted

 
Share this answer
 
Comments
Mohammed Asif.K 15-Jul-11 2:08am    
I want Arabic Written HTML Editor
Sergey Alexandrovich Kryukov 15-Jul-11 5:07am    
You don't need anything special, well, almost.
I added my solution, please see.
--SA
Mohammed Asif.K 15-Jul-11 2:11am    
Abhinav thanks for the solution,but i know HTML Editor,but now i need Arabic Written HTML Editor?Any Source in ur Hand?
Sergey Alexandrovich Kryukov 15-Jul-11 5:08am    
Nice link, my 5. OP wants Arabic; I answered.
--SA
You don't need anything specific Arabic. HTML supports Unicode. You only need the following things:

1) Use fonts which implement Arabic sub-set of Unicode code points. You can check it up using the application "Character Map" (CHARMAP.EXE); it is supplied with all versions of Windows. Use: "Character Set: Unicode"; "Group by: Unicode subrange". The font "Arial Unicode MS" does support Arabic. Look what fonts Arabic Web sites usually use.

2) In the head element use: <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

3) Save all file in Unicode encoding UTF-8, according to the previous item.

—SA
 
Share this answer
 
Comments
Abhinav S 15-Jul-11 6:14am    
Good comment. My 5.
Sergey Alexandrovich Kryukov 19-Jul-11 0:38am    
Thank you, Abhinav.
--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