summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
authorJohn Tytgat <joty@netsurf-browser.org>2004-05-09 16:49:53 +0000
committerJohn Tytgat <joty@netsurf-browser.org>2004-05-09 16:49:53 +0000
commit226c002d574e9e366ee9782675063c835b0d1a5c (patch)
tree7079c449b87f7309241b393b46d6f632984090b5 /render/html.h
parentf29ad7e2662ff12d2c07c261c5c4e77ce0ac87c5 (diff)
downloadnetsurf-226c002d574e9e366ee9782675063c835b0d1a5c.tar.gz
netsurf-226c002d574e9e366ee9782675063c835b0d1a5c.tar.bz2
[project @ 2004-05-09 16:49:53 by joty]
Type change of struct content_html.encoding from xmlCharEncoding to xmlChar; Pickup Content-Type charset in the HTML file and use this if the server didn't send it or there was no server involved (e.g. HTML loading from disk). svn path=/import/netsurf/; revision=846
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/html.h b/render/html.h
index 79b2ca3ec..ab49b266b 100644
--- a/render/html.h
+++ b/render/html.h
@@ -38,7 +38,7 @@ struct box_position {
struct content_html_data {
htmlParserCtxt *parser; /**< HTML parser context. */
- xmlCharEncoding encoding; /**< Encoding of source. */
+ xmlChar *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). */