aboutsummaryrefslogtreecommitdiffstats
path: root/src/utf8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utf8.h')
-rw-r--r--src/utf8.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/utf8.h b/src/utf8.h
index cbfcb7f..4fbf378 100644
--- a/src/utf8.h
+++ b/src/utf8.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.3 2008/02/23 11:48:37 james
+ * *** empty log message ***
+ *
* Revision 1.2 2008/02/22 23:39:27 james
* *** empty log message ***
*
@@ -28,8 +31,12 @@
typedef struct
{
int in_utf8;
+
uint8_t utf_buf[4];
int utf_ptr;
+
+ int ch;
+ int sh;
} UTF8;
#endif /* __UTF8_H__ */