From f0325b36e30c81266a5e6f750553be6bc6e8fe33 Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 17 Jan 2005 09:56:35 +0000 Subject: xml.[ch]: automatically convert from input file encoding to UTF-8. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@12 ee746299-78ed-0310-b773-934348b2243d --- src/xml.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/xml.h') diff --git a/src/xml.h b/src/xml.h index ddb8b2da..b41449a4 100644 --- a/src/xml.h +++ b/src/xml.h @@ -56,6 +56,8 @@ struct _XMLFile gchar *bufp; gchar *dtd; + gchar *encoding; + GList *tag_stack; guint level; -- cgit v1.2.3