Switch to unified view
a/src/internfile/myhtmlparse.h | b/src/internfile/myhtmlparse.h | ||
---|---|---|---|
... |
... |
||
35 | bool in_script_tag; |
35 | bool in_script_tag; |
36 | bool in_style_tag; |
36 | bool in_style_tag; |
37 | bool in_body_tag; |
37 | bool in_body_tag; |
38 | bool in_pre_tag; |
38 | bool in_pre_tag; |
39 | bool pending_space; |
39 | bool pending_space; |
40 | string title, sample, keywords, dump, dmtime; |
40 | string title, sample, keywords, dump, dmtime, author;
|
41 | string ocharset; // This is the charset our user thinks the doc was |
41 | string ocharset; // This is the charset our user thinks the doc was |
42 | string charset; // This is the charset it was supposedly converted to |
42 | string charset; // This is the charset it was supposedly converted to |
43 | string doccharset; // Set this to value of charset parameter in header |
43 | string doccharset; // Set this to value of charset parameter in header |
44 | bool indexing_allowed; |
44 | bool indexing_allowed; |
45 | void process_text(const string &text); |
45 | void process_text(const string &text); |