In an ASP page, I need to read a database field that contains escaped Chinese chars in it (the database field is ntext) and create a CSV file with the resulting content so that it can be later opened in an Excel spreadsheet.
Here is an example of what the database field contains:
Bragg营养无盐有机氨基酸儿童宝宝酱油 6 oz/180ml
I wish to convert each of the escaped chars (such as 营) into their actual Chinese characters before writing them to the CSV file.
Is there a way to actually do this?
Many thanks experts!
Our community of experts have been thoroughly vetted for their expertise and industry experience.