chiark / gitweb /
more space efficient unicode tables
[disorder] / lib / unidata.h
index a21ec5189d27e06fa88dab317f0d0787e8b792ca..dbd15e6d41185ef9b3657e73fbd343553f1ab7da 100644 (file)
@@ -90,7 +90,7 @@ struct unidata {
 };
 extern const struct unidata *const unidata[];
 #define UNICODE_NCHARS 1114112
 };
 extern const struct unidata *const unidata[];
 #define UNICODE_NCHARS 1114112
-#define UNICODE_MODULUS 128
+#define UNICODE_MODULUS 16
 #define UNICODE_BREAK_START 196608
 #define UNICODE_BREAK_END 917504
 #define UNICODE_BREAK_TOP 918016
 #define UNICODE_BREAK_START 196608
 #define UNICODE_BREAK_END 917504
 #define UNICODE_BREAK_TOP 918016