Open imtiaz-itg opened 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.
FIXED USING... var client = new WebClient() { Encoding = System.Text.Encoding.UTF8 };
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.