html - How Can I Solve Windows Phone WebClient Wrong Encoding? -


i creating turkish application , want make dynamic messages usingmy domain.

i editing this html , getting webclient in windows phone application getting turkish characters wrong. have tried this,

   mywebclient.encoding = system.text.encoding.utf8; 

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

thanks.

have tried using httpclient nuget package, should have improved support encoding. http://www.nuget.org/packages/httpclient/


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -