Hi all,
I am using ASP.NET (Visual Basic as code behind). I have a page Article.aspx on my website. Here i have incorporated TinyMCE Editor Control and i am saving its content to an SQLServer Express 2005 database. The data movement is fine. and i am using ASP.NET Label Control to display these contents back to my users. Things are fine.
Now i have installed BBC Urdu Font on my system and i was able to type urdu language in MS WORD. I typed some articles using urdu font and then i copied and paste those writings to my Article Page (In TinyMCE Editor). But when i click save button. The Display of those what is written in english language is fine, but the urdu lanauge didnot display correctly. instead it shows me ????????????? like that on the page.
اردو ٹاۂپنگ
i start searching internet and i found some thing that UTF/UTF encoded binary could be used to save the data in database. But that post is incomplete and it leads to no where.
So i was thinking if some body could help me in some direction. Some Link etc. would be great help.
Once again the data (TinyMCE Editor) could be entirely URDU, Entierly English (which is working fine) or a mixmode (English, Urdu mix).