When I attempt to write data to my SQL Server db from this website:
http://kgd.gov.kz/en/wanted?page=0
The fields display like this:
удоÑтоверение личноÑти â„–024806818 от 19.01.2010 МЮ РК
My Server's Collation is set to `SQL_Latin1_General_CP1_CI_AS. The fields are set to nvarchar(max)
How can I display these characters correctly? I pull data from another site that appears to be in Russian (I think these are russian characters?) and they display correctly.
I'm on SQL Server 2012. I have researched this on S/O and the only two threads I found did not offer a valid solution.
Thanks.