I am parsing data from an XML file which has subscript and superscript characters in them which I got from the character map. Like so:
<value column="Back" null="false">H₂</value>
but when I display it on a textview in Android it gives me this 'Hâ,,'
How can I fix this and display it properly in my app?