G
Guest
I have a HTML file containing Hebrew and Arabic text when using following
code to read its content
string templateFile = Server.MapPath("MsgTemplate.htm");
System.IO.StreamReader reader = new System.IO.StreamReader(templateFile);
string fileHTML = reader.ReadToEnd();
reader.Close();
the retured string is only the HTML without the arabic or Hebrew text ,WHY?
(where the arabic and hebrew text are location is blank!!!!
code to read its content
string templateFile = Server.MapPath("MsgTemplate.htm");
System.IO.StreamReader reader = new System.IO.StreamReader(templateFile);
string fileHTML = reader.ReadToEnd();
reader.Close();
the retured string is only the HTML without the arabic or Hebrew text ,WHY?
(where the arabic and hebrew text are location is blank!!!!