From 217eae922b588ce33c4d6a6590df2f8f96865112 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 8 Mar 2004 18:21:21 +0000 Subject: [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 --- render/html.h | 1 + 1 file changed, 1 insertion(+) (limited to 'render/html.h') 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). */ -- cgit v1.2.3