Re: What is it: org.xml.sax.SAXParseException: Character conversion error: "Unconvertible UTF-8!_NEWLINE_!character beginning with 0x93"
Posted By:
Evgeniy_Strokin
Posted On:
Tuesday, October 16, 2001 07:22 AM
Hi, I found the answer, hope it helps somebody sometime.
Somewhere in XML I have the Left Double Quotation Mark (ascii code
0x92). This is not a valid character in most default xml encoding.
I need remove or change it.