Hello!
I need some help about encoding,
the xml that I received has:
<?xml version="1.0" encoding="iso-8859-1" ?>
in this xml I received a tag like this: <TAG>PRAÇA DA SÉ</TAG>, the problem is that I can´t receive the especial caracter: "ç", "é", and when the parser is done, the string that I instead receive is: "PRAÃ\207A DA SÃ\211".
I need to know what to do, so this don't happen again.
I'm using the OS: SunSolaris and HP.
Thanks
Elenice