From 0cf825c342d609afe0bea04d9f0b5cd7dde04c00 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Thu, 28 Sep 2023 20:57:28 +0200 Subject: [PATCH] doc/reference.html: Add paragraph wrap for XML_ParserCreate .. in order to fix styling. --- expat/doc/reference.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/expat/doc/reference.html b/expat/doc/reference.html index d2b0f60c..c5ba4392 100644 --- a/expat/doc/reference.html +++ b/expat/doc/reference.html @@ -949,16 +949,20 @@ XML_Parser XMLCALL XML_ParserCreate(const XML_Char *encoding);
+

Construct a new parser. If encoding is non-NULL, it specifies a character encoding to use for the document. This overrides the document encoding declaration. There are four built-in encodings: +

+

Any other value will invoke a call to the UnknownEncodingHandler. +

XML_ParserCreateNS