Bugs item #1175412, was opened at 2005-04-02 17:55
Message generated for change (Comment added) made by maartenc
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=1175412&group_id=16035

Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Maarten Coene (maartenc)
Summary: SAXReader cannot read file in encoding different from defaul

Initial Comment:
SAXReader uses InputSource and doesn't define encoding
- so InputSource expects system default encoding.
Following patch add "encoding" property. When this
property is not null, it is forwarded into InputSource
as preferred encoding. When "encoding" is null, it
works the old manner.

----------------------------------------------------------------------

>Comment By: Maarten Coene (maartenc)
Date: 2005-04-02 23:43

Message:
Logged In: YES 
user_id=178745

Patch applied in CVS

thanks
Maarten

----------------------------------------------------------------------

Comment By: Filip Jirsák (filipjirsak)
Date: 2005-04-02 21:33

Message:
Logged In: YES 
user_id=1175071

So, again, after debuging dom4j, Xerces etc. found bad
character in input source :-# So proposed patch works for me
now.

----------------------------------------------------------------------

Comment By: Filip Jirsák (filipjirsak)
Date: 2005-04-02 20:07

Message:
Logged In: YES 
user_id=1175071

I'm sorry, my encoding.patch doesn't work. Still trying find
solution...

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=1175412&group_id=16035


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
dom4j-dev mailing list
dom4j-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to