Click here to Skip to main content
15,897,704 members
Please Sign up or sign in to vote.
2.67/5 (3 votes)
See more:
Hi all,

I try to get text from an arabic html but the text is displayed as string characters. Is there a way to convert this text that when it is displayed, appears as it is?

Thanks
Posted
Updated 29-Nov-10 2:12am
v2
Comments
Henry Minute 29-Nov-10 8:40am    
To get help you need to tell people what it is you are trying to display it on. Windows Forms, Web Page, TextBox or what?

Please edit your question (use the 'Improve Question' widget, do NOT add an answer.
thatraja 29-Nov-10 8:50am    
Clear & complete your question
Rajesh Anuhya 1-Dec-10 4:01am    
Not clear

What are you trying to do with the text? Are you retieving the text from an html file? or from a url?
 
Share this answer
 
i retreve this text from HTML file
its look like that
<a href="http://www.masrawy.com/">الصفحة الرئيسية<

this is the code i write to retreve the text
string httm = text.InnerText.ToString ();

and yhe text appear like that

������ ��������
 
Share this answer
 

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