- From: Raffaele Bello <raffaele.bello@e...>
- To: xml-dev@l...
- Date: Tue, 11 Sep 2001 09:30:55 +0200
|
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
|
|