I get the following exception when I try to read a file containing the euro
symbol:

org.dom4j.DocumentException: invalid byte 1 of 1-byte UTF-8 sequence (0x80)
Nested exception: invalid byte 1 of 1-byte UTF-8 sequence (0x80)
      at org.dom4j.io.SAXReader.read(SAXReader.java:342)
      at org.dom4j.io.SAXReader.read(SAXReader.java:218)
      at org.dom4j.io.SAXReader.read(SAXReader.java:207)

I know that the symbol has been encoded properly because when I use Java's
BufferedReader to read in the file, the symbol is displayed correctly.
Any ideas?

Thanks,
Portia



**********************************************************************************
This email may contain confidential material. If you were not an
intended recipient, please notify the sender and delete all copies.
We may monitor email to and from our network.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
dom4j-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to