Tuesday, 20 August 2013

use special characters in strings.xml to load in WebView

use special characters in strings.xml to load in WebView

I am using WebView to display the String resource. Here is the code-
<string name="abc">à</string>
<string name="abc">è</string>
When i load this in my webView it displays some garbage values. How to
display this special characters in a WebView??

No comments:

Post a Comment