Switch to unified view
a/src/internfile/myhtmlparse.h | b/src/internfile/myhtmlparse.h | ||
---|---|---|---|
... |
... |
||
38 | bool in_style_tag; |
38 | bool in_style_tag; |
39 | bool in_body_tag; |
39 | bool in_body_tag; |
40 | bool in_pre_tag; |
40 | bool in_pre_tag; |
41 | bool pending_space; |
41 | bool pending_space; |
42 | map<string,string> meta; |
42 | map<string,string> meta; |
43 | static map<string, string> my_named_ents; |
||
44 | string dump, dmtime; |
43 | string dump, dmtime; |
45 | // This is the charset our caller thinks the doc used (initially |
44 | // This is the charset our caller thinks the doc used (initially |
46 | // comes from the environment/configuration, used as source for |
45 | // comes from the environment/configuration, used as source for |
47 | // conversion to utf-8) |
46 | // conversion to utf-8) |
48 | string fromcharset; |
47 | string fromcharset; |