Hi All,
I am parsing the xml which i am getting from serverside, and displaying the
string on Android UI.
At one tag of xml I am getting some special characters
"Atrévete a Soñar". On android phone and wordpad it shows same, But If I open same xml in mozilla it shows same string as
"Atrévete a Soñar". I want to display this on Android UI same like how it shows in mozilla. Is there any string conversion code in
JAVA by which I can do this?
Thanks in advance
Nehel