Hi,
when I try to parse an xml document with character
like "è" i got the following error:
org.xml.sax.SAXParseException: Character conversion
error: "Malformed UTF-8 char
The strings in the xml document are in Italian,
maybe I should use a different encoding?
I'd use
<?xml version = "1.0" encoding =
"UTF-8"?>
Thanks
|