mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:23:13 +00:00
[LIBXML2] Update to version 2.9.9. CORE-15854
This commit is contained in:
parent
743951eccf
commit
1fe58c4058
22 changed files with 291 additions and 461 deletions
3
sdk/lib/3rdparty/libxml2/xmlsave.c
vendored
3
sdk/lib/3rdparty/libxml2/xmlsave.c
vendored
|
@ -1123,9 +1123,6 @@ xmlDocContentDumpOutput(xmlSaveCtxtPtr ctxt, xmlDocPtr cur) {
|
|||
cur->encoding = BAD_CAST ctxt->encoding;
|
||||
} else if (cur->encoding != NULL) {
|
||||
encoding = cur->encoding;
|
||||
} else if (cur->charset != XML_CHAR_ENCODING_UTF8) {
|
||||
encoding = (const xmlChar *)
|
||||
xmlGetCharEncodingName((xmlCharEncoding) cur->charset);
|
||||
}
|
||||
|
||||
if (((cur->type == XML_HTML_DOCUMENT_NODE) &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue