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.