microsoft / sql-server-samples

Azure Data SQL Samples - Official Microsoft GitHub Repository containing code samples for SQL Server, Azure SQL, Azure Synapse, and Azure SQL Edge
Other
10.08k stars 8.9k forks source link

Unicode Support #478

Open imtiaz-itg opened 6 years ago

imtiaz-itg commented 6 years ago

Hey there, seems like when the data is being pulled through the API it's not supporting UNICODE data sets. I load it into a nvarchar field and get garbage. Thanks.

imtiaz-itg commented 6 years ago

FIXED USING... var client = new WebClient() { Encoding = System.Text.Encoding.UTF8 };