Switch to unified view

a/src/internfile/myhtmlparse.h b/src/internfile/myhtmlparse.h
...
...
35
class MyHtmlParser : public HtmlParser {
35
class MyHtmlParser : public HtmlParser {
36
 public:
36
 public:
37
    bool in_script_tag;
37
    bool in_script_tag;
38
    bool in_style_tag;
38
    bool in_style_tag;
39
    bool in_pre_tag;
39
    bool in_pre_tag;
40
    bool in_title_tag;
40
    bool pending_space;
41
    bool pending_space;
41
    map<string,string> meta;
42
    map<string,string> meta;
42
    string dump, dmtime;
43
    string dump, dmtime, titledump;
43
    // This is the charset our caller thinks the doc used (initially
44
    // This is the charset our caller thinks the doc used (initially
44
    // comes from the environment/configuration, used as source for
45
    // comes from the environment/configuration, used as source for
45
    // conversion to utf-8)
46
    // conversion to utf-8)
46
    string fromcharset; 
47
    string fromcharset; 
47
    // This is the charset it was supposedly converted to (always
48
    // This is the charset it was supposedly converted to (always