decomposition-table1.h | decomposition-table1.h | |||
---|---|---|---|---|
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ | /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ | |||
/* Decomposition of Unicode characters. */ | /* Decomposition of Unicode characters. */ | |||
/* Generated automatically by gen-uni-tables.c for Unicode 5.1.0. */ | /* Generated automatically by gen-uni-tables.c for Unicode 6.0.0. */ | |||
extern const unsigned char gl_uninorm_decomp_chars_table[]; | extern const unsigned char gl_uninorm_decomp_chars_table[]; | |||
#define decomp_header_0 10 | #define decomp_header_0 10 | |||
#define decomp_header_1 191 | #define decomp_header_1 191 | |||
#define decomp_header_2 5 | #define decomp_header_2 5 | |||
#define decomp_header_3 31 | #define decomp_header_3 31 | |||
#define decomp_header_4 31 | #define decomp_header_4 31 | |||
typedef struct | typedef struct | |||
{ | { | |||
int level1[191]; | int level1[191]; | |||
int level2[18 << 5]; | int level2[20 << 5]; | |||
unsigned short level3[254 << 5]; | unsigned short level3[263 << 5]; | |||
} | } | |||
decomp_index_table_t; | decomp_index_table_t; | |||
extern const decomp_index_table_t gl_uninorm_decomp_index_table; | extern const decomp_index_table_t gl_uninorm_decomp_index_table; | |||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |