summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-06-13 15:49:59 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-06-13 16:00:00 -0700
commitcdcb65c5a209a1a3be4a1b9e804f5a4292127509 (patch)
tree5a0faca575699a039c73f90ebce9eaf70f0d0d3d /src
parent0f7233e073a32c15bdde476edcd04b6d395278b4 (diff)
Fixed entity lookup table.
The old one had many errors. The new one is derived from the list in the npm entities package. Since the sequences can now be longer (multi-code-point), we have bumped the length limit from 4 to 8, which also affects houdini_html_u.c. An example of the kind of error that was fixed in given in jgm/commonmark.js#47: `&ngE;` should be rendered as "≧̸" (U+02267 U+00338), but it's actually rendered as "≧" (which is the same as `&gE;`).
Diffstat (limited to 'src')
-rw-r--r--src/houdini_html_u.c2
-rw-r--r--src/html_unescape.gperf718
-rw-r--r--src/html_unescape.h1186
3 files changed, 953 insertions, 953 deletions
diff --git a/src/houdini_html_u.c b/src/houdini_html_u.c
index e57894d..2362b04 100644
--- a/src/houdini_html_u.c
+++ b/src/houdini_html_u.c
@@ -69,7 +69,7 @@ houdini_unescape_ent(cmark_strbuf *ob, const uint8_t *src, bufsize_t size)
if (entity != NULL) {
bufsize_t len = 0;
- while (len < 4 && entity->utf8[len] != '\0') {
+ while (len < 8 && entity->utf8[len] != '\0') {
++len;
}
cmark_strbuf_put(ob, entity->utf8, len);
diff --git a/src/html_unescape.gperf b/src/html_unescape.gperf
index 74173a6..a03b036 100644
--- a/src/html_unescape.gperf
+++ b/src/html_unescape.gperf
@@ -1,6 +1,6 @@
struct html_ent {
int entity;
- unsigned char utf8[4];
+ unsigned char utf8[8];
};
%%
"Aacute", {195, 129, 0}
@@ -9,7 +9,7 @@ struct html_ent {
"abreve", {196, 131, 0}
"ac", {226, 136, 190, 0}
"acd", {226, 136, 191, 0}
-"acE", {226, 136, 190, 0}
+"acE", {226, 136, 190, 204, 179, 0}
"Acirc", {195, 130, 0}
"acirc", {195, 162, 0}
"acute", {194, 180, 0}
@@ -18,8 +18,8 @@ struct html_ent {
"AElig", {195, 134, 0}
"aelig", {195, 166, 0}
"af", {226, 129, 161, 0}
-"Afr", {240, 157, 148, 132}
-"afr", {240, 157, 148, 158}
+"Afr", {240, 157, 148, 132, 0}
+"afr", {240, 157, 148, 158, 0}
"Agrave", {195, 128, 0}
"agrave", {195, 160, 0}
"alefsym", {226, 132, 181, 0}
@@ -29,17 +29,18 @@ struct html_ent {
"Amacr", {196, 128, 0}
"amacr", {196, 129, 0}
"amalg", {226, 168, 191, 0}
-"amp", {38, 0}
"AMP", {38, 0}
-"andand", {226, 169, 149, 0}
-"And", {226, 169, 147, 0}
+"amp", {38, 0}
"and", {226, 136, 167, 0}
+"And", {226, 169, 147, 0}
+"andand", {226, 169, 149, 0}
"andd", {226, 169, 156, 0}
"andslope", {226, 169, 152, 0}
"andv", {226, 169, 154, 0}
"ang", {226, 136, 160, 0}
"ange", {226, 166, 164, 0}
"angle", {226, 136, 160, 0}
+"angmsd", {226, 136, 161, 0}
"angmsdaa", {226, 166, 168, 0}
"angmsdab", {226, 166, 169, 0}
"angmsdac", {226, 166, 170, 0}
@@ -48,7 +49,6 @@ struct html_ent {
"angmsdaf", {226, 166, 173, 0}
"angmsdag", {226, 166, 174, 0}
"angmsdah", {226, 166, 175, 0}
-"angmsd", {226, 136, 161, 0}
"angrt", {226, 136, 159, 0}
"angrtvb", {226, 138, 190, 0}
"angrtvbd", {226, 166, 157, 0}
@@ -57,12 +57,12 @@ struct html_ent {
"angzarr", {226, 141, 188, 0}
"Aogon", {196, 132, 0}
"aogon", {196, 133, 0}
-"Aopf", {240, 157, 148, 184}
-"aopf", {240, 157, 149, 146}
-"apacir", {226, 169, 175, 0}
+"Aopf", {240, 157, 148, 184, 0}
+"aopf", {240, 157, 149, 146, 0}
"ap", {226, 137, 136, 0}
-"apE", {226, 169, 176, 0}
+"apacir", {226, 169, 175, 0}
"ape", {226, 137, 138, 0}
+"apE", {226, 169, 176, 0}
"apid", {226, 137, 139, 0}
"apos", {39, 0}
"ApplyFunction", {226, 129, 161, 0}
@@ -70,8 +70,8 @@ struct html_ent {
"approxeq", {226, 137, 138, 0}
"Aring", {195, 133, 0}
"aring", {195, 165, 0}
-"Ascr", {240, 157, 146, 156}
-"ascr", {240, 157, 146, 182}
+"Ascr", {240, 157, 146, 156, 0}
+"ascr", {240, 157, 146, 182, 0}
"Assign", {226, 137, 148, 0}
"ast", {42, 0}
"asymp", {226, 137, 136, 0}
@@ -100,8 +100,8 @@ struct html_ent {
"bcy", {208, 177, 0}
"bdquo", {226, 128, 158, 0}
"becaus", {226, 136, 181, 0}
-"because", {226, 136, 181, 0}
"Because", {226, 136, 181, 0}
+"because", {226, 136, 181, 0}
"bemptyv", {226, 166, 176, 0}
"bepsi", {207, 182, 0}
"bernou", {226, 132, 172, 0}
@@ -110,8 +110,8 @@ struct html_ent {
"beta", {206, 178, 0}
"beth", {226, 132, 182, 0}
"between", {226, 137, 172, 0}
-"Bfr", {240, 157, 148, 133}
-"bfr", {240, 157, 148, 159}
+"Bfr", {240, 157, 148, 133, 0}
+"bfr", {240, 157, 148, 159, 0}
"bigcap", {226, 139, 130, 0}
"bigcirc", {226, 151, 175, 0}
"bigcup", {226, 139, 131, 0}
@@ -137,12 +137,12 @@ struct html_ent {
"blk14", {226, 150, 145, 0}
"blk34", {226, 150, 147, 0}
"block", {226, 150, 136, 0}
-"bne", {61, 0}
-"bnequiv", {226, 137, 161, 0}
-"bNot", {226, 171, 173, 0}
+"bne", {61, 226, 131, 165, 0}
+"bnequiv", {226, 137, 161, 226, 131, 165, 0}
"bnot", {226, 140, 144, 0}
-"Bopf", {240, 157, 148, 185}
-"bopf", {240, 157, 149, 147}
+"bNot", {226, 171, 173, 0}
+"Bopf", {240, 157, 148, 185, 0}
+"bopf", {240, 157, 149, 147, 0}
"bot", {226, 138, 165, 0}
"bottom", {226, 138, 165, 0}
"bowtie", {226, 139, 136, 0}
@@ -191,35 +191,35 @@ struct html_ent {
"boxVr", {226, 149, 159, 0}
"boxVR", {226, 149, 160, 0}
"bprime", {226, 128, 181, 0}
-"breve", {203, 152, 0}
"Breve", {203, 152, 0}
+"breve", {203, 152, 0}
"brvbar", {194, 166, 0}
-"bscr", {240, 157, 146, 183}
"Bscr", {226, 132, 172, 0}
+"bscr", {240, 157, 146, 183, 0}
"bsemi", {226, 129, 143, 0}
"bsim", {226, 136, 189, 0}
"bsime", {226, 139, 141, 0}
-"bsolb", {226, 167, 133, 0}
"bsol", {92, 0}
+"bsolb", {226, 167, 133, 0}
"bsolhsub", {226, 159, 136, 0}
"bull", {226, 128, 162, 0}
"bullet", {226, 128, 162, 0}
"bump", {226, 137, 142, 0}
-"bumpE", {226, 170, 174, 0}
"bumpe", {226, 137, 143, 0}
+"bumpE", {226, 170, 174, 0}
"Bumpeq", {226, 137, 142, 0}
"bumpeq", {226, 137, 143, 0}
"Cacute", {196, 134, 0}
"cacute", {196, 135, 0}
+"cap", {226, 136, 169, 0}
+"Cap", {226, 139, 146, 0}
"capand", {226, 169, 132, 0}
"capbrcup", {226, 169, 137, 0}
"capcap", {226, 169, 139, 0}
-"cap", {226, 136, 169, 0}
-"Cap", {226, 139, 146, 0}
"capcup", {226, 169, 135, 0}
"capdot", {226, 169, 128, 0}
"CapitalDifferentialD", {226, 133, 133, 0}
-"caps", {226, 136, 169, 0}
+"caps", {226, 136, 169, 239, 184, 128, 0}
"caret", {226, 129, 129, 0}
"caron", {203, 135, 0}
"Cayleys", {226, 132, 173, 0}
@@ -239,16 +239,17 @@ struct html_ent {
"Cedilla", {194, 184, 0}
"cemptyv", {226, 166, 178, 0}
"cent", {194, 162, 0}
-"centerdot", {194, 183, 0}
"CenterDot", {194, 183, 0}
-"cfr", {240, 157, 148, 160}
+"centerdot", {194, 183, 0}
"Cfr", {226, 132, 173, 0}
+"cfr", {240, 157, 148, 160, 0}
"CHcy", {208, 167, 0}
"chcy", {209, 135, 0}
"check", {226, 156, 147, 0}
"checkmark", {226, 156, 147, 0}
"Chi", {206, 167, 0}
"chi", {207, 135, 0}
+"cir", {226, 151, 139, 0}
"circ", {203, 134, 0}
"circeq", {226, 137, 151, 0}
"circlearrowleft", {226, 134, 186, 0}
@@ -262,9 +263,8 @@ struct html_ent {
"CircleMinus", {226, 138, 150, 0}
"CirclePlus", {226, 138, 149, 0}
"CircleTimes", {226, 138, 151, 0}
-"cir", {226, 151, 139, 0}
-"cirE", {226, 167, 131, 0}
"cire", {226, 137, 151, 0}
+"cirE", {226, 167, 131, 0}
"cirfnint", {226, 168, 144, 0}
"cirmid", {226, 171, 175, 0}
"cirscir", {226, 167, 130, 0}
@@ -273,10 +273,10 @@ struct html_ent {
"CloseCurlyQuote", {226, 128, 153, 0}
"clubs", {226, 153, 163, 0}
"clubsuit", {226, 153, 163, 0}
-"colon", {58, 0}
"Colon", {226, 136, 183, 0}
-"Colone", {226, 169, 180, 0}
+"colon", {58, 0}
"colone", {226, 137, 148, 0}
+"Colone", {226, 169, 180, 0}
"coloneq", {226, 137, 148, 0}
"comma", {44, 0}
"commat", {64, 0}
@@ -290,19 +290,19 @@ struct html_ent {
"conint", {226, 136, 174, 0}
"Conint", {226, 136, 175, 0}
"ContourIntegral", {226, 136, 174, 0}
-"copf", {240, 157, 149, 148}
"Copf", {226, 132, 130, 0}
+"copf", {240, 157, 149, 148, 0}
"coprod", {226, 136, 144, 0}
"Coproduct", {226, 136, 144, 0}
-"copy", {194, 169, 0}
"COPY", {194, 169, 0}
+"copy", {194, 169, 0}
"copysr", {226, 132, 151, 0}
"CounterClockwiseContourIntegral", {226, 136, 179, 0}
"crarr", {226, 134, 181, 0}
"cross", {226, 156, 151, 0}
"Cross", {226, 168, 175, 0}
-"Cscr", {240, 157, 146, 158}
-"cscr", {240, 157, 146, 184}
+"Cscr", {240, 157, 146, 158, 0}
+"cscr", {240, 157, 146, 184, 0}
"csub", {226, 171, 143, 0}
"csube", {226, 171, 145, 0}
"csup", {226, 171, 144, 0}
@@ -314,15 +314,15 @@ struct html_ent {
"cuesc", {226, 139, 159, 0}
"cularr", {226, 134, 182, 0}
"cularrp", {226, 164, 189, 0}
-"cupbrcap", {226, 169, 136, 0}
-"cupcap", {226, 169, 134, 0}
-"CupCap", {226, 137, 141, 0}
"cup", {226, 136, 170, 0}
"Cup", {226, 139, 147, 0}
+"cupbrcap", {226, 169, 136, 0}
+"CupCap", {226, 137, 141, 0}
+"cupcap", {226, 169, 134, 0}
"cupcup", {226, 169, 138, 0}
"cupdot", {226, 138, 141, 0}
"cupor", {226, 169, 133, 0}
-"cups", {226, 136, 170, 0}
+"cups", {226, 136, 170, 239, 184, 128, 0}
"curarr", {226, 134, 183, 0}
"curarrm", {226, 164, 188, 0}
"curlyeqprec", {226, 139, 158, 0}
@@ -344,18 +344,18 @@ struct html_ent {
"Darr", {226, 134, 161, 0}
"dArr", {226, 135, 147, 0}
"dash", {226, 128, 144, 0}
-"Dashv", {226, 171, 164, 0}
"dashv", {226, 138, 163, 0}
+"Dashv", {226, 171, 164, 0}
"dbkarow", {226, 164, 143, 0}
"dblac", {203, 157, 0}
"Dcaron", {196, 142, 0}
"dcaron", {196, 143, 0}
"Dcy", {208, 148, 0}
"dcy", {208, 180, 0}
-"ddagger", {226, 128, 161, 0}
-"ddarr", {226, 135, 138, 0}
"DD", {226, 133, 133, 0}
"dd", {226, 133, 134, 0}
+"ddagger", {226, 128, 161, 0}
+"ddarr", {226, 135, 138, 0}
"DDotrahd", {226, 164, 145, 0}
"ddotseq", {226, 169, 183, 0}
"deg", {194, 176, 0}
@@ -364,8 +364,8 @@ struct html_ent {
"delta", {206, 180, 0}
"demptyv", {226, 166, 177, 0}
"dfisht", {226, 165, 191, 0}
-"Dfr", {240, 157, 148, 135}
-"dfr", {240, 157, 148, 161}
+"Dfr", {240, 157, 148, 135, 0}
+"dfr", {240, 157, 148, 161, 0}
"dHar", {226, 165, 165, 0}
"dharl", {226, 135, 131, 0}
"dharr", {226, 135, 130, 0}
@@ -375,8 +375,8 @@ struct html_ent {
"DiacriticalGrave", {96, 0}
"DiacriticalTilde", {203, 156, 0}
"diam", {226, 139, 132, 0}
-"diamond", {226, 139, 132, 0}
"Diamond", {226, 139, 132, 0}
+"diamond", {226, 139, 132, 0}
"diamondsuit", {226, 153, 166, 0}
"diams", {226, 153, 166, 0}
"die", {194, 168, 0}
@@ -392,8 +392,8 @@ struct html_ent {
"dlcorn", {226, 140, 158, 0}
"dlcrop", {226, 140, 141, 0}
"dollar", {36, 0}
-"Dopf", {240, 157, 148, 187}
-"dopf", {240, 157, 149, 149}
+"Dopf", {240, 157, 148, 187, 0}
+"dopf", {240, 157, 149, 149, 0}
"Dot", {194, 168, 0}
"dot", {203, 153, 0}
"DotDot", {226, 131, 156, 0}
@@ -418,10 +418,10 @@ struct html_ent {
"DoubleUpArrow", {226, 135, 145, 0}
"DoubleUpDownArrow", {226, 135, 149, 0}
"DoubleVerticalBar", {226, 136, 165, 0}
-"DownArrowBar", {226, 164, 147, 0}
-"downarrow", {226, 134, 147, 0}
"DownArrow", {226, 134, 147, 0}
+"downarrow", {226, 134, 147, 0}
"Downarrow", {226, 135, 147, 0}
+"DownArrowBar", {226, 164, 147, 0}
"DownArrowUpArrow", {226, 135, 181, 0}
"DownBreve", {204, 145, 0}
"downdownarrows", {226, 135, 138, 0}
@@ -429,18 +429,18 @@ struct html_ent {
"downharpoonright", {226, 135, 130, 0}
"DownLeftRightVector", {226, 165, 144, 0}
"DownLeftTeeVector", {226, 165, 158, 0}
-"DownLeftVectorBar", {226, 165, 150, 0}
"DownLeftVector", {226, 134, 189, 0}
+"DownLeftVectorBar", {226, 165, 150, 0}
"DownRightTeeVector", {226, 165, 159, 0}
-"DownRightVectorBar", {226, 165, 151, 0}
"DownRightVector", {226, 135, 129, 0}
-"DownTeeArrow", {226, 134, 167, 0}
+"DownRightVectorBar", {226, 165, 151, 0}
"DownTee", {226, 138, 164, 0}
+"DownTeeArrow", {226, 134, 167, 0}
"drbkarow", {226, 164, 144, 0}
"drcorn", {226, 140, 159, 0}
"drcrop", {226, 140, 140, 0}
-"Dscr", {240, 157, 146, 159}
-"dscr", {240, 157, 146, 185}
+"Dscr", {240, 157, 146, 159, 0}
+"dscr", {240, 157, 146, 185, 0}
"DScy", {208, 133, 0}
"dscy", {209, 149, 0}
"dsol", {226, 167, 182, 0}
@@ -460,9 +460,9 @@ struct html_ent {
"easter", {226, 169, 174, 0}
"Ecaron", {196, 154, 0}
"ecaron", {196, 155, 0}
+"ecir", {226, 137, 150, 0}
"Ecirc", {195, 138, 0}
"ecirc", {195, 170, 0}
-"ecir", {226, 137, 150, 0}
"ecolon", {226, 137, 149, 0}
"Ecy", {208, 173, 0}
"ecy", {209, 141, 0}
@@ -472,8 +472,8 @@ struct html_ent {
"eDot", {226, 137, 145, 0}
"ee", {226, 133, 135, 0}
"efDot", {226, 137, 146, 0}
-"Efr", {240, 157, 148, 136}
-"efr", {240, 157, 148, 162}
+"Efr", {240, 157, 148, 136, 0}
+"efr", {240, 157, 148, 162, 0}
"eg", {226, 170, 154, 0}
"Egrave", {195, 136, 0}
"egrave", {195, 168, 0}
@@ -492,16 +492,16 @@ struct html_ent {
"EmptySmallSquare", {226, 151, 187, 0}
"emptyv", {226, 136, 133, 0}
"EmptyVerySmallSquare", {226, 150, 171, 0}
+"emsp", {226, 128, 131, 0}
"emsp13", {226, 128, 132, 0}
"emsp14", {226, 128, 133, 0}
-"emsp", {226, 128, 131, 0}
"ENG", {197, 138, 0}
"eng", {197, 139, 0}
"ensp", {226, 128, 130, 0}
"Eogon", {196, 152, 0}
"eogon", {196, 153, 0}
-"Eopf", {240, 157, 148, 188}
-"eopf", {240, 157, 149, 150}
+"Eopf", {240, 157, 148, 188, 0}
+"eopf", {240, 157, 149, 150, 0}
"epar", {226, 139, 149, 0}
"eparsl", {226, 167, 163, 0}
"eplus", {226, 169, 177, 0}
@@ -527,8 +527,8 @@ struct html_ent {
"escr", {226, 132, 175, 0}
"Escr", {226, 132, 176, 0}
"esdot", {226, 137, 144, 0}
-"Esim", {226, 169, 179, 0}
"esim", {226, 137, 130, 0}
+"Esim", {226, 169, 179, 0}
"Eta", {206, 151, 0}
"eta", {206, 183, 0}
"ETH", {195, 144, 0}
@@ -540,8 +540,8 @@ struct html_ent {
"exist", {226, 136, 131, 0}
"Exists", {226, 136, 131, 0}
"expectation", {226, 132, 176, 0}
-"exponentiale", {226, 133, 135, 0}
"ExponentialE", {226, 133, 135, 0}
+"exponentiale", {226, 133, 135, 0}
"fallingdotseq", {226, 137, 146, 0}
"Fcy", {208, 164, 0}
"fcy", {209, 132, 0}
@@ -549,20 +549,20 @@ struct html_ent {
"ffilig", {239, 172, 131, 0}
"fflig", {239, 172, 128, 0}
"ffllig", {239, 172, 132, 0}
-"Ffr", {240, 157, 148, 137}
-"ffr", {240, 157, 148, 163}
+"Ffr", {240, 157, 148, 137, 0}
+"ffr", {240, 157, 148, 163, 0}
"filig", {239, 172, 129, 0}
"FilledSmallSquare", {226, 151, 188, 0}
"FilledVerySmallSquare", {226, 150, 170, 0}
-"fjlig", {102, 0}
+"fjlig", {102, 106, 0}
"flat", {226, 153, 173, 0}
"fllig", {239, 172, 130, 0}
"fltns", {226, 150, 177, 0}
"fnof", {198, 146, 0}
-"Fopf", {240, 157, 148, 189}
-"fopf", {240, 157, 149, 151}
-"forall", {226, 136, 128, 0}
+"Fopf", {240, 157, 148, 189, 0}
+"fopf", {240, 157, 149, 151, 0}
"ForAll", {226, 136, 128, 0}
+"forall", {226, 136, 128, 0}
"fork", {226, 139, 148, 0}
"forkv", {226, 171, 153, 0}
"Fouriertrf", {226, 132, 177, 0}
@@ -584,8 +584,8 @@ struct html_ent {
"frac78", {226, 133, 158, 0}
"frasl", {226, 129, 132, 0}
"frown", {226, 140, 162, 0}
-"fscr", {240, 157, 146, 187}
"Fscr", {226, 132, 177, 0}
+"fscr", {240, 157, 146, 187, 0}
"gacute", {199, 181, 0}
"Gamma", {206, 147, 0}
"gamma", {206, 179, 0}
@@ -603,39 +603,39 @@ struct html_ent {
"gdot", {196, 161, 0}
"ge", {226, 137, 165, 0}
"gE", {226, 137, 167, 0}
-"gEl", {226, 170, 140, 0}
"gel", {226, 139, 155, 0}
+"gEl", {226, 170, 140, 0}
"geq", {226, 137, 165, 0}
"geqq", {226, 137, 167, 0}
"geqslant", {226, 169, 190, 0}
-"gescc", {226, 170, 169, 0}
"ges", {226, 169, 190, 0}
+"gescc", {226, 170, 169, 0}
"gesdot", {226, 170, 128, 0}
"gesdoto", {226, 170, 130, 0}
"gesdotol", {226, 170, 132, 0}
-"gesl", {226, 139, 155, 0}
+"gesl", {226, 139, 155, 239, 184, 128, 0}
"gesles", {226, 170, 148, 0}
-"Gfr", {240, 157, 148, 138}
-"gfr", {240, 157, 148, 164}
+"Gfr", {240, 157, 148, 138, 0}
+"gfr", {240, 157, 148, 164, 0}
"gg", {226, 137, 171, 0}
"Gg", {226, 139, 153, 0}
"ggg", {226, 139, 153, 0}
"gimel", {226, 132, 183, 0}
"GJcy", {208, 131, 0}
"gjcy", {209, 147, 0}
-"gla", {226, 170, 165, 0}
"gl", {226, 137, 183, 0}
+"gla", {226, 170, 165, 0}
"glE", {226, 170, 146, 0}
"glj", {226, 170, 164, 0}
"gnap", {226, 170, 138, 0}
"gnapprox", {226, 170, 138, 0}
-"gne", {226, 170, 136, 0}
"gnE", {226, 137, 169, 0}
+"gne", {226, 170, 136, 0}
"gneq", {226, 170, 136, 0}
"gneqq", {226, 137, 169, 0}
"gnsim", {226, 139, 167, 0}
-"Gopf", {240, 157, 148, 190}
-"gopf", {240, 157, 149, 152}
+"Gopf", {240, 157, 148, 190, 0}
+"gopf", {240, 157, 149, 152, 0}
"grave", {96, 0}
"GreaterEqual", {226, 137, 165, 0}
"GreaterEqualLess", {226, 139, 155, 0}
@@ -644,16 +644,16 @@ struct html_ent {
"GreaterLess", {226, 137, 183, 0}
"GreaterSlantEqual", {226, 169, 190, 0}
"GreaterTilde", {226, 137, 179, 0}
-"Gscr", {240, 157, 146, 162}
"gscr", {226, 132, 138, 0}
+"Gscr", {240, 157, 146, 162, 0}
"gsim", {226, 137, 179, 0}
"gsime", {226, 170, 142, 0}
"gsiml", {226, 170, 144, 0}
+"Gt", {226, 137, 171, 0}
+"GT", {62, 0}
+"gt", {62, 0}
"gtcc", {226, 170, 167, 0}
"gtcir", {226, 169, 186, 0}
-"gt", {62, 0}
-"GT", {62, 0}
-"Gt", {226, 137, 171, 0}
"gtdot", {226, 139, 151, 0}
"gtlPar", {226, 166, 149, 0}
"gtquest", {226, 169, 188, 0}
@@ -664,17 +664,17 @@ struct html_ent {
"gtreqqless", {226, 170, 140, 0}
"gtrless", {226, 137, 183, 0}
"gtrsim", {226, 137, 179, 0}
-"gvertneqq", {226, 137, 169, 0}
-"gvnE", {226, 137, 169, 0}
+"gvertneqq", {226, 137, 169, 239, 184, 128, 0}
+"gvnE", {226, 137, 169, 239, 184, 128, 0}
"Hacek", {203, 135, 0}
"hairsp", {226, 128, 138, 0}
"half", {194, 189, 0}
"hamilt", {226, 132, 139, 0}
"HARDcy", {208, 170, 0}
"hardcy", {209, 138, 0}
-"harrcir", {226, 165, 136, 0}
"harr", {226, 134, 148, 0}
"hArr", {226, 135, 148, 0}
+"harrcir", {226, 165, 136, 0}
"harrw", {226, 134, 173, 0}
"Hat", {94, 0}
"hbar", {226, 132, 143, 0}
@@ -684,8 +684,8 @@ struct html_ent {
"heartsuit", {226, 153, 165, 0}
"hellip", {226, 128, 166, 0}
"hercon", {226, 138, 185, 0}
-"hfr", {240, 157, 148, 165}
"Hfr", {226, 132, 140, 0}
+"hfr", {240, 157, 148, 165, 0}
"HilbertSpace", {226, 132, 139, 0}
"hksearow", {226, 164, 165, 0}
"hkswarow", {226, 164, 166, 0}
@@ -693,12 +693,12 @@ struct html_ent {
"homtht", {226, 136, 187, 0}
"hookleftarrow", {226, 134, 169, 0}
"hookrightarrow", {226, 134, 170, 0}
-"hopf", {240, 157, 149, 153}
"Hopf", {226, 132, 141, 0}
+"hopf", {240, 157, 149, 153, 0}
"horbar", {226, 128, 149, 0}
"HorizontalLine", {226, 148, 128, 0}
-"hscr", {240, 157, 146, 189}
"Hscr", {226, 132, 139, 0}
+"hscr", {240, 157, 146, 189, 0}
"hslash", {226, 132, 143, 0}
"Hstrok", {196, 166, 0}
"hstrok", {196, 167, 0}
@@ -718,8 +718,8 @@ struct html_ent {
"iecy", {208, 181, 0}
"iexcl", {194, 161, 0}
"iff", {226, 135, 148, 0}
-"ifr", {240, 157, 148, 166}
"Ifr", {226, 132, 145, 0}
+"ifr", {240, 157, 148, 166, 0}
"Igrave", {195, 140, 0}
"igrave", {195, 172, 0}
"ii", {226, 133, 136, 0}
@@ -729,6 +729,7 @@ struct html_ent {
"iiota", {226, 132, 169, 0}
"IJlig", {196, 178, 0}
"ijlig", {196, 179, 0}
+"Im", {226, 132, 145, 0}
"Imacr", {196, 170, 0}
"imacr", {196, 171, 0}
"image", {226, 132, 145, 0}
@@ -736,18 +737,17 @@ struct html_ent {
"imagline", {226, 132, 144, 0}
"imagpart", {226, 132, 145, 0}
"imath", {196, 177, 0}
-"Im", {226, 132, 145, 0}
"imof", {226, 138, 183, 0}
"imped", {198, 181, 0}
"Implies", {226, 135, 146, 0}
-"incare", {226, 132, 133, 0}
"in", {226, 136, 136, 0}
+"incare", {226, 132, 133, 0}
"infin", {226, 136, 158, 0}
"infintie", {226, 167, 157, 0}
"inodot", {196, 177, 0}
-"intcal", {226, 138, 186, 0}
"int", {226, 136, 171, 0}
"Int", {226, 136, 172, 0}
+"intcal", {226, 138, 186, 0}
"integers", {226, 132, 164, 0}
"Integral", {226, 136, 171, 0}
"intercal", {226, 138, 186, 0}
@@ -760,14 +760,14 @@ struct html_ent {
"iocy", {209, 145, 0}
"Iogon", {196, 174, 0}
"iogon", {196, 175, 0}
-"Iopf", {240, 157, 149, 128}
-"iopf", {240, 157, 149, 154}
+"Iopf", {240, 157, 149, 128, 0}
+"iopf", {240, 157, 149, 154, 0}
"Iota", {206, 153, 0}
"iota", {206, 185, 0}
"iprod", {226, 168, 188, 0}
"iquest", {194, 191, 0}
-"iscr", {240, 157, 146, 190}
"Iscr", {226, 132, 144, 0}
+"iscr", {240, 157, 146, 190, 0}
"isin", {226, 136, 136, 0}
"isindot", {226, 139, 181, 0}
"isinE", {226, 139, 185, 0}
@@ -785,13 +785,13 @@ struct html_ent {
"jcirc", {196, 181, 0}
"Jcy", {208, 153, 0}
"jcy", {208, 185, 0}
-"Jfr", {240, 157, 148, 141}
-"jfr", {240, 157, 148, 167}
+"Jfr", {240, 157, 148, 141, 0}
+"jfr", {240, 157, 148, 167, 0}
"jmath", {200, 183, 0}
-"Jopf", {240, 157, 149, 129}
-"jopf", {240, 157, 149, 155}
-"Jscr", {240, 157, 146, 165}
-"jscr", {240, 157, 146, 191}
+"Jopf", {240, 157, 149, 129, 0}
+"jopf", {240, 157, 149, 155, 0}
+"Jscr", {240, 157, 146, 165, 0}
+"jscr", {240, 157, 146, 191, 0}
"Jsercy", {208, 136, 0}
"jsercy", {209, 152, 0}
"Jukcy", {208, 132, 0}
@@ -803,17 +803,17 @@ struct html_ent {
"kcedil", {196, 183, 0}
"Kcy", {208, 154, 0}
"kcy", {208, 186, 0}
-"Kfr", {240, 157, 148, 142}
-"kfr", {240, 157, 148, 168}
+"Kfr", {240, 157, 148, 142, 0}
+"kfr", {240, 157, 148, 168, 0}
"kgreen", {196, 184, 0}
"KHcy", {208, 165, 0}
"khcy", {209, 133, 0}
"KJcy", {208, 140, 0}
"kjcy", {209, 156, 0}
-"Kopf", {240, 157, 149, 130}
-"kopf", {240, 157, 149, 156}
-"Kscr", {240, 157, 146, 166}
-"kscr", {240, 157, 147, 128}
+"Kopf", {240, 157, 149, 130, 0}
+"kopf", {240, 157, 149, 156, 0}
+"Kscr", {240, 157, 146, 166, 0}
+"kscr", {240, 157, 147, 128, 0}
"lAarr", {226, 135, 154, 0}
"Lacute", {196, 185, 0}
"lacute", {196, 186, 0}
@@ -828,22 +828,22 @@ struct html_ent {
"lap", {226, 170, 133, 0}
"Laplacetrf", {226, 132, 146, 0}
"laquo", {194, 171, 0}
-"larrb", {226, 135, 164, 0}
-"larrbfs", {226, 164, 159, 0}
"larr", {226, 134, 144, 0}
"Larr", {226, 134, 158, 0}
"lArr", {226, 135, 144, 0}
+"larrb", {226, 135, 164, 0}
+"larrbfs", {226, 164, 159, 0}
"larrfs", {226, 164, 157, 0}
"larrhk", {226, 134, 169, 0}
"larrlp", {226, 134, 171, 0}
"larrpl", {226, 164, 185, 0}
"larrsim", {226, 165, 179, 0}
"larrtl", {226, 134, 162, 0}
+"lat", {226, 170, 171, 0}
"latail", {226, 164, 153, 0}
"lAtail", {226, 164, 155, 0}
-"lat", {226, 170, 171, 0}
"late", {226, 170, 173, 0}
-"lates", {226, 170, 173, 0}
+"lates", {226, 170, 173, 239, 184, 128, 0}
"lbarr", {226, 164, 140, 0}
"lBarr", {226, 164, 142, 0}
"lbbrk", {226, 157, 178, 0}
@@ -869,52 +869,52 @@ struct html_ent {
"le", {226, 137, 164, 0}
"lE", {226, 137, 166, 0}
"LeftAngleBracket", {226, 159, 168, 0}
-"LeftArrowBar", {226, 135, 164, 0}
-"leftarrow", {226, 134, 144, 0}
"LeftArrow", {226, 134, 144, 0}
+"leftarrow", {226, 134, 144, 0}
"Leftarrow", {226, 135, 144, 0}
+"LeftArrowBar", {226, 135, 164, 0}
"LeftArrowRightArrow", {226, 135, 134, 0}
"leftarrowtail", {226, 134, 162, 0}
"LeftCeiling", {226, 140, 136, 0}
"LeftDoubleBracket", {226, 159, 166, 0}
"LeftDownTeeVector", {226, 165, 161, 0}
-"LeftDownVectorBar", {226, 165, 153, 0}
"LeftDownVector", {226, 135, 131, 0}
+"LeftDownVectorBar", {226, 165, 153, 0}
"LeftFloor", {226, 140, 138, 0}
"leftharpoondown", {226, 134, 189, 0}
"leftharpoonup", {226, 134, 188, 0}
"leftleftarrows", {226, 135, 135, 0}
-"leftrightarrow", {226, 134, 148, 0}
"LeftRightArrow", {226, 134, 148, 0}
+"leftrightarrow", {226, 134, 148, 0}
"Leftrightarrow", {226, 135, 148, 0}
"leftrightarrows", {226, 135, 134, 0}
"leftrightharpoons", {226, 135, 139, 0}
"leftrightsquigarrow", {226, 134, 173, 0}
"LeftRightVector", {226, 165, 142, 0}
-"LeftTeeArrow", {226, 134, 164, 0}
"LeftTee", {226, 138, 163, 0}
+"LeftTeeArrow", {226, 134, 164, 0}
"LeftTeeVector", {226, 165, 154, 0}
"leftthreetimes", {226, 139, 139, 0}
-"LeftTriangleBar", {226, 167, 143, 0}
"LeftTriangle", {226, 138, 178, 0}
+"LeftTriangleBar", {226, 167, 143, 0}
"LeftTriangleEqual", {226, 138, 180, 0}
"LeftUpDownVector", {226, 165, 145, 0}
"LeftUpTeeVector", {226, 165, 160, 0}
-"LeftUpVectorBar", {226, 165, 152, 0}
"LeftUpVector", {226, 134, 191, 0}
-"LeftVectorBar", {226, 165, 146, 0}
+"LeftUpVectorBar", {226, 165, 152, 0}
"LeftVector", {226, 134, 188, 0}
-"lEg", {226, 170, 139, 0}
+"LeftVectorBar", {226, 165, 146, 0}
"leg", {226, 139, 154, 0}
+"lEg", {226, 170, 139, 0}
"leq", {226, 137, 164, 0}
"leqq", {226, 137, 166, 0}
"leqslant", {226, 169, 189, 0}
-"lescc", {226, 170, 168, 0}
"les", {226, 169, 189, 0}
+"lescc", {226, 170, 168, 0}
"lesdot", {226, 169, 191, 0}
"lesdoto", {226, 170, 129, 0}
"lesdotor", {226, 170, 131, 0}
-"lesg", {226, 139, 154, 0}
+"lesg", {226, 139, 154, 239, 184, 128, 0}
"lesges", {226, 170, 147, 0}
"lessapprox", {226, 170, 133, 0}
"lessdot", {226, 139, 150, 0}
@@ -930,8 +930,8 @@ struct html_ent {
"LessTilde", {226, 137, 178, 0}
"lfisht", {226, 165, 188, 0}
"lfloor", {226, 140, 138, 0}
-"Lfr", {240, 157, 148, 143}
-"lfr", {240, 157, 148, 169}
+"Lfr", {240, 157, 148, 143, 0}
+"lfr", {240, 157, 148, 169, 0}
"lg", {226, 137, 182, 0}
"lgE", {226, 170, 145, 0}
"lHar", {226, 165, 162, 0}
@@ -941,42 +941,42 @@ struct html_ent {
"lhblk", {226, 150, 132, 0}
"LJcy", {208, 137, 0}
"ljcy", {209, 153, 0}
-"llarr", {226, 135, 135, 0}
"ll", {226, 137, 170, 0}
"Ll", {226, 139, 152, 0}
+"llarr", {226, 135, 135, 0}
"llcorner", {226, 140, 158, 0}
"Lleftarrow", {226, 135, 154, 0}
"llhard", {226, 165, 171, 0}
"lltri", {226, 151, 186, 0}
"Lmidot", {196, 191, 0}
"lmidot", {197, 128, 0}
-"lmoustache", {226, 142, 176, 0}
"lmoust", {226, 142, 176, 0}
+"lmoustache", {226, 142, 176, 0}
"lnap", {226, 170, 137, 0}
"lnapprox", {226, 170, 137, 0}
-"lne", {226, 170, 135, 0}
"lnE", {226, 137, 168, 0}
+"lne", {226, 170, 135, 0}
"lneq", {226, 170, 135, 0}
"lneqq", {226, 137, 168, 0}
"lnsim", {226, 139, 166, 0}
"loang", {226, 159, 172, 0}
"loarr", {226, 135, 189, 0}
"lobrk", {226, 159, 166, 0}
-"longleftarrow", {226, 159, 181, 0}
"LongLeftArrow", {226, 159, 181, 0}
+"longleftarrow", {226, 159, 181, 0}
"Longleftarrow", {226, 159, 184, 0}
-"longleftrightarrow", {226, 159, 183, 0}
"LongLeftRightArrow", {226, 159, 183, 0}
+"longleftrightarrow", {226, 159, 183, 0}
"Longleftrightarrow", {226, 159, 186, 0}
"longmapsto", {226, 159, 188, 0}
-"longrightarrow", {226, 159, 182, 0}
"LongRightArrow", {226, 159, 182, 0}
+"longrightarrow", {226, 159, 182, 0}
"Longrightarrow", {226, 159, 185, 0}
"looparrowleft", {226, 134, 171, 0}
"looparrowright", {226, 134, 172, 0}
"lopar", {226, 166, 133, 0}
-"Lopf", {240, 157, 149, 131}
-"lopf", {240, 157, 149, 157}
+"Lopf", {240, 157, 149, 131, 0}
+"lopf", {240, 157, 149, 157, 0}
"loplus", {226, 168, 173, 0}
"lotimes", {226, 168, 180, 0}
"lowast", {226, 136, 151, 0}
@@ -995,10 +995,10 @@ struct html_ent {
"lrm", {226, 128, 142, 0}
"lrtri", {226, 138, 191, 0}
"lsaquo", {226, 128, 185, 0}
-"lscr", {240, 157, 147, 129}
"Lscr", {226, 132, 146, 0}
-"lsh", {226, 134, 176, 0}
+"lscr", {240, 157, 147, 129, 0}
"Lsh", {226, 134, 176, 0}
+"lsh", {226, 134, 176, 0}
"lsim", {226, 137, 178, 0}
"lsime", {226, 170, 141, 0}
"lsimg", {226, 170, 143, 0}
@@ -1007,11 +1007,11 @@ struct html_ent {
"lsquor", {226, 128, 154, 0}
"Lstrok", {197, 129, 0}
"lstrok", {197, 130, 0}
+"Lt", {226, 137, 170, 0}
+"LT", {60, 0}
+"lt", {60, 0}
"ltcc", {226, 170, 166, 0}
"ltcir", {226, 169, 185, 0}
-"lt", {60, 0}
-"LT", {60, 0}
-"Lt", {226, 137, 170, 0}
"ltdot", {226, 139, 150, 0}
"lthree", {226, 139, 139, 0}
"ltimes", {226, 139, 137, 0}
@@ -1023,14 +1023,14 @@ struct html_ent {
"ltrPar", {226, 166, 150, 0}
"lurdshar", {226, 165, 138, 0}
"luruhar", {226, 165, 166, 0}
-"lvertneqq", {226, 137, 168, 0}
-"lvnE", {226, 137, 168, 0}
+"lvertneqq", {226, 137, 168, 239, 184, 128, 0}
+"lvnE", {226, 137, 168, 239, 184, 128, 0}
"macr", {194, 175, 0}
"male", {226, 153, 130, 0}
"malt", {226, 156, 160, 0}
"maltese", {226, 156, 160, 0}
-"Map", {226, 164, 133, 0}
"map", {226, 134, 166, 0}
+"Map", {226, 164, 133, 0}
"mapsto", {226, 134, 166, 0}
"mapstodown", {226, 134, 167, 0}
"mapstoleft", {226, 134, 164, 0}
@@ -1044,16 +1044,16 @@ struct html_ent {
"measuredangle", {226, 136, 161, 0}
"MediumSpace", {226, 129, 159, 0}
"Mellintrf", {226, 132, 179, 0}
-"Mfr", {240, 157, 148, 144}
-"mfr", {240, 157, 148, 170}
+"Mfr", {240, 157, 148, 144, 0}
+"mfr", {240, 157, 148, 170, 0}
"mho", {226, 132, 167, 0}
"micro", {194, 181, 0}
+"mid", {226, 136, 163, 0}
"midast", {42, 0}
"midcir", {226, 171, 176, 0}
-"mid", {226, 136, 163, 0}
"middot", {194, 183, 0}
-"minusb", {226, 138, 159, 0}
"minus", {226, 136, 146, 0}
+"minusb", {226, 138, 159, 0}
"minusd", {226, 136, 184, 0}
"minusdu", {226, 168, 170, 0}
"MinusPlus", {226, 136, 147, 0}
@@ -1061,11 +1061,11 @@ struct html_ent {
"mldr", {226, 128, 166, 0}
"mnplus", {226, 136, 147, 0}
"models", {226, 138, 167, 0}
-"Mopf", {240, 157, 149, 132}
-"mopf", {240, 157, 149, 158}
+"Mopf", {240, 157, 149, 132, 0}
+"mopf", {240, 157, 149, 158, 0}
"mp", {226, 136, 147, 0}
-"mscr", {240, 157, 147, 130}
"Mscr", {226, 132, 179, 0}
+"mscr", {240, 157, 147, 130, 0}
"mstpos", {226, 136, 190, 0}
"Mu", {206, 156, 0}
"mu", {206, 188, 0}
@@ -1074,61 +1074,61 @@ struct html_ent {
"nabla", {226, 136, 135, 0}
"Nacute", {197, 131, 0}
"nacute", {197, 132, 0}
-"nang", {226, 136, 160, 0}
+"nang", {226, 136, 160, 226, 131, 146, 0}
"nap", {226, 137, 137, 0}
-"napE", {226, 169, 176, 0}
-"napid", {226, 137, 139, 0}
+"napE", {226, 169, 176, 204, 184, 0}
+"napid", {226, 137, 139, 204, 184, 0}
"napos", {197, 137, 0}
"napprox", {226, 137, 137, 0}
+"natur", {226, 153, 174, 0}
"natural", {226, 153, 174, 0}
"naturals", {226, 132, 149, 0}
-"natur", {226, 153, 174, 0}
"nbsp", {194, 160, 0}
-"nbump", {226, 137, 142, 0}
-"nbumpe", {226, 137, 143, 0}
+"nbump", {226, 137, 142, 204, 184, 0}
+"nbumpe", {226, 137, 143, 204, 184, 0}
"ncap", {226, 169, 131, 0}
"Ncaron", {197, 135, 0}
"ncaron", {197, 136, 0}
"Ncedil", {197, 133, 0}
"ncedil", {197, 134, 0}
"ncong", {226, 137, 135, 0}
-"ncongdot", {226, 169, 173, 0}
+"ncongdot", {226, 169, 173, 204, 184, 0}
"ncup", {226, 169, 130, 0}
"Ncy", {208, 157, 0}
"ncy", {208, 189, 0}
"ndash", {226, 128, 147, 0}
+"ne", {226, 137, 160, 0}
"nearhk", {226, 164, 164, 0}
"nearr", {226, 134, 151, 0}
"neArr", {226, 135, 151, 0}
"nearrow", {226, 134, 151, 0}
-"ne", {226, 137, 160, 0}
-"nedot", {226, 137, 144, 0}
+"nedot", {226, 137, 144, 204, 184, 0}
"NegativeMediumSpace", {226, 128, 139, 0}
"NegativeThickSpace", {226, 128, 139, 0}
"NegativeThinSpace", {226, 128, 139, 0}
"NegativeVeryThinSpace", {226, 128, 139, 0}
"nequiv", {226, 137, 162, 0}
"nesear", {226, 164, 168, 0}
-"nesim", {226, 137, 130, 0}
+"nesim", {226, 137, 130, 204, 184, 0}
"NestedGreaterGreater", {226, 137, 171, 0}
"NestedLessLess", {226, 137, 170, 0}
"NewLine", {10, 0}
"nexist", {226, 136, 132, 0}
"nexists", {226, 136, 132, 0}
-"Nfr", {240, 157, 148, 145}
-"nfr", {240, 157, 148, 171}
-"ngE", {226, 137, 167, 0}
+"Nfr", {240, 157, 148, 145, 0}
+"nfr", {240, 157, 148, 171, 0}
+"ngE", {226, 137, 167, 204, 184, 0}
"nge", {226, 137, 177, 0}
"ngeq", {226, 137, 177, 0}
-"ngeqq", {226, 137, 167, 0}
-"ngeqslant", {226, 169, 190, 0}
-"nges", {226, 169, 190, 0}
-"nGg", {226, 139, 153, 0}
+"ngeqq", {226, 137, 167, 204, 184, 0}
+"ngeqslant", {226, 169, 190, 204, 184, 0}
+"nges", {226, 169, 190, 204, 184, 0}
+"nGg", {226, 139, 153, 204, 184, 0}
"ngsim", {226, 137, 181, 0}
-"nGt", {226, 137, 171, 0}
+"nGt", {226, 137, 171, 226, 131, 146, 0}
"ngt", {226, 137, 175, 0}
"ngtr", {226, 137, 175, 0}
-"nGtv", {226, 137, 171, 0}
+"nGtv", {226, 137, 171, 204, 184, 0}
"nharr", {226, 134, 174, 0}
"nhArr", {226, 135, 142, 0}
"nhpar", {226, 171, 178, 0}
@@ -1141,115 +1141,115 @@ struct html_ent {
"nlarr", {226, 134, 154, 0}
"nlArr", {226, 135, 141, 0}
"nldr", {226, 128, 165, 0}
-"nlE", {226, 137, 166, 0}
+"nlE", {226, 137, 166, 204, 184, 0}
"nle", {226, 137, 176, 0}
"nleftarrow", {226, 134, 154, 0}
"nLeftarrow", {226, 135, 141, 0}
"nleftrightarrow", {226, 134, 174, 0}
"nLeftrightarrow", {226, 135, 142, 0}
"nleq", {226, 137, 176, 0}
-"nleqq", {226, 137, 166, 0}
-"nleqslant", {226, 169, 189, 0}
-"nles", {226, 169, 189, 0}
+"nleqq", {226, 137, 166, 204, 184, 0}
+"nleqslant", {226, 169, 189, 204, 184, 0}
+"nles", {226, 169, 189, 204, 184, 0}
"nless", {226, 137, 174, 0}
-"nLl", {226, 139, 152, 0}
+"nLl", {226, 139, 152, 204, 184, 0}
"nlsim", {226, 137, 180, 0}
-"nLt", {226, 137, 170, 0}
+"nLt", {226, 137, 170, 226, 131, 146, 0}
"nlt", {226, 137, 174, 0}
"nltri", {226, 139, 170, 0}
"nltrie", {226, 139, 172, 0}
-"nLtv", {226, 137, 170, 0}
+"nLtv", {226, 137, 170, 204, 184, 0}
"nmid", {226, 136, 164, 0}
"NoBreak", {226, 129, 160, 0}
"NonBreakingSpace", {194, 160, 0}
-"nopf", {240, 157, 149, 159}
"Nopf", {226, 132, 149, 0}
-"Not", {226, 171, 172, 0}
+"nopf", {240, 157, 149, 159, 0}
"not", {194, 172, 0}
+"Not", {226, 171, 172, 0}
"NotCongruent", {226, 137, 162, 0}
"NotCupCap", {226, 137, 173, 0}
"NotDoubleVerticalBar", {226, 136, 166, 0}
"NotElement", {226, 136, 137, 0}
"NotEqual", {226, 137, 160, 0}
-"NotEqualTilde", {226, 137, 130, 0}
+"NotEqualTilde", {226, 137, 130, 204, 184, 0}
"NotExists", {226, 136, 132, 0}
"NotGreater", {226, 137, 175, 0}
"NotGreaterEqual", {226, 137, 177, 0}
-"NotGreaterFullEqual", {226, 137, 167, 0}
-"NotGreaterGreater", {226, 137, 171, 0}
+"NotGreaterFullEqual", {226, 137, 167, 204, 184, 0}
+"NotGreaterGreater", {226, 137, 171, 204, 184, 0}
"NotGreaterLess", {226, 137, 185, 0}
-"NotGreaterSlantEqual", {226, 169, 190, 0}
+"NotGreaterSlantEqual", {226, 169, 190, 204, 184, 0}
"NotGreaterTilde", {226, 137, 181, 0}
-"NotHumpDownHump", {226, 137, 142, 0}
-"NotHumpEqual", {226, 137, 143, 0}
+"NotHumpDownHump", {226, 137, 142, 204, 184, 0}
+"NotHumpEqual", {226, 137, 143, 204, 184, 0}
"notin", {226, 136, 137, 0}
-"notindot", {226, 139, 181, 0}
-"notinE", {226, 139, 185, 0}
+"notindot", {226, 139, 181, 204, 184, 0}
+"notinE", {226, 139, 185, 204, 184, 0}
"notinva", {226, 136, 137, 0}
"notinvb", {226, 139, 183, 0}
"notinvc", {226, 139, 182, 0}
-"NotLeftTriangleBar", {226, 167, 143, 0}
"NotLeftTriangle", {226, 139, 170, 0}
+"NotLeftTriangleBar", {226, 167, 143, 204, 184, 0}
"NotLeftTriangleEqual", {226, 139, 172, 0}
"NotLess", {226, 137, 174, 0}
"NotLessEqual", {226, 137, 176, 0}
"NotLessGreater", {226, 137, 184, 0}
-"NotLessLess", {226, 137, 170, 0}
-"NotLessSlantEqual", {226, 169, 189, 0}
+"NotLessLess", {226, 137, 170, 204, 184, 0}
+"NotLessSlantEqual", {226, 169, 189, 204, 184, 0}
"NotLessTilde", {226, 137, 180, 0}
-"NotNestedGreaterGreater", {226, 170, 162, 0}
-"NotNestedLessLess", {226, 170, 161, 0}
+"NotNestedGreaterGreater", {226, 170, 162, 204, 184, 0}
+"NotNestedLessLess", {226, 170, 161, 204, 184, 0}
"notni", {226, 136, 140, 0}
"notniva", {226, 136, 140, 0}
"notnivb", {226, 139, 190, 0}
"notnivc", {226, 139, 189, 0}
"NotPrecedes", {226, 138, 128, 0}
-"NotPrecedesEqual", {226, 170, 175, 0}
+"NotPrecedesEqual", {226, 170, 175, 204, 184, 0}
"NotPrecedesSlantEqual", {226, 139, 160, 0}
"NotReverseElement", {226, 136, 140, 0}
-"NotRightTriangleBar", {226, 167, 144, 0}
"NotRightTriangle", {226, 139, 171, 0}
+"NotRightTriangleBar", {226, 167, 144, 204, 184, 0}
"NotRightTriangleEqual", {226, 139, 173, 0}
-"NotSquareSubset", {226, 138, 143, 0}
+"NotSquareSubset", {226, 138, 143, 204, 184, 0}
"NotSquareSubsetEqual", {226, 139, 162, 0}
-"NotSquareSuperset", {226, 138, 144, 0}
+"NotSquareSuperset", {226, 138, 144, 204, 184, 0}
"NotSquareSupersetEqual", {226, 139, 163, 0}
-"NotSubset", {226, 138, 130, 0}
+"NotSubset", {226, 138, 130, 226, 131, 146, 0}
"NotSubsetEqual", {226, 138, 136, 0}
"NotSucceeds", {226, 138, 129, 0}
-"NotSucceedsEqual", {226, 170, 176, 0}
+"NotSucceedsEqual", {226, 170, 176, 204, 184, 0}
"NotSucceedsSlantEqual", {226, 139, 161, 0}
-"NotSucceedsTilde", {226, 137, 191, 0}
-"NotSuperset", {226, 138, 131, 0}
+"NotSucceedsTilde", {226, 137, 191, 204, 184, 0}
+"NotSuperset", {226, 138, 131, 226, 131, 146, 0}
"NotSupersetEqual", {226, 138, 137, 0}
"NotTilde", {226, 137, 129, 0}
"NotTildeEqual", {226, 137, 132, 0}
"NotTildeFullEqual", {226, 137, 135, 0}
"NotTildeTilde", {226, 137, 137, 0}
"NotVerticalBar", {226, 136, 164, 0}
-"nparallel", {226, 136, 166, 0}
"npar", {226, 136, 166, 0}
-"nparsl", {226, 171, 189, 0}
-"npart", {226, 136, 130, 0}
+"nparallel", {226, 136, 166, 0}
+"nparsl", {226, 171, 189, 226, 131, 165, 0}
+"npart", {226, 136, 130, 204, 184, 0}
"npolint", {226, 168, 148, 0}
"npr", {226, 138, 128, 0}
"nprcue", {226, 139, 160, 0}
+"npre", {226, 170, 175, 204, 184, 0}
"nprec", {226, 138, 128, 0}
-"npreceq", {226, 170, 175, 0}
-"npre", {226, 170, 175, 0}
-"nrarrc", {226, 164, 179, 0}
+"npreceq", {226, 170, 175, 204, 184, 0}
"nrarr", {226, 134, 155, 0}
"nrArr", {226, 135, 143, 0}
-"nrarrw", {226, 134, 157, 0}
+"nrarrc", {226, 164, 179, 204, 184, 0}
+"nrarrw", {226, 134, 157, 204, 184, 0}
"nrightarrow", {226, 134, 155, 0}
"nRightarrow", {226, 135, 143, 0}
"nrtri", {226, 139, 171, 0}
"nrtrie", {226, 139, 173, 0}
"nsc", {226, 138, 129, 0}
"nsccue", {226, 139, 161, 0}
-"nsce", {226, 170, 176, 0}
-"Nscr", {240, 157, 146, 169}
-"nscr", {240, 157, 147, 131}
+"nsce", {226, 170, 176, 204, 184, 0}
+"Nscr", {240, 157, 146, 169, 0}
+"nscr", {240, 157, 147, 131, 0}
"nshortmid", {226, 136, 164, 0}
"nshortparallel", {226, 136, 166, 0}
"nsim", {226, 137, 129, 0}
@@ -1260,19 +1260,19 @@ struct html_ent {
"nsqsube", {226, 139, 162, 0}
"nsqsupe", {226, 139, 163, 0}
"nsub", {226, 138, 132, 0}
-"nsubE", {226, 171, 133, 0}
"nsube", {226, 138, 136, 0}
-"nsubset", {226, 138, 130, 0}
+"nsubE", {226, 171, 133, 204, 184, 0}
+"nsubset", {226, 138, 130, 226, 131, 146, 0}
"nsubseteq", {226, 138, 136, 0}
-"nsubseteqq", {226, 171, 133, 0}
+"nsubseteqq", {226, 171, 133, 204, 184, 0}
"nsucc", {226, 138, 129, 0}
-"nsucceq", {226, 170, 176, 0}
+"nsucceq", {226, 170, 176, 204, 184, 0}
"nsup", {226, 138, 133, 0}
-"nsupE", {226, 171, 134, 0}
"nsupe", {226, 138, 137, 0}
-"nsupset", {226, 138, 131, 0}
+"nsupE", {226, 171, 134, 204, 184, 0}
+"nsupset", {226, 138, 131, 226, 131, 146, 0}
"nsupseteq", {226, 138, 137, 0}
-"nsupseteqq", {226, 171, 134, 0}
+"nsupseteqq", {226, 171, 134, 204, 184, 0}
"ntgl", {226, 137, 185, 0}
"Ntilde", {195, 145, 0}
"ntilde", {195, 177, 0}
@@ -1286,22 +1286,22 @@ struct html_ent {
"num", {35, 0}
"numero", {226, 132, 150, 0}
"numsp", {226, 128, 135, 0}
-"nvap", {226, 137, 141, 0}
+"nvap", {226, 137, 141, 226, 131, 146, 0}
"nvdash", {226, 138, 172, 0}
"nvDash", {226, 138, 173, 0}
"nVdash", {226, 138, 174, 0}
"nVDash", {226, 138, 175, 0}
-"nvge", {226, 137, 165, 0}
-"nvgt", {62, 0}
+"nvge", {226, 137, 165, 226, 131, 146, 0}
+"nvgt", {62, 226, 131, 146, 0}
"nvHarr", {226, 164, 132, 0}
"nvinfin", {226, 167, 158, 0}
"nvlArr", {226, 164, 130, 0}
-"nvle", {226, 137, 164, 0}
-"nvlt", {60, 0}
-"nvltrie", {226, 138, 180, 0}
+"nvle", {226, 137, 164, 226, 131, 146, 0}
+"nvlt", {60, 226, 131, 146, 0}
+"nvltrie", {226, 138, 180, 226, 131, 146, 0}
"nvrArr", {226, 164, 131, 0}
-"nvrtrie", {226, 138, 181, 0}
-"nvsim", {226, 136, 188, 0}
+"nvrtrie", {226, 138, 181, 226, 131, 146, 0}
+"nvsim", {226, 136, 188, 226, 131, 146, 0}
"nwarhk", {226, 164, 163, 0}
"nwarr", {226, 134, 150, 0}
"nwArr", {226, 135, 150, 0}
@@ -1310,9 +1310,9 @@ struct html_ent {
"Oacute", {195, 147, 0}
"oacute", {195, 179, 0}
"oast", {226, 138, 155, 0}
+"ocir", {226, 138, 154, 0}
"Ocirc", {195, 148, 0}
"ocirc", {195, 180, 0}
-"ocir", {226, 138, 154, 0}
"Ocy", {208, 158, 0}
"ocy", {208, 190, 0}
"odash", {226, 138, 157, 0}
@@ -1324,8 +1324,8 @@ struct html_ent {
"OElig", {197, 146, 0}
"oelig", {197, 147, 0}
"ofcir", {226, 166, 191, 0}
-"Ofr", {240, 157, 148, 146}
-"ofr", {240, 157, 148, 172}
+"Ofr", {240, 157, 148, 146, 0}
+"ofr", {240, 157, 148, 172, 0}
"ogon", {203, 155, 0}
"Ograve", {195, 146, 0}
"ograve", {195, 178, 0}
@@ -1346,16 +1346,16 @@ struct html_ent {
"omicron", {206, 191, 0}
"omid", {226, 166, 182, 0}
"ominus", {226, 138, 150, 0}
-"Oopf", {240, 157, 149, 134}
-"oopf", {240, 157, 149, 160}
+"Oopf", {240, 157, 149, 134, 0}
+"oopf", {240, 157, 149, 160, 0}
"opar", {226, 166, 183, 0}
"OpenCurlyDoubleQuote", {226, 128, 156, 0}
"OpenCurlyQuote", {226, 128, 152, 0}
"operp", {226, 166, 185, 0}
"oplus", {226, 138, 149, 0}
-"orarr", {226, 134, 187, 0}
-"Or", {226, 169, 148, 0}
"or", {226, 136, 168, 0}
+"Or", {226, 169, 148, 0}
+"orarr", {226, 134, 187, 0}
"ord", {226, 169, 157, 0}
"order", {226, 132, 180, 0}
"orderof", {226, 132, 180, 0}
@@ -1366,16 +1366,16 @@ struct html_ent {
"orslope", {226, 169, 151, 0}
"orv", {226, 169, 155, 0}
"oS", {226, 147, 136, 0}
-"Oscr", {240, 157, 146, 170}
"oscr", {226, 132, 180, 0}
+"Oscr", {240, 157, 146, 170, 0}
"Oslash", {195, 152, 0}
"oslash", {195, 184, 0}
"osol", {226, 138, 152, 0}
"Otilde", {195, 149, 0}
"otilde", {195, 181, 0}
-"otimesas", {226, 168, 182, 0}
-"Otimes", {226, 168, 183, 0}
"otimes", {226, 138, 151, 0}
+"Otimes", {226, 168, 183, 0}
+"otimesas", {226, 168, 182, 0}
"Ouml", {195, 150, 0}
"ouml", {195, 182, 0}
"ovbar", {226, 140, 189, 0}
@@ -1383,9 +1383,9 @@ struct html_ent {
"OverBrace", {226, 143, 158, 0}
"OverBracket", {226, 142, 180, 0}
"OverParenthesis", {226, 143, 156, 0}
+"par", {226, 136, 165, 0}
"para", {194, 182, 0}
"parallel", {226, 136, 165, 0}
-"par", {226, 136, 165, 0}
"parsim", {226, 171, 179, 0}
"parsl", {226, 171, 189, 0}
"part", {226, 136, 130, 0}
@@ -1397,8 +1397,8 @@ struct html_ent {
"permil", {226, 128, 176, 0}
"perp", {226, 138, 165, 0}
"pertenk", {226, 128, 177, 0}
-"Pfr", {240, 157, 148, 147}
-"pfr", {240, 157, 148, 173}
+"Pfr", {240, 157, 148, 147, 0}
+"pfr", {240, 157, 148, 173, 0}
"Phi", {206, 166, 0}
"phi", {207, 134, 0}
"phiv", {207, 149, 0}
@@ -1411,10 +1411,10 @@ struct html_ent {
"planck", {226, 132, 143, 0}
"planckh", {226, 132, 142, 0}
"plankv", {226, 132, 143, 0}
+"plus", {43, 0}
"plusacir", {226, 168, 163, 0}
"plusb", {226, 138, 158, 0}
"pluscir", {226, 168, 162, 0}
-"plus", {43, 0}
"plusdo", {226, 136, 148, 0}
"plusdu", {226, 168, 165, 0}
"pluse", {226, 169, 178, 0}
@@ -1425,15 +1425,17 @@ struct html_ent {
"pm", {194, 177, 0}
"Poincareplane", {226, 132, 140, 0}
"pointint", {226, 168, 149, 0}
-"popf", {240, 157, 149, 161}
"Popf", {226, 132, 153, 0}
+"popf", {240, 157, 149, 161, 0}
"pound", {194, 163, 0}
-"prap", {226, 170, 183, 0}
-"Pr", {226, 170, 187, 0}
"pr", {226, 137, 186, 0}
+"Pr", {226, 170, 187, 0}
+"prap", {226, 170, 183, 0}
"prcue", {226, 137, 188, 0}
-"precapprox", {226, 170, 183, 0}
+"pre", {226, 170, 175, 0}
+"prE", {226, 170, 179, 0}
"prec", {226, 137, 186, 0}
+"precapprox", {226, 170, 183, 0}
"preccurlyeq", {226, 137, 188, 0}
"Precedes", {226, 137, 186, 0}
"PrecedesEqual", {226, 170, 175, 0}
@@ -1443,8 +1445,6 @@ struct html_ent {
"precnapprox", {226, 170, 185, 0}
"precneqq", {226, 170, 181, 0}
"precnsim", {226, 139, 168, 0}
-"pre", {226, 170, 175, 0}
-"prE", {226, 170, 179, 0}
"precsim", {226, 137, 190, 0}
"prime", {226, 128, 178, 0}
"Prime", {226, 128, 179, 0}
@@ -1458,32 +1458,32 @@ struct html_ent {
"profline", {226, 140, 146, 0}
"profsurf", {226, 140, 147, 0}
"prop", {226, 136, 157, 0}
-"Proportional", {226, 136, 157, 0}
"Proportion", {226, 136, 183, 0}
+"Proportional", {226, 136, 157, 0}
"propto", {226, 136, 157, 0}
"prsim", {226, 137, 190, 0}
"prurel", {226, 138, 176, 0}
-"Pscr", {240, 157, 146, 171}
-"pscr", {240, 157, 147, 133}
+"Pscr", {240, 157, 146, 171, 0}
+"pscr", {240, 157, 147, 133, 0}
"Psi", {206, 168, 0}
"psi", {207, 136, 0}
"puncsp", {226, 128, 136, 0}
-"Qfr", {240, 157, 148, 148}
-"qfr", {240, 157, 148, 174}
+"Qfr", {240, 157, 148, 148, 0}
+"qfr", {240, 157, 148, 174, 0}
"qint", {226, 168, 140, 0}
-"qopf", {240, 157, 149, 162}
"Qopf", {226, 132, 154, 0}
+"qopf", {240, 157, 149, 162, 0}
"qprime", {226, 129, 151, 0}
-"Qscr", {240, 157, 146, 172}
-"qscr", {240, 157, 147, 134}
+"Qscr", {240, 157, 146, 172, 0}
+"qscr", {240, 157, 147, 134, 0}
"quaternions", {226, 132, 141, 0}
"quatint", {226, 168, 150, 0}
"quest", {63, 0}
"questeq", {226, 137, 159, 0}
-"quot", {34, 0}
"QUOT", {34, 0}
+"quot", {34, 0}
"rAarr", {226, 135, 155, 0}
-"race", {226, 136, 189, 0}
+"race", {226, 136, 189, 204, 177, 0}
"Racute", {197, 148, 0}
"racute", {197, 149, 0}
"radic", {226, 136, 154, 0}
@@ -1494,20 +1494,20 @@ struct html_ent {
"range", {226, 166, 165, 0}
"rangle", {226, 159, 169, 0}
"raquo", {194, 187, 0}
+"rarr", {226, 134, 146, 0}
+"Rarr", {226, 134, 160, 0}
+"rArr", {226, 135, 146, 0}
"rarrap", {226, 165, 181, 0}
"rarrb", {226, 135, 165, 0}
"rarrbfs", {226, 164, 160, 0}
"rarrc", {226, 164, 179, 0}
-"rarr", {226, 134, 146, 0}
-"Rarr", {226, 134, 160, 0}
-"rArr", {226, 135, 146, 0}
"rarrfs", {226, 164, 158, 0}
"rarrhk", {226, 134, 170, 0}
"rarrlp", {226, 134, 172, 0}
"rarrpl", {226, 165, 133, 0}
"rarrsim", {226, 165, 180, 0}
-"Rarrtl", {226, 164, 150, 0}
"rarrtl", {226, 134, 163, 0}
+"Rarrtl", {226, 164, 150, 0}
"rarrw", {226, 134, 157, 0}
"ratail", {226, 164, 154, 0}
"rAtail", {226, 164, 156, 0}
@@ -1535,21 +1535,21 @@ struct html_ent {
"rdquo", {226, 128, 157, 0}
"rdquor", {226, 128, 157, 0}
"rdsh", {226, 134, 179, 0}
+"Re", {226, 132, 156, 0}
"real", {226, 132, 156, 0}
"realine", {226, 132, 155, 0}
"realpart", {226, 132, 156, 0}
"reals", {226, 132, 157, 0}
-"Re", {226, 132, 156, 0}
"rect", {226, 150, 173, 0}
-"reg", {194, 174, 0}
"REG", {194, 174, 0}
+"reg", {194, 174, 0}
"ReverseElement", {226, 136, 139, 0}
"ReverseEquilibrium", {226, 135, 139, 0}
"ReverseUpEquilibrium", {226, 165, 175, 0}
"rfisht", {226, 165, 189, 0}
"rfloor", {226, 140, 139, 0}
-"rfr", {240, 157, 148, 175}
"Rfr", {226, 132, 156, 0}
+"rfr", {240, 157, 148, 175, 0}
"rHar", {226, 165, 164, 0}
"rhard", {226, 135, 129, 0}
"rharu", {226, 135, 128, 0}
@@ -1558,17 +1558,17 @@ struct html_ent {
"rho", {207, 129, 0}
"rhov", {207, 177, 0}
"RightAngleBracket", {226, 159, 169, 0}
-"RightArrowBar", {226, 135, 165, 0}
-"rightarrow", {226, 134, 146, 0}
"RightArrow", {226, 134, 146, 0}
+"rightarrow", {226, 134, 146, 0}
"Rightarrow", {226, 135, 146, 0}
+"RightArrowBar", {226, 135, 165, 0}
"RightArrowLeftArrow", {226, 135, 132, 0}
"rightarrowtail", {226, 134, 163, 0}
"RightCeiling", {226, 140, 137, 0}
"RightDoubleBracket", {226, 159, 167, 0}
"RightDownTeeVector", {226, 165, 157, 0}
-"RightDownVectorBar", {226, 165, 149, 0}
"RightDownVector", {226, 135, 130, 0}
+"RightDownVectorBar", {226, 165, 149, 0}
"RightFloor", {226, 140, 139, 0}
"rightharpoondown", {226, 135, 129, 0}
"rightharpoonup", {226, 135, 128, 0}
@@ -1576,33 +1576,33 @@ struct html_ent {
"rightleftharpoons", {226, 135, 140, 0}
"rightrightarrows", {226, 135, 137, 0}
"rightsquigarrow", {226, 134, 157, 0}
-"RightTeeArrow", {226, 134, 166, 0}
"RightTee", {226, 138, 162, 0}
+"RightTeeArrow", {226, 134, 166, 0}
"RightTeeVector", {226, 165, 155, 0}
"rightthreetimes", {226, 139, 140, 0}
-"RightTriangleBar", {226, 167, 144, 0}
"RightTriangle", {226, 138, 179, 0}
+"RightTriangleBar", {226, 167, 144, 0}
"RightTriangleEqual", {226, 138, 181, 0}
"RightUpDownVector", {226, 165, 143, 0}
"RightUpTeeVector", {226, 165, 156, 0}
-"RightUpVectorBar", {226, 165, 148, 0}
"RightUpVector", {226, 134, 190, 0}
-"RightVectorBar", {226, 165, 147, 0}
+"RightUpVectorBar", {226, 165, 148, 0}
"RightVector", {226, 135, 128, 0}
+"RightVectorBar", {226, 165, 147, 0}
"ring", {203, 154, 0}
"risingdotseq", {226, 137, 147, 0}
"rlarr", {226, 135, 132, 0}
"rlhar", {226, 135, 140, 0}
"rlm", {226, 128, 143, 0}
-"rmoustache", {226, 142, 177, 0}
"rmoust", {226, 142, 177, 0}
+"rmoustache", {226, 142, 177, 0}
"rnmid", {226, 171, 174, 0}
"roang", {226, 159, 173, 0}
"roarr", {226, 135, 190, 0}
"robrk", {226, 159, 167, 0}
"ropar", {226, 166, 134, 0}
-"ropf", {240, 157, 149, 163}
"Ropf", {226, 132, 157, 0}
+"ropf", {240, 157, 149, 163, 0}
"roplus", {226, 168, 174, 0}
"rotimes", {226, 168, 181, 0}
"RoundImplies", {226, 165, 176, 0}
@@ -1612,10 +1612,10 @@ struct html_ent {
"rrarr", {226, 135, 137, 0}
"Rrightarrow", {226, 135, 155, 0}
"rsaquo", {226, 128, 186, 0}
-"rscr", {240, 157, 147, 135}
"Rscr", {226, 132, 155, 0}
-"rsh", {226, 134, 177, 0}
+"rscr", {240, 157, 147, 135, 0}
"Rsh", {226, 134, 177, 0}
+"rsh", {226, 134, 177, 0}
"rsqb", {93, 0}
"rsquo", {226, 128, 153, 0}
"rsquor", {226, 128, 153, 0}
@@ -1631,11 +1631,11 @@ struct html_ent {
"Sacute", {197, 154, 0}
"sacute", {197, 155, 0}
"sbquo", {226, 128, 154, 0}
+"sc", {226, 137, 187, 0}
+"Sc", {226, 170, 188, 0}
"scap", {226, 170, 184, 0}
"Scaron", {197, 160, 0}
"scaron", {197, 161, 0}
-"Sc", {226, 170, 188, 0}
-"sc", {226, 137, 187, 0}
"sccue", {226, 137, 189, 0}
"sce", {226, 170, 176, 0}
"scE", {226, 170, 180, 0}
@@ -1650,8 +1650,8 @@ struct html_ent {
"scsim", {226, 137, 191, 0}
"Scy", {208, 161, 0}
"scy", {209, 129, 0}
-"sdotb", {226, 138, 161, 0}
"sdot", {226, 139, 133, 0}
+"sdotb", {226, 138, 161, 0}
"sdote", {226, 169, 166, 0}
"searhk", {226, 164, 165, 0}
"searr", {226, 134, 152, 0}
@@ -1663,8 +1663,8 @@ struct html_ent {
"setminus", {226, 136, 150, 0}
"setmn", {226, 136, 150, 0}
"sext", {226, 156, 182, 0}
-"Sfr", {240, 157, 148, 150}
-"sfr", {240, 157, 148, 176}
+"Sfr", {240, 157, 148, 150, 0}
+"sfr", {240, 157, 148, 176, 0}
"sfrown", {226, 140, 162, 0}
"sharp", {226, 153, 175, 0}
"SHCHcy", {208, 169, 0}
@@ -1702,21 +1702,21 @@ struct html_ent {
"smile", {226, 140, 163, 0}
"smt", {226, 170, 170, 0}
"smte", {226, 170, 172, 0}
-"smtes", {226, 170, 172, 0}
+"smtes", {226, 170, 172, 239, 184, 128, 0}
"SOFTcy", {208, 172, 0}
"softcy", {209, 140, 0}
-"solbar", {226, 140, 191, 0}
-"solb", {226, 167, 132, 0}
"sol", {47, 0}
-"Sopf", {240, 157, 149, 138}
-"sopf", {240, 157, 149, 164}
+"solb", {226, 167, 132, 0}
+"solbar", {226, 140, 191, 0}
+"Sopf", {240, 157, 149, 138, 0}
+"sopf", {240, 157, 149, 164, 0}
"spades", {226, 153, 160, 0}
"spadesuit", {226, 153, 160, 0}
"spar", {226, 136, 165, 0}
"sqcap", {226, 138, 147, 0}
-"sqcaps", {226, 138, 147, 0}
+"sqcaps", {226, 138, 147, 239, 184, 128, 0}
"sqcup", {226, 138, 148, 0}
-"sqcups", {226, 138, 148, 0}
+"sqcups", {226, 138, 148, 239, 184, 128, 0}
"Sqrt", {226, 136, 154, 0}
"sqsub", {226, 138, 143, 0}
"sqsube", {226, 138, 145, 0}
@@ -1726,8 +1726,9 @@ struct html_ent {
"sqsupe", {226, 138, 146, 0}
"sqsupset", {226, 138, 144, 0}
"sqsupseteq", {226, 138, 146, 0}
-"square", {226, 150, 161, 0}
+"squ", {226, 150, 161, 0}
"Square", {226, 150, 161, 0}
+"square", {226, 150, 161, 0}
"SquareIntersection", {226, 138, 147, 0}
"SquareSubset", {226, 138, 143, 0}
"SquareSubsetEqual", {226, 138, 145, 0}
@@ -1735,11 +1736,10 @@ struct html_ent {
"SquareSupersetEqual", {226, 138, 146, 0}
"SquareUnion", {226, 138, 148, 0}
"squarf", {226, 150, 170, 0}
-"squ", {226, 150, 161, 0}
"squf", {226, 150, 170, 0}
"srarr", {226, 134, 146, 0}
-"Sscr", {240, 157, 146, 174}
-"sscr", {240, 157, 147, 136}
+"Sscr", {240, 157, 146, 174, 0}
+"sscr", {240, 157, 147, 136, 0}
"ssetmn", {226, 136, 150, 0}
"ssmile", {226, 140, 163, 0}
"sstarf", {226, 139, 134, 0}
@@ -1752,12 +1752,12 @@ struct html_ent {
"sub", {226, 138, 130, 0}
"Sub", {226, 139, 144, 0}
"subdot", {226, 170, 189, 0}
-"subE", {226, 171, 133, 0}
"sube", {226, 138, 134, 0}
+"subE", {226, 171, 133, 0}
"subedot", {226, 171, 131, 0}
"submult", {226, 171, 129, 0}
-"subnE", {226, 171, 139, 0}
"subne", {226, 138, 138, 0}
+"subnE", {226, 171, 139, 0}
"subplus", {226, 170, 191, 0}
"subrarr", {226, 165, 185, 0}
"subset", {226, 138, 130, 0}
@@ -1770,8 +1770,8 @@ struct html_ent {
"subsim", {226, 171, 135, 0}
"subsub", {226, 171, 149, 0}
"subsup", {226, 171, 147, 0}
-"succapprox", {226, 170, 184, 0}
"succ", {226, 137, 187, 0}
+"succapprox", {226, 170, 184, 0}
"succcurlyeq", {226, 137, 189, 0}
"Succeeds", {226, 137, 187, 0}
"SucceedsEqual", {226, 170, 176, 0}
@@ -1783,18 +1783,18 @@ struct html_ent {
"succnsim", {226, 139, 169, 0}
"succsim", {226, 137, 191, 0}
"SuchThat", {226, 136, 139, 0}
-"sum", {226, 136, 145, 0}
"Sum", {226, 136, 145, 0}
+"sum", {226, 136, 145, 0}
"sung", {226, 153, 170, 0}
+"sup", {226, 138, 131, 0}
+"Sup", {226, 139, 145, 0}
"sup1", {194, 185, 0}
"sup2", {194, 178, 0}
"sup3", {194, 179, 0}
-"sup", {226, 138, 131, 0}
-"Sup", {226, 139, 145, 0}
"supdot", {226, 170, 190, 0}
"supdsub", {226, 171, 152, 0}
-"supE", {226, 171, 134, 0}
"supe", {226, 138, 135, 0}
+"supE", {226, 171, 134, 0}
"supedot", {226, 171, 132, 0}
"Superset", {226, 138, 131, 0}
"SupersetEqual", {226, 138, 135, 0}
@@ -1802,8 +1802,8 @@ struct html_ent {
"suphsub", {226, 171, 151, 0}
"suplarr", {226, 165, 187, 0}
"supmult", {226, 171, 130, 0}
-"supnE", {226, 171, 140, 0}
"supne", {226, 138, 139, 0}
+"supnE", {226, 171, 140, 0}
"supplus", {226, 171, 128, 0}
"supset", {226, 138, 131, 0}
"Supset", {226, 139, 145, 0}
@@ -1833,20 +1833,20 @@ struct html_ent {
"tcy", {209, 130, 0}
"tdot", {226, 131, 155, 0}
"telrec", {226, 140, 149, 0}
-"Tfr", {240, 157, 148, 151}
-"tfr", {240, 157, 148, 177}
+"Tfr", {240, 157, 148, 151, 0}
+"tfr", {240, 157, 148, 177, 0}
"there4", {226, 136, 180, 0}
-"therefore", {226, 136, 180, 0}
"Therefore", {226, 136, 180, 0}
+"therefore", {226, 136, 180, 0}
"Theta", {206, 152, 0}
"theta", {206, 184, 0}
"thetasym", {207, 145, 0}
"thetav", {207, 145, 0}
"thickapprox", {226, 137, 136, 0}
"thicksim", {226, 136, 188, 0}
-"ThickSpace", {226, 129, 159, 0}
-"ThinSpace", {226, 128, 137, 0}
+"ThickSpace", {226, 129, 159, 226, 128, 138, 0}
"thinsp", {226, 128, 137, 0}
+"ThinSpace", {226, 128, 137, 0}
"thkap", {226, 137, 136, 0}
"thksim", {226, 136, 188, 0}
"THORN", {195, 158, 0}
@@ -1856,22 +1856,22 @@ struct html_ent {
"TildeEqual", {226, 137, 131, 0}
"TildeFullEqual", {226, 137, 133, 0}
"TildeTilde", {226, 137, 136, 0}
-"timesbar", {226, 168, 177, 0}
-"timesb", {226, 138, 160, 0}
"times", {195, 151, 0}
+"timesb", {226, 138, 160, 0}
+"timesbar", {226, 168, 177, 0}
"timesd", {226, 168, 176, 0}
"tint", {226, 136, 173, 0}
"toea", {226, 164, 168, 0}
+"top", {226, 138, 164, 0}
"topbot", {226, 140, 182, 0}
"topcir", {226, 171, 177, 0}
-"top", {226, 138, 164, 0}
-"Topf", {240, 157, 149, 139}
-"topf", {240, 157, 149, 165}
+"Topf", {240, 157, 149, 139, 0}
+"topf", {240, 157, 149, 165, 0}
"topfork", {226, 171, 154, 0}
"tosa", {226, 164, 169, 0}
"tprime", {226, 128, 180, 0}
-"trade", {226, 132, 162, 0}
"TRADE", {226, 132, 162, 0}
+"trade", {226, 132, 162, 0}
"triangle", {226, 150, 181, 0}
"triangledown", {226, 150, 191, 0}
"triangleleft", {226, 151, 131, 0}
@@ -1887,8 +1887,8 @@ struct html_ent {
"trisb", {226, 167, 141, 0}
"tritime", {226, 168, 187, 0}
"trpezium", {226, 143, 162, 0}
-"Tscr", {240, 157, 146, 175}
-"tscr", {240, 157, 147, 137}
+"Tscr", {240, 157, 146, 175, 0}
+"tscr", {240, 157, 147, 137, 0}
"TScy", {208, 166, 0}
"tscy", {209, 134, 0}
"TSHcy", {208, 139, 0}
@@ -1917,8 +1917,8 @@ struct html_ent {
"udblac", {197, 177, 0}
"udhar", {226, 165, 174, 0}
"ufisht", {226, 165, 190, 0}
-"Ufr", {240, 157, 148, 152}
-"ufr", {240, 157, 148, 178}
+"Ufr", {240, 157, 148, 152, 0}
+"ufr", {240, 157, 148, 178, 0}
"Ugrave", {195, 153, 0}
"ugrave", {195, 185, 0}
"uHar", {226, 165, 163, 0}
@@ -1940,15 +1940,15 @@ struct html_ent {
"UnionPlus", {226, 138, 142, 0}
"Uogon", {197, 178, 0}
"uogon", {197, 179, 0}
-"Uopf", {240, 157, 149, 140}
-"uopf", {240, 157, 149, 166}
-"UpArrowBar", {226, 164, 146, 0}
-"uparrow", {226, 134, 145, 0}
+"Uopf", {240, 157, 149, 140, 0}
+"uopf", {240, 157, 149, 166, 0}
"UpArrow", {226, 134, 145, 0}
+"uparrow", {226, 134, 145, 0}
"Uparrow", {226, 135, 145, 0}
+"UpArrowBar", {226, 164, 146, 0}
"UpArrowDownArrow", {226, 135, 133, 0}
-"updownarrow", {226, 134, 149, 0}
"UpDownArrow", {226, 134, 149, 0}
+"updownarrow", {226, 134, 149, 0}
"Updownarrow", {226, 135, 149, 0}
"UpEquilibrium", {226, 165, 174, 0}
"upharpoonleft", {226, 134, 191, 0}
@@ -1961,8 +1961,8 @@ struct html_ent {
"upsih", {207, 146, 0}
"Upsilon", {206, 165, 0}
"upsilon", {207, 133, 0}
-"UpTeeArrow", {226, 134, 165, 0}
"UpTee", {226, 138, 165, 0}
+"UpTeeArrow", {226, 134, 165, 0}
"upuparrows", {226, 135, 136, 0}
"urcorn", {226, 140, 157, 0}
"urcorner", {226, 140, 157, 0}
@@ -1970,8 +1970,8 @@ struct html_ent {
"Uring", {197, 174, 0}
"uring", {197, 175, 0}
"urtri", {226, 151, 185, 0}
-"Uscr", {240, 157, 146, 176}
-"uscr", {240, 157, 147, 138}
+"Uscr", {240, 157, 146, 176, 0}
+"uscr", {240, 157, 147, 138, 0}
"utdot", {226, 139, 176, 0}
"Utilde", {197, 168, 0}
"utilde", {197, 169, 0}
@@ -1992,10 +1992,10 @@ struct html_ent {
"vArr", {226, 135, 149, 0}
"varrho", {207, 177, 0}
"varsigma", {207, 130, 0}
-"varsubsetneq", {226, 138, 138, 0}
-"varsubsetneqq", {226, 171, 139, 0}
-"varsupsetneq", {226, 138, 139, 0}
-"varsupsetneqq", {226, 171, 140, 0}
+"varsubsetneq", {226, 138, 138, 239, 184, 128, 0}
+"varsubsetneqq", {226, 171, 139, 239, 184, 128, 0}
+"varsupsetneq", {226, 138, 139, 239, 184, 128, 0}
+"varsupsetneqq", {226, 171, 140, 239, 184, 128, 0}
"vartheta", {207, 145, 0}
"vartriangleleft", {226, 138, 178, 0}
"vartriangleright", {226, 138, 179, 0}
@@ -2009,9 +2009,9 @@ struct html_ent {
"Vdash", {226, 138, 169, 0}
"VDash", {226, 138, 171, 0}
"Vdashl", {226, 171, 166, 0}
-"veebar", {226, 138, 187, 0}
"vee", {226, 136, 168, 0}
"Vee", {226, 139, 129, 0}
+"veebar", {226, 138, 187, 0}
"veeeq", {226, 137, 154, 0}
"vellip", {226, 139, 174, 0}
"verbar", {124, 0}
@@ -2023,21 +2023,21 @@ struct html_ent {
"VerticalSeparator", {226, 157, 152, 0}
"VerticalTilde", {226, 137, 128, 0}
"VeryThinSpace", {226, 128, 138, 0}
-"Vfr", {240, 157, 148, 153}
-"vfr", {240, 157, 148, 179}
+"Vfr", {240, 157, 148, 153, 0}
+"vfr", {240, 157, 148, 179, 0}
"vltri", {226, 138, 178, 0}
-"vnsub", {226, 138, 130, 0}
-"vnsup", {226, 138, 131, 0}
-"Vopf", {240, 157, 149, 141}
-"vopf", {240, 157, 149, 167}
+"vnsub", {226, 138, 130, 226, 131, 146, 0}
+"vnsup", {226, 138, 131, 226, 131, 146, 0}
+"Vopf", {240, 157, 149, 141, 0}
+"vopf", {240, 157, 149, 167, 0}
"vprop", {226, 136, 157, 0}
"vrtri", {226, 138, 179, 0}
-"Vscr", {240, 157, 146, 177}
-"vscr", {240, 157, 147, 139}
-"vsubnE", {226, 171, 139, 0}
-"vsubne", {226, 138, 138, 0}
-"vsupnE", {226, 171, 140, 0}
-"vsupne", {226, 138, 139, 0}
+"Vscr", {240, 157, 146, 177, 0}
+"vscr", {240, 157, 147, 139, 0}
+"vsubne", {226, 138, 138, 239, 184, 128, 0}
+"vsubnE", {226, 171, 139, 239, 184, 128, 0}
+"vsupne", {226, 138, 139, 239, 184, 128, 0}
+"vsupnE", {226, 171, 140, 239, 184, 128, 0}
"Vvdash", {226, 138, 170, 0}
"vzigzag", {226, 166, 154, 0}
"Wcirc", {197, 180, 0}
@@ -2047,21 +2047,21 @@ struct html_ent {
"Wedge", {226, 139, 128, 0}
"wedgeq", {226, 137, 153, 0}
"weierp", {226, 132, 152, 0}
-"Wfr", {240, 157, 148, 154}
-"wfr", {240, 157, 148, 180}
-"Wopf", {240, 157, 149, 142}
-"wopf", {240, 157, 149, 168}
+"Wfr", {240, 157, 148, 154, 0}
+"wfr", {240, 157, 148, 180, 0}
+"Wopf", {240, 157, 149, 142, 0}
+"wopf", {240, 157, 149, 168, 0}
"wp", {226, 132, 152, 0}
"wr", {226, 137, 128, 0}
"wreath", {226, 137, 128, 0}
-"Wscr", {240, 157, 146, 178}
-"wscr", {240, 157, 147, 140}
+"Wscr", {240, 157, 146, 178, 0}
+"wscr", {240, 157, 147, 140, 0}
"xcap", {226, 139, 130, 0}
"xcirc", {226, 151, 175, 0}
"xcup", {226, 139, 131, 0}
"xdtri", {226, 150, 189, 0}
-"Xfr", {240, 157, 148, 155}
-"xfr", {240, 157, 148, 181}
+"Xfr", {240, 157, 148, 155, 0}
+"xfr", {240, 157, 148, 181, 0}
"xharr", {226, 159, 183, 0}
"xhArr", {226, 159, 186, 0}
"Xi", {206, 158, 0}
@@ -2071,14 +2071,14 @@ struct html_ent {
"xmap", {226, 159, 188, 0}
"xnis", {226, 139, 187, 0}
"xodot", {226, 168, 128, 0}
-"Xopf", {240, 157, 149, 143}
-"xopf", {240, 157, 149, 169}
+"Xopf", {240, 157, 149, 143, 0}
+"xopf", {240, 157, 149, 169, 0}
"xoplus", {226, 168, 129, 0}
"xotime", {226, 168, 130, 0}
"xrarr", {226, 159, 182, 0}
"xrArr", {226, 159, 185, 0}
-"Xscr", {240, 157, 146, 179}
-"xscr", {240, 157, 147, 141}
+"Xscr", {240, 157, 146, 179, 0}
+"xscr", {240, 157, 147, 141, 0}
"xsqcup", {226, 168, 134, 0}
"xuplus", {226, 168, 132, 0}
"xutri", {226, 150, 179, 0}
@@ -2093,14 +2093,14 @@ struct html_ent {
"Ycy", {208, 171, 0}
"ycy", {209, 139, 0}
"yen", {194, 165, 0}
-"Yfr", {240, 157, 148, 156}
-"yfr", {240, 157, 148, 182}
+"Yfr", {240, 157, 148, 156, 0}
+"yfr", {240, 157, 148, 182, 0}
"YIcy", {208, 135, 0}
"yicy", {209, 151, 0}
-"Yopf", {240, 157, 149, 144}
-"yopf", {240, 157, 149, 170}
-"Yscr", {240, 157, 146, 180}
-"yscr", {240, 157, 147, 142}
+"Yopf", {240, 157, 149, 144, 0}
+"yopf", {240, 157, 149, 170, 0}
+"Yscr", {240, 157, 146, 180, 0}
+"yscr", {240, 157, 147, 142, 0}
"YUcy", {208, 174, 0}
"yucy", {209, 142, 0}
"yuml", {195, 191, 0}
@@ -2117,14 +2117,14 @@ struct html_ent {
"ZeroWidthSpace", {226, 128, 139, 0}
"Zeta", {206, 150, 0}
"zeta", {206, 182, 0}
-"zfr", {240, 157, 148, 183}
"Zfr", {226, 132, 168, 0}
+"zfr", {240, 157, 148, 183, 0}
"ZHcy", {208, 150, 0}
"zhcy", {208, 182, 0}
"zigrarr", {226, 135, 157, 0}
-"zopf", {240, 157, 149, 171}
"Zopf", {226, 132, 164, 0}
-"Zscr", {240, 157, 146, 181}
-"zscr", {240, 157, 147, 143}
+"zopf", {240, 157, 149, 171, 0}
+"Zscr", {240, 157, 146, 181, 0}
+"zscr", {240, 157, 147, 143, 0}
"zwj", {226, 128, 141, 0}
"zwnj", {226, 128, 140, 0}
diff --git a/src/html_unescape.h b/src/html_unescape.h
index 1eb318b..e4c5929 100644
--- a/src/html_unescape.h
+++ b/src/html_unescape.h
@@ -1,5 +1,5 @@
/* ANSI-C code produced by gperf version 3.0.3 */
-/* Command-line: /Library/Developer/CommandLineTools/usr/bin/gperf -L ANSI-C -I -t -N find_entity -H hash_entity -K entity -C -l -F ',{0}' --null-strings -m5 -P -Q entity_pool src/html_unescape.gperf */
+/* Command-line: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/gperf -L ANSI-C -I -t -N find_entity -H hash_entity -K entity -C -l -F ',{0}' --null-strings -m5 -P -Q entity_pool src/html_unescape.gperf */
/* Computed positions: -k'1-7,10,12,$' */
#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \
@@ -32,7 +32,7 @@
#line 1 "src/html_unescape.gperf"
struct html_ent {
int entity;
- unsigned char utf8[4];
+ unsigned char utf8[8];
};
#include <string.h>
#include <stddef.h>
@@ -5537,14 +5537,14 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1501 "src/html_unescape.gperf"
+#line 1497 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str39), {226, 134, 146, 0}},
{-1,{0}},
-#line 833 "src/html_unescape.gperf"
+#line 831 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str41), {226, 134, 144, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
-#line 844 "src/html_unescape.gperf"
+#line 842 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str49), {226, 170, 171, 0}},
{-1,{0}}, {-1,{0}},
#line 1903 "src/html_unescape.gperf"
@@ -5554,7 +5554,7 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str55), {226, 138, 128, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
-#line 1510 "src/html_unescape.gperf"
+#line 1509 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str62), {226, 134, 163, 0}},
{-1,{0}},
#line 841 "src/html_unescape.gperf"
@@ -5564,7 +5564,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}},
#line 963 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str67), {226, 135, 189, 0}},
-#line 1168 "src/html_unescape.gperf"
+#line 1167 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str68), {194, 172, 0}},
#line 1609 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str69), {41, 0}},
@@ -5576,7 +5576,7 @@ find_entity (register const char *str, register unsigned int len)
#line 1715 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str73), {226, 136, 165, 0}},
{-1,{0}},
-#line 945 "src/html_unescape.gperf"
+#line 944 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str75), {226, 137, 170, 0}},
#line 1926 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str76), {226, 134, 190, 0}},
@@ -5591,13 +5591,13 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}},
#line 981 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str85), {226, 168, 180, 0}},
-#line 1388 "src/html_unescape.gperf"
+#line 1386 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str86), {226, 136, 165, 0}},
{-1,{0}},
#line 1132 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str88), {226, 134, 174, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1231 "src/html_unescape.gperf"
+#line 1230 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str94), {226, 136, 166, 0}},
{-1,{0}}, {-1,{0}},
#line 1872 "src/html_unescape.gperf"
@@ -5625,15 +5625,15 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str117), {226, 150, 147, 0}},
{-1,{0}},
#line 1232 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str119), {226, 171, 189, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str119), {226, 171, 189, 226, 131, 165, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1143 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str123), {226, 128, 165, 0}},
#line 1594 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str124), {226, 135, 132, 0}},
#line 1233 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str125), {226, 136, 130, 0}},
-#line 944 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str125), {226, 136, 130, 204, 184, 0}},
+#line 946 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str126), {226, 135, 135, 0}},
#line 1158 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str127), {226, 137, 174, 0}},
@@ -5641,7 +5641,7 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str128), {226, 134, 144, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1230 "src/html_unescape.gperf"
+#line 1231 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str138), {226, 136, 166, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1825 "src/html_unescape.gperf"
@@ -5649,7 +5649,7 @@ find_entity (register const char *str, register unsigned int len)
#line 1991 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str144), {226, 134, 149, 0}},
{-1,{0}},
-#line 1738 "src/html_unescape.gperf"
+#line 1729 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str146), {226, 150, 161, 0}},
{-1,{0}}, {-1,{0}},
#line 1141 "src/html_unescape.gperf"
@@ -5660,7 +5660,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
-#line 957 "src/html_unescape.gperf"
+#line 958 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str165), {226, 170, 135, 0}},
#line 1612 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str166), {226, 135, 137, 0}},
@@ -5678,7 +5678,7 @@ find_entity (register const char *str, register unsigned int len)
#line 525 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str174), {226, 165, 177, 0}},
{-1,{0}},
-#line 1433 "src/html_unescape.gperf"
+#line 1431 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str176), {226, 137, 186, 0}},
#line 1555 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str177), {226, 135, 128, 0}},
@@ -5690,17 +5690,17 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str184), {226, 134, 159, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1128 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str188), {226, 137, 171, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str188), {226, 137, 171, 226, 131, 146, 0}},
{-1,{0}},
#line 140 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str190), {61, 0}},
-#line 1241 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str190), {61, 226, 131, 165, 0}},
+#line 1240 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str191), {226, 134, 155, 0}},
{-1,{0}}, {-1,{0}},
#line 1818 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str194), {226, 134, 153, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1497 "src/html_unescape.gperf"
+#line 1500 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str198), {226, 165, 181, 0}},
{-1,{0}},
#line 1966 "src/html_unescape.gperf"
@@ -5723,7 +5723,7 @@ find_entity (register const char *str, register unsigned int len)
#line 1703 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str217), {226, 170, 170, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 496 "src/html_unescape.gperf"
+#line 497 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str222), {226, 128, 133, 0}},
#line 1507 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str223), {226, 165, 133, 0}},
@@ -5734,13 +5734,13 @@ find_entity (register const char *str, register unsigned int len)
#line 1405 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str230), {226, 132, 179, 0}},
{-1,{0}},
-#line 495 "src/html_unescape.gperf"
+#line 496 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str232), {226, 128, 132, 0}},
{-1,{0}},
-#line 1013 "src/html_unescape.gperf"
+#line 1011 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str234), {60, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 834 "src/html_unescape.gperf"
+#line 832 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str238), {226, 134, 158, 0}},
#line 1524 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str239), {226, 166, 144, 0}},
@@ -5771,19 +5771,19 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str265), {194, 160, 0}},
#line 1924 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str266), {226, 165, 163, 0}},
-#line 1867 "src/html_unescape.gperf"
+#line 1865 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str267), {226, 138, 164, 0}},
{-1,{0}},
#line 2003 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str269), {226, 171, 171, 0}},
{-1,{0}}, {-1,{0}},
-#line 946 "src/html_unescape.gperf"
+#line 945 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str272), {226, 139, 152, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1431 "src/html_unescape.gperf"
+#line 1433 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str276), {226, 170, 183, 0}},
{-1,{0}},
-#line 497 "src/html_unescape.gperf"
+#line 495 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str278), {226, 128, 131, 0}},
{-1,{0}}, {-1,{0}},
#line 1078 "src/html_unescape.gperf"
@@ -5804,27 +5804,27 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str302), {226, 133, 135, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
-#line 913 "src/html_unescape.gperf"
+#line 912 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str310), {226, 169, 189, 0}},
-#line 744 "src/html_unescape.gperf"
+#line 743 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str311), {226, 136, 136, 0}},
#line 1460 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str312), {226, 136, 157, 0}},
{-1,{0}},
-#line 1865 "src/html_unescape.gperf"
+#line 1866 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str314), {226, 140, 182, 0}},
{-1,{0}}, {-1,{0}},
-#line 749 "src/html_unescape.gperf"
+#line 748 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str317), {226, 136, 171, 0}},
{-1,{0}},
-#line 1104 "src/html_unescape.gperf"
+#line 1100 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str319), {226, 137, 160, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1236 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str329), {226, 139, 160, 0}},
{-1,{0}},
-#line 1446 "src/html_unescape.gperf"
+#line 1435 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str331), {226, 170, 175, 0}},
#line 508 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str332), {206, 181, 0}},
@@ -5850,18 +5850,18 @@ find_entity (register const char *str, register unsigned int len)
#line 960 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str352), {226, 137, 168, 0}},
{-1,{0}},
-#line 1417 "src/html_unescape.gperf"
+#line 1414 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str354), {43, 0}},
#line 1153 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str355), {226, 169, 189, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str355), {226, 169, 189, 204, 184, 0}},
#line 1105 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str356), {226, 137, 144, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str356), {226, 137, 144, 204, 184, 0}},
#line 133 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str357), {226, 151, 130, 0}},
#line 134 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str358), {226, 150, 184, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1101 "src/html_unescape.gperf"
+#line 1102 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str364), {226, 134, 151, 0}},
{-1,{0}}, {-1,{0}},
#line 132 "src/html_unescape.gperf"
@@ -5880,12 +5880,12 @@ find_entity (register const char *str, register unsigned int len)
#line 1700 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str383), {226, 167, 164, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1032 "src/html_unescape.gperf"
+#line 1033 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str387), {226, 164, 133, 0}},
{-1,{0}}, {-1,{0}},
#line 1419 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str390), {226, 168, 165, 0}},
-#line 1167 "src/html_unescape.gperf"
+#line 1168 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str391), {226, 171, 172, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -5909,7 +5909,7 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str435), {226, 137, 176, 0}},
{-1,{0}}, {-1,{0}},
#line 1151 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str438), {226, 137, 166, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str438), {226, 137, 166, 204, 184, 0}},
{-1,{0}},
#line 578 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str440), {194, 190, 0}},
@@ -5962,7 +5962,7 @@ find_entity (register const char *str, register unsigned int len)
#line 1406 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str471), {226, 152, 142, 0}},
{-1,{0}}, {-1,{0}},
-#line 218 "src/html_unescape.gperf"
+#line 215 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str474), {226, 139, 146, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 130 "src/html_unescape.gperf"
@@ -5973,7 +5973,7 @@ find_entity (register const char *str, register unsigned int len)
#line 910 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str483), {226, 137, 166, 0}},
{-1,{0}}, {-1,{0}},
-#line 748 "src/html_unescape.gperf"
+#line 750 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str486), {226, 138, 186, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 371 "src/html_unescape.gperf"
@@ -5991,10 +5991,10 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1932 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str511), {197, 170, 0}},
-#line 2014 "src/html_unescape.gperf"
+#line 2013 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str512), {226, 139, 129, 0}},
{-1,{0}}, {-1,{0}},
-#line 1502 "src/html_unescape.gperf"
+#line 1498 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str515), {226, 134, 160, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -6009,16 +6009,16 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str531), {91, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
-#line 1509 "src/html_unescape.gperf"
+#line 1510 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str538), {226, 164, 150, 0}},
{-1,{0}}, {-1,{0}},
#line 529 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str541), {226, 137, 144, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 2013 "src/html_unescape.gperf"
+#line 2012 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str546), {226, 136, 168, 0}},
#line 1088 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str547), {226, 137, 143, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str547), {226, 137, 143, 204, 184, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 947 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str553), {226, 140, 158, 0}},
@@ -6042,23 +6042,23 @@ find_entity (register const char *str, register unsigned int len)
#line 988 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str571), {226, 167, 171, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 298 "src/html_unescape.gperf"
+#line 297 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str575), {194, 169, 0}},
{-1,{0}},
#line 1928 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str577), {226, 140, 156, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 2012 "src/html_unescape.gperf"
+#line 2014 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str582), {226, 138, 187, 0}},
{-1,{0}},
#line 1391 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str584), {226, 136, 130, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1729 "src/html_unescape.gperf"
+#line 1731 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str589), {226, 150, 161, 0}},
{-1,{0}},
#line 1087 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str591), {226, 137, 142, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str591), {226, 137, 142, 204, 184, 0}},
#line 107 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str592), {226, 132, 172, 0}},
#line 2055 "src/html_unescape.gperf"
@@ -6070,7 +6070,7 @@ find_entity (register const char *str, register unsigned int len)
#line 848 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str596), {226, 164, 142, 0}},
{-1,{0}}, {-1,{0}},
-#line 143 "src/html_unescape.gperf"
+#line 142 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str599), {226, 140, 144, 0}},
{-1,{0}},
#line 1661 "src/html_unescape.gperf"
@@ -6080,58 +6080,58 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str606), {226, 140, 157, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1217 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str612), {226, 138, 130, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str612), {226, 138, 130, 226, 131, 146, 0}},
{-1,{0}},
-#line 1604 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str614), {240, 157, 149, 163}},
-#line 1475 "src/html_unescape.gperf"
+#line 1605 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str614), {240, 157, 149, 163, 0}},
+#line 1474 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str615), {226, 132, 154, 0}},
#line 979 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str616), {240, 157, 149, 157}},
+ {offsetof(struct entity_pool_t, entity_pool_str616), {240, 157, 149, 157, 0}},
{-1,{0}},
#line 1712 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str618), {240, 157, 149, 164}},
+ {offsetof(struct entity_pool_t, entity_pool_str618), {240, 157, 149, 164, 0}},
#line 1967 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str619), {226, 140, 157, 0}},
#line 1868 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str620), {240, 157, 149, 139}},
-#line 2126 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str620), {240, 157, 149, 139, 0}},
+#line 2125 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str621), {226, 132, 164, 0}},
#line 504 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str622), {240, 157, 149, 150}},
+ {offsetof(struct entity_pool_t, entity_pool_str622), {240, 157, 149, 150, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1603 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str626), {226, 166, 134, 0}},
#line 1944 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str627), {240, 157, 149, 166}},
+ {offsetof(struct entity_pool_t, entity_pool_str627), {240, 157, 149, 166, 0}},
#line 977 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str628), {226, 166, 133, 0}},
#line 1869 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str629), {240, 157, 149, 165}},
+ {offsetof(struct entity_pool_t, entity_pool_str629), {240, 157, 149, 165, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 2074 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str635), {240, 157, 149, 143}},
+ {offsetof(struct entity_pool_t, entity_pool_str635), {240, 157, 149, 143, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1165 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str639), {240, 157, 149, 159}},
+#line 1166 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str639), {240, 157, 149, 159, 0}},
{-1,{0}},
#line 145 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str641), {240, 157, 149, 147}},
+ {offsetof(struct entity_pool_t, entity_pool_str641), {240, 157, 149, 147, 0}},
#line 511 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str642), {207, 181, 0}},
#line 561 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str643), {198, 146, 0}},
-#line 733 "src/html_unescape.gperf"
+#line 734 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str644), {196, 171, 0}},
{-1,{0}}, {-1,{0}},
#line 791 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str647), {240, 157, 149, 129}},
+ {offsetof(struct entity_pool_t, entity_pool_str647), {240, 157, 149, 129, 0}},
{-1,{0}},
#line 1134 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str649), {226, 171, 178, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 2052 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str653), {240, 157, 149, 142}},
+ {offsetof(struct entity_pool_t, entity_pool_str653), {240, 157, 149, 142, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1720 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str658), {226, 136, 154, 0}},
@@ -6139,38 +6139,38 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str659), {226, 138, 132, 0}},
{-1,{0}},
#line 1080 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str661), {226, 137, 139, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str661), {226, 137, 139, 204, 184, 0}},
{-1,{0}}, {-1,{0}},
#line 1223 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str664), {226, 138, 131, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str664), {226, 138, 131, 226, 131, 146, 0}},
{-1,{0}}, {-1,{0}},
#line 196 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str667), {194, 166, 0}},
{-1,{0}}, {-1,{0}},
-#line 1710 "src/html_unescape.gperf"
+#line 1708 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str670), {47, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 460 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str675), {226, 169, 174, 0}},
{-1,{0}},
-#line 1428 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str677), {240, 157, 149, 161}},
+#line 1429 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str677), {240, 157, 149, 161, 0}},
{-1,{0}}, {-1,{0}},
#line 369 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str680), {226, 165, 165, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 2031 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str685), {240, 157, 149, 141}},
+ {offsetof(struct entity_pool_t, entity_pool_str685), {240, 157, 149, 141, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1273 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str690), {226, 138, 131, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str690), {226, 138, 131, 226, 131, 146, 0}},
#line 1270 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str691), {226, 138, 133, 0}},
#line 2002 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str692), {226, 171, 168, 0}},
{-1,{0}},
#line 1265 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str694), {226, 138, 130, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str694), {226, 138, 130, 226, 131, 146, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1850 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str700), {226, 137, 136, 0}},
@@ -6185,14 +6185,14 @@ find_entity (register const char *str, register unsigned int len)
#line 961 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str710), {226, 139, 166, 0}},
{-1,{0}},
-#line 1708 "src/html_unescape.gperf"
+#line 1710 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str712), {226, 140, 191, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1730 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str717), {226, 150, 161, 0}},
{-1,{0}},
#line 2032 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str719), {240, 157, 149, 167}},
+ {offsetof(struct entity_pool_t, entity_pool_str719), {240, 157, 149, 167, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1925 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str723), {226, 134, 191, 0}},
@@ -6213,7 +6213,7 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str735), {226, 136, 147, 0}},
{-1,{0}}, {-1,{0}},
#line 813 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str738), {240, 157, 149, 130}},
+ {offsetof(struct entity_pool_t, entity_pool_str738), {240, 157, 149, 130, 0}},
{-1,{0}}, {-1,{0}},
#line 1695 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str741), {226, 165, 178, 0}},
@@ -6222,9 +6222,9 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str743), {226, 153, 173, 0}},
{-1,{0}},
#line 1064 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str745), {240, 157, 149, 132}},
+ {offsetof(struct entity_pool_t, entity_pool_str745), {240, 157, 149, 132, 0}},
#line 1711 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str746), {240, 157, 149, 138}},
+ {offsetof(struct entity_pool_t, entity_pool_str746), {240, 157, 149, 138, 0}},
#line 1061 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str747), {226, 128, 166, 0}},
#line 1596 "src/html_unescape.gperf"
@@ -6237,28 +6237,28 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str756), {226, 166, 147, 0}},
{-1,{0}},
#line 563 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str758), {240, 157, 149, 151}},
+ {offsetof(struct entity_pool_t, entity_pool_str758), {240, 157, 149, 151, 0}},
#line 1943 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str759), {240, 157, 149, 140}},
+ {offsetof(struct entity_pool_t, entity_pool_str759), {240, 157, 149, 140, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1995 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str763), {226, 138, 138, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str763), {226, 138, 138, 239, 184, 128, 0}},
#line 1996 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str764), {226, 171, 139, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str764), {226, 171, 139, 239, 184, 128, 0}},
{-1,{0}}, {-1,{0}},
#line 1969 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str767), {226, 140, 142, 0}},
#line 927 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str768), {226, 170, 161, 0}},
{-1,{0}},
-#line 1542 "src/html_unescape.gperf"
+#line 1538 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str770), {226, 132, 156, 0}},
{-1,{0}}, {-1,{0}},
#line 1201 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str773), {226, 170, 161, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str773), {226, 170, 161, 204, 184, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 395 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str777), {240, 157, 148, 187}},
+ {offsetof(struct entity_pool_t, entity_pool_str777), {240, 157, 148, 187, 0}},
{-1,{0}},
#line 567 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str779), {226, 171, 153, 0}},
@@ -6266,13 +6266,13 @@ find_entity (register const char *str, register unsigned int len)
#line 1260 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str781), {226, 139, 162, 0}},
{-1,{0}},
-#line 1272 "src/html_unescape.gperf"
+#line 1271 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str783), {226, 138, 137, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1264 "src/html_unescape.gperf"
+#line 1263 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str787), {226, 138, 136, 0}},
-#line 1474 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str788), {240, 157, 149, 162}},
+#line 1475 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str788), {240, 157, 149, 162, 0}},
#line 1595 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str789), {226, 135, 140, 0}},
{-1,{0}}, {-1,{0}},
@@ -6285,16 +6285,16 @@ find_entity (register const char *str, register unsigned int len)
#line 1430 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str798), {194, 163, 0}},
#line 1997 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str799), {226, 138, 139, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str799), {226, 138, 139, 239, 184, 128, 0}},
#line 1998 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str800), {226, 171, 140, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str800), {226, 171, 140, 239, 184, 128, 0}},
{-1,{0}},
#line 141 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str802), {226, 137, 161, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str802), {226, 137, 161, 226, 131, 165, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 978 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str813), {240, 157, 149, 131}},
+ {offsetof(struct entity_pool_t, entity_pool_str813), {240, 157, 149, 131, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1261 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str817), {226, 139, 163, 0}},
@@ -6307,12 +6307,12 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str822), {226, 134, 171, 0}},
{-1,{0}},
#line 2100 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str824), {240, 157, 149, 144}},
+ {offsetof(struct entity_pool_t, entity_pool_str824), {240, 157, 149, 144, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1209 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str829), {226, 136, 140, 0}},
{-1,{0}}, {-1,{0}},
-#line 294 "src/html_unescape.gperf"
+#line 293 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str832), {226, 132, 130, 0}},
#line 993 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str833), {226, 135, 139, 0}},
@@ -6331,32 +6331,32 @@ find_entity (register const char *str, register unsigned int len)
#line 1266 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str855), {226, 138, 136, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1737 "src/html_unescape.gperf"
+#line 1738 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str861), {226, 150, 170, 0}},
#line 2020 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str862), {226, 128, 150, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
-#line 1735 "src/html_unescape.gperf"
+#line 1736 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str874), {226, 138, 146, 0}},
{-1,{0}},
#line 1464 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str876), {226, 137, 190, 0}},
{-1,{0}}, {-1,{0}},
-#line 1733 "src/html_unescape.gperf"
+#line 1734 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str879), {226, 138, 145, 0}},
{-1,{0}}, {-1,{0}},
-#line 1734 "src/html_unescape.gperf"
+#line 1735 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str882), {226, 138, 144, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1732 "src/html_unescape.gperf"
+#line 1733 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str887), {226, 138, 143, 0}},
#line 1289 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str888), {226, 137, 141, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str888), {226, 137, 141, 226, 131, 146, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 764 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str892), {240, 157, 149, 154}},
+ {offsetof(struct entity_pool_t, entity_pool_str892), {240, 157, 149, 154, 0}},
{-1,{0}},
#line 1425 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str894), {194, 177, 0}},
@@ -6370,7 +6370,7 @@ find_entity (register const char *str, register unsigned int len)
#line 986 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str901), {226, 151, 138, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1033 "src/html_unescape.gperf"
+#line 1032 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str905), {226, 134, 166, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -6380,28 +6380,28 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1615 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str934), {240, 157, 147, 135}},
+#line 1616 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str934), {240, 157, 147, 135, 0}},
#line 1477 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str935), {240, 157, 146, 172}},
-#line 998 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str936), {240, 157, 147, 129}},
+ {offsetof(struct entity_pool_t, entity_pool_str935), {240, 157, 146, 172, 0}},
+#line 999 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str936), {240, 157, 147, 129, 0}},
{-1,{0}},
#line 1742 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str938), {240, 157, 147, 136}},
+ {offsetof(struct entity_pool_t, entity_pool_str938), {240, 157, 147, 136, 0}},
{-1,{0}},
#line 1890 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str940), {240, 157, 146, 175}},
+ {offsetof(struct entity_pool_t, entity_pool_str940), {240, 157, 146, 175, 0}},
#line 2127 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str941), {240, 157, 146, 181}},
+ {offsetof(struct entity_pool_t, entity_pool_str941), {240, 157, 146, 181, 0}},
#line 527 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str942), {226, 132, 175, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1974 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str947), {240, 157, 147, 138}},
+ {offsetof(struct entity_pool_t, entity_pool_str947), {240, 157, 147, 138, 0}},
{-1,{0}},
#line 1891 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str949), {240, 157, 147, 137}},
+ {offsetof(struct entity_pool_t, entity_pool_str949), {240, 157, 147, 137, 0}},
{-1,{0}},
#line 740 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str951), {226, 138, 183, 0}},
@@ -6409,22 +6409,22 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str952), {226, 136, 144, 0}},
{-1,{0}}, {-1,{0}},
#line 2080 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str955), {240, 157, 146, 179}},
+ {offsetof(struct entity_pool_t, entity_pool_str955), {240, 157, 146, 179, 0}},
#line 2067 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str956), {206, 158, 0}},
{-1,{0}}, {-1,{0}},
#line 1252 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str959), {240, 157, 147, 131}},
+ {offsetof(struct entity_pool_t, entity_pool_str959), {240, 157, 147, 131, 0}},
#line 1135 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str960), {226, 136, 139, 0}},
-#line 197 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str961), {240, 157, 146, 183}},
-#line 1166 "src/html_unescape.gperf"
+#line 198 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str961), {240, 157, 146, 183, 0}},
+#line 1165 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str962), {226, 132, 149, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 793 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str967), {240, 157, 146, 165}},
-#line 1442 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str967), {240, 157, 146, 165, 0}},
+#line 1444 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str968), {226, 170, 175, 0}},
{-1,{0}}, {-1,{0}},
#line 1302 "src/html_unescape.gperf"
@@ -6432,7 +6432,7 @@ find_entity (register const char *str, register unsigned int len)
#line 87 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str972), {226, 128, 181, 0}},
#line 2057 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str973), {240, 157, 146, 178}},
+ {offsetof(struct entity_pool_t, entity_pool_str973), {240, 157, 146, 178, 0}},
{-1,{0}},
#line 1988 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str975), {207, 149, 0}},
@@ -6446,16 +6446,16 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str991), {226, 140, 158, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1467 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str997), {240, 157, 147, 133}},
+ {offsetof(struct entity_pool_t, entity_pool_str997), {240, 157, 147, 133, 0}},
#line 1408 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str998), {207, 128, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
#line 2035 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1005), {240, 157, 146, 177}},
+ {offsetof(struct entity_pool_t, entity_pool_str1005), {240, 157, 146, 177, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1112 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1011), {226, 137, 130, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str1011), {226, 137, 130, 204, 184, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1693 "src/html_unescape.gperf"
@@ -6463,21 +6463,21 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
#line 1275 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1028), {226, 171, 134, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str1028), {226, 171, 134, 204, 184, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1267 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1032), {226, 171, 133, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str1032), {226, 171, 133, 204, 184, 0}},
#line 440 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1033), {226, 140, 159, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1520 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1038), {125, 0}},
#line 2036 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1039), {240, 157, 147, 139}},
+ {offsetof(struct entity_pool_t, entity_pool_str1039), {240, 157, 147, 139, 0}},
#line 850 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1040), {123, 0}},
#line 396 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1041), {240, 157, 149, 149}},
+ {offsetof(struct entity_pool_t, entity_pool_str1041), {240, 157, 149, 149, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
#line 585 "src/html_unescape.gperf"
@@ -6487,14 +6487,14 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str1055), {226, 137, 178, 0}},
{-1,{0}}, {-1,{0}},
#line 815 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1058), {240, 157, 146, 166}},
+ {offsetof(struct entity_pool_t, entity_pool_str1058), {240, 157, 146, 166, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1416 "src/html_unescape.gperf"
+#line 1417 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1064), {226, 168, 162, 0}},
-#line 1068 "src/html_unescape.gperf"
+#line 1067 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1065), {226, 132, 179, 0}},
#line 1741 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1066), {240, 157, 146, 174}},
+ {offsetof(struct entity_pool_t, entity_pool_str1066), {240, 157, 146, 174, 0}},
#line 1523 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1067), {226, 166, 142, 0}},
{-1,{0}},
@@ -6504,31 +6504,31 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str1070), {226, 164, 144, 0}},
{-1,{0}}, {-1,{0}},
#line 1717 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1073), {226, 138, 147, 0}},
-#line 1503 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str1073), {226, 138, 147, 239, 184, 128, 0}},
+#line 1499 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1074), {226, 135, 146, 0}},
-#line 142 "src/html_unescape.gperf"
+#line 143 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1075), {226, 171, 173, 0}},
-#line 835 "src/html_unescape.gperf"
+#line 833 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1076), {226, 135, 144, 0}},
{-1,{0}},
-#line 587 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1078), {240, 157, 146, 187}},
+#line 588 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str1078), {240, 157, 146, 187, 0}},
#line 1973 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1079), {240, 157, 146, 176}},
+ {offsetof(struct entity_pool_t, entity_pool_str1079), {240, 157, 146, 176, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
#line 1905 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1087), {226, 135, 145, 0}},
{-1,{0}}, {-1,{0}},
-#line 1605 "src/html_unescape.gperf"
+#line 1604 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1090), {226, 132, 157, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 2053 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1094), {240, 157, 149, 168}},
+ {offsetof(struct entity_pool_t, entity_pool_str1094), {240, 157, 149, 168, 0}},
{-1,{0}}, {-1,{0}},
#line 442 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1097), {240, 157, 146, 159}},
+ {offsetof(struct entity_pool_t, entity_pool_str1097), {240, 157, 146, 159, 0}},
#line 1351 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1098), {226, 166, 183, 0}},
#line 1662 "src/html_unescape.gperf"
@@ -6542,10 +6542,10 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str1105), {207, 129, 0}},
#line 817 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1106), {226, 135, 154, 0}},
-#line 1437 "src/html_unescape.gperf"
+#line 1439 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1107), {226, 137, 188, 0}},
#line 1478 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1108), {240, 157, 147, 134}},
+ {offsetof(struct entity_pool_t, entity_pool_str1108), {240, 157, 147, 134, 0}},
{-1,{0}}, {-1,{0}},
#line 1028 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1111), {194, 175, 0}},
@@ -6566,7 +6566,7 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str1131), {226, 167, 128, 0}},
#line 1514 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1132), {226, 136, 182, 0}},
-#line 999 "src/html_unescape.gperf"
+#line 998 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1133), {226, 132, 146, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 370 "src/html_unescape.gperf"
@@ -6578,24 +6578,24 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str1140), {194, 168, 0}},
#line 404 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1141), {226, 136, 148, 0}},
-#line 1358 "src/html_unescape.gperf"
+#line 1356 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1142), {226, 136, 168, 0}},
{-1,{0}},
#line 2102 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1144), {240, 157, 146, 180}},
+ {offsetof(struct entity_pool_t, entity_pool_str1144), {240, 157, 146, 180, 0}},
{-1,{0}}, {-1,{0}},
#line 562 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1147), {240, 157, 148, 189}},
+ {offsetof(struct entity_pool_t, entity_pool_str1147), {240, 157, 148, 189, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 304 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1152), {240, 157, 146, 158}},
+ {offsetof(struct entity_pool_t, entity_pool_str1152), {240, 157, 146, 158, 0}},
#line 1336 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1153), {226, 134, 186, 0}},
#line 1243 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1154), {226, 134, 157, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str1154), {226, 134, 157, 204, 184, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1026 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1159), {226, 137, 168, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str1159), {226, 137, 168, 239, 184, 128, 0}},
#line 515 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1160), {226, 170, 150, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -6605,7 +6605,7 @@ find_entity (register const char *str, register unsigned int len)
#line 516 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1169), {226, 170, 149, 0}},
{-1,{0}}, {-1,{0}},
-#line 743 "src/html_unescape.gperf"
+#line 744 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1172), {226, 132, 133, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
@@ -6616,11 +6616,11 @@ find_entity (register const char *str, register unsigned int len)
#line 441 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1181), {226, 140, 140, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1387 "src/html_unescape.gperf"
+#line 1388 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1187), {226, 136, 165, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
-#line 1356 "src/html_unescape.gperf"
+#line 1358 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1195), {226, 134, 187, 0}},
#line 1744 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1196), {226, 140, 163, 0}},
@@ -6637,8 +6637,8 @@ find_entity (register const char *str, register unsigned int len)
#line 1368 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1208), {226, 147, 136, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 769 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1212), {240, 157, 146, 190}},
+#line 770 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str1212), {240, 157, 146, 190, 0}},
#line 725 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1213), {226, 133, 136, 0}},
#line 1543 "src/html_unescape.gperf"
@@ -6676,7 +6676,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
-#line 564 "src/html_unescape.gperf"
+#line 565 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1252), {226, 136, 128, 0}},
{-1,{0}}, {-1,{0}},
#line 1189 "src/html_unescape.gperf"
@@ -6684,7 +6684,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
#line 1065 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1263), {240, 157, 149, 158}},
+ {offsetof(struct entity_pool_t, entity_pool_str1263), {240, 157, 149, 158, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
#line 1138 "src/html_unescape.gperf"
@@ -6695,7 +6695,7 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str1280), {226, 171, 169, 0}},
{-1,{0}},
#line 1251 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1282), {240, 157, 146, 169}},
+ {offsetof(struct entity_pool_t, entity_pool_str1282), {240, 157, 146, 169, 0}},
{-1,{0}},
#line 1396 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1284), {46, 0}},
@@ -6706,11 +6706,11 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 112 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1298), {226, 137, 172, 0}},
-#line 750 "src/html_unescape.gperf"
+#line 749 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1299), {226, 136, 172, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
-#line 103 "src/html_unescape.gperf"
+#line 104 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1307), {226, 136, 181, 0}},
#line 1410 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1308), {207, 150, 0}},
@@ -6718,64 +6718,64 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
-#line 1551 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1326), {240, 157, 148, 175}},
+#line 1552 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str1326), {240, 157, 148, 175, 0}},
#line 1471 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1327), {240, 157, 148, 148}},
+ {offsetof(struct entity_pool_t, entity_pool_str1327), {240, 157, 148, 148, 0}},
#line 934 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1328), {240, 157, 148, 169}},
+ {offsetof(struct entity_pool_t, entity_pool_str1328), {240, 157, 148, 169, 0}},
{-1,{0}},
#line 1667 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1330), {240, 157, 148, 176}},
+ {offsetof(struct entity_pool_t, entity_pool_str1330), {240, 157, 148, 176, 0}},
#line 1148 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1331), {226, 134, 174, 0}},
#line 1836 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1332), {240, 157, 148, 151}},
-#line 2121 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str1332), {240, 157, 148, 151, 0}},
+#line 2120 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1333), {226, 132, 168, 0}},
#line 476 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1334), {240, 157, 148, 162}},
+ {offsetof(struct entity_pool_t, entity_pool_str1334), {240, 157, 148, 162, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1685 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1338), {226, 136, 188, 0}},
#line 1921 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1339), {240, 157, 148, 178}},
+ {offsetof(struct entity_pool_t, entity_pool_str1339), {240, 157, 148, 178, 0}},
#line 1606 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1340), {226, 168, 174, 0}},
#line 1837 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1341), {240, 157, 148, 177}},
+ {offsetof(struct entity_pool_t, entity_pool_str1341), {240, 157, 148, 177, 0}},
#line 980 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1342), {226, 168, 173, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 2063 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1347), {240, 157, 148, 155}},
+ {offsetof(struct entity_pool_t, entity_pool_str1347), {240, 157, 148, 155, 0}},
{-1,{0}}, {-1,{0}},
-#line 1538 "src/html_unescape.gperf"
+#line 1539 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1350), {226, 132, 156, 0}},
#line 1119 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1351), {240, 157, 148, 171}},
+ {offsetof(struct entity_pool_t, entity_pool_str1351), {240, 157, 148, 171, 0}},
{-1,{0}},
#line 114 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1353), {240, 157, 148, 159}},
+ {offsetof(struct entity_pool_t, entity_pool_str1353), {240, 157, 148, 159, 0}},
{-1,{0}},
#line 1184 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1355), {226, 137, 143, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str1355), {226, 137, 143, 204, 184, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 788 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1359), {240, 157, 148, 141}},
+ {offsetof(struct entity_pool_t, entity_pool_str1359), {240, 157, 148, 141, 0}},
{-1,{0}},
#line 443 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1361), {240, 157, 146, 185}},
+ {offsetof(struct entity_pool_t, entity_pool_str1361), {240, 157, 146, 185, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 2050 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1365), {240, 157, 148, 154}},
+ {offsetof(struct entity_pool_t, entity_pool_str1365), {240, 157, 148, 154, 0}},
{-1,{0}},
#line 129 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1367), {226, 167, 171, 0}},
{-1,{0}},
-#line 2125 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1369), {240, 157, 149, 171}},
-#line 1541 "src/html_unescape.gperf"
+#line 2126 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str1369), {240, 157, 149, 171, 0}},
+#line 1542 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1370), {226, 132, 157, 0}},
{-1,{0}},
#line 1170 "src/html_unescape.gperf"
@@ -6784,29 +6784,29 @@ find_entity (register const char *str, register unsigned int len)
#line 1694 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1375), {226, 168, 164, 0}},
{-1,{0}},
-#line 565 "src/html_unescape.gperf"
+#line 564 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1377), {226, 136, 128, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
#line 1401 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1389), {240, 157, 148, 173}},
+ {offsetof(struct entity_pool_t, entity_pool_str1389), {240, 157, 148, 173, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1342 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1395), {197, 141, 0}},
{-1,{0}},
#line 2026 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1397), {240, 157, 148, 153}},
+ {offsetof(struct entity_pool_t, entity_pool_str1397), {240, 157, 148, 153, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
#line 488 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1409), {196, 146, 0}},
-#line 1616 "src/html_unescape.gperf"
+#line 1615 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1410), {226, 132, 155, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 2058 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1414), {240, 157, 147, 140}},
+ {offsetof(struct entity_pool_t, entity_pool_str1414), {240, 157, 147, 140, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1679 "src/html_unescape.gperf"
@@ -6816,32 +6816,32 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str1429), {226, 136, 150, 0}},
{-1,{0}},
#line 2027 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1431), {240, 157, 148, 179}},
+ {offsetof(struct entity_pool_t, entity_pool_str1431), {240, 157, 148, 179, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 806 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1450), {240, 157, 148, 142}},
+ {offsetof(struct entity_pool_t, entity_pool_str1450), {240, 157, 148, 142, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1354 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1455), {226, 166, 185, 0}},
{-1,{0}},
#line 1047 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1457), {240, 157, 148, 144}},
+ {offsetof(struct entity_pool_t, entity_pool_str1457), {240, 157, 148, 144, 0}},
#line 1666 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1458), {240, 157, 148, 150}},
+ {offsetof(struct entity_pool_t, entity_pool_str1458), {240, 157, 148, 150, 0}},
{-1,{0}}, {-1,{0}},
#line 1160 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1461), {226, 139, 172, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 588 "src/html_unescape.gperf"
+#line 587 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1467), {226, 132, 177, 0}},
{-1,{0}}, {-1,{0}},
#line 553 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1470), {240, 157, 148, 163}},
+ {offsetof(struct entity_pool_t, entity_pool_str1470), {240, 157, 148, 163, 0}},
#line 1920 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1471), {240, 157, 148, 152}},
+ {offsetof(struct entity_pool_t, entity_pool_str1471), {240, 157, 148, 152, 0}},
{-1,{0}},
#line 1676 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1473), {226, 136, 163, 0}},
@@ -6849,9 +6849,9 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1304 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1488), {226, 136, 188, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str1488), {226, 136, 188, 226, 131, 146, 0}},
#line 367 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1489), {240, 157, 148, 135}},
+ {offsetof(struct entity_pool_t, entity_pool_str1489), {240, 157, 148, 135, 0}},
#line 920 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1490), {226, 139, 150, 0}},
{-1,{0}}, {-1,{0}},
@@ -6860,7 +6860,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
#line 1472 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1500), {240, 157, 148, 174}},
+ {offsetof(struct entity_pool_t, entity_pool_str1500), {240, 157, 148, 174, 0}},
#line 345 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1501), {226, 135, 147, 0}},
{-1,{0}},
@@ -6871,16 +6871,16 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str1507), {226, 134, 146, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
-#line 1840 "src/html_unescape.gperf"
+#line 1839 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1515), {226, 136, 180, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 357 "src/html_unescape.gperf"
+#line 355 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1519), {226, 133, 133, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1839 "src/html_unescape.gperf"
+#line 1840 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1524), {226, 136, 180, 0}},
#line 933 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1525), {240, 157, 148, 143}},
+ {offsetof(struct entity_pool_t, entity_pool_str1525), {240, 157, 148, 143, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
#line 1824 "src/html_unescape.gperf"
@@ -6889,14 +6889,14 @@ find_entity (register const char *str, register unsigned int len)
#line 483 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1535), {226, 136, 136, 0}},
#line 2096 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1536), {240, 157, 148, 156}},
+ {offsetof(struct entity_pool_t, entity_pool_str1536), {240, 157, 148, 156, 0}},
#line 271 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1537), {226, 136, 178, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1337 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1542), {226, 166, 190, 0}},
{-1,{0}},
-#line 245 "src/html_unescape.gperf"
+#line 244 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1544), {226, 132, 173, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -6904,7 +6904,7 @@ find_entity (register const char *str, register unsigned int len)
#line 548 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1559), {226, 153, 128, 0}},
#line 1269 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1560), {226, 170, 176, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str1560), {226, 170, 176, 204, 184, 0}},
#line 1312 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1561), {226, 138, 155, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -6921,13 +6921,13 @@ find_entity (register const char *str, register unsigned int len)
#line 1557 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1581), {206, 161, 0}},
{-1,{0}},
-#line 1067 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1583), {240, 157, 147, 130}},
+#line 1068 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str1583), {240, 157, 147, 130, 0}},
{-1,{0}},
#line 1303 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1585), {226, 138, 181, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str1585), {226, 138, 181, 226, 131, 146, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 958 "src/html_unescape.gperf"
+#line 957 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1589), {226, 137, 168, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
@@ -6939,19 +6939,19 @@ find_entity (register const char *str, register unsigned int len)
#line 387 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1602), {195, 183, 0}},
{-1,{0}},
-#line 721 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1604), {240, 157, 148, 166}},
+#line 722 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str1604), {240, 157, 148, 166, 0}},
#line 484 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1605), {226, 143, 167, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 203 "src/html_unescape.gperf"
+#line 202 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1615), {92, 0}},
#line 1298 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1616), {226, 164, 130, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 732 "src/html_unescape.gperf"
+#line 733 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1626), {196, 170, 0}},
{-1,{0}},
#line 89 "src/html_unescape.gperf"
@@ -6971,7 +6971,7 @@ find_entity (register const char *str, register unsigned int len)
#line 491 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1642), {226, 136, 133, 0}},
#line 1350 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1643), {240, 157, 149, 160}},
+ {offsetof(struct entity_pool_t, entity_pool_str1643), {240, 157, 149, 160, 0}},
{-1,{0}},
#line 540 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1645), {226, 136, 131, 0}},
@@ -6983,11 +6983,11 @@ find_entity (register const char *str, register unsigned int len)
#line 539 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1656), {33, 0}},
#line 503 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1657), {240, 157, 148, 188}},
+ {offsetof(struct entity_pool_t, entity_pool_str1657), {240, 157, 148, 188, 0}},
#line 1142 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1658), {226, 135, 141, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1849 "src/html_unescape.gperf"
+#line 1848 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1663), {226, 128, 137, 0}},
#line 1218 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1664), {226, 138, 136, 0}},
@@ -6996,21 +6996,21 @@ find_entity (register const char *str, register unsigned int len)
#line 410 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1666), {226, 135, 144, 0}},
{-1,{0}},
-#line 1866 "src/html_unescape.gperf"
+#line 1867 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1668), {226, 171, 177, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 386 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1672), {195, 183, 0}},
{-1,{0}},
#line 1118 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1674), {240, 157, 148, 145}},
+ {offsetof(struct entity_pool_t, entity_pool_str1674), {240, 157, 148, 145, 0}},
#line 1144 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1675), {226, 137, 166, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str1675), {226, 137, 166, 204, 184, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 2128 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1689), {240, 157, 147, 143}},
+ {offsetof(struct entity_pool_t, entity_pool_str1689), {240, 157, 147, 143, 0}},
#line 994 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1690), {226, 165, 173, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -7018,7 +7018,7 @@ find_entity (register const char *str, register unsigned int len)
#line 950 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1697), {226, 151, 186, 0}},
{-1,{0}}, {-1,{0}},
-#line 1242 "src/html_unescape.gperf"
+#line 1241 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1700), {226, 135, 143, 0}},
#line 1224 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1701), {226, 138, 137, 0}},
@@ -7026,7 +7026,7 @@ find_entity (register const char *str, register unsigned int len)
#line 1819 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1703), {226, 135, 153, 0}},
#line 1847 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1704), {226, 129, 159, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str1704), {226, 129, 159, 226, 128, 138, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1931 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1708), {226, 151, 184, 0}},
@@ -7042,7 +7042,7 @@ find_entity (register const char *str, register unsigned int len)
#line 1334 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1716), {206, 169, 0}},
{-1,{0}}, {-1,{0}},
-#line 264 "src/html_unescape.gperf"
+#line 265 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1719), {226, 138, 151, 0}},
#line 1159 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1720), {226, 139, 170, 0}},
@@ -7066,26 +7066,26 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1397 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1743), {226, 128, 176, 0}},
-#line 1053 "src/html_unescape.gperf"
+#line 1051 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1744), {226, 136, 163, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1972 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1750), {226, 151, 185, 0}},
{-1,{0}}, {-1,{0}},
#line 368 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1753), {240, 157, 148, 161}},
+ {offsetof(struct entity_pool_t, entity_pool_str1753), {240, 157, 148, 161, 0}},
#line 1049 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1754), {226, 132, 167, 0}},
-#line 1447 "src/html_unescape.gperf"
+#line 1436 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1755), {226, 170, 179, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 2040 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1759), {226, 138, 139, 0}},
+#line 2039 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str1759), {226, 138, 139, 239, 184, 128, 0}},
{-1,{0}}, {-1,{0}},
#line 1246 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1762), {226, 139, 171, 0}},
-#line 2038 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1763), {226, 138, 138, 0}},
+#line 2037 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str1763), {226, 138, 138, 239, 184, 128, 0}},
{-1,{0}},
#line 472 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1765), {226, 137, 145, 0}},
@@ -7101,7 +7101,7 @@ find_entity (register const char *str, register unsigned int len)
#line 1512 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1783), {226, 164, 154, 0}},
{-1,{0}},
-#line 842 "src/html_unescape.gperf"
+#line 843 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1785), {226, 164, 153, 0}},
{-1,{0}}, {-1,{0}},
#line 1953 "src/html_unescape.gperf"
@@ -7113,20 +7113,20 @@ find_entity (register const char *str, register unsigned int len)
#line 1963 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1796), {207, 133, 0}},
{-1,{0}},
-#line 1051 "src/html_unescape.gperf"
+#line 1052 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1798), {42, 0}},
-#line 697 "src/html_unescape.gperf"
+#line 696 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1799), {226, 132, 141, 0}},
#line 2028 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1800), {226, 138, 178, 0}},
{-1,{0}},
-#line 1552 "src/html_unescape.gperf"
+#line 1551 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1802), {226, 132, 156, 0}},
{-1,{0}}, {-1,{0}},
#line 2047 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1805), {226, 139, 128, 0}},
#line 2051 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1806), {240, 157, 148, 180}},
+ {offsetof(struct entity_pool_t, entity_pool_str1806), {240, 157, 148, 180, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 93 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1812), {226, 140, 133, 0}},
@@ -7153,7 +7153,7 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str1842), {226, 138, 179, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
-#line 262 "src/html_unescape.gperf"
+#line 263 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1849), {226, 138, 150, 0}},
{-1,{0}},
#line 1341 "src/html_unescape.gperf"
@@ -7163,21 +7163,21 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
#line 552 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1859), {240, 157, 148, 137}},
+ {offsetof(struct entity_pool_t, entity_pool_str1859), {240, 157, 148, 137, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1444 "src/html_unescape.gperf"
+#line 1446 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1865), {226, 170, 181, 0}},
{-1,{0}},
-#line 379 "src/html_unescape.gperf"
+#line 378 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1867), {226, 139, 132, 0}},
#line 1363 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1868), {194, 186, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1102 "src/html_unescape.gperf"
+#line 1103 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1873), {226, 135, 151, 0}},
#line 763 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1874), {240, 157, 149, 128}},
-#line 259 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str1874), {240, 157, 149, 128, 0}},
+#line 260 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1875), {226, 138, 153, 0}},
{-1,{0}}, {-1,{0}},
#line 1452 "src/html_unescape.gperf"
@@ -7199,26 +7199,26 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str1907), {226, 168, 149, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1736 "src/html_unescape.gperf"
+#line 1737 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1917), {226, 138, 148, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
#line 792 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1925), {240, 157, 149, 155}},
+ {offsetof(struct entity_pool_t, entity_pool_str1925), {240, 157, 149, 155, 0}},
{-1,{0}}, {-1,{0}},
#line 1962 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1928), {206, 165, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
-#line 278 "src/html_unescape.gperf"
+#line 279 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1936), {226, 169, 180, 0}},
{-1,{0}},
#line 1300 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1938), {60, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str1938), {60, 226, 131, 146, 0}},
{-1,{0}}, {-1,{0}},
#line 1114 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1941), {226, 137, 170, 0}},
-#line 277 "src/html_unescape.gperf"
+#line 276 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1942), {226, 136, 183, 0}},
{-1,{0}}, {-1,{0}},
#line 204 "src/html_unescape.gperf"
@@ -7230,12 +7230,12 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str1950), {226, 168, 166, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 734 "src/html_unescape.gperf"
+#line 735 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1959), {226, 132, 145, 0}},
#line 480 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1960), {226, 170, 150, 0}},
{-1,{0}}, {-1,{0}},
-#line 1370 "src/html_unescape.gperf"
+#line 1369 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1963), {226, 132, 180, 0}},
#line 1821 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1964), {226, 164, 170, 0}},
@@ -7247,7 +7247,7 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str1973), {226, 156, 160, 0}},
{-1,{0}},
#line 1048 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str1975), {240, 157, 148, 170}},
+ {offsetof(struct entity_pool_t, entity_pool_str1975), {240, 157, 148, 170, 0}},
#line 1504 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1976), {226, 164, 158, 0}},
#line 528 "src/html_unescape.gperf"
@@ -7264,13 +7264,13 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str1987), {226, 137, 175, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 627 "src/html_unescape.gperf"
+#line 626 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str1996), {226, 137, 183, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
#line 380 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2003), {226, 153, 166, 0}},
-#line 655 "src/html_unescape.gperf"
+#line 653 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2004), {62, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -7282,13 +7282,13 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}},
#line 1954 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2023), {226, 134, 191, 0}},
-#line 1731 "src/html_unescape.gperf"
+#line 1732 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2024), {226, 138, 147, 0}},
#line 1003 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2025), {226, 170, 141, 0}},
{-1,{0}},
#line 1157 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2027), {226, 137, 170, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str2027), {226, 137, 170, 226, 131, 146, 0}},
{-1,{0}},
#line 1194 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2029), {226, 137, 174, 0}},
@@ -7296,13 +7296,13 @@ find_entity (register const char *str, register unsigned int len)
#line 630 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2031), {226, 170, 138, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1634 "src/html_unescape.gperf"
+#line 1636 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2035), {226, 170, 184, 0}},
{-1,{0}}, {-1,{0}},
#line 1036 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2038), {226, 134, 164, 0}},
#line 1197 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2039), {226, 137, 170, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str2039), {226, 137, 170, 204, 184, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1550 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2043), {226, 140, 139, 0}},
@@ -7342,18 +7342,18 @@ find_entity (register const char *str, register unsigned int len)
#line 860 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2079), {123, 0}},
{-1,{0}},
-#line 2120 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2081), {240, 157, 148, 183}},
+#line 2121 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str2081), {240, 157, 148, 183, 0}},
{-1,{0}}, {-1,{0}},
#line 1946 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2084), {226, 134, 145, 0}},
{-1,{0}},
-#line 632 "src/html_unescape.gperf"
+#line 633 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2086), {226, 170, 136, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1640 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2090), {226, 170, 176, 0}},
-#line 739 "src/html_unescape.gperf"
+#line 732 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2091), {226, 132, 145, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1526 "src/html_unescape.gperf"
@@ -7362,8 +7362,8 @@ find_entity (register const char *str, register unsigned int len)
#line 856 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2098), {196, 190, 0}},
#line 1349 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2099), {240, 157, 149, 134}},
-#line 1636 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str2099), {240, 157, 149, 134, 0}},
+#line 1638 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2100), {197, 161, 0}},
#line 88 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2101), {226, 136, 189, 0}},
@@ -7385,7 +7385,7 @@ find_entity (register const char *str, register unsigned int len)
#line 566 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2113), {226, 139, 148, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 701 "src/html_unescape.gperf"
+#line 700 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2119), {226, 132, 139, 0}},
{-1,{0}},
#line 1091 "src/html_unescape.gperf"
@@ -7399,7 +7399,7 @@ find_entity (register const char *str, register unsigned int len)
#line 1886 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2128), {226, 168, 185, 0}},
{-1,{0}}, {-1,{0}},
-#line 378 "src/html_unescape.gperf"
+#line 379 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2131), {226, 139, 132, 0}},
{-1,{0}}, {-1,{0}},
#line 1096 "src/html_unescape.gperf"
@@ -7421,7 +7421,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
#line 144 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2150), {240, 157, 148, 185}},
+ {offsetof(struct entity_pool_t, entity_pool_str2150), {240, 157, 148, 185, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 394 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2156), {36, 0}},
@@ -7450,7 +7450,7 @@ find_entity (register const char *str, register unsigned int len)
#line 106 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2190), {207, 182, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 770 "src/html_unescape.gperf"
+#line 769 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2194), {226, 132, 144, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1227 "src/html_unescape.gperf"
@@ -7464,18 +7464,18 @@ find_entity (register const char *str, register unsigned int len)
#line 756 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2205), {226, 168, 188, 0}},
{-1,{0}},
-#line 1271 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2207), {226, 171, 134, 0}},
+#line 1272 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str2207), {226, 171, 134, 204, 184, 0}},
{-1,{0}}, {-1,{0}},
#line 1308 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2210), {226, 134, 150, 0}},
-#line 1263 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2211), {226, 171, 133, 0}},
+#line 1264 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str2211), {226, 171, 133, 204, 184, 0}},
{-1,{0}}, {-1,{0}},
#line 1125 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2214), {226, 169, 190, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str2214), {226, 169, 190, 204, 184, 0}},
{-1,{0}},
-#line 1948 "src/html_unescape.gperf"
+#line 1947 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2216), {226, 135, 145, 0}},
#line 604 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2217), {226, 137, 165, 0}},
@@ -7485,25 +7485,25 @@ find_entity (register const char *str, register unsigned int len)
#line 1698 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2223), {226, 136, 150, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1635 "src/html_unescape.gperf"
+#line 1637 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2228), {197, 160, 0}},
{-1,{0}},
#line 1301 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2230), {226, 138, 180, 0}},
-#line 612 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str2230), {226, 138, 180, 226, 131, 146, 0}},
+#line 611 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2231), {226, 169, 190, 0}},
#line 135 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2232), {226, 144, 163, 0}},
-#line 1484 "src/html_unescape.gperf"
+#line 1483 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2233), {34, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 139 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2238), {226, 150, 136, 0}},
-#line 1873 "src/html_unescape.gperf"
+#line 1874 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2239), {226, 132, 162, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 794 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2245), {240, 157, 146, 191}},
+ {offsetof(struct entity_pool_t, entity_pool_str2245), {240, 157, 146, 191, 0}},
#line 2046 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2246), {226, 136, 167, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -7528,7 +7528,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}},
#line 635 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2273), {226, 137, 169, 0}},
-#line 1461 "src/html_unescape.gperf"
+#line 1462 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2274), {226, 136, 157, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 774 "src/html_unescape.gperf"
@@ -7544,7 +7544,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 568 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2290), {226, 132, 177, 0}},
-#line 1462 "src/html_unescape.gperf"
+#line 1461 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2291), {226, 136, 183, 0}},
{-1,{0}}, {-1,{0}},
#line 1122 "src/html_unescape.gperf"
@@ -7553,7 +7553,7 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str2295), {196, 189, 0}},
{-1,{0}},
#line 1123 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2297), {226, 137, 167, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str2297), {226, 137, 167, 204, 184, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -7581,37 +7581,37 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1366 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2343), {226, 169, 151, 0}},
-#line 676 "src/html_unescape.gperf"
+#line 675 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2344), {226, 134, 148, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 845 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2350), {226, 170, 173, 0}},
{-1,{0}},
-#line 243 "src/html_unescape.gperf"
+#line 242 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2352), {194, 183, 0}},
{-1,{0}}, {-1,{0}},
#line 1328 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2355), {240, 157, 148, 172}},
+ {offsetof(struct entity_pool_t, entity_pool_str2355), {240, 157, 148, 172, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1103 "src/html_unescape.gperf"
+#line 1104 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2359), {226, 134, 151, 0}},
{-1,{0}},
#line 1473 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2361), {226, 168, 140, 0}},
{-1,{0}}, {-1,{0}},
#line 846 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2364), {226, 170, 173, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str2364), {226, 170, 173, 239, 184, 128, 0}},
#line 801 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2365), {207, 176, 0}},
{-1,{0}}, {-1,{0}},
#line 698 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2368), {226, 128, 149, 0}},
#line 475 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2369), {240, 157, 148, 136}},
+ {offsetof(struct entity_pool_t, entity_pool_str2369), {240, 157, 148, 136, 0}},
#line 692 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2370), {226, 135, 191, 0}},
-#line 1239 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2371), {226, 170, 175, 0}},
+#line 1237 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str2371), {226, 170, 175, 204, 184, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 747 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2377), {196, 177, 0}},
@@ -7638,8 +7638,8 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str2410), {226, 166, 148, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1369 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2419), {240, 157, 146, 170}},
+#line 1370 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str2419), {240, 157, 146, 170, 0}},
{-1,{0}}, {-1,{0}},
#line 1418 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2422), {226, 136, 148, 0}},
@@ -7651,14 +7651,14 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str2429), {226, 136, 188, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1445 "src/html_unescape.gperf"
+#line 1447 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2440), {226, 139, 168, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1090 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2444), {197, 135, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1079 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2449), {226, 169, 176, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str2449), {226, 169, 176, 204, 184, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
#line 727 "src/html_unescape.gperf"
@@ -7666,7 +7666,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
-#line 198 "src/html_unescape.gperf"
+#line 197 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2470), {226, 132, 172, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -7683,26 +7683,26 @@ find_entity (register const char *str, register unsigned int len)
#line 1296 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2491), {226, 164, 132, 0}},
{-1,{0}}, {-1,{0}},
-#line 1191 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2494), {226, 167, 143, 0}},
+#line 1192 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str2494), {226, 167, 143, 204, 184, 0}},
{-1,{0}},
#line 520 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2496), {226, 137, 159, 0}},
{-1,{0}},
#line 1193 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2498), {226, 139, 172, 0}},
-#line 1192 "src/html_unescape.gperf"
+#line 1191 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2499), {226, 139, 170, 0}},
{-1,{0}}, {-1,{0}},
#line 60 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2502), {240, 157, 148, 184}},
+ {offsetof(struct entity_pool_t, entity_pool_str2502), {240, 157, 148, 184, 0}},
#line 680 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2503), {226, 132, 143, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1984 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2507), {226, 166, 156, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 688 "src/html_unescape.gperf"
+#line 687 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2511), {226, 132, 140, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1494 "src/html_unescape.gperf"
@@ -7718,19 +7718,19 @@ find_entity (register const char *str, register unsigned int len)
#line 352 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2523), {196, 143, 0}},
{-1,{0}},
-#line 531 "src/html_unescape.gperf"
+#line 530 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2525), {226, 137, 130, 0}},
{-1,{0}},
#line 1939 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2527), {226, 139, 131, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1705 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2532), {226, 170, 172, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str2532), {226, 170, 172, 239, 184, 128, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 814 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2536), {240, 157, 149, 156}},
+ {offsetof(struct entity_pool_t, entity_pool_str2536), {240, 157, 149, 156, 0}},
#line 638 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2537), {240, 157, 149, 152}},
+ {offsetof(struct entity_pool_t, entity_pool_str2537), {240, 157, 149, 152, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1255 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2542), {226, 137, 129, 0}},
@@ -7744,7 +7744,7 @@ find_entity (register const char *str, register unsigned int len)
#line 1171 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2548), {226, 136, 166, 0}},
#line 1200 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2549), {226, 170, 162, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str2549), {226, 170, 162, 204, 184, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -7752,18 +7752,18 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str2565), {226, 137, 130, 0}},
{-1,{0}}, {-1,{0}},
#line 1186 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2568), {226, 139, 181, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str2568), {226, 139, 181, 204, 184, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1525 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2572), {197, 152, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1429 "src/html_unescape.gperf"
+#line 1428 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2577), {226, 132, 153, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 637 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2583), {240, 157, 148, 190}},
+ {offsetof(struct entity_pool_t, entity_pool_str2583), {240, 157, 148, 190, 0}},
{-1,{0}}, {-1,{0}},
-#line 722 "src/html_unescape.gperf"
+#line 721 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2586), {226, 132, 145, 0}},
{-1,{0}}, {-1,{0}},
#line 2048 "src/html_unescape.gperf"
@@ -7793,14 +7793,14 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str2635), {226, 137, 191, 0}},
{-1,{0}},
#line 789 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2637), {240, 157, 148, 167}},
+ {offsetof(struct entity_pool_t, entity_pool_str2637), {240, 157, 148, 167, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
#line 1961 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2645), {207, 146, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1155 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2650), {226, 139, 152, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str2650), {226, 139, 152, 204, 184, 0}},
{-1,{0}}, {-1,{0}},
#line 419 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2653), {226, 135, 149, 0}},
@@ -7844,9 +7844,9 @@ find_entity (register const char *str, register unsigned int len)
#line 997 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2707), {226, 128, 185, 0}},
{-1,{0}},
-#line 1539 "src/html_unescape.gperf"
+#line 1540 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2709), {226, 132, 155, 0}},
-#line 347 "src/html_unescape.gperf"
+#line 348 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2710), {226, 171, 164, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1686 "src/html_unescape.gperf"
@@ -7885,26 +7885,26 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
#line 1486 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2762), {226, 136, 189, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str2762), {226, 136, 189, 204, 177, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 768 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2766), {194, 191, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
-#line 736 "src/html_unescape.gperf"
+#line 737 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2774), {226, 132, 144, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1965 "src/html_unescape.gperf"
+#line 1964 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2779), {226, 138, 165, 0}},
{-1,{0}},
-#line 1052 "src/html_unescape.gperf"
+#line 1053 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2781), {226, 171, 176, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1326 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2790), {226, 166, 191, 0}},
{-1,{0}}, {-1,{0}},
-#line 356 "src/html_unescape.gperf"
+#line 358 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2793), {226, 135, 138, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
@@ -7921,20 +7921,20 @@ find_entity (register const char *str, register unsigned int len)
#line 2011 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2810), {226, 171, 166, 0}},
#line 1327 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2811), {240, 157, 148, 146}},
+ {offsetof(struct entity_pool_t, entity_pool_str2811), {240, 157, 148, 146, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 104 "src/html_unescape.gperf"
+#line 103 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2816), {226, 136, 181, 0}},
{-1,{0}},
#line 1513 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2818), {226, 164, 156, 0}},
{-1,{0}},
-#line 843 "src/html_unescape.gperf"
+#line 844 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2820), {226, 164, 155, 0}},
#line 1348 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2821), {226, 138, 150, 0}},
#line 73 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2822), {240, 157, 146, 156}},
+ {offsetof(struct entity_pool_t, entity_pool_str2822), {240, 157, 146, 156, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 509 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2826), {206, 149, 0}},
@@ -7954,13 +7954,13 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str2851), {197, 190, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 816 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2856), {240, 157, 147, 128}},
-#line 648 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str2856), {240, 157, 147, 128, 0}},
+#line 647 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2857), {226, 132, 138, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 113 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2862), {240, 157, 148, 133}},
-#line 607 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str2862), {240, 157, 148, 133, 0}},
+#line 606 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2863), {226, 139, 155, 0}},
#line 686 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2864), {226, 138, 185, 0}},
@@ -7972,7 +7972,7 @@ find_entity (register const char *str, register unsigned int len)
#line 479 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2877), {195, 168, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1654 "src/html_unescape.gperf"
+#line 1653 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2881), {226, 139, 133, 0}},
#line 1923 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2882), {195, 185, 0}},
@@ -7989,12 +7989,12 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str2892), {226, 131, 155, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1466 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2897), {240, 157, 146, 171}},
+ {offsetof(struct entity_pool_t, entity_pool_str2897), {240, 157, 146, 171, 0}},
#line 1407 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2898), {206, 160, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 647 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2903), {240, 157, 146, 162}},
+#line 648 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str2903), {240, 157, 146, 162, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
#line 1424 "src/html_unescape.gperf"
@@ -8006,8 +8006,8 @@ find_entity (register const char *str, register unsigned int len)
#line 1421 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2916), {194, 177, 0}},
{-1,{0}}, {-1,{0}},
-#line 696 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str2919), {240, 157, 149, 153}},
+#line 697 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str2919), {240, 157, 149, 153, 0}},
#line 593 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2920), {207, 157, 0}},
{-1,{0}},
@@ -8028,14 +8028,14 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str2956), {207, 181, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
-#line 1438 "src/html_unescape.gperf"
+#line 1440 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2963), {226, 137, 186, 0}},
{-1,{0}}, {-1,{0}},
#line 592 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2966), {207, 156, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
-#line 348 "src/html_unescape.gperf"
+#line 347 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str2974), {226, 138, 163, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1169 "src/html_unescape.gperf"
@@ -8052,7 +8052,7 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str2994), {226, 165, 176, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
-#line 1440 "src/html_unescape.gperf"
+#line 1442 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3002), {226, 137, 188, 0}},
{-1,{0}}, {-1,{0}},
#line 1687 "src/html_unescape.gperf"
@@ -8074,7 +8074,7 @@ find_entity (register const char *str, register unsigned int len)
#line 1034 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3027), {226, 134, 166, 0}},
{-1,{0}}, {-1,{0}},
-#line 1861 "src/html_unescape.gperf"
+#line 1859 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3030), {195, 151, 0}},
{-1,{0}}, {-1,{0}},
#line 1495 "src/html_unescape.gperf"
@@ -8100,7 +8100,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}},
#line 931 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3057), {226, 165, 188, 0}},
-#line 675 "src/html_unescape.gperf"
+#line 677 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3058), {226, 165, 136, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
@@ -8110,19 +8110,19 @@ find_entity (register const char *str, register unsigned int len)
#line 1919 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3068), {226, 165, 190, 0}},
#line 1183 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str3069), {226, 137, 142, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str3069), {226, 137, 142, 204, 184, 0}},
{-1,{0}}, {-1,{0}},
-#line 895 "src/html_unescape.gperf"
+#line 894 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3072), {226, 138, 163, 0}},
{-1,{0}},
-#line 1617 "src/html_unescape.gperf"
+#line 1618 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3074), {226, 134, 177, 0}},
{-1,{0}},
-#line 1000 "src/html_unescape.gperf"
+#line 1001 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3076), {226, 134, 176, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 667 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str3080), {226, 137, 169, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str3080), {226, 137, 169, 239, 184, 128, 0}},
{-1,{0}}, {-1,{0}},
#line 1860 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3083), {226, 138, 160, 0}},
@@ -8145,10 +8145,10 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
-#line 904 "src/html_unescape.gperf"
+#line 903 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3132), {226, 134, 191, 0}},
{-1,{0}}, {-1,{0}},
-#line 903 "src/html_unescape.gperf"
+#line 904 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3135), {226, 165, 152, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 461 "src/html_unescape.gperf"
@@ -8161,13 +8161,13 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str3147), {195, 172, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
-#line 1238 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str3155), {226, 170, 175, 0}},
+#line 1239 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str3155), {226, 170, 175, 204, 184, 0}},
#line 466 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3156), {226, 137, 149, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 358 "src/html_unescape.gperf"
+#line 356 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3167), {226, 133, 134, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
@@ -8175,7 +8175,7 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str3174), {226, 137, 131, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1187 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str3179), {226, 139, 185, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str3179), {226, 139, 185, 204, 184, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -8186,7 +8186,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 21 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str3214), {240, 157, 148, 132}},
+ {offsetof(struct entity_pool_t, entity_pool_str3214), {240, 157, 148, 132, 0}},
#line 873 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3215), {226, 134, 144, 0}},
#line 1335 "src/html_unescape.gperf"
@@ -8204,33 +8204,33 @@ find_entity (register const char *str, register unsigned int len)
#line 1149 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3231), {226, 135, 142, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1498 "src/html_unescape.gperf"
+#line 1501 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3235), {226, 135, 165, 0}},
{-1,{0}},
-#line 831 "src/html_unescape.gperf"
+#line 834 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3237), {226, 135, 164, 0}},
{-1,{0}},
-#line 700 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str3239), {240, 157, 146, 189}},
+#line 701 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str3239), {240, 157, 146, 189, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
#line 901 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3246), {226, 165, 145, 0}},
{-1,{0}},
#line 807 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str3248), {240, 157, 148, 168}},
+ {offsetof(struct entity_pool_t, entity_pool_str3248), {240, 157, 148, 168, 0}},
#line 619 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str3249), {240, 157, 148, 164}},
-#line 1945 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str3249), {240, 157, 148, 164, 0}},
+#line 1948 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3250), {226, 164, 146, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1250 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str3259), {226, 170, 176, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str3259), {226, 170, 176, 204, 184, 0}},
#line 1015 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3260), {226, 139, 150, 0}},
#line 616 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str3261), {226, 139, 155, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str3261), {226, 139, 155, 239, 184, 128, 0}},
#line 2073 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3262), {226, 168, 128, 0}},
#line 1747 "src/html_unescape.gperf"
@@ -8241,14 +8241,14 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}},
#line 2065 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3268), {226, 159, 183, 0}},
-#line 465 "src/html_unescape.gperf"
+#line 463 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3269), {226, 137, 150, 0}},
{-1,{0}},
#line 1975 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3271), {226, 139, 176, 0}},
-#line 1085 "src/html_unescape.gperf"
+#line 1083 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3272), {226, 153, 174, 0}},
-#line 1001 "src/html_unescape.gperf"
+#line 1000 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3273), {226, 134, 176, 0}},
#line 745 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3274), {226, 136, 158, 0}},
@@ -8264,10 +8264,10 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str3285), {226, 168, 130, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1400 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str3289), {240, 157, 148, 147}},
+ {offsetof(struct entity_pool_t, entity_pool_str3289), {240, 157, 148, 147, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 618 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str3295), {240, 157, 148, 138}},
+ {offsetof(struct entity_pool_t, entity_pool_str3295), {240, 157, 148, 138, 0}},
{-1,{0}}, {-1,{0}},
#line 115 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3298), {226, 139, 130, 0}},
@@ -8312,10 +8312,10 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str3356), {207, 130, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1499 "src/html_unescape.gperf"
+#line 1502 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3366), {226, 164, 160, 0}},
{-1,{0}},
-#line 832 "src/html_unescape.gperf"
+#line 835 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3368), {226, 164, 159, 0}},
{-1,{0}}, {-1,{0}},
#line 2078 "src/html_unescape.gperf"
@@ -8326,7 +8326,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}},
#line 274 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3378), {226, 153, 163, 0}},
-#line 677 "src/html_unescape.gperf"
+#line 676 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3379), {226, 135, 148, 0}},
#line 1625 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3380), {226, 138, 181, 0}},
@@ -8359,18 +8359,18 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str3405), {203, 156, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
-#line 875 "src/html_unescape.gperf"
+#line 874 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3412), {226, 135, 144, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 617 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3417), {226, 170, 148, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 217 "src/html_unescape.gperf"
+#line 214 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3422), {226, 136, 169, 0}},
#line 1751 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3423), {194, 175, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1014 "src/html_unescape.gperf"
+#line 1010 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3427), {226, 137, 170, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -8393,7 +8393,7 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str3468), {226, 132, 180, 0}},
{-1,{0}}, {-1,{0}},
#line 222 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str3471), {226, 136, 169, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str3471), {226, 136, 169, 239, 184, 128, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 302 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3475), {226, 156, 151, 0}},
@@ -8417,12 +8417,12 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str3505), {226, 151, 131, 0}},
#line 777 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3506), {226, 129, 162, 0}},
-#line 1598 "src/html_unescape.gperf"
+#line 1597 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3507), {226, 142, 177, 0}},
{-1,{0}},
-#line 954 "src/html_unescape.gperf"
+#line 953 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3509), {226, 142, 176, 0}},
-#line 633 "src/html_unescape.gperf"
+#line 632 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3510), {226, 137, 169, 0}},
#line 936 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3511), {226, 170, 145, 0}},
@@ -8449,18 +8449,18 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
#line 1120 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str3534), {226, 137, 167, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str3534), {226, 137, 167, 204, 184, 0}},
#line 1309 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3535), {226, 164, 167, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
#line 917 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str3543), {226, 139, 154, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str3543), {226, 139, 154, 239, 184, 128, 0}},
{-1,{0}}, {-1,{0}},
-#line 1415 "src/html_unescape.gperf"
+#line 1416 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3546), {226, 138, 158, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1618 "src/html_unescape.gperf"
+#line 1617 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3550), {226, 134, 177, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 299 "src/html_unescape.gperf"
@@ -8469,9 +8469,9 @@ find_entity (register const char *str, register unsigned int len)
#line 746 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3557), {226, 167, 157, 0}},
{-1,{0}},
-#line 738 "src/html_unescape.gperf"
+#line 739 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3559), {196, 177, 0}},
-#line 530 "src/html_unescape.gperf"
+#line 531 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3560), {226, 169, 179, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1402 "src/html_unescape.gperf"
@@ -8482,7 +8482,7 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str3573), {226, 170, 146, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 2030 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str3579), {226, 138, 131, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str3579), {226, 138, 131, 226, 131, 146, 0}},
{-1,{0}}, {-1,{0}},
#line 1690 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3582), {226, 170, 160, 0}},
@@ -8494,7 +8494,7 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str3591), {226, 159, 186, 0}},
{-1,{0}}, {-1,{0}},
#line 1295 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str3594), {62, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str3594), {62, 226, 131, 146, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
@@ -8516,16 +8516,16 @@ find_entity (register const char *str, register unsigned int len)
#line 1489 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3628), {226, 136, 154, 0}},
{-1,{0}}, {-1,{0}},
-#line 687 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str3631), {240, 157, 148, 165}},
+#line 688 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str3631), {240, 157, 148, 165, 0}},
#line 2115 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3632), {197, 188, 0}},
#line 1029 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3633), {226, 153, 130, 0}},
{-1,{0}},
-#line 1500 "src/html_unescape.gperf"
+#line 1503 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3635), {226, 164, 179, 0}},
-#line 1436 "src/html_unescape.gperf"
+#line 1437 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3636), {226, 137, 186, 0}},
#line 1646 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3637), {226, 170, 186, 0}},
@@ -8538,13 +8538,13 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1011 "src/html_unescape.gperf"
+#line 1014 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3657), {226, 169, 185, 0}},
#line 762 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3658), {196, 175, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
-#line 216 "src/html_unescape.gperf"
+#line 218 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3665), {226, 169, 139, 0}},
{-1,{0}},
#line 720 "src/html_unescape.gperf"
@@ -8553,7 +8553,7 @@ find_entity (register const char *str, register unsigned int len)
#line 360 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3669), {226, 169, 183, 0}},
{-1,{0}},
-#line 263 "src/html_unescape.gperf"
+#line 264 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3671), {226, 138, 149, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1622 "src/html_unescape.gperf"
@@ -8562,7 +8562,7 @@ find_entity (register const char *str, register unsigned int len)
#line 1016 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3678), {226, 139, 139, 0}},
{-1,{0}}, {-1,{0}},
-#line 1441 "src/html_unescape.gperf"
+#line 1443 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3681), {226, 137, 190, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 449 "src/html_unescape.gperf"
@@ -8606,14 +8606,14 @@ find_entity (register const char *str, register unsigned int len)
#line 951 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3720), {196, 191, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1947 "src/html_unescape.gperf"
+#line 1945 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3725), {226, 134, 145, 0}},
{-1,{0}},
#line 1511 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3727), {226, 134, 157, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 438 "src/html_unescape.gperf"
+#line 437 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3738), {226, 138, 164, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 555 "src/html_unescape.gperf"
@@ -8626,7 +8626,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
#line 1299 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str3756), {226, 137, 164, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str3756), {226, 137, 164, 226, 131, 146, 0}},
{-1,{0}},
#line 1883 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3758), {226, 137, 156, 0}},
@@ -8648,8 +8648,8 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str3772), {226, 135, 157, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
-#line 293 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str3780), {240, 157, 149, 148}},
+#line 294 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str3780), {240, 157, 149, 148, 0}},
{-1,{0}},
#line 292 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3782), {226, 136, 174, 0}},
@@ -8674,22 +8674,22 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str3817), {226, 134, 147, 0}},
{-1,{0}},
#line 2075 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str3819), {240, 157, 149, 169}},
+ {offsetof(struct entity_pool_t, entity_pool_str3819), {240, 157, 149, 169, 0}},
{-1,{0}},
#line 1631 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3821), {197, 154, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
-#line 2039 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str3829), {226, 171, 140, 0}},
-#line 265 "src/html_unescape.gperf"
+#line 2040 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str3829), {226, 171, 140, 239, 184, 128, 0}},
+#line 252 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3830), {226, 151, 139, 0}},
-#line 1414 "src/html_unescape.gperf"
+#line 1415 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3831), {226, 168, 163, 0}},
#line 308 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3832), {226, 171, 144, 0}},
-#line 2037 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str3833), {226, 171, 139, 0}},
+#line 2038 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str3833), {226, 171, 139, 239, 184, 128, 0}},
#line 1901 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3834), {195, 154, 0}},
{-1,{0}},
@@ -8697,11 +8697,11 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str3836), {226, 139, 185, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 606 "src/html_unescape.gperf"
+#line 607 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3845), {226, 170, 140, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1719 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str3851), {226, 138, 148, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str3851), {226, 138, 148, 239, 184, 128, 0}},
{-1,{0}},
#line 1701 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3853), {226, 136, 163, 0}},
@@ -8717,7 +8717,7 @@ find_entity (register const char *str, register unsigned int len)
#line 477 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3861), {226, 170, 154, 0}},
{-1,{0}}, {-1,{0}},
-#line 33 "src/html_unescape.gperf"
+#line 32 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3864), {38, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -8728,13 +8728,13 @@ find_entity (register const char *str, register unsigned int len)
#line 1862 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3883), {226, 168, 176, 0}},
{-1,{0}}, {-1,{0}},
-#line 433 "src/html_unescape.gperf"
+#line 432 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3886), {226, 134, 189, 0}},
#line 2130 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3887), {226, 128, 140, 0}},
#line 818 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3888), {196, 185, 0}},
-#line 432 "src/html_unescape.gperf"
+#line 433 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str3889), {226, 165, 150, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -8837,9 +8837,9 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str4022), {226, 138, 168, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1027 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str4028), {226, 137, 168, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str4028), {226, 137, 168, 239, 184, 128, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 894 "src/html_unescape.gperf"
+#line 895 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4033), {226, 134, 164, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1075 "src/html_unescape.gperf"
@@ -8853,24 +8853,24 @@ find_entity (register const char *str, register unsigned int len)
#line 1559 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4047), {207, 177, 0}},
{-1,{0}},
-#line 912 "src/html_unescape.gperf"
+#line 913 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4049), {226, 170, 168, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1789 "src/html_unescape.gperf"
+#line 1791 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4055), {194, 185, 0}},
{-1,{0}}, {-1,{0}},
-#line 1790 "src/html_unescape.gperf"
+#line 1792 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4058), {194, 178, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
-#line 1791 "src/html_unescape.gperf"
+#line 1793 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4066), {194, 179, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 118 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4071), {226, 168, 128, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
-#line 424 "src/html_unescape.gperf"
+#line 423 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4078), {226, 135, 147, 0}},
{-1,{0}},
#line 2082 "src/html_unescape.gperf"
@@ -8881,19 +8881,19 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1106 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4087), {226, 128, 139, 0}},
-#line 209 "src/html_unescape.gperf"
+#line 208 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4088), {226, 137, 143, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
#line 305 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str4100), {240, 157, 146, 184}},
+ {offsetof(struct entity_pool_t, entity_pool_str4100), {240, 157, 146, 184, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1248 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4109), {226, 138, 129, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1792 "src/html_unescape.gperf"
+#line 1789 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4115), {226, 138, 131, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
@@ -8915,12 +8915,12 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str4137), {196, 176, 0}},
{-1,{0}},
#line 2081 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str4139), {240, 157, 147, 141}},
+ {offsetof(struct entity_pool_t, entity_pool_str4139), {240, 157, 147, 141, 0}},
#line 2068 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4140), {206, 190, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1131 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str4144), {226, 137, 171, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str4144), {226, 137, 171, 204, 184, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 165 "src/html_unescape.gperf"
@@ -8971,10 +8971,10 @@ find_entity (register const char *str, register unsigned int len)
#line 605 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4234), {226, 137, 167, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 63 "src/html_unescape.gperf"
+#line 62 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4238), {226, 137, 136, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1793 "src/html_unescape.gperf"
+#line 1790 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4243), {226, 139, 145, 0}},
#line 401 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4244), {226, 137, 145, 0}},
@@ -9013,7 +9013,7 @@ find_entity (register const char *str, register unsigned int len)
#line 824 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4287), {226, 159, 168, 0}},
{-1,{0}}, {-1,{0}},
-#line 1315 "src/html_unescape.gperf"
+#line 1313 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4290), {226, 138, 154, 0}},
{-1,{0}},
#line 1515 "src/html_unescape.gperf"
@@ -9026,11 +9026,11 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}},
#line 1018 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4307), {226, 165, 182, 0}},
-#line 194 "src/html_unescape.gperf"
+#line 195 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4308), {203, 152, 0}},
{-1,{0}},
#line 1077 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str4310), {226, 136, 160, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str4310), {226, 136, 160, 226, 131, 146, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1817 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4315), {226, 164, 166, 0}},
@@ -9044,9 +9044,9 @@ find_entity (register const char *str, register unsigned int len)
#line 1815 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4325), {226, 171, 148, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 321 "src/html_unescape.gperf"
+#line 318 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4329), {226, 139, 147, 0}},
-#line 65 "src/html_unescape.gperf"
+#line 64 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4330), {226, 137, 138, 0}},
#line 1481 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4331), {63, 0}},
@@ -9075,7 +9075,7 @@ find_entity (register const char *str, register unsigned int len)
#line 1268 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4364), {226, 138, 129, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 966 "src/html_unescape.gperf"
+#line 965 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4368), {226, 159, 181, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -9083,11 +9083,11 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str4377), {226, 170, 129, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
-#line 1806 "src/html_unescape.gperf"
+#line 1805 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4384), {226, 138, 139, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1126 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str4388), {226, 139, 153, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str4388), {226, 139, 153, 204, 184, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
#line 1490 "src/html_unescape.gperf"
@@ -9139,7 +9139,7 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str4452), {226, 159, 172, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1152 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str4456), {226, 169, 189, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str4456), {226, 169, 189, 204, 184, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1633 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4462), {226, 128, 154, 0}},
@@ -9157,24 +9157,24 @@ find_entity (register const char *str, register unsigned int len)
#line 1986 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4471), {207, 176, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 253 "src/html_unescape.gperf"
+#line 254 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4475), {226, 137, 151, 0}},
{-1,{0}},
#line 2101 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str4477), {240, 157, 149, 170}},
+ {offsetof(struct entity_pool_t, entity_pool_str4477), {240, 157, 149, 170, 0}},
{-1,{0}},
#line 1940 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4479), {226, 138, 142, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 825 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4484), {226, 159, 170, 0}},
-#line 1100 "src/html_unescape.gperf"
+#line 1101 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4485), {226, 164, 164, 0}},
#line 1673 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4486), {209, 136, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 244 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str4492), {240, 157, 148, 160}},
+#line 245 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str4492), {240, 157, 148, 160, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -9190,11 +9190,11 @@ find_entity (register const char *str, register unsigned int len)
#line 1811 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4512), {226, 171, 134, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1544 "src/html_unescape.gperf"
+#line 1545 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4517), {194, 174, 0}},
#line 30 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4518), {196, 129, 0}},
-#line 908 "src/html_unescape.gperf"
+#line 907 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4519), {226, 139, 154, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 2049 "src/html_unescape.gperf"
@@ -9207,7 +9207,7 @@ find_entity (register const char *str, register unsigned int len)
#line 1140 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4530), {209, 154, 0}},
#line 2064 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str4531), {240, 157, 148, 181}},
+ {offsetof(struct entity_pool_t, entity_pool_str4531), {240, 157, 148, 181, 0}},
{-1,{0}},
#line 1071 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4533), {206, 188, 0}},
@@ -9222,7 +9222,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 886 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4551), {226, 135, 135, 0}},
-#line 1786 "src/html_unescape.gperf"
+#line 1787 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4552), {226, 136, 145, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
@@ -9235,7 +9235,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1286 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4573), {35, 0}},
-#line 32 "src/html_unescape.gperf"
+#line 33 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4574), {38, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -9256,23 +9256,23 @@ find_entity (register const char *str, register unsigned int len)
#line 447 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4596), {196, 144, 0}},
{-1,{0}},
-#line 36 "src/html_unescape.gperf"
+#line 34 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4598), {226, 136, 167, 0}},
#line 1179 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str4599), {226, 137, 171, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str4599), {226, 137, 171, 204, 184, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
#line 1181 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str4606), {226, 169, 190, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str4606), {226, 169, 190, 204, 184, 0}},
{-1,{0}},
#line 1180 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4608), {226, 137, 185, 0}},
-#line 1483 "src/html_unescape.gperf"
+#line 1484 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4609), {34, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
#line 1178 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str4616), {226, 137, 167, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str4616), {226, 137, 167, 204, 184, 0}},
#line 708 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4617), {226, 128, 144, 0}},
#line 1411 "src/html_unescape.gperf"
@@ -9311,7 +9311,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1386 "src/html_unescape.gperf"
+#line 1387 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4668), {194, 182, 0}},
{-1,{0}}, {-1,{0}},
#line 76 "src/html_unescape.gperf"
@@ -9321,7 +9321,7 @@ find_entity (register const char *str, register unsigned int len)
#line 1482 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4678), {226, 137, 159, 0}},
{-1,{0}},
-#line 1787 "src/html_unescape.gperf"
+#line 1786 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4680), {226, 136, 145, 0}},
{-1,{0}},
#line 444 "src/html_unescape.gperf"
@@ -9333,14 +9333,14 @@ find_entity (register const char *str, register unsigned int len)
#line 2122 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4686), {208, 150, 0}},
{-1,{0}}, {-1,{0}},
-#line 965 "src/html_unescape.gperf"
+#line 966 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4689), {226, 159, 181, 0}},
{-1,{0}},
#line 346 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4691), {226, 128, 144, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
-#line 437 "src/html_unescape.gperf"
+#line 438 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4699), {226, 134, 167, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
@@ -9394,10 +9394,10 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str4762), {209, 145, 0}},
{-1,{0}},
#line 1207 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str4764), {226, 170, 175, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str4764), {226, 170, 175, 204, 184, 0}},
{-1,{0}},
#line 61 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str4766), {240, 157, 149, 146}},
+ {offsetof(struct entity_pool_t, entity_pool_str4766), {240, 157, 149, 146, 0}},
{-1,{0}},
#line 251 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4768), {207, 135, 0}},
@@ -9423,7 +9423,7 @@ find_entity (register const char *str, register unsigned int len)
#line 1006 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4796), {226, 128, 152, 0}},
#line 2103 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str4797), {240, 157, 147, 142}},
+ {offsetof(struct entity_pool_t, entity_pool_str4797), {240, 157, 147, 142, 0}},
{-1,{0}}, {-1,{0}},
#line 603 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4800), {196, 161, 0}},
@@ -9433,10 +9433,10 @@ find_entity (register const char *str, register unsigned int len)
#line 809 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4803), {208, 165, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 202 "src/html_unescape.gperf"
+#line 203 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4809), {226, 167, 133, 0}},
#line 1213 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str4810), {226, 138, 143, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str4810), {226, 138, 143, 204, 184, 0}},
#line 1672 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4811), {208, 168, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -9468,7 +9468,7 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str4846), {196, 160, 0}},
{-1,{0}},
#line 1215 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str4848), {226, 138, 144, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str4848), {226, 138, 144, 204, 184, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 8 "src/html_unescape.gperf"
@@ -9498,7 +9498,7 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str4882), {226, 151, 131, 0}},
#line 1182 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4883), {226, 137, 181, 0}},
-#line 279 "src/html_unescape.gperf"
+#line 278 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4884), {226, 137, 148, 0}},
{-1,{0}},
#line 967 "src/html_unescape.gperf"
@@ -9507,7 +9507,7 @@ find_entity (register const char *str, register unsigned int len)
#line 766 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4888), {206, 185, 0}},
{-1,{0}},
-#line 276 "src/html_unescape.gperf"
+#line 277 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4890), {58, 0}},
#line 2118 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4891), {206, 150, 0}},
@@ -9519,7 +9519,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}},
#line 2104 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4900), {208, 174, 0}},
-#line 1545 "src/html_unescape.gperf"
+#line 1544 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4901), {194, 174, 0}},
#line 1822 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4902), {195, 159, 0}},
@@ -9535,7 +9535,7 @@ find_entity (register const char *str, register unsigned int len)
#line 538 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4918), {226, 130, 172, 0}},
{-1,{0}}, {-1,{0}},
-#line 874 "src/html_unescape.gperf"
+#line 872 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4921), {226, 134, 144, 0}},
{-1,{0}}, {-1,{0}},
#line 221 "src/html_unescape.gperf"
@@ -9577,7 +9577,7 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str4952), {208, 140, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 319 "src/html_unescape.gperf"
+#line 320 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str4961), {226, 137, 141, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -9633,7 +9633,7 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str5063), {226, 139, 136, 0}},
{-1,{0}},
#line 557 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str5065), {102, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str5065), {102, 106, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
#line 1907 "src/html_unescape.gperf"
@@ -9650,7 +9650,7 @@ find_entity (register const char *str, register unsigned int len)
#line 2000 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5085), {226, 138, 178, 0}},
#line 74 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str5086), {240, 157, 146, 182}},
+ {offsetof(struct entity_pool_t, entity_pool_str5086), {240, 157, 146, 182, 0}},
{-1,{0}}, {-1,{0}},
#line 1775 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5089), {226, 137, 189, 0}},
@@ -9659,13 +9659,13 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str5093), {226, 136, 178, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
-#line 1638 "src/html_unescape.gperf"
+#line 1634 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5101), {226, 137, 187, 0}},
{-1,{0}},
#line 559 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5103), {239, 172, 130, 0}},
{-1,{0}},
-#line 256 "src/html_unescape.gperf"
+#line 257 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5105), {226, 138, 155, 0}},
{-1,{0}}, {-1,{0}},
#line 2009 "src/html_unescape.gperf"
@@ -9705,7 +9705,7 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str5173), {226, 137, 187, 0}},
#line 1310 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5174), {195, 147, 0}},
-#line 1874 "src/html_unescape.gperf"
+#line 1873 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5175), {226, 132, 162, 0}},
#line 1139 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5176), {208, 138, 0}},
@@ -9715,19 +9715,19 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
#line 2097 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str5189), {240, 157, 148, 182}},
+ {offsetof(struct entity_pool_t, entity_pool_str5189), {240, 157, 148, 182, 0}},
{-1,{0}}, {-1,{0}},
#line 284 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5192), {226, 136, 152, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 656 "src/html_unescape.gperf"
+#line 652 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5197), {226, 137, 171, 0}},
#line 1647 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5198), {226, 170, 182, 0}},
#line 731 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5199), {196, 179, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 261 "src/html_unescape.gperf"
+#line 262 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5203), {226, 147, 136, 0}},
{-1,{0}}, {-1,{0}},
#line 2095 "src/html_unescape.gperf"
@@ -9752,7 +9752,7 @@ find_entity (register const char *str, register unsigned int len)
#line 280 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5227), {226, 137, 148, 0}},
{-1,{0}},
-#line 1637 "src/html_unescape.gperf"
+#line 1635 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5229), {226, 170, 188, 0}},
#line 629 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5230), {226, 170, 164, 0}},
@@ -9794,14 +9794,14 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}},
#line 58 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5268), {196, 132, 0}},
-#line 898 "src/html_unescape.gperf"
+#line 899 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5269), {226, 167, 143, 0}},
{-1,{0}}, {-1,{0}},
#line 615 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5272), {226, 170, 132, 0}},
#line 900 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5273), {226, 138, 180, 0}},
-#line 899 "src/html_unescape.gperf"
+#line 898 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5274), {226, 138, 178, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 290 "src/html_unescape.gperf"
@@ -9886,10 +9886,10 @@ find_entity (register const char *str, register unsigned int len)
#line 1280 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5405), {226, 139, 170, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1580 "src/html_unescape.gperf"
+#line 1579 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5411), {226, 138, 162, 0}},
#line 1294 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str5412), {226, 137, 165, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str5412), {226, 137, 165, 226, 131, 146, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
@@ -9900,7 +9900,7 @@ find_entity (register const char *str, register unsigned int len)
#line 987 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5431), {226, 151, 138, 0}},
{-1,{0}}, {-1,{0}},
-#line 1583 "src/html_unescape.gperf"
+#line 1584 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5434), {226, 167, 144, 0}},
{-1,{0}},
#line 1581 "src/html_unescape.gperf"
@@ -9908,7 +9908,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}},
#line 1585 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5438), {226, 138, 181, 0}},
-#line 1584 "src/html_unescape.gperf"
+#line 1583 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5439), {226, 138, 179, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -9928,27 +9928,27 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
#line 22 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str5478), {240, 157, 148, 158}},
+ {offsetof(struct entity_pool_t, entity_pool_str5478), {240, 157, 148, 158, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 376 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5482), {203, 156, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
-#line 882 "src/html_unescape.gperf"
+#line 881 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5489), {226, 135, 131, 0}},
{-1,{0}}, {-1,{0}},
-#line 881 "src/html_unescape.gperf"
+#line 882 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5492), {226, 165, 153, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 907 "src/html_unescape.gperf"
+#line 908 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5501), {226, 170, 139, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
#line 68 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5509), {226, 129, 161, 0}},
{-1,{0}}, {-1,{0}},
-#line 208 "src/html_unescape.gperf"
+#line 209 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5512), {226, 170, 174, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -9967,7 +9967,7 @@ find_entity (register const char *str, register unsigned int len)
#line 229 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5543), {195, 135, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 260 "src/html_unescape.gperf"
+#line 261 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5547), {194, 174, 0}},
#line 880 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5548), {226, 165, 161, 0}},
@@ -9979,13 +9979,13 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str5556), {226, 137, 144, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
-#line 242 "src/html_unescape.gperf"
+#line 243 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5564), {194, 183, 0}},
{-1,{0}},
#line 1281 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5566), {226, 139, 172, 0}},
{-1,{0}},
-#line 1056 "src/html_unescape.gperf"
+#line 1055 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5568), {226, 136, 146, 0}},
{-1,{0}},
#line 623 "src/html_unescape.gperf"
@@ -9994,7 +9994,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}},
#line 6 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5577), {195, 129, 0}},
-#line 653 "src/html_unescape.gperf"
+#line 656 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5578), {226, 169, 186, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 661 "src/html_unescape.gperf"
@@ -10002,7 +10002,7 @@ find_entity (register const char *str, register unsigned int len)
#line 205 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5584), {226, 128, 162, 0}},
{-1,{0}}, {-1,{0}},
-#line 423 "src/html_unescape.gperf"
+#line 421 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5587), {226, 134, 147, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1536 "src/html_unescape.gperf"
@@ -10029,15 +10029,15 @@ find_entity (register const char *str, register unsigned int len)
#line 703 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5618), {196, 166, 0}},
{-1,{0}},
-#line 543 "src/html_unescape.gperf"
+#line 544 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5620), {226, 133, 135, 0}},
-#line 1055 "src/html_unescape.gperf"
+#line 1056 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5621), {226, 138, 159, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1587 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5625), {226, 165, 156, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1964 "src/html_unescape.gperf"
+#line 1965 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5630), {226, 134, 165, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -10060,13 +10060,13 @@ find_entity (register const char *str, register unsigned int len)
#line 729 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5666), {226, 132, 169, 0}},
{-1,{0}}, {-1,{0}},
-#line 62 "src/html_unescape.gperf"
+#line 63 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5669), {226, 169, 175, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1092 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5673), {197, 133, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 214 "src/html_unescape.gperf"
+#line 216 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5678), {226, 169, 132, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
@@ -10079,7 +10079,7 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str5690), {226, 139, 169, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1540 "src/html_unescape.gperf"
+#line 1541 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5699), {226, 132, 156, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 897 "src/html_unescape.gperf"
@@ -10110,11 +10110,11 @@ find_entity (register const char *str, register unsigned int len)
#line 1173 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5741), {226, 137, 160, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1848 "src/html_unescape.gperf"
+#line 1849 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5747), {226, 128, 137, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
-#line 64 "src/html_unescape.gperf"
+#line 65 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5754), {226, 169, 176, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
@@ -10130,7 +10130,7 @@ find_entity (register const char *str, register unsigned int len)
#line 620 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5776), {226, 137, 171, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1378 "src/html_unescape.gperf"
+#line 1376 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5780), {226, 138, 151, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -10144,13 +10144,13 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 535 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5807), {195, 176, 0}},
-#line 1805 "src/html_unescape.gperf"
+#line 1806 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5808), {226, 171, 140, 0}},
{-1,{0}}, {-1,{0}},
#line 84 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5811), {226, 168, 145, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 195 "src/html_unescape.gperf"
+#line 194 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5817), {203, 152, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 621 "src/html_unescape.gperf"
@@ -10211,7 +10211,7 @@ find_entity (register const char *str, register unsigned int len)
#line 1876 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5923), {226, 150, 191, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 969 "src/html_unescape.gperf"
+#line 968 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5927), {226, 159, 183, 0}},
#line 1572 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5928), {226, 140, 139, 0}},
@@ -10230,7 +10230,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 668 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str5949), {226, 137, 169, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str5949), {226, 137, 169, 239, 184, 128, 0}},
{-1,{0}},
#line 164 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5951), {226, 148, 180, 0}},
@@ -10238,14 +10238,14 @@ find_entity (register const char *str, register unsigned int len)
#line 658 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5956), {226, 166, 149, 0}},
{-1,{0}}, {-1,{0}},
-#line 1237 "src/html_unescape.gperf"
+#line 1238 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5959), {226, 138, 128, 0}},
{-1,{0}}, {-1,{0}},
#line 1380 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5962), {195, 182, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
-#line 611 "src/html_unescape.gperf"
+#line 612 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5970), {226, 170, 169, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 536 "src/html_unescape.gperf"
@@ -10257,11 +10257,11 @@ find_entity (register const char *str, register unsigned int len)
#line 1937 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5982), {226, 142, 181, 0}},
#line 1161 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str5983), {226, 137, 170, 0}},
-#line 872 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str5983), {226, 137, 170, 204, 184, 0}},
+#line 875 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str5984), {226, 135, 164, 0}},
#line 1095 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str5985), {226, 169, 173, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str5985), {226, 169, 173, 204, 184, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -10297,9 +10297,9 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str6052), {226, 137, 191, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 266 "src/html_unescape.gperf"
+#line 267 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str6061), {226, 167, 131, 0}},
-#line 1653 "src/html_unescape.gperf"
+#line 1654 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str6062), {226, 138, 161, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1318 "src/html_unescape.gperf"
@@ -10334,7 +10334,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 906 "src/html_unescape.gperf"
+#line 905 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str6121), {226, 134, 188, 0}},
#line 416 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str6122), {226, 135, 146, 0}},
@@ -10347,7 +10347,7 @@ find_entity (register const char *str, register unsigned int len)
#line 941 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str6140), {226, 150, 132, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 267 "src/html_unescape.gperf"
+#line 266 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str6146), {226, 137, 151, 0}},
#line 1293 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str6147), {226, 138, 175, 0}},
@@ -10355,7 +10355,7 @@ find_entity (register const char *str, register unsigned int len)
#line 1927 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str6151), {226, 150, 128, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 737 "src/html_unescape.gperf"
+#line 738 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str6155), {226, 132, 145, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1586 "src/html_unescape.gperf"
@@ -10366,7 +10366,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
-#line 626 "src/html_unescape.gperf"
+#line 627 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str6176), {226, 170, 165, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -10380,7 +10380,7 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str6203), {197, 147, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1198 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str6208), {226, 169, 189, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str6208), {226, 169, 189, 204, 184, 0}},
{-1,{0}},
#line 153 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str6210), {226, 149, 151, 0}},
@@ -10396,7 +10396,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
-#line 968 "src/html_unescape.gperf"
+#line 969 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str6248), {226, 159, 183, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -10411,7 +10411,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1796 "src/html_unescape.gperf"
+#line 1797 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str6283), {226, 171, 134, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -10426,7 +10426,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1124 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str6315), {226, 169, 190, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str6315), {226, 169, 190, 204, 184, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -10445,7 +10445,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 808 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str6367), {196, 184, 0}},
-#line 1797 "src/html_unescape.gperf"
+#line 1796 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str6368), {226, 138, 135, 0}},
{-1,{0}},
#line 170 "src/html_unescape.gperf"
@@ -10466,7 +10466,7 @@ find_entity (register const char *str, register unsigned int len)
#line 810 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str6404), {209, 133, 0}},
{-1,{0}},
-#line 355 "src/html_unescape.gperf"
+#line 357 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str6406), {226, 128, 161, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -10519,7 +10519,7 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str6456), {226, 136, 164, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1174 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str6461), {226, 137, 130, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str6461), {226, 137, 130, 204, 184, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -10531,12 +10531,12 @@ find_entity (register const char *str, register unsigned int len)
#line 157 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str6488), {226, 149, 148, 0}},
{-1,{0}},
-#line 34 "src/html_unescape.gperf"
+#line 36 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str6490), {226, 169, 149, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
-#line 1591 "src/html_unescape.gperf"
+#line 1590 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str6502), {226, 135, 128, 0}},
{-1,{0}},
#line 730 "src/html_unescape.gperf"
@@ -10556,8 +10556,8 @@ find_entity (register const char *str, register unsigned int len)
#line 37 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str6524), {226, 169, 156, 0}},
{-1,{0}},
-#line 1240 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str6526), {226, 164, 179, 0}},
+#line 1242 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str6526), {226, 164, 179, 204, 184, 0}},
#line 2025 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str6527), {226, 128, 138, 0}},
{-1,{0}},
@@ -10568,7 +10568,7 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str6531), {226, 149, 150, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 2029 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str6535), {226, 138, 130, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str6535), {226, 138, 130, 226, 131, 146, 0}},
{-1,{0}}, {-1,{0}},
#line 235 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str6538), {226, 169, 144, 0}},
@@ -10648,7 +10648,7 @@ find_entity (register const char *str, register unsigned int len)
#line 2005 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str6623), {208, 146, 0}},
{-1,{0}}, {-1,{0}},
-#line 215 "src/html_unescape.gperf"
+#line 217 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str6626), {226, 169, 137, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -10657,7 +10657,7 @@ find_entity (register const char *str, register unsigned int len)
#line 101 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str6646), {226, 128, 158, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 421 "src/html_unescape.gperf"
+#line 424 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str6650), {226, 164, 147, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
@@ -10764,7 +10764,7 @@ find_entity (register const char *str, register unsigned int len)
#line 1645 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str6861), {197, 157, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 464 "src/html_unescape.gperf"
+#line 465 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str6865), {195, 170, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1912 "src/html_unescape.gperf"
@@ -10790,7 +10790,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1579 "src/html_unescape.gperf"
+#line 1580 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str6921), {226, 134, 166, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -10801,7 +10801,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1010 "src/html_unescape.gperf"
+#line 1013 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str6958), {226, 170, 166, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 26 "src/html_unescape.gperf"
@@ -10851,7 +10851,7 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str7039), {226, 149, 165, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
-#line 1435 "src/html_unescape.gperf"
+#line 1438 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str7047), {226, 170, 183, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -10901,7 +10901,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}},
#line 2062 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str7142), {226, 150, 189, 0}},
-#line 252 "src/html_unescape.gperf"
+#line 253 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str7143), {203, 134, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -10930,7 +10930,7 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str7201), {208, 188, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1859 "src/html_unescape.gperf"
+#line 1861 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str7212), {226, 168, 177, 0}},
{-1,{0}},
#line 690 "src/html_unescape.gperf"
@@ -10972,9 +10972,9 @@ find_entity (register const char *str, register unsigned int len)
#line 122 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str7274), {226, 152, 133, 0}},
{-1,{0}}, {-1,{0}},
-#line 320 "src/html_unescape.gperf"
+#line 317 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str7277), {226, 136, 170, 0}},
-#line 973 "src/html_unescape.gperf"
+#line 972 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str7278), {226, 159, 182, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -10982,7 +10982,7 @@ find_entity (register const char *str, register unsigned int len)
#line 597 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str7294), {196, 162, 0}},
{-1,{0}},
-#line 1439 "src/html_unescape.gperf"
+#line 1441 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str7296), {226, 170, 175, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -11002,7 +11002,7 @@ find_entity (register const char *str, register unsigned int len)
#line 1533 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str7325), {226, 164, 183, 0}},
#line 325 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str7326), {226, 136, 170, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str7326), {226, 136, 170, 239, 184, 128, 0}},
#line 863 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str7327), {226, 164, 182, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -11024,7 +11024,7 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str7345), {206, 163, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1222 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str7350), {226, 137, 191, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str7350), {226, 137, 191, 204, 184, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -11033,39 +11033,39 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
-#line 1760 "src/html_unescape.gperf"
+#line 1759 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str7376), {226, 138, 138, 0}},
{-1,{0}},
#line 1456 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str7378), {226, 136, 143, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
-#line 258 "src/html_unescape.gperf"
+#line 259 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str7385), {226, 138, 157, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1772 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str7389), {226, 171, 147, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
-#line 297 "src/html_unescape.gperf"
+#line 298 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str7397), {194, 169, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 533 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str7403), {206, 183, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 51 "src/html_unescape.gperf"
+#line 43 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str7409), {226, 136, 161, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1083 "src/html_unescape.gperf"
+#line 1084 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str7434), {226, 153, 174, 0}},
{-1,{0}},
#line 1798 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str7436), {226, 171, 132, 0}},
-#line 1084 "src/html_unescape.gperf"
+#line 1085 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str7437), {226, 132, 149, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1880 "src/html_unescape.gperf"
@@ -11117,7 +11117,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 318 "src/html_unescape.gperf"
+#line 321 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str7520), {226, 169, 134, 0}},
#line 1768 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str7521), {226, 138, 138, 0}},
@@ -11160,10 +11160,10 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str7604), {226, 138, 181, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 888 "src/html_unescape.gperf"
+#line 887 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str7615), {226, 134, 148, 0}},
{-1,{0}}, {-1,{0}},
-#line 1774 "src/html_unescape.gperf"
+#line 1773 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str7618), {226, 137, 187, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -11186,12 +11186,12 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
#line 12 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str7662), {226, 136, 190, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str7662), {226, 136, 190, 204, 179, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1597 "src/html_unescape.gperf"
+#line 1598 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str7668), {226, 142, 177, 0}},
{-1,{0}},
-#line 953 "src/html_unescape.gperf"
+#line 954 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str7670), {226, 142, 176, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1109 "src/html_unescape.gperf"
@@ -11264,7 +11264,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
-#line 1951 "src/html_unescape.gperf"
+#line 1950 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str7859), {226, 134, 149, 0}},
{-1,{0}},
#line 1113 "src/html_unescape.gperf"
@@ -11281,12 +11281,12 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str7876), {226, 148, 130, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1314 "src/html_unescape.gperf"
+#line 1315 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str7886), {195, 180, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 463 "src/html_unescape.gperf"
+#line 464 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str7900), {195, 138, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -11327,7 +11327,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 681 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str8042), {196, 164, 0}},
-#line 1590 "src/html_unescape.gperf"
+#line 1591 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str8043), {226, 165, 147, 0}},
#line 18 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str8044), {195, 134, 0}},
@@ -11401,9 +11401,9 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
-#line 1563 "src/html_unescape.gperf"
+#line 1561 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str8241), {226, 134, 146, 0}},
-#line 257 "src/html_unescape.gperf"
+#line 258 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str8242), {226, 138, 154, 0}},
#line 27 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str8243), {206, 145, 0}},
@@ -11445,7 +11445,7 @@ find_entity (register const char *str, register unsigned int len)
#line 542 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str8340), {226, 132, 176, 0}},
{-1,{0}},
-#line 1313 "src/html_unescape.gperf"
+#line 1314 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str8342), {195, 148, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -11460,7 +11460,7 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str8375), {206, 187, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1220 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str8381), {226, 170, 176, 0}},
+ {offsetof(struct entity_pool_t, entity_pool_str8381), {226, 170, 176, 204, 184, 0}},
#line 190 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str8382), {226, 149, 158, 0}},
{-1,{0}},
@@ -11584,7 +11584,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 544 "src/html_unescape.gperf"
+#line 543 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str8725), {226, 133, 135, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -11617,7 +11617,7 @@ find_entity (register const char *str, register unsigned int len)
#line 2106 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str8796), {195, 191, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1759 "src/html_unescape.gperf"
+#line 1760 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str8800), {226, 171, 139, 0}},
{-1,{0}}, {-1,{0}},
#line 359 "src/html_unescape.gperf"
@@ -11644,7 +11644,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 652 "src/html_unescape.gperf"
+#line 655 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str8879), {226, 170, 167, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -11664,7 +11664,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1950 "src/html_unescape.gperf"
+#line 1951 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str8956), {226, 134, 149, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
#line 330 "src/html_unescape.gperf"
@@ -11726,10 +11726,10 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 436 "src/html_unescape.gperf"
+#line 435 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str9151), {226, 135, 129, 0}},
{-1,{0}}, {-1,{0}},
-#line 435 "src/html_unescape.gperf"
+#line 436 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str9154), {226, 165, 151, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
@@ -11748,7 +11748,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 972 "src/html_unescape.gperf"
+#line 973 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str9217), {226, 159, 182, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -11771,7 +11771,7 @@ find_entity (register const char *str, register unsigned int len)
#line 1107 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str9271), {226, 128, 139, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1755 "src/html_unescape.gperf"
+#line 1756 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str9275), {226, 171, 133, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -11806,7 +11806,7 @@ find_entity (register const char *str, register unsigned int len)
{offsetof(struct entity_pool_t, entity_pool_str9351), {226, 129, 131, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1756 "src/html_unescape.gperf"
+#line 1755 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str9360), {226, 138, 134, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -11855,7 +11855,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
-#line 887 "src/html_unescape.gperf"
+#line 888 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str9554), {226, 134, 148, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -11921,20 +11921,20 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
-#line 1589 "src/html_unescape.gperf"
+#line 1588 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str9801), {226, 134, 190, 0}},
{-1,{0}}, {-1,{0}},
-#line 1588 "src/html_unescape.gperf"
+#line 1589 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str9804), {226, 165, 148, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1571 "src/html_unescape.gperf"
+#line 1570 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str9829), {226, 135, 130, 0}},
{-1,{0}}, {-1,{0}},
-#line 1570 "src/html_unescape.gperf"
+#line 1571 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str9832), {226, 165, 149, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 25 "src/html_unescape.gperf"
@@ -11942,9 +11942,9 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 255 "src/html_unescape.gperf"
+#line 256 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str9852), {226, 134, 187, 0}},
-#line 254 "src/html_unescape.gperf"
+#line 255 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str9853), {226, 134, 186, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -11965,7 +11965,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
-#line 1376 "src/html_unescape.gperf"
+#line 1378 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str9936), {226, 168, 182, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
@@ -11982,7 +11982,7 @@ find_entity (register const char *str, register unsigned int len)
#line 1203 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str9959), {226, 136, 140, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1443 "src/html_unescape.gperf"
+#line 1445 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str9963), {226, 170, 185, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -12060,12 +12060,12 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1210 "src/html_unescape.gperf"
- {offsetof(struct entity_pool_t, entity_pool_str10240), {226, 167, 144, 0}},
+#line 1211 "src/html_unescape.gperf"
+ {offsetof(struct entity_pool_t, entity_pool_str10240), {226, 167, 144, 204, 184, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
#line 1212 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str10244), {226, 139, 173, 0}},
-#line 1211 "src/html_unescape.gperf"
+#line 1210 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str10245), {226, 139, 171, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -12074,7 +12074,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
-#line 905 "src/html_unescape.gperf"
+#line 906 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str10278), {226, 165, 146, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -12133,7 +12133,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1564 "src/html_unescape.gperf"
+#line 1563 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str10505), {226, 135, 146, 0}},
{-1,{0}},
#line 28 "src/html_unescape.gperf"
@@ -12208,7 +12208,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
-#line 735 "src/html_unescape.gperf"
+#line 736 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str10808), {226, 133, 136, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -12268,7 +12268,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 1773 "src/html_unescape.gperf"
+#line 1774 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str11029), {226, 170, 184, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -12296,13 +12296,13 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 47 "src/html_unescape.gperf"
+#line 48 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str11146), {226, 166, 172, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 44 "src/html_unescape.gperf"
+#line 45 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str11165), {226, 166, 169, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -12328,7 +12328,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
-#line 48 "src/html_unescape.gperf"
+#line 49 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str11282), {226, 166, 173, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -12391,7 +12391,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
-#line 46 "src/html_unescape.gperf"
+#line 47 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str11565), {226, 166, 171, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -12472,7 +12472,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}},
-#line 1561 "src/html_unescape.gperf"
+#line 1564 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str11918), {226, 135, 165, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -12739,7 +12739,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
-#line 49 "src/html_unescape.gperf"
+#line 50 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str13061), {226, 166, 174, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -12818,7 +12818,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}},
-#line 50 "src/html_unescape.gperf"
+#line 51 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str13443), {226, 166, 175, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -13003,7 +13003,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 45 "src/html_unescape.gperf"
+#line 46 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str14304), {226, 166, 170, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -13070,7 +13070,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 317 "src/html_unescape.gperf"
+#line 319 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str14620), {226, 169, 136, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
@@ -13206,7 +13206,7 @@ find_entity (register const char *str, register unsigned int len)
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
-#line 43 "src/html_unescape.gperf"
+#line 44 "src/html_unescape.gperf"
{offsetof(struct entity_pool_t, entity_pool_str15290), {226, 166, 168, 0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},
{-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}}, {-1,{0}},