How do I get SQL Server 2005 data stored as windows-1252 as UTF-8?

Posted by Diodeus on Stack Overflow See other posts from Stack Overflow or by Diodeus
Published on 2009-04-24T19:36:55Z Indexed on 2010/04/10 21:43 UTC
Read the original article Hit count: 165

I have a client database with English and French data in windows-1252 encoding. I need to fetch this data as part of an AJAX call and send it in UTF-8 format.

Is there a way I can pass the data through a stored proc to perform this conversion?

My web app cannot be altered to perform this conversion itself.

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about web-development