From a6c3624c75a547e142fc732898f9a3890fa9e2f5 Mon Sep 17 00:00:00 2001 From: Andrew Sidwell Date: Mon, 11 Aug 2008 01:29:00 +0000 Subject: Move one step closer to getting encoding changes working. svn path=/trunk/hubbub/; revision=5000 --- include/hubbub/types.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'include/hubbub') diff --git a/include/hubbub/types.h b/include/hubbub/types.h index 42d1460..07ef2ab 100644 --- a/include/hubbub/types.h +++ b/include/hubbub/types.h @@ -15,11 +15,10 @@ * A client-dictated charset will override all others. * A document-specified charset will override autodetection or the default */ typedef enum hubbub_charset_source { - HUBBUB_CHARSET_UNKNOWN = 0, /**< Unknown */ - HUBBUB_CHARSET_DEFAULT = 1, /**< Default setting */ - HUBBUB_CHARSET_DETECTED = 2, /**< Autodetected */ - HUBBUB_CHARSET_DOCUMENT = 3, /**< Defined in document */ - HUBBUB_CHARSET_DICTATED = 4, /**< Dictated by client */ + HUBBUB_CHARSET_UNKNOWN = 0, /**< Unknown */ + HUBBUB_CHARSET_TENTATIVE = 1, /**< Charset may be changed + * with further data */ + HUBBUB_CHARSET_CONFIDENT = 2, /**< Charset definite */ } hubbub_charset_source; /** -- cgit v1.2.3