OK I have some Chinese text in sql server column that looks like this:
12å¤§ä¸“é¢˜è°ƒç ”ç ´è§£å¹¿ä¸œç§‘å ¦å‘展难题
This is unicode? Anyway, I put this data into a text area like this:
articleArea.Inn erHtml = article.Text . . ..
and it works fine (shows chinese characters). But when I put this data into
a asp:textbox control, it just shows up as is... (12大&# etc...)
Can anyone tell me how to get the characters to appear correctly in the text
box?
12å¤§ä¸“é¢˜è°ƒç ”ç ´è§£å¹¿ä¸œç§‘å ¦å‘展难题
This is unicode? Anyway, I put this data into a text area like this:
articleArea.Inn erHtml = article.Text . . ..
and it works fine (shows chinese characters). But when I put this data into
a asp:textbox control, it just shows up as is... (12大&# etc...)
Can anyone tell me how to get the characters to appear correctly in the text
box?
Comment