mariarahat / bungeni-editor

Automatically exported from code.google.com/p/bungeni-editor
2 stars 0 forks source link

Use bufferedreader when calling SaxBuilder() to parse an xml document #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Passing file handles to saxbuilder or passing strings to saxbuilder
sometimes raises utf-8 encoding exceptions when encountering xml documents
with accents and symbols. 

Read the string / file contents into a BufferedReader when calling saxbuilder

Original issue reported on code.google.com by ashok.ha...@gmail.com on 24 Jul 2009 at 6:20

GoogleCodeExporter commented 9 years ago
Issue 33 has been merged into this issue.

Original comment by ashok.ha...@gmail.com on 24 Jul 2009 at 6:21

GoogleCodeExporter commented 9 years ago
Fixed

Original comment by ashok.ha...@gmail.com on 24 Jul 2009 at 6:44

GoogleCodeExporter commented 9 years ago

Original comment by ashok.ha...@gmail.com on 24 Jul 2009 at 6:44