1

I am using a webbrowser control in my C# winform application. The Html page consists of Unicode Urdu Text. When i open the Html page in Internet Explorer it displays correctly. However when i load the same page in webbrowser control the text displayed is a mix of Urdu characters and other garbled text. The Meta tag contains document Encoding

<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />

Any suggestions.

user2018756
  • 327
  • 4
  • 16
  • Please see this below link [how to display unicode character in web browser control in WPF][1] Hope it help. [1]: http://stackoverflow.com/questions/19315078/how-to-display-unicode-character-in-web-browser-control-in-wpf – Ragesh P Raju Nov 20 '13 at 06:32
  • In this document the content type is set correctly. – user2018756 Nov 20 '13 at 06:49
  • It could be compatibility issue, try to force IE to run in latest browser emulation mode http://stackoverflow.com/questions/15874565/how-to-set-ie9-by-default-for-web-browser/15883250#15883250 – volody Nov 20 '13 at 20:27

0 Answers0