Has anyone displayed unicode records from sql server on web browser thru asp. my static strings are getting displayed fine but data from sql server shows junk like this....."???"
any page directive needed in asp declartions?
i am using utf-8 as meta content type
havent done much programming but is there an option to enable double char or unicode for strings?
As to me it looks like that the string is been returned as a single character block and its in the upper or lower (the very low) ranges for 0-->FF
This is my $2.50 piece
Last Wiki Answer Submitted: September 26, 2005 9:07 am by Nephi10 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
Maybe the font you assigned doesn’t support unicode.
Hope this helps.