From fa095a4504cbe668e4244547e2c141597bea4ecf Mon Sep 17 00:00:00 2001 From: Andreas Rottmann Date: Mon, 14 Sep 2009 12:32:44 +0200 Subject: Imported Upstream version 0.9.1 --- lib/uninorm/decomposition-table1.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 lib/uninorm/decomposition-table1.h (limited to 'lib/uninorm/decomposition-table1.h') diff --git a/lib/uninorm/decomposition-table1.h b/lib/uninorm/decomposition-table1.h new file mode 100644 index 00000000..4ac70f4c --- /dev/null +++ b/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 5.1.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[18 << 5]; + unsigned short level3[254 << 5]; + } +decomp_index_table_t; +extern const decomp_index_table_t gl_uninorm_decomp_index_table; -- cgit v1.2.3