A
Anders Both
Hello dotnet.aspnet group -
I want to do encode e.g. japanise or arabic text into something like:
بةكوردي
عةلي
Before putting it in my HTML code (aspx page) . But when i try to use
System.Web.HttpUtility.HtmlEncode("Some arabic:????????? ???? ????????? ???
");
Only normal stuff like é etc are encoded, not all the arabic text.
I really hope someone can help me,
Ny the way are there any difference between
System.Web.HttpUtility.HtmlEncode and (this.)Server.HtmlEncode .
p.s. My unicode text is comming from the database, I am not writing it into
my files.
Best Regards,
Anders Both, Denmark.
I want to do encode e.g. japanise or arabic text into something like:
بةكوردي
عةلي
Before putting it in my HTML code (aspx page) . But when i try to use
System.Web.HttpUtility.HtmlEncode("Some arabic:????????? ???? ????????? ???
");
Only normal stuff like é etc are encoded, not all the arabic text.
I really hope someone can help me,
Ny the way are there any difference between
System.Web.HttpUtility.HtmlEncode and (this.)Server.HtmlEncode .
p.s. My unicode text is comming from the database, I am not writing it into
my files.
Best Regards,
Anders Both, Denmark.