Merge pull request #760 from libexpat/doc-reference-html-okcss-1-2-0

doc/reference.html: Upgrade to OK.css 1.2.0
This commit is contained in:
Sebastian Pipping 2023-09-29 11:42:12 +02:00 committed by GitHub
commit 8741d2a1db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -949,16 +949,20 @@ XML_Parser XMLCALL
XML_ParserCreate(const XML_Char *encoding);
</pre>
<div class="fcndef">
<p>
Construct a new parser. If encoding is non-<code>NULL</code>, it specifies a
character encoding to use for the document. This overrides the document
encoding declaration. There are four built-in encodings:
</p>
<ul>
<li>US-ASCII</li>
<li>UTF-8</li>
<li>UTF-16</li>
<li>ISO-8859-1</li>
</ul>
<p>
Any other value will invoke a call to the UnknownEncodingHandler.
</p>
</div>
<h4 id="XML_ParserCreateNS">XML_ParserCreateNS</h4>