Switch to unified view

a/src/internfile/myhtmlparse.h b/src/internfile/myhtmlparse.h
...
...
31
class MyHtmlParser : public HtmlParser {
31
class MyHtmlParser : public HtmlParser {
32
    public:
32
    public:
33
    bool in_script_tag;
33
    bool in_script_tag;
34
    bool in_style_tag;
34
    bool in_style_tag;
35
    bool pending_space;
35
    bool pending_space;
36
        string title, sample, keywords, dump;
36
        string title, sample, keywords, dump, dmtime;
37
        string ocharset; // This is the charset our user thinks the doc was
37
        string ocharset; // This is the charset our user thinks the doc was
38
        string charset; // This is the charset it was supposedly converted to
38
        string charset; // This is the charset it was supposedly converted to
39
        string doccharset; // Set this to value of charset parameter in header
39
        string doccharset; // Set this to value of charset parameter in header
40
    bool indexing_allowed;
40
    bool indexing_allowed;
41
    void process_text(const string &text);
41
    void process_text(const string &text);