I am parcing data from an XML file which has subscript and superscript characters in them which i got from the character map. Like so:\[code\]<value column="Back" null="false">H?</value>\[/code\]but when i display it on a textview in android it gives me this 'Ha,,'how can i fix this and display it properly in my app?