Commit Graph
4 Commits
Author SHA1 Message Date
iska 2fa0e793e0 Replace dictionary with two arrays for Named Entity replacement
Currently the entity name is binary-searched and its replacement-value is accessed via found index
2014-10-31 18:25:54 +01:00
iska bc3a7165ec Fix logic for Named Entity replacement
This will be improved further later on
2014-10-31 18:06:15 +01:00
iska 968a6aff79 Implement named character entity replacement
https://html.spec.whatwg.org/multipage/syntax.html#tokenizing-character-references
2014-10-23 20:07:30 +02:00
iska e88f0ae3e3 Add class with Named Character Reference dictionary
https://html.spec.whatwg.org/multipage/syntax.html#named-character-references
2014-10-15 22:41:54 +02:00