c# - webbrowser encoding problem -


I am using a WebBrowser control in my project. My code example is below:

  webBrowser1.Navigate ("Web site goes here");   

The web browser is navigating to Google websites, although I can not see Turkish characters.

So I use it:

  WebBrowser1.Document.Encoding = "UTF-8"   

However the problem still Continue. Any ideas to solve?

  streamer srr = new streamer (this.webBrowser1.DocumentStream, Encoding.GetEncoding ("UTF -8 ")); String source = sr.readteoEnd ();   

Or you can try "iso-8859-9" for encoding. It should do this.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -