WebBrowser
Apparence
Encoding
Forcer l'encoding.
Data = "àéè";
Data = @"<html>
<head>
<meta charset='UTF-8' />
</head>
<body>" + Data + "</body>
</html>";
myWebBrowser.NavigateToString(Data);
|
Liens
- http://stackoverflow.com/questions/19315078/how-to-display-unicode-character-in-web-browser-control-in-wpf
- http://stackoverflow.com/questions/5902871/wpf-webbrowser-and-special-characters-like-german-umlaute