EUC-TW implementation, plus an explanation of why ISO-2022-CN is difficult.
[sgt/charset] / charset.h
index cc7b324..5d64877 100644 (file)
--- a/charset.h
+++ b/charset.h
@@ -88,7 +88,8 @@ typedef enum {
     CS_CTEXT,
     CS_ISO2022,
     CS_BS4730,
-    CS_DEC_GRAPHICS
+    CS_DEC_GRAPHICS,
+    CS_EUC_TW
 } charset_t;
 
 typedef struct {