c# - webbrowser encoding problem -
I am using a The web browser is navigating to Google websites, although I can not see Turkish characters. So I use it: However the problem still Continue. Any ideas to solve? Or you can try "iso-8859-9" for encoding. It should do this. WebBrowser control in my project. My code example is below:
webBrowser1.Navigate ("Web site goes here");
WebBrowser1.Document.Encoding = "UTF-8"
streamer srr = new streamer (this.webBrowser1.DocumentStream, Encoding.GetEncoding ("UTF -8 ")); String source = sr.readteoEnd ();
Comments
Post a Comment