Displaying accented characters in a webview

zxxdaro

Member
Licensed User
Longtime User
I am using a webview to display languages other than English.
Currently I am simply using a string like "<html><body> Text in here </body></html>"
I am finding that characters that carry accents (diacritics) are not displaying properly.
What do I need to do to get these to display properly?
 
Top