mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 13:45:00 +00:00
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:
commit
8741d2a1db
2 changed files with 6 additions and 2 deletions
4
expat/doc/ok.min.css
vendored
4
expat/doc/ok.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue