I'm retrieving data from a remote SQL Server database and some of the data is in Spanish.
The data coming out of the server is correct (ex. "buenos días, ¿cómo estás hoy?") but when I look at the value of Response.GetString("UTF8"), all of the Spanish characters (¿, í, á) appear as white question marks insider of a black 4-sided diamond.
Should I be using a different character set?
I tried getting the asc value of the incorrect characters but it comes up as 65533 (???) so I'm not sure what else to try.
Any help would be greatly appreciated.
Thank you,
Dave Tucker
The data coming out of the server is correct (ex. "buenos días, ¿cómo estás hoy?") but when I look at the value of Response.GetString("UTF8"), all of the Spanish characters (¿, í, á) appear as white question marks insider of a black 4-sided diamond.
Should I be using a different character set?
I tried getting the asc value of the incorrect characters but it comes up as 65533 (???) so I'm not sure what else to try.
Any help would be greatly appreciated.
Thank you,
Dave Tucker