Add two new SBCSes: BS 4730 (alias UK-ASCII) and DEC graphics (alias VT100
[sgt/charset] / charset.h
index a216508..cc7b324 100644 (file)
--- a/charset.h
+++ b/charset.h
@@ -86,7 +86,9 @@ typedef enum {
     CS_CP949,
     CS_PDF,
     CS_CTEXT,
-    CS_ISO2022
+    CS_ISO2022,
+    CS_BS4730,
+    CS_DEC_GRAPHICS
 } charset_t;
 
 typedef struct {