summaryrefslogtreecommitdiff
path: root/gnulib/lib/uninorm/decomposition-table1.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/lib/uninorm/decomposition-table1.h')
m---------gnulib0
-rw-r--r--gnulib/lib/uninorm/decomposition-table1.h20
2 files changed, 20 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/lib/uninorm/decomposition-table1.h b/gnulib/lib/uninorm/decomposition-table1.h
new file mode 100644
index 0000000..ccf1bec
--- /dev/null
+++ b/gnulib/lib/uninorm/decomposition-table1.h
@@ -0,0 +1,20 @@
+/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
+/* Decomposition of Unicode characters. */
+/* Generated automatically by gen-uni-tables.c for Unicode 6.0.0. */
+
+extern const unsigned char gl_uninorm_decomp_chars_table[];
+
+#define decomp_header_0 10
+#define decomp_header_1 191
+#define decomp_header_2 5
+#define decomp_header_3 31
+#define decomp_header_4 31
+
+typedef struct
+ {
+ int level1[191];
+ int level2[20 << 5];
+ unsigned short level3[263 << 5];
+ }
+decomp_index_table_t;
+extern const decomp_index_table_t gl_uninorm_decomp_index_table;