From 226c002d574e9e366ee9782675063c835b0d1a5c Mon Sep 17 00:00:00 2001 From: John Tytgat Date: Sun, 9 May 2004 16:49:53 +0000 Subject: [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 --- render/html.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/html.h') 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). */ -- cgit v1.2.3