0

I am creating a Turkish application and I want to make dynamic messages with usingmy domain.

I am editing this html and getting it with WebClient in Windows Phone Application but it is getting Turkish characters wrong. I have tried this,

   myWebClient.Encoding = System.Text.Encoding.UTF8;

but it hasn't run correctly too. How can I fix it?

Thanks.

Tugrul Emre Atalay
  • 918
  • 1
  • 9
  • 28

1 Answers1

1

Have you tried using the HttpClient NuGet package, should have improved support for encoding. http://www.nuget.org/packages/HttpClient/

Tom Verhoeff
  • 1,270
  • 6
  • 12