Changeset 18421
- Timestamp:
- 2009-01-27T12:11:32+13:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
greenstone3/trunk/src/java/org/greenstone/gsdl3/service/GS2LuceneRetrieve.java
r15326 r18421 123 123 throw new Exception("Doc XML file "+doc_xml_file.getPath()+" does not exist"); 124 124 } 125 Document doc_xml_doc = this.converter.getDOM(doc_xml_file );125 Document doc_xml_doc = this.converter.getDOM(doc_xml_file, "utf-8"); 126 126 if (doc_xml_doc == null) { 127 127 throw new Exception("Couldn't parse file "+doc_xml_file.getPath());
Note:
See TracChangeset
for help on using the changeset viewer.