libhtml: handle ' character reference

the ' is not strickly html, but can appear in xhtml files.
This commit is contained in:
cinap_lenrek 2013-08-03 05:45:40 +02:00
parent 041eb4b30d
commit 79b16616d7

View file

@ -320,6 +320,7 @@ StringInt chartab[]= {
{L"amp", 38},
{L"and", 8743},
{L"ang", 8736},
{L"apos", 39},
{L"aring", 229},
{L"asymp", 8776},
{L"atilde", 227},