aboutsummaryrefslogtreecommitdiffstats
path: root/entity.tab (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-02-28Support single-codepoint HTML entities specified by whatwgbptato1-214/+1986
https://html.spec.whatwg.org/multipage/named-characters.html#named-character-references
2021-02-27Support period entity namebptato1-0/+1
2019-11-08entities: support ' entityKyle J. McKay1-0/+2
The XHTML standard encompasses the XML standard. From the beginning, the XML standard [1] has always included required support for five character entities: 1. the ampersand (&) as &amp; 2. the left angle bracket (<) as &lt; 3. the right angle bracket (>) as &gt; 4. the double-quote character (") as &quot; 5. the apostrophe or single-quote character (') as &apos; See section "2.4 Character Data and Markup" of the XML standard [1] for further details. Add support for the character single-quote character entity (&apos;) in order to fully support XHTML pages. [1]: https://www.w3.org/TR/REC-xml/ Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
2011-05-04Adding upstream version 0.5.1upstream/0.5.1Tatsuya Kinoshita1-0/+258
2001-11-09Updates from 0.2.1 into 0.2.1-inu-1.5release-0-2-1-inu-1-5Akinori Ito1-0/+258