We have an 3rd party .asp application that is saving Japanese/Chinese characters into our SQL Server 2005 database in ISO-8859-1 format.
Within the .asp application, the characters display correctly - but when I look at the data using SQL Server Management Studio, the data looks garbled -
I'm wondering if there is a way to take a string (it's nvarchar) stored in SQL Server in ISO-8859-1 - and convert it to UTF-8 within T-SQL -
Has anyone run into a similar problem?
Thanks,
Michelle