Bug #156 Text encoding is changed in result file that occurs after computing of xpath
This commit is contained in:
parent
43e57d0dd5
commit
e516b13d5e
|
@ -309,7 +309,7 @@ bool WrapLibxml::xpath ( const std::string& path, const std::string& fileName )
|
|||
docPtr = xmlCtxtReadFile (
|
||||
ctxt,
|
||||
fileName.c_str(),
|
||||
NULL,
|
||||
"UTF-8",
|
||||
//(netAccess) ? XML_PARSE_DTDLOAD | XML_PARSE_NOENT : XML_PARSE_DTDLOAD | XML_PARSE_NONET | XML_PARSE_NOENT
|
||||
XML_PARSE_NOENT | XML_PARSE_NONET | XML_PARSE_NSCLEAN
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue