File: decomposition-table1.h

package info (click to toggle)
gnulib 20120404%2Bstable-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 61,868 kB
  • sloc: ansic: 236,709; sh: 21,911; cpp: 1,533; yacc: 1,251; perl: 776; makefile: 296; lisp: 271; java: 5
file content (20 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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;