aboutsummaryrefslogtreecommitdiff
path: root/src/xml.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-17 09:56:35 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-17 09:56:35 +0000
commitf0325b36e30c81266a5e6f750553be6bc6e8fe33 (patch)
tree5406555df0907b5ac64766b9bf74bf813e002f8a /src/xml.h
parent90906f6a4d71ce0c182026bf3afed3c1859f4359 (diff)
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
Diffstat (limited to 'src/xml.h')
-rw-r--r--src/xml.h2
1 files changed, 2 insertions, 0 deletions
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;