summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-03-08 18:21:21 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-03-08 18:21:21 +0000
commit217eae922b588ce33c4d6a6590df2f8f96865112 (patch)
tree503f481585aceb23c392a946b024147e6db39510 /render/html.h
parent7d9bf053b4ca97fd25359d7ea063d9233ed5c63a (diff)
downloadnetsurf-217eae922b588ce33c4d6a6590df2f8f96865112.tar.gz
netsurf-217eae922b588ce33c4d6a6590df2f8f96865112.tar.bz2
[project @ 2004-03-08 18:21:21 by jmb]
Attempt to detect document charset encoding if the server doesn't send it. svn path=/import/netsurf/; revision=592
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/html.h b/render/html.h
index 6eaa651df..b20040a2e 100644
--- a/render/html.h
+++ b/render/html.h
@@ -40,6 +40,7 @@ struct content_html_data {
char *source; /**< Source data. */
int length; /**< Length of source. */
xmlCharEncoding encoding; /**< Encoding of source. */
+ bool getenc; /**< Need to get the encoding from the document, as server is broken. */
char *base_url; /**< Base URL (may be a copy of content->url). */