Link to home
Start Free TrialLog in
Avatar of Shenthilk
Shenthilk

asked on

Displaying Multibyte characters from ASP

I am reading chinese characters stored in SQL-Server DB in a VB Dll and returning them to the calling funciton in ASP. I am getting the values as '&#xNNNN'. I want to display these values as chinese characters in a textbox in the webpage.
If I replace the '&#x' as '%u', then am able to show the characters. Is there anyother way of doing it, without replacing the prefix for hexadecimal values?

Thanks in advance.
ASKER CERTIFIED SOLUTION
Avatar of nurbek
nurbek

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial