0

I am working on an French Android App, where the Accents like é, ê, â, etc.... are displaying like Symbols, which is fetched for an XML Link. How do I fix this to display the Characters in French assents?

Linger
  • 14,942
  • 23
  • 52
  • 79
jireh
  • 89
  • 1
  • 2
  • 11
  • have look at this URL it might help you http://stackoverflow.com/questions/5270591/post-utf-8-encoded-data-to-server-loses-certain-characters – Sathish Sep 07 '12 at 13:28

1 Answers1

0

Read UTF-8 XML file in Java – (SAX Parser)

http://www.mkyong.com/java/how-to-read-utf-8-xml-file-in-java-sax-parser/

Post UTF-8 encoded data to server loses certain characters

Community
  • 1
  • 1
Sathish
  • 4,403
  • 7
  • 31
  • 53