i am trying to display html in webview but problem is it is showing euro sign instead of '
when i look at html by debugging it shows everything fine but not in webview. any one guide me what is the solution to this problem?
my code
_webView.getSettings().setJavaScriptEnabled(true);
_webView.getSettings().setPluginsEnabled(true);
_webView.loadData(_urlfromSummarie, "text/html", "UTF-8");
any help would be appreciated.