/src/libunistring/lib/uninorm/composition-table.h
Line  | Count  | Source  | 
1  |  | /* ANSI-C code produced by gperf version 3.1 */  | 
2  |  | /* Command-line: gperf -m 1 ./uninorm/composition-table.gperf  */  | 
3  |  | /* Computed positions: -k'2-3,6' */  | 
4  |  |  | 
5  |  |  | 
6  |  | #define TOTAL_KEYWORDS 941  | 
7  | 28.7M  | #define MIN_WORD_LENGTH 6  | 
8  | 57.4M  | #define MAX_WORD_LENGTH 6  | 
9  |  | #define MIN_HASH_VALUE 1  | 
10  | 28.7M  | #define MAX_HASH_VALUE 1565  | 
11  |  | /* maximum key range = 1565, duplicates = 0 */  | 
12  |  |  | 
13  |  | #ifdef __GNUC__  | 
14  |  | __inline  | 
15  |  | #else  | 
16  |  | #ifdef __cplusplus  | 
17  |  | inline  | 
18  |  | #endif  | 
19  |  | #endif  | 
20  |  | /*ARGSUSED*/  | 
21  |  | static unsigned int  | 
22  |  | gl_uninorm_compose_hash (register const char *str, register size_t len)  | 
23  | 28.7M  | { | 
24  | 28.7M  |   static const unsigned short asso_values[] =  | 
25  | 28.7M  |     { | 
26  | 28.7M  |          7,    1,    0,    3,   58,  132,  531,   62,    4,   33,  | 
27  | 28.7M  |        117,  268,  476,  135,  560,  509,  103,  265,  249,  495,  | 
28  | 28.7M  |         61,  124,  336,  415,  703,   75,  437,  462,  738, 1566,  | 
29  | 28.7M  |         48,   13,  901,  766,  322,  635,  192,  621,  846,   13,  | 
30  | 28.7M  |        337,   65,  103,  147,   99,  130,  255,  640,  133,  342,  | 
31  | 28.7M  |        172,   52, 1566,  409,  201,   34,  695,   50,  238, 1566,  | 
32  | 28.7M  |         16,   35,  706,  139,   63,   89,  272,    2,  588,  167,  | 
33  | 28.7M  |         12,  375,  289,   61,   44,  548,  431,  452,  395,  180,  | 
34  | 28.7M  |        794,  853,  362,  561,  456,  202,  677,  360,  195,  300,  | 
35  | 28.7M  |        572,  715, 1566,  301, 1566,  291,  814,   26,  634,  579,  | 
36  | 28.7M  |        270,   98,  423,  415,  323,   42,  862,  657,  559,  324,  | 
37  | 28.7M  |        262,  124,  863, 1566,  251,  538,  236,  133,   47,  406,  | 
38  | 28.7M  |        691,  219,  590,    5,   56,   83, 1566,    1, 1566, 1566,  | 
39  | 28.7M  |         65,   39, 1566, 1566,   37,   35, 1566, 1566, 1566, 1566,  | 
40  | 28.7M  |       1566, 1566, 1566, 1566,    4,  527,   18, 1566,    0,  849,  | 
41  | 28.7M  |       1566,  781, 1566,  572,   59,   73, 1566,  204, 1566,  417,  | 
42  | 28.7M  |        618,  511,   20, 1566, 1566,  708,  167, 1566,  855,  685,  | 
43  | 28.7M  |       1566,  333,   71,  136,   55,  625,  611,  523,   12,  311,  | 
44  | 28.7M  |         11,  649,   10,  505,   68,  482, 1566,  113, 1566,  126,  | 
45  | 28.7M  |          7,  476, 1566,  614,  853,    1,   41,  560,  553,  261,  | 
46  | 28.7M  |         93,  719,  668,  854,   10,    2,    9,  728,   31, 1566,  | 
47  | 28.7M  |        442, 1566,  749,  313,   12,    0,  659,    3, 1566,  329,  | 
48  | 28.7M  |         37, 1566, 1566, 1566,   48, 1566,  847, 1566,   43,    4,  | 
49  | 28.7M  |         23,    1,   24,   22,  757,    4, 1566, 1566, 1566,    3,  | 
50  | 28.7M  |         73,   72,   63, 1566,  824,   20,   17, 1566,    0, 1566,  | 
51  | 28.7M  |       1566, 1566,   77,   62,  460, 1566, 1566  | 
52  | 28.7M  |     };  | 
53  | 28.7M  |   return asso_values[(unsigned char)str[5]+1] + asso_values[(unsigned char)str[2]] + asso_values[(unsigned char)str[1]];  | 
54  | 28.7M  | }  | 
55  |  |  | 
56  |  | static const struct composition_rule *  | 
57  |  | gl_uninorm_compose_lookup (register const char *str, register size_t len)  | 
58  | 28.7M  | { | 
59  | 28.7M  |   static const unsigned char lengthtable[] =  | 
60  | 28.7M  |     { | 
61  | 28.7M  |        0,  6,  6,  0,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
62  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
63  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
64  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
65  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
66  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
67  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
68  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
69  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
70  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
71  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
72  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
73  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
74  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
75  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
76  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
77  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
78  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
79  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
80  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
81  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
82  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
83  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
84  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
85  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
86  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
87  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
88  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
89  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
90  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
91  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
92  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
93  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
94  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
95  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
96  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
97  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
98  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
99  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
100  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
101  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
102  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
103  | 28.7M  |        6,  6,  6,  6,  6,  0,  6,  6,  6,  6,  6,  6,  6,  6,  | 
104  | 28.7M  |        0,  6,  6,  6,  6,  6,  6,  6,  6,  0,  6,  6,  6,  6,  | 
105  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  0,  6,  | 
106  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  0,  | 
107  | 28.7M  |        6,  6,  6,  0,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
108  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
109  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
110  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  0,  6,  6,  6,  0,  6,  | 
111  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
112  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
113  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
114  | 28.7M  |        6,  6,  6,  6,  6,  6,  0,  6,  6,  6,  6,  6,  6,  6,  | 
115  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  0,  6,  6,  6,  | 
116  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
117  | 28.7M  |        6,  6,  6,  6,  6,  6,  0,  6,  6,  0,  6,  6,  6,  6,  | 
118  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  0,  6,  | 
119  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
120  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  0,  6,  6,  | 
121  | 28.7M  |        0,  6,  0,  6,  0,  6,  6,  6,  6,  0,  6,  6,  6,  6,  | 
122  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  6,  | 
123  | 28.7M  |        6,  6,  6,  6,  6,  6,  6,  0,  6,  0,  6,  6,  0,  6,  | 
124  | 28.7M  |        6,  6,  0,  6,  0,  6,  6,  6,  6,  0,  6,  6,  0,  6,  | 
125  | 28.7M  |        6,  6,  0,  6,  0,  6,  0,  6,  0,  6,  0,  6,  6,  0,  | 
126  | 28.7M  |        6,  0,  6,  6,  6,  6,  6,  0,  6,  0,  6,  0,  0,  6,  | 
127  | 28.7M  |        6,  6,  6,  0,  6,  0,  0,  6,  6,  0,  6,  6,  6,  0,  | 
128  | 28.7M  |        0,  0,  0,  0,  6,  0,  6,  6,  0,  6,  6,  0,  0,  0,  | 
129  | 28.7M  |        0,  6,  0,  0,  0,  0,  0,  0,  0,  0,  6,  0,  6,  0,  | 
130  | 28.7M  |        0,  0,  0,  0,  6,  6,  0,  0,  0,  0,  6,  6,  6,  0,  | 
131  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  6,  6,  | 
132  | 28.7M  |        0,  0,  0,  0,  0,  0,  6,  6,  0,  6,  6,  6,  0,  6,  | 
133  | 28.7M  |        0,  6,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  6,  | 
134  | 28.7M  |        6,  0,  0,  0,  6,  0,  0,  6,  6,  0,  0,  0,  0,  0,  | 
135  | 28.7M  |        0,  0,  0,  0,  0,  6,  0,  0,  0,  6,  6,  0,  0,  0,  | 
136  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  6,  0,  0,  0,  0,  0,  0,  | 
137  | 28.7M  |        0,  6,  6,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  | 
138  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  | 
139  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  | 
140  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  | 
141  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  | 
142  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  | 
143  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  6,  0,  0,  0,  0,  0,  | 
144  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  6,  0,  0,  0,  0,  0,  6,  | 
145  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  | 
146  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  | 
147  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  6,  | 
148  | 28.7M  |        0,  0,  0,  6,  0,  0,  0,  0,  0,  6,  0,  0,  0,  0,  | 
149  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  | 
150  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  6,  0,  | 
151  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  | 
152  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  | 
153  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  0,  6,  0,  0,  0,  0,  | 
154  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  | 
155  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  | 
156  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  | 
157  | 28.7M  |        0,  0,  0,  6,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  | 
158  | 28.7M  |        0,  0,  0,  0,  0,  0,  6,  0,  0,  0,  0,  6,  0,  0,  | 
159  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  | 
160  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  | 
161  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  | 
162  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  | 
163  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  | 
164  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  | 
165  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  | 
166  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  6,  0,  0,  0,  | 
167  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  | 
168  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  | 
169  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  | 
170  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  | 
171  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  | 
172  | 28.7M  |        0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  6  | 
173  | 28.7M  |     };  | 
174  | 28.7M  |   static const struct composition_rule wordlist[] =  | 
175  | 28.7M  |     { | 
176  | 28.7M  |       {""}, | 
177  | 28.7M  | #line 572 "./uninorm/composition-table.gperf"  | 
178  | 28.7M  |       {"\000\001\002\000\003\001", 0x1eae}, | 
179  | 28.7M  | #line 574 "./uninorm/composition-table.gperf"  | 
180  | 28.7M  |       {"\000\001\002\000\003\000", 0x1eb0}, | 
181  | 28.7M  |       {""}, | 
182  | 28.7M  | #line 573 "./uninorm/composition-table.gperf"  | 
183  | 28.7M  |       {"\000\001\003\000\003\001", 0x1eaf}, | 
184  | 28.7M  | #line 575 "./uninorm/composition-table.gperf"  | 
185  | 28.7M  |       {"\000\001\003\000\003\000", 0x1eb1}, | 
186  | 28.7M  | #line 557 "./uninorm/composition-table.gperf"  | 
187  | 28.7M  |       {"\000\001\177\000\003\007", 0x1e9b}, | 
188  | 28.7M  | #line 238 "./uninorm/composition-table.gperf"  | 
189  | 28.7M  |       {"\000\000\370\000\003\001", 0x01ff}, | 
190  | 28.7M  | #line 412 "./uninorm/composition-table.gperf"  | 
191  | 28.7M  |       {"\000\000\347\000\003\001", 0x1e09}, | 
192  | 28.7M  | #line 90 "./uninorm/composition-table.gperf"  | 
193  | 28.7M  |       {"\000\000C\000\003\001", 0x0106}, | 
194  | 28.7M  | #line 450 "./uninorm/composition-table.gperf"  | 
195  | 28.7M  |       {"\000\000\357\000\003\001", 0x1e2f}, | 
196  | 28.7M  | #line 234 "./uninorm/composition-table.gperf"  | 
197  | 28.7M  |       {"\000\000\345\000\003\001", 0x01fb}, | 
198  | 28.7M  | #line 92 "./uninorm/composition-table.gperf"  | 
199  | 28.7M  |       {"\000\000C\000\003\002", 0x0108}, | 
200  | 28.7M  | #line 94 "./uninorm/composition-table.gperf"  | 
201  | 28.7M  |       {"\000\000C\000\003\007", 0x010a}, | 
202  | 28.7M  | #line 653 "./uninorm/composition-table.gperf"  | 
203  | 28.7M  |       {"\000\037\001\000\003\001", 0x1f05}, | 
204  | 28.7M  | #line 651 "./uninorm/composition-table.gperf"  | 
205  | 28.7M  |       {"\000\037\001\000\003\000", 0x1f03}, | 
206  | 28.7M  | #line 655 "./uninorm/composition-table.gperf"  | 
207  | 28.7M  |       {"\000\037\001\000\003B", 0x1f07}, | 
208  | 28.7M  | #line 660 "./uninorm/composition-table.gperf"  | 
209  | 28.7M  |       {"\000\037\010\000\003\001", 0x1f0c}, | 
210  | 28.7M  | #line 658 "./uninorm/composition-table.gperf"  | 
211  | 28.7M  |       {"\000\037\010\000\003\000", 0x1f0a}, | 
212  | 28.7M  | #line 662 "./uninorm/composition-table.gperf"  | 
213  | 28.7M  |       {"\000\037\010\000\003B", 0x1f0e}, | 
214  | 28.7M  | #line 652 "./uninorm/composition-table.gperf"  | 
215  | 28.7M  |       {"\000\037\000\000\003\001", 0x1f04}, | 
216  | 28.7M  | #line 650 "./uninorm/composition-table.gperf"  | 
217  | 28.7M  |       {"\000\037\000\000\003\000", 0x1f02}, | 
218  | 28.7M  | #line 654 "./uninorm/composition-table.gperf"  | 
219  | 28.7M  |       {"\000\037\000\000\003B", 0x1f06}, | 
220  | 28.7M  | #line 433 "./uninorm/composition-table.gperf"  | 
221  | 28.7M  |       {"\000\000F\000\003\007", 0x1e1e}, | 
222  | 28.7M  | #line 851 "./uninorm/composition-table.gperf"  | 
223  | 28.7M  |       {"\000\003\316\000\003E", 0x1ff4}, | 
224  | 28.7M  | #line 757 "./uninorm/composition-table.gperf"  | 
225  | 28.7M  |       {"\000\037\002\000\003E", 0x1f82}, | 
226  | 28.7M  | #line 756 "./uninorm/composition-table.gperf"  | 
227  | 28.7M  |       {"\000\037\001\000\003E", 0x1f81}, | 
228  | 28.7M  | #line 480 "./uninorm/composition-table.gperf"  | 
229  | 28.7M  |       {"\000\000\365\000\003\001", 0x1e4d}, | 
230  | 28.7M  | #line 758 "./uninorm/composition-table.gperf"  | 
231  | 28.7M  |       {"\000\037\003\000\003E", 0x1f83}, | 
232  | 28.7M  | #line 763 "./uninorm/composition-table.gperf"  | 
233  | 28.7M  |       {"\000\037\010\000\003E", 0x1f88}, | 
234  | 28.7M  | #line 236 "./uninorm/composition-table.gperf"  | 
235  | 28.7M  |       {"\000\000\346\000\003\001", 0x01fd}, | 
236  | 28.7M  | #line 506 "./uninorm/composition-table.gperf"  | 
237  | 28.7M  |       {"\000\001a\000\003\007", 0x1e67}, | 
238  | 28.7M  | #line 755 "./uninorm/composition-table.gperf"  | 
239  | 28.7M  |       {"\000\037\000\000\003E", 0x1f80}, | 
240  | 28.7M  | #line 58 "./uninorm/composition-table.gperf"  | 
241  | 28.7M  |       {"\000\000a\000\003\001", 0x00e1}, | 
242  | 28.7M  | #line 57 "./uninorm/composition-table.gperf"  | 
243  | 28.7M  |       {"\000\000a\000\003\000", 0x00e0}, | 
244  | 28.7M  | #line 809 "./uninorm/composition-table.gperf"  | 
245  | 28.7M  |       {"\000\037\266\000\003E", 0x1fb7}, | 
246  | 28.7M  | #line 59 "./uninorm/composition-table.gperf"  | 
247  | 28.7M  |       {"\000\000a\000\003\002", 0x00e2}, | 
248  | 28.7M  | #line 270 "./uninorm/composition-table.gperf"  | 
249  | 28.7M  |       {"\000\000a\000\003\007", 0x0227}, | 
250  | 28.7M  | #line 778 "./uninorm/composition-table.gperf"  | 
251  | 28.7M  |       {"\000\037'\000\003E", 0x1f97}, | 
252  | 28.7M  | #line 737 "./uninorm/composition-table.gperf"  | 
253  | 28.7M  |       {"\000\037a\000\003\001", 0x1f65}, | 
254  | 28.7M  | #line 735 "./uninorm/composition-table.gperf"  | 
255  | 28.7M  |       {"\000\037a\000\003\000", 0x1f63}, | 
256  | 28.7M  | #line 739 "./uninorm/composition-table.gperf"  | 
257  | 28.7M  |       {"\000\037a\000\003B", 0x1f67}, | 
258  | 28.7M  | #line 853 "./uninorm/composition-table.gperf"  | 
259  | 28.7M  |       {"\000\037\366\000\003E", 0x1ff7}, | 
260  | 28.7M  | #line 524 "./uninorm/composition-table.gperf"  | 
261  | 28.7M  |       {"\000\001i\000\003\001", 0x1e79}, | 
262  | 28.7M  | #line 206 "./uninorm/composition-table.gperf"  | 
263  | 28.7M  |       {"\000\000\334\000\003\001", 0x01d7}, | 
264  | 28.7M  | #line 210 "./uninorm/composition-table.gperf"  | 
265  | 28.7M  |       {"\000\000\334\000\003\000", 0x01db}, | 
266  | 28.7M  | #line 661 "./uninorm/composition-table.gperf"  | 
267  | 28.7M  |       {"\000\037\011\000\003\001", 0x1f0d}, | 
268  | 28.7M  | #line 659 "./uninorm/composition-table.gperf"  | 
269  | 28.7M  |       {"\000\037\011\000\003\000", 0x1f0b}, | 
270  | 28.7M  | #line 663 "./uninorm/composition-table.gperf"  | 
271  | 28.7M  |       {"\000\037\011\000\003B", 0x1f0f}, | 
272  | 28.7M  | #line 69 "./uninorm/composition-table.gperf"  | 
273  | 28.7M  |       {"\000\000i\000\003\001", 0x00ed}, | 
274  | 28.7M  | #line 68 "./uninorm/composition-table.gperf"  | 
275  | 28.7M  |       {"\000\000i\000\003\000", 0x00ec}, | 
276  | 28.7M  | #line 788 "./uninorm/composition-table.gperf"  | 
277  | 28.7M  |       {"\000\037a\000\003E", 0x1fa1}, | 
278  | 28.7M  | #line 70 "./uninorm/composition-table.gperf"  | 
279  | 28.7M  |       {"\000\000i\000\003\002", 0x00ee}, | 
280  | 28.7M  | #line 615 "./uninorm/composition-table.gperf"  | 
281  | 28.7M  |       {"\000\036\315\000\003\002", 0x1ed9}, | 
282  | 28.7M  | #line 129 "./uninorm/composition-table.gperf"  | 
283  | 28.7M  |       {"\000\000J\000\003\002", 0x0134}, | 
284  | 28.7M  | #line 745 "./uninorm/composition-table.gperf"  | 
285  | 28.7M  |       {"\000\037i\000\003\001", 0x1f6d}, | 
286  | 28.7M  | #line 743 "./uninorm/composition-table.gperf"  | 
287  | 28.7M  |       {"\000\037i\000\003\000", 0x1f6b}, | 
288  | 28.7M  | #line 747 "./uninorm/composition-table.gperf"  | 
289  | 28.7M  |       {"\000\037i\000\003B", 0x1f6f}, | 
290  | 28.7M  | #line 764 "./uninorm/composition-table.gperf"  | 
291  | 28.7M  |       {"\000\037\011\000\003E", 0x1f89}, | 
292  | 28.7M  | #line 578 "./uninorm/composition-table.gperf"  | 
293  | 28.7M  |       {"\000\001\002\000\003\003", 0x1eb4}, | 
294  | 28.7M  | #line 482 "./uninorm/composition-table.gperf"  | 
295  | 28.7M  |       {"\000\000\365\000\003\010", 0x1e4f}, | 
296  | 28.7M  | #line 614 "./uninorm/composition-table.gperf"  | 
297  | 28.7M  |       {"\000\036\314\000\003\002", 0x1ed8}, | 
298  | 28.7M  | #line 579 "./uninorm/composition-table.gperf"  | 
299  | 28.7M  |       {"\000\001\003\000\003\003", 0x1eb5}, | 
300  | 28.7M  | #line 705 "./uninorm/composition-table.gperf"  | 
301  | 28.7M  |       {"\000\0379\000\003\001", 0x1f3d}, | 
302  | 28.7M  | #line 703 "./uninorm/composition-table.gperf"  | 
303  | 28.7M  |       {"\000\0379\000\003\000", 0x1f3b}, | 
304  | 28.7M  | #line 707 "./uninorm/composition-table.gperf"  | 
305  | 28.7M  |       {"\000\0379\000\003B", 0x1f3f}, | 
306  | 28.7M  | #line 61 "./uninorm/composition-table.gperf"  | 
307  | 28.7M  |       {"\000\000a\000\003\010", 0x00e4}, | 
308  | 28.7M  | #line 796 "./uninorm/composition-table.gperf"  | 
309  | 28.7M  |       {"\000\037i\000\003E", 0x1fa9}, | 
310  | 28.7M  | #line 43 "./uninorm/composition-table.gperf"  | 
311  | 28.7M  |       {"\000\000I\000\003\001", 0x00cd}, | 
312  | 28.7M  | #line 42 "./uninorm/composition-table.gperf"  | 
313  | 28.7M  |       {"\000\000I\000\003\000", 0x00cc}, | 
314  | 28.7M  | #line 817 "./uninorm/composition-table.gperf"  | 
315  | 28.7M  |       {"\000\003\256\000\003E", 0x1fc4}, | 
316  | 28.7M  | #line 44 "./uninorm/composition-table.gperf"  | 
317  | 28.7M  |       {"\000\000I\000\003\002", 0x00ce}, | 
318  | 28.7M  | #line 128 "./uninorm/composition-table.gperf"  | 
319  | 28.7M  |       {"\000\000I\000\003\007", 0x0130}, | 
320  | 28.7M  | #line 875 "./uninorm/composition-table.gperf"  | 
321  | 28.7M  |       {"\000\000<\000\0038", 0x226e}, | 
322  | 28.7M  | #line 719 "./uninorm/composition-table.gperf"  | 
323  | 28.7M  |       {"\000\037I\000\003\001", 0x1f4d}, | 
324  | 28.7M  | #line 717 "./uninorm/composition-table.gperf"  | 
325  | 28.7M  |       {"\000\037I\000\003\000", 0x1f4b}, | 
326  | 28.7M  | #line 712 "./uninorm/composition-table.gperf"  | 
327  | 28.7M  |       {"\000\037@\000\003\001", 0x1f44}, | 
328  | 28.7M  | #line 710 "./uninorm/composition-table.gperf"  | 
329  | 28.7M  |       {"\000\037@\000\003\000", 0x1f42}, | 
330  | 28.7M  | #line 689 "./uninorm/composition-table.gperf"  | 
331  | 28.7M  |       {"\000\037)\000\003\001", 0x1f2d}, | 
332  | 28.7M  | #line 687 "./uninorm/composition-table.gperf"  | 
333  | 28.7M  |       {"\000\037)\000\003\000", 0x1f2b}, | 
334  | 28.7M  | #line 691 "./uninorm/composition-table.gperf"  | 
335  | 28.7M  |       {"\000\037)\000\003B", 0x1f2f}, | 
336  | 28.7M  | #line 849 "./uninorm/composition-table.gperf"  | 
337  | 28.7M  |       {"\000\037|\000\003E", 0x1ff2}, | 
338  | 28.7M  | #line 71 "./uninorm/composition-table.gperf"  | 
339  | 28.7M  |       {"\000\000i\000\003\010", 0x00ef}, | 
340  | 28.7M  | #line 759 "./uninorm/composition-table.gperf"  | 
341  | 28.7M  |       {"\000\037\004\000\003E", 0x1f84}, | 
342  | 28.7M  | #line 207 "./uninorm/composition-table.gperf"  | 
343  | 28.7M  |       {"\000\000\374\000\003\001", 0x01d8}, | 
344  | 28.7M  | #line 211 "./uninorm/composition-table.gperf"  | 
345  | 28.7M  |       {"\000\000\374\000\003\000", 0x01dc}, | 
346  | 28.7M  | #line 807 "./uninorm/composition-table.gperf"  | 
347  | 28.7M  |       {"\000\003\254\000\003E", 0x1fb4}, | 
348  | 28.7M  | #line 762 "./uninorm/composition-table.gperf"  | 
349  | 28.7M  |       {"\000\037\007\000\003E", 0x1f87}, | 
350  | 28.7M  | #line 675 "./uninorm/composition-table.gperf"  | 
351  | 28.7M  |       {"\000\037\031\000\003\001", 0x1f1d}, | 
352  | 28.7M  | #line 673 "./uninorm/composition-table.gperf"  | 
353  | 28.7M  |       {"\000\037\031\000\003\000", 0x1f1b}, | 
354  | 28.7M  | #line 780 "./uninorm/composition-table.gperf"  | 
355  | 28.7M  |       {"\000\037)\000\003E", 0x1f99}, | 
356  | 28.7M  | #line 60 "./uninorm/composition-table.gperf"  | 
357  | 28.7M  |       {"\000\000a\000\003\003", 0x00e3}, | 
358  | 28.7M  | #line 872 "./uninorm/composition-table.gperf"  | 
359  | 28.7M  |       {"\000\000=\000\0038", 0x2260}, | 
360  | 28.7M  | #line 351 "./uninorm/composition-table.gperf"  | 
361  | 28.7M  |       {"\000\004C\000\003\010", 0x04f1}, | 
362  | 28.7M  | #line 333 "./uninorm/composition-table.gperf"  | 
363  | 28.7M  |       {"\000\004\331\000\003\010", 0x04db}, | 
364  | 28.7M  | #line 87 "./uninorm/composition-table.gperf"  | 
365  | 28.7M  |       {"\000\000a\000\003\006", 0x0103}, | 
366  | 28.7M  | #line 32 "./uninorm/composition-table.gperf"  | 
367  | 28.7M  |       {"\000\000A\000\003\001", 0x00c1}, | 
368  | 28.7M  | #line 31 "./uninorm/composition-table.gperf"  | 
369  | 28.7M  |       {"\000\000A\000\003\000", 0x00c0}, | 
370  | 28.7M  | #line 89 "./uninorm/composition-table.gperf"  | 
371  | 28.7M  |       {"\000\000a\000\003(", 0x0105}, | 
372  | 28.7M  | #line 33 "./uninorm/composition-table.gperf"  | 
373  | 28.7M  |       {"\000\000A\000\003\002", 0x00c2}, | 
374  | 28.7M  | #line 269 "./uninorm/composition-table.gperf"  | 
375  | 28.7M  |       {"\000\000A\000\003\007", 0x0226}, | 
376  | 28.7M  | #line 45 "./uninorm/composition-table.gperf"  | 
377  | 28.7M  |       {"\000\000I\000\003\010", 0x00cf}, | 
378  | 28.7M  | #line 713 "./uninorm/composition-table.gperf"  | 
379  | 28.7M  |       {"\000\037A\000\003\001", 0x1f45}, | 
380  | 28.7M  | #line 711 "./uninorm/composition-table.gperf"  | 
381  | 28.7M  |       {"\000\037A\000\003\000", 0x1f43}, | 
382  | 28.7M  | #line 354 "./uninorm/composition-table.gperf"  | 
383  | 28.7M  |       {"\000\004'\000\003\010", 0x04f4}, | 
384  | 28.7M  | #line 65 "./uninorm/composition-table.gperf"  | 
385  | 28.7M  |       {"\000\000e\000\003\001", 0x00e9}, | 
386  | 28.7M  | #line 64 "./uninorm/composition-table.gperf"  | 
387  | 28.7M  |       {"\000\000e\000\003\000", 0x00e8}, | 
388  | 28.7M  | #line 121 "./uninorm/composition-table.gperf"  | 
389  | 28.7M  |       {"\000\000i\000\003\003", 0x0129}, | 
390  | 28.7M  | #line 66 "./uninorm/composition-table.gperf"  | 
391  | 28.7M  |       {"\000\000e\000\003\002", 0x00ea}, | 
392  | 28.7M  | #line 105 "./uninorm/composition-table.gperf"  | 
393  | 28.7M  |       {"\000\000e\000\003\007", 0x0117}, | 
394  | 28.7M  | #line 317 "./uninorm/composition-table.gperf"  | 
395  | 28.7M  |       {"\000\0043\000\003\001", 0x0453}, | 
396  | 28.7M  | #line 125 "./uninorm/composition-table.gperf"  | 
397  | 28.7M  |       {"\000\000i\000\003\006", 0x012d}, | 
398  | 28.7M  | #line 528 "./uninorm/composition-table.gperf"  | 
399  | 28.7M  |       {"\000\000v\000\003\003", 0x1e7d}, | 
400  | 28.7M  | #line 345 "./uninorm/composition-table.gperf"  | 
401  | 28.7M  |       {"\000\004\351\000\003\010", 0x04eb}, | 
402  | 28.7M  | #line 127 "./uninorm/composition-table.gperf"  | 
403  | 28.7M  |       {"\000\000i\000\003(", 0x012f}, | 
404  | 28.7M  | #line 344 "./uninorm/composition-table.gperf"  | 
405  | 28.7M  |       {"\000\004\350\000\003\010", 0x04ea}, | 
406  | 28.7M  | #line 668 "./uninorm/composition-table.gperf"  | 
407  | 28.7M  |       {"\000\037\020\000\003\001", 0x1f14}, | 
408  | 28.7M  | #line 666 "./uninorm/composition-table.gperf"  | 
409  | 28.7M  |       {"\000\037\020\000\003\000", 0x1f12}, | 
410  | 28.7M  | #line 576 "./uninorm/composition-table.gperf"  | 
411  | 28.7M  |       {"\000\001\002\000\003\011", 0x1eb2}, | 
412  | 28.7M  | #line 596 "./uninorm/composition-table.gperf"  | 
413  | 28.7M  |       {"\000\036\270\000\003\002", 0x1ec6}, | 
414  | 28.7M  | #line 368 "./uninorm/composition-table.gperf"  | 
415  | 28.7M  |       {"\000\0113\000\011<", 0x0934}, | 
416  | 28.7M  | #line 577 "./uninorm/composition-table.gperf"  | 
417  | 28.7M  |       {"\000\001\003\000\003\011", 0x1eb3}, | 
418  | 28.7M  | #line 321 "./uninorm/composition-table.gperf"  | 
419  | 28.7M  |       {"\000\004C\000\003\006", 0x045e}, | 
420  | 28.7M  | #line 792 "./uninorm/composition-table.gperf"  | 
421  | 28.7M  |       {"\000\037e\000\003E", 0x1fa5}, | 
422  | 28.7M  | #line 783 "./uninorm/composition-table.gperf"  | 
423  | 28.7M  |       {"\000\037,\000\003E", 0x1f9c}, | 
424  | 28.7M  | #line 337 "./uninorm/composition-table.gperf"  | 
425  | 28.7M  |       {"\000\0047\000\003\010", 0x04df}, | 
426  | 28.7M  | #line 120 "./uninorm/composition-table.gperf"  | 
427  | 28.7M  |       {"\000\000I\000\003\003", 0x0128}, | 
428  | 28.7M  | #line 432 "./uninorm/composition-table.gperf"  | 
429  | 28.7M  |       {"\000\002)\000\003\006", 0x1e1d}, | 
430  | 28.7M  | #line 781 "./uninorm/composition-table.gperf"  | 
431  | 28.7M  |       {"\000\037*\000\003E", 0x1f9a}, | 
432  | 28.7M  | #line 35 "./uninorm/composition-table.gperf"  | 
433  | 28.7M  |       {"\000\000A\000\003\010", 0x00c4}, | 
434  | 28.7M  | #line 124 "./uninorm/composition-table.gperf"  | 
435  | 28.7M  |       {"\000\000I\000\003\006", 0x012c}, | 
436  | 28.7M  | #line 74 "./uninorm/composition-table.gperf"  | 
437  | 28.7M  |       {"\000\000o\000\003\001", 0x00f3}, | 
438  | 28.7M  | #line 73 "./uninorm/composition-table.gperf"  | 
439  | 28.7M  |       {"\000\000o\000\003\000", 0x00f2}, | 
440  | 28.7M  | #line 126 "./uninorm/composition-table.gperf"  | 
441  | 28.7M  |       {"\000\000I\000\003(", 0x012e}, | 
442  | 28.7M  | #line 75 "./uninorm/composition-table.gperf"  | 
443  | 28.7M  |       {"\000\000o\000\003\002", 0x00f4}, | 
444  | 28.7M  | #line 278 "./uninorm/composition-table.gperf"  | 
445  | 28.7M  |       {"\000\000o\000\003\007", 0x022f}, | 
446  | 28.7M  | #line 240 "./uninorm/composition-table.gperf"  | 
447  | 28.7M  |       {"\000\000a\000\003\017", 0x0201}, | 
448  | 28.7M  | #line 225 "./uninorm/composition-table.gperf"  | 
449  | 28.7M  |       {"\000\001\353\000\003\004", 0x01ed}, | 
450  | 28.7M  | #line 67 "./uninorm/composition-table.gperf"  | 
451  | 28.7M  |       {"\000\000e\000\003\010", 0x00eb}, | 
452  | 28.7M  | #line 342 "./uninorm/composition-table.gperf"  | 
453  | 28.7M  |       {"\000\004\036\000\003\010", 0x04e6}, | 
454  | 28.7M  | #line 79 "./uninorm/composition-table.gperf"  | 
455  | 28.7M  |       {"\000\000u\000\003\001", 0x00fa}, | 
456  | 28.7M  | #line 78 "./uninorm/composition-table.gperf"  | 
457  | 28.7M  |       {"\000\000u\000\003\000", 0x00f9}, | 
458  | 28.7M  | #line 765 "./uninorm/composition-table.gperf"  | 
459  | 28.7M  |       {"\000\037\012\000\003E", 0x1f8a}, | 
460  | 28.7M  | #line 80 "./uninorm/composition-table.gperf"  | 
461  | 28.7M  |       {"\000\000u\000\003\002", 0x00fb}, | 
462  | 28.7M  | #line 96 "./uninorm/composition-table.gperf"  | 
463  | 28.7M  |       {"\000\000C\000\003\014", 0x010c}, | 
464  | 28.7M  | #line 215 "./uninorm/composition-table.gperf"  | 
465  | 28.7M  |       {"\000\002'\000\003\004", 0x01e1}, | 
466  | 28.7M  | #line 696 "./uninorm/composition-table.gperf"  | 
467  | 28.7M  |       {"\000\0370\000\003\001", 0x1f34}, | 
468  | 28.7M  | #line 694 "./uninorm/composition-table.gperf"  | 
469  | 28.7M  |       {"\000\0370\000\003\000", 0x1f32}, | 
470  | 28.7M  | #line 698 "./uninorm/composition-table.gperf"  | 
471  | 28.7M  |       {"\000\0370\000\003B", 0x1f36}, | 
472  | 28.7M  | #line 802 "./uninorm/composition-table.gperf"  | 
473  | 28.7M  |       {"\000\037o\000\003E", 0x1faf}, | 
474  | 28.7M  | #line 561 "./uninorm/composition-table.gperf"  | 
475  | 28.7M  |       {"\000\000a\000\003\011", 0x1ea3}, | 
476  | 28.7M  | #line 273 "./uninorm/composition-table.gperf"  | 
477  | 28.7M  |       {"\000\000\326\000\003\004", 0x022a}, | 
478  | 28.7M  | #line 248 "./uninorm/composition-table.gperf"  | 
479  | 28.7M  |       {"\000\000i\000\003\017", 0x0209}, | 
480  | 28.7M  | #line 227 "./uninorm/composition-table.gperf"  | 
481  | 28.7M  |       {"\000\002\222\000\003\014", 0x01ef}, | 
482  | 28.7M  | #line 34 "./uninorm/composition-table.gperf"  | 
483  | 28.7M  |       {"\000\000A\000\003\003", 0x00c3}, | 
484  | 28.7M  | #line 784 "./uninorm/composition-table.gperf"  | 
485  | 28.7M  |       {"\000\037-\000\003E", 0x1f9d}, | 
486  | 28.7M  | #line 274 "./uninorm/composition-table.gperf"  | 
487  | 28.7M  |       {"\000\000\366\000\003\004", 0x022b}, | 
488  | 28.7M  | #line 760 "./uninorm/composition-table.gperf"  | 
489  | 28.7M  |       {"\000\037\005\000\003E", 0x1f85}, | 
490  | 28.7M  | #line 86 "./uninorm/composition-table.gperf"  | 
491  | 28.7M  |       {"\000\000A\000\003\006", 0x0102}, | 
492  | 28.7M  | #line 276 "./uninorm/composition-table.gperf"  | 
493  | 28.7M  |       {"\000\000\365\000\003\004", 0x022d}, | 
494  | 28.7M  | #line 768 "./uninorm/composition-table.gperf"  | 
495  | 28.7M  |       {"\000\037\015\000\003E", 0x1f8d}, | 
496  | 28.7M  | #line 88 "./uninorm/composition-table.gperf"  | 
497  | 28.7M  |       {"\000\000A\000\003(", 0x0104}, | 
498  | 28.7M  | #line 217 "./uninorm/composition-table.gperf"  | 
499  | 28.7M  |       {"\000\000\346\000\003\004", 0x01e3}, | 
500  | 28.7M  | #line 587 "./uninorm/composition-table.gperf"  | 
501  | 28.7M  |       {"\000\000e\000\003\003", 0x1ebd}, | 
502  | 28.7M  | #line 77 "./uninorm/composition-table.gperf"  | 
503  | 28.7M  |       {"\000\000o\000\003\010", 0x00f6}, | 
504  | 28.7M  | #line 85 "./uninorm/composition-table.gperf"  | 
505  | 28.7M  |       {"\000\000a\000\003\004", 0x0101}, | 
506  | 28.7M  | #line 599 "./uninorm/composition-table.gperf"  | 
507  | 28.7M  |       {"\000\000i\000\003\011", 0x1ec9}, | 
508  | 28.7M  | #line 103 "./uninorm/composition-table.gperf"  | 
509  | 28.7M  |       {"\000\000e\000\003\006", 0x0115}, | 
510  | 28.7M  | #line 197 "./uninorm/composition-table.gperf"  | 
511  | 28.7M  |       {"\000\000a\000\003\014", 0x01ce}, | 
512  | 28.7M  | #line 388 "./uninorm/composition-table.gperf"  | 
513  | 28.7M  |       {"\000\015\331\000\015\317", 0x0ddc}, | 
514  | 28.7M  | #line 107 "./uninorm/composition-table.gperf"  | 
515  | 28.7M  |       {"\000\000e\000\003(", 0x0119}, | 
516  | 28.7M  | #line 247 "./uninorm/composition-table.gperf"  | 
517  | 28.7M  |       {"\000\000I\000\003\017", 0x0208}, | 
518  | 28.7M  | #line 782 "./uninorm/composition-table.gperf"  | 
519  | 28.7M  |       {"\000\037+\000\003E", 0x1f9b}, | 
520  | 28.7M  | #line 81 "./uninorm/composition-table.gperf"  | 
521  | 28.7M  |       {"\000\000u\000\003\010", 0x00fc}, | 
522  | 28.7M  | #line 39 "./uninorm/composition-table.gperf"  | 
523  | 28.7M  |       {"\000\000E\000\003\001", 0x00c9}, | 
524  | 28.7M  | #line 38 "./uninorm/composition-table.gperf"  | 
525  | 28.7M  |       {"\000\000E\000\003\000", 0x00c8}, | 
526  | 28.7M  | #line 204 "./uninorm/composition-table.gperf"  | 
527  | 28.7M  |       {"\000\000\334\000\003\004", 0x01d5}, | 
528  | 28.7M  | #line 40 "./uninorm/composition-table.gperf"  | 
529  | 28.7M  |       {"\000\000E\000\003\002", 0x00ca}, | 
530  | 28.7M  | #line 104 "./uninorm/composition-table.gperf"  | 
531  | 28.7M  |       {"\000\000E\000\003\007", 0x0116}, | 
532  | 28.7M  | #line 208 "./uninorm/composition-table.gperf"  | 
533  | 28.7M  |       {"\000\000\334\000\003\014", 0x01d9}, | 
534  | 28.7M  | #line 212 "./uninorm/composition-table.gperf"  | 
535  | 28.7M  |       {"\000\000\304\000\003\004", 0x01de}, | 
536  | 28.7M  | #line 123 "./uninorm/composition-table.gperf"  | 
537  | 28.7M  |       {"\000\000i\000\003\004", 0x012b}, | 
538  | 28.7M  | #line 213 "./uninorm/composition-table.gperf"  | 
539  | 28.7M  |       {"\000\000\344\000\003\004", 0x01df}, | 
540  | 28.7M  | #line 306 "./uninorm/composition-table.gperf"  | 
541  | 28.7M  |       {"\000\004\025\000\003\000", 0x0400}, | 
542  | 28.7M  | #line 199 "./uninorm/composition-table.gperf"  | 
543  | 28.7M  |       {"\000\000i\000\003\014", 0x01d0}, | 
544  | 28.7M  | #line 598 "./uninorm/composition-table.gperf"  | 
545  | 28.7M  |       {"\000\000I\000\003\011", 0x1ec8}, | 
546  | 28.7M  | #line 390 "./uninorm/composition-table.gperf"  | 
547  | 28.7M  |       {"\000\015\331\000\015\337", 0x0dde}, | 
548  | 28.7M  | #line 48 "./uninorm/composition-table.gperf"  | 
549  | 28.7M  |       {"\000\000O\000\003\001", 0x00d3}, | 
550  | 28.7M  | #line 47 "./uninorm/composition-table.gperf"  | 
551  | 28.7M  |       {"\000\000O\000\003\000", 0x00d2}, | 
552  | 28.7M  | #line 76 "./uninorm/composition-table.gperf"  | 
553  | 28.7M  |       {"\000\000o\000\003\003", 0x00f5}, | 
554  | 28.7M  | #line 49 "./uninorm/composition-table.gperf"  | 
555  | 28.7M  |       {"\000\000O\000\003\002", 0x00d4}, | 
556  | 28.7M  | #line 277 "./uninorm/composition-table.gperf"  | 
557  | 28.7M  |       {"\000\000O\000\003\007", 0x022e}, | 
558  | 28.7M  | #line 349 "./uninorm/composition-table.gperf"  | 
559  | 28.7M  |       {"\000\004C\000\003\004", 0x04ef}, | 
560  | 28.7M  | #line 148 "./uninorm/composition-table.gperf"  | 
561  | 28.7M  |       {"\000\000o\000\003\006", 0x014f}, | 
562  | 28.7M  | #line 328 "./uninorm/composition-table.gperf"  | 
563  | 28.7M  |       {"\000\004\020\000\003\010", 0x04d2}, | 
564  | 28.7M  | #line 954 "./uninorm/composition-table.gperf"  | 
565  | 28.7M  |       {"\0000\357\0000\231", 0x30f7}, | 
566  | 28.7M  | #line 223 "./uninorm/composition-table.gperf"  | 
567  | 28.7M  |       {"\000\000o\000\003(", 0x01eb}, | 
568  | 28.7M  | #line 924 "./uninorm/composition-table.gperf"  | 
569  | 28.7M  |       {"\0000{\0000\231", 0x307c}, | 
570  | 28.7M  | #line 170 "./uninorm/composition-table.gperf"  | 
571  | 28.7M  |       {"\000\000u\000\003\003", 0x0169}, | 
572  | 28.7M  | #line 239 "./uninorm/composition-table.gperf"  | 
573  | 28.7M  |       {"\000\000A\000\003\017", 0x0200}, | 
574  | 28.7M  | #line 122 "./uninorm/composition-table.gperf"  | 
575  | 28.7M  |       {"\000\000I\000\003\004", 0x012a}, | 
576  | 28.7M  | #line 367 "./uninorm/composition-table.gperf"  | 
577  | 28.7M  |       {"\000\0110\000\011<", 0x0931}, | 
578  | 28.7M  | #line 174 "./uninorm/composition-table.gperf"  | 
579  | 28.7M  |       {"\000\000u\000\003\006", 0x016d}, | 
580  | 28.7M  | #line 198 "./uninorm/composition-table.gperf"  | 
581  | 28.7M  |       {"\000\000I\000\003\014", 0x01cf}, | 
582  | 28.7M  | #line 926 "./uninorm/composition-table.gperf"  | 
583  | 28.7M  |       {"\0000F\0000\231", 0x3094}, | 
584  | 28.7M  | #line 180 "./uninorm/composition-table.gperf"  | 
585  | 28.7M  |       {"\000\000u\000\003(", 0x0173}, | 
586  | 28.7M  | #line 541 "./uninorm/composition-table.gperf"  | 
587  | 28.7M  |       {"\000\000X\000\003\007", 0x1e8a}, | 
588  | 28.7M  | #line 41 "./uninorm/composition-table.gperf"  | 
589  | 28.7M  |       {"\000\000E\000\003\010", 0x00cb}, | 
590  | 28.7M  | #line 244 "./uninorm/composition-table.gperf"  | 
591  | 28.7M  |       {"\000\000e\000\003\017", 0x0205}, | 
592  | 28.7M  | #line 53 "./uninorm/composition-table.gperf"  | 
593  | 28.7M  |       {"\000\000U\000\003\001", 0x00da}, | 
594  | 28.7M  | #line 52 "./uninorm/composition-table.gperf"  | 
595  | 28.7M  |       {"\000\000U\000\003\000", 0x00d9}, | 
596  | 28.7M  | #line 925 "./uninorm/composition-table.gperf"  | 
597  | 28.7M  |       {"\0000{\0000\232", 0x307d}, | 
598  | 28.7M  | #line 54 "./uninorm/composition-table.gperf"  | 
599  | 28.7M  |       {"\000\000U\000\003\002", 0x00db}, | 
600  | 28.7M  | #line 560 "./uninorm/composition-table.gperf"  | 
601  | 28.7M  |       {"\000\000A\000\003\011", 0x1ea2}, | 
602  | 28.7M  | #line 460 "./uninorm/composition-table.gperf"  | 
603  | 28.7M  |       {"\000\0367\000\003\004", 0x1e39}, | 
604  | 28.7M  | #line 307 "./uninorm/composition-table.gperf"  | 
605  | 28.7M  |       {"\000\004\025\000\003\010", 0x0401}, | 
606  | 28.7M  | #line 205 "./uninorm/composition-table.gperf"  | 
607  | 28.7M  |       {"\000\000\374\000\003\004", 0x01d6}, | 
608  | 28.7M  | #line 775 "./uninorm/composition-table.gperf"  | 
609  | 28.7M  |       {"\000\037$\000\003E", 0x1f94}, | 
610  | 28.7M  | #line 912 "./uninorm/composition-table.gperf"  | 
611  | 28.7M  |       {"\0000a\0000\231", 0x3062}, | 
612  | 28.7M  | #line 209 "./uninorm/composition-table.gperf"  | 
613  | 28.7M  |       {"\000\000\374\000\003\014", 0x01da}, | 
614  | 28.7M  | #line 51 "./uninorm/composition-table.gperf"  | 
615  | 28.7M  |       {"\000\000O\000\003\010", 0x00d6}, | 
616  | 28.7M  | #line 346 "./uninorm/composition-table.gperf"  | 
617  | 28.7M  |       {"\000\004-\000\003\010", 0x04ec}, | 
618  | 28.7M  | #line 585 "./uninorm/composition-table.gperf"  | 
619  | 28.7M  |       {"\000\000e\000\003\011", 0x1ebb}, | 
620  | 28.7M  | #line 326 "./uninorm/composition-table.gperf"  | 
621  | 28.7M  |       {"\000\004\020\000\003\006", 0x04d0}, | 
622  | 28.7M  | #line 329 "./uninorm/composition-table.gperf"  | 
623  | 28.7M  |       {"\000\0040\000\003\010", 0x04d3}, | 
624  | 28.7M  | #line 559 "./uninorm/composition-table.gperf"  | 
625  | 28.7M  |       {"\000\000a\000\003#", 0x1ea1}, | 
626  | 28.7M  | #line 82 "./uninorm/composition-table.gperf"  | 
627  | 28.7M  |       {"\000\000y\000\003\001", 0x00fd}, | 
628  | 28.7M  | #line 641 "./uninorm/composition-table.gperf"  | 
629  | 28.7M  |       {"\000\000y\000\003\000", 0x1ef3}, | 
630  | 28.7M  | #line 84 "./uninorm/composition-table.gperf"  | 
631  | 28.7M  |       {"\000\000A\000\003\004", 0x0100}, | 
632  | 28.7M  | #line 184 "./uninorm/composition-table.gperf"  | 
633  | 28.7M  |       {"\000\000y\000\003\002", 0x0177}, | 
634  | 28.7M  | #line 546 "./uninorm/composition-table.gperf"  | 
635  | 28.7M  |       {"\000\000y\000\003\007", 0x1e8f}, | 
636  | 28.7M  | #line 196 "./uninorm/composition-table.gperf"  | 
637  | 28.7M  |       {"\000\000A\000\003\014", 0x01cd}, | 
638  | 28.7M  | #line 586 "./uninorm/composition-table.gperf"  | 
639  | 28.7M  |       {"\000\000E\000\003\003", 0x1ebc}, | 
640  | 28.7M  | #line 940 "./uninorm/composition-table.gperf"  | 
641  | 28.7M  |       {"\0000\304\0000\231", 0x30c5}, | 
642  | 28.7M  | #line 252 "./uninorm/composition-table.gperf"  | 
643  | 28.7M  |       {"\000\000o\000\003\017", 0x020d}, | 
644  | 28.7M  | #line 543 "./uninorm/composition-table.gperf"  | 
645  | 28.7M  |       {"\000\000X\000\003\010", 0x1e8c}, | 
646  | 28.7M  | #line 102 "./uninorm/composition-table.gperf"  | 
647  | 28.7M  |       {"\000\000E\000\003\006", 0x0114}, | 
648  | 28.7M  | #line 101 "./uninorm/composition-table.gperf"  | 
649  | 28.7M  |       {"\000\000e\000\003\004", 0x0113}, | 
650  | 28.7M  | #line 356 "./uninorm/composition-table.gperf"  | 
651  | 28.7M  |       {"\000\004+\000\003\010", 0x04f8}, | 
652  | 28.7M  | #line 106 "./uninorm/composition-table.gperf"  | 
653  | 28.7M  |       {"\000\000E\000\003(", 0x0118}, | 
654  | 28.7M  | #line 109 "./uninorm/composition-table.gperf"  | 
655  | 28.7M  |       {"\000\000e\000\003\014", 0x011b}, | 
656  | 28.7M  | #line 601 "./uninorm/composition-table.gperf"  | 
657  | 28.7M  |       {"\000\000i\000\003#", 0x1ecb}, | 
658  | 28.7M  | #line 55 "./uninorm/composition-table.gperf"  | 
659  | 28.7M  |       {"\000\000U\000\003\010", 0x00dc}, | 
660  | 28.7M  | #line 260 "./uninorm/composition-table.gperf"  | 
661  | 28.7M  |       {"\000\000u\000\003\017", 0x0215}, | 
662  | 28.7M  | #line 330 "./uninorm/composition-table.gperf"  | 
663  | 28.7M  |       {"\000\004\025\000\003\006", 0x04d6}, | 
664  | 28.7M  | #line 50 "./uninorm/composition-table.gperf"  | 
665  | 28.7M  |       {"\000\000O\000\003\003", 0x00d5}, | 
666  | 28.7M  | #line 530 "./uninorm/composition-table.gperf"  | 
667  | 28.7M  |       {"\000\000v\000\003#", 0x1e7f}, | 
668  | 28.7M  | #line 510 "./uninorm/composition-table.gperf"  | 
669  | 28.7M  |       {"\000\000t\000\003\007", 0x1e6b}, | 
670  | 28.7M  | #line 605 "./uninorm/composition-table.gperf"  | 
671  | 28.7M  |       {"\000\000o\000\003\011", 0x1ecf}, | 
672  | 28.7M  | #line 147 "./uninorm/composition-table.gperf"  | 
673  | 28.7M  |       {"\000\000O\000\003\006", 0x014e}, | 
674  | 28.7M  | #line 425 "./uninorm/composition-table.gperf"  | 
675  | 28.7M  |       {"\000\001\022\000\003\001", 0x1e16}, | 
676  | 28.7M  | #line 423 "./uninorm/composition-table.gperf"  | 
677  | 28.7M  |       {"\000\001\022\000\003\000", 0x1e14}, | 
678  | 28.7M  | #line 222 "./uninorm/composition-table.gperf"  | 
679  | 28.7M  |       {"\000\000O\000\003(", 0x01ea}, | 
680  | 28.7M  | #line 327 "./uninorm/composition-table.gperf"  | 
681  | 28.7M  |       {"\000\0040\000\003\006", 0x04d1}, | 
682  | 28.7M  | #line 958 "./uninorm/composition-table.gperf"  | 
683  | 28.7M  |       {"\0000\375\0000\231", 0x30fe}, | 
684  | 28.7M  | #line 957 "./uninorm/composition-table.gperf"  | 
685  | 28.7M  |       {"\0000\362\0000\231", 0x30fa}, | 
686  | 28.7M  | #line 266 "./uninorm/composition-table.gperf"  | 
687  | 28.7M  |       {"\000\000t\000\003&", 0x021b}, | 
688  | 28.7M  | #line 629 "./uninorm/composition-table.gperf"  | 
689  | 28.7M  |       {"\000\000u\000\003\011", 0x1ee7}, | 
690  | 28.7M  | #line 152 "./uninorm/composition-table.gperf"  | 
691  | 28.7M  |       {"\000\000r\000\003\001", 0x0155}, | 
692  | 28.7M  | #line 83 "./uninorm/composition-table.gperf"  | 
693  | 28.7M  |       {"\000\000y\000\003\010", 0x00ff}, | 
694  | 28.7M  | #line 600 "./uninorm/composition-table.gperf"  | 
695  | 28.7M  |       {"\000\000I\000\003#", 0x1eca}, | 
696  | 28.7M  | #line 815 "./uninorm/composition-table.gperf"  | 
697  | 28.7M  |       {"\000\037t\000\003E", 0x1fc2}, | 
698  | 28.7M  | #line 492 "./uninorm/composition-table.gperf"  | 
699  | 28.7M  |       {"\000\000r\000\003\007", 0x1e59}, | 
700  | 28.7M  | #line 146 "./uninorm/composition-table.gperf"  | 
701  | 28.7M  |       {"\000\000o\000\003\004", 0x014d}, | 
702  | 28.7M  | #line 956 "./uninorm/composition-table.gperf"  | 
703  | 28.7M  |       {"\0000\361\0000\231", 0x30f9}, | 
704  | 28.7M  | #line 955 "./uninorm/composition-table.gperf"  | 
705  | 28.7M  |       {"\0000\360\0000\231", 0x30f8}, | 
706  | 28.7M  | #line 201 "./uninorm/composition-table.gperf"  | 
707  | 28.7M  |       {"\000\000o\000\003\014", 0x01d2}, | 
708  | 28.7M  | #line 169 "./uninorm/composition-table.gperf"  | 
709  | 28.7M  |       {"\000\000U\000\003\003", 0x0168}, | 
710  | 28.7M  | #line 411 "./uninorm/composition-table.gperf"  | 
711  | 28.7M  |       {"\000\000\307\000\003\001", 0x1e08}, | 
712  | 28.7M  | #line 140 "./uninorm/composition-table.gperf"  | 
713  | 28.7M  |       {"\000\000n\000\003\001", 0x0144}, | 
714  | 28.7M  | #line 232 "./uninorm/composition-table.gperf"  | 
715  | 28.7M  |       {"\000\000n\000\003\000", 0x01f9}, | 
716  | 28.7M  | #line 173 "./uninorm/composition-table.gperf"  | 
717  | 28.7M  |       {"\000\000U\000\003\006", 0x016c}, | 
718  | 28.7M  | #line 172 "./uninorm/composition-table.gperf"  | 
719  | 28.7M  |       {"\000\000u\000\003\004", 0x016b}, | 
720  | 28.7M  | #line 472 "./uninorm/composition-table.gperf"  | 
721  | 28.7M  |       {"\000\000n\000\003\007", 0x1e45}, | 
722  | 28.7M  | #line 179 "./uninorm/composition-table.gperf"  | 
723  | 28.7M  |       {"\000\000U\000\003(", 0x0172}, | 
724  | 28.7M  | #line 203 "./uninorm/composition-table.gperf"  | 
725  | 28.7M  |       {"\000\000u\000\003\014", 0x01d4}, | 
726  | 28.7M  | #line 554 "./uninorm/composition-table.gperf"  | 
727  | 28.7M  |       {"\000\000t\000\003\010", 0x1e97}, | 
728  | 28.7M  | #line 243 "./uninorm/composition-table.gperf"  | 
729  | 28.7M  |       {"\000\000E\000\003\017", 0x0204}, | 
730  | 28.7M  | #line 669 "./uninorm/composition-table.gperf"  | 
731  | 28.7M  |       {"\000\037\021\000\003\001", 0x1f15}, | 
732  | 28.7M  | #line 667 "./uninorm/composition-table.gperf"  | 
733  | 28.7M  |       {"\000\037\021\000\003\000", 0x1f13}, | 
734  | 28.7M  | #line 785 "./uninorm/composition-table.gperf"  | 
735  | 28.7M  |       {"\000\037.\000\003E", 0x1f9e}, | 
736  | 28.7M  | #line 414 "./uninorm/composition-table.gperf"  | 
737  | 28.7M  |       {"\000\000d\000\003\007", 0x1e0b}, | 
738  | 28.7M  | #line 242 "./uninorm/composition-table.gperf"  | 
739  | 28.7M  |       {"\000\000a\000\003\021", 0x0203}, | 
740  | 28.7M  | #line 405 "./uninorm/composition-table.gperf"  | 
741  | 28.7M  |       {"\000\000B\000\003\007", 0x1e02}, | 
742  | 28.7M  | #line 647 "./uninorm/composition-table.gperf"  | 
743  | 28.7M  |       {"\000\000y\000\003\003", 0x1ef9}, | 
744  | 28.7M  | #line 942 "./uninorm/composition-table.gperf"  | 
745  | 28.7M  |       {"\0000\310\0000\231", 0x30c9}, | 
746  | 28.7M  | #line 384 "./uninorm/composition-table.gperf"  | 
747  | 28.7M  |       {"\000\015F\000\015>", 0x0d4a}, | 
748  | 28.7M  | #line 801 "./uninorm/composition-table.gperf"  | 
749  | 28.7M  |       {"\000\037n\000\003E", 0x1fae}, | 
750  | 28.7M  | #line 558 "./uninorm/composition-table.gperf"  | 
751  | 28.7M  |       {"\000\000A\000\003#", 0x1ea0}, | 
752  | 28.7M  | #line 960 "./uninorm/composition-table.gperf"  | 
753  | 28.7M  |       {"\001\020\233\001\020\272", 0x1109c}, | 
754  | 28.7M  | #line 251 "./uninorm/composition-table.gperf"  | 
755  | 28.7M  |       {"\000\000O\000\003\017", 0x020c}, | 
756  | 28.7M  | #line 584 "./uninorm/composition-table.gperf"  | 
757  | 28.7M  |       {"\000\000E\000\003\011", 0x1eba}, | 
758  | 28.7M  | #line 335 "./uninorm/composition-table.gperf"  | 
759  | 28.7M  |       {"\000\0046\000\003\010", 0x04dd}, | 
760  | 28.7M  | #line 766 "./uninorm/composition-table.gperf"  | 
761  | 28.7M  |       {"\000\037\013\000\003E", 0x1f8b}, | 
762  | 28.7M  | #line 323 "./uninorm/composition-table.gperf"  | 
763  | 28.7M  |       {"\000\004u\000\003\017", 0x0477}, | 
764  | 28.7M  | #line 791 "./uninorm/composition-table.gperf"  | 
765  | 28.7M  |       {"\000\037d\000\003E", 0x1fa4}, | 
766  | 28.7M  | #line 319 "./uninorm/composition-table.gperf"  | 
767  | 28.7M  |       {"\000\004:\000\003\001", 0x045c}, | 
768  | 28.7M  | #line 583 "./uninorm/composition-table.gperf"  | 
769  | 28.7M  |       {"\000\000e\000\003#", 0x1eb9}, | 
770  | 28.7M  | #line 250 "./uninorm/composition-table.gperf"  | 
771  | 28.7M  |       {"\000\000i\000\003\021", 0x020b}, | 
772  | 28.7M  | #line 118 "./uninorm/composition-table.gperf"  | 
773  | 28.7M  |       {"\000\000H\000\003\002", 0x0124}, | 
774  | 28.7M  | #line 437 "./uninorm/composition-table.gperf"  | 
775  | 28.7M  |       {"\000\000H\000\003\007", 0x1e22}, | 
776  | 28.7M  | #line 62 "./uninorm/composition-table.gperf"  | 
777  | 28.7M  |       {"\000\000a\000\003\012", 0x00e5}, | 
778  | 28.7M  | #line 718 "./uninorm/composition-table.gperf"  | 
779  | 28.7M  |       {"\000\037H\000\003\001", 0x1f4c}, | 
780  | 28.7M  | #line 716 "./uninorm/composition-table.gperf"  | 
781  | 28.7M  |       {"\000\037H\000\003\000", 0x1f4a}, | 
782  | 28.7M  | #line 604 "./uninorm/composition-table.gperf"  | 
783  | 28.7M  |       {"\000\000O\000\003\011", 0x1ece}, | 
784  | 28.7M  | #line 936 "./uninorm/composition-table.gperf"  | 
785  | 28.7M  |       {"\0000\273\0000\231", 0x30bc}, | 
786  | 28.7M  | #line 100 "./uninorm/composition-table.gperf"  | 
787  | 28.7M  |       {"\000\000E\000\003\004", 0x0112}, | 
788  | 28.7M  | #line 56 "./uninorm/composition-table.gperf"  | 
789  | 28.7M  |       {"\000\000Y\000\003\001", 0x00dd}, | 
790  | 28.7M  | #line 640 "./uninorm/composition-table.gperf"  | 
791  | 28.7M  |       {"\000\000Y\000\003\000", 0x1ef2}, | 
792  | 28.7M  | #line 108 "./uninorm/composition-table.gperf"  | 
793  | 28.7M  |       {"\000\000E\000\003\014", 0x011a}, | 
794  | 28.7M  | #line 183 "./uninorm/composition-table.gperf"  | 
795  | 28.7M  |       {"\000\000Y\000\003\002", 0x0176}, | 
796  | 28.7M  | #line 545 "./uninorm/composition-table.gperf"  | 
797  | 28.7M  |       {"\000\000Y\000\003\007", 0x1e8e}, | 
798  | 28.7M  | #line 259 "./uninorm/composition-table.gperf"  | 
799  | 28.7M  |       {"\000\000U\000\003\017", 0x0214}, | 
800  | 28.7M  | #line 730 "./uninorm/composition-table.gperf"  | 
801  | 28.7M  |       {"\000\037Y\000\003\001", 0x1f5d}, | 
802  | 28.7M  | #line 729 "./uninorm/composition-table.gperf"  | 
803  | 28.7M  |       {"\000\037Y\000\003\000", 0x1f5b}, | 
804  | 28.7M  | #line 731 "./uninorm/composition-table.gperf"  | 
805  | 28.7M  |       {"\000\037Y\000\003B", 0x1f5f}, | 
806  | 28.7M  | #line 916 "./uninorm/composition-table.gperf"  | 
807  | 28.7M  |       {"\0000o\0000\231", 0x3070}, | 
808  | 28.7M  | #line 249 "./uninorm/composition-table.gperf"  | 
809  | 28.7M  |       {"\000\000I\000\003\021", 0x020a}, | 
810  | 28.7M  | #line 937 "./uninorm/composition-table.gperf"  | 
811  | 28.7M  |       {"\0000\275\0000\231", 0x30be}, | 
812  | 28.7M  | #line 145 "./uninorm/composition-table.gperf"  | 
813  | 28.7M  |       {"\000\000O\000\003\004", 0x014c}, | 
814  | 28.7M  | #line 479 "./uninorm/composition-table.gperf"  | 
815  | 28.7M  |       {"\000\000\325\000\003\001", 0x1e4c}, | 
816  | 28.7M  | #line 325 "./uninorm/composition-table.gperf"  | 
817  | 28.7M  |       {"\000\0046\000\003\006", 0x04c2}, | 
818  | 28.7M  | #line 200 "./uninorm/composition-table.gperf"  | 
819  | 28.7M  |       {"\000\000O\000\003\014", 0x01d1}, | 
820  | 28.7M  | #line 603 "./uninorm/composition-table.gperf"  | 
821  | 28.7M  |       {"\000\000o\000\003#", 0x1ecd}, | 
822  | 28.7M  | #line 523 "./uninorm/composition-table.gperf"  | 
823  | 28.7M  |       {"\000\001h\000\003\001", 0x1e78}, | 
824  | 28.7M  | #line 920 "./uninorm/composition-table.gperf"  | 
825  | 28.7M  |       {"\0000u\0000\231", 0x3076}, | 
826  | 28.7M  | #line 628 "./uninorm/composition-table.gperf"  | 
827  | 28.7M  |       {"\000\000U\000\003\011", 0x1ee6}, | 
828  | 28.7M  | #line 72 "./uninorm/composition-table.gperf"  | 
829  | 28.7M  |       {"\000\000n\000\003\003", 0x00f1}, | 
830  | 28.7M  | #line 929 "./uninorm/composition-table.gperf"  | 
831  | 28.7M  |       {"\0000\255\0000\231", 0x30ae}, | 
832  | 28.7M  | #line 441 "./uninorm/composition-table.gperf"  | 
833  | 28.7M  |       {"\000\000H\000\003\010", 0x1e26}, | 
834  | 28.7M  | #line 917 "./uninorm/composition-table.gperf"  | 
835  | 28.7M  |       {"\0000o\0000\232", 0x3071}, | 
836  | 28.7M  | #line 466 "./uninorm/composition-table.gperf"  | 
837  | 28.7M  |       {"\000\000m\000\003\001", 0x1e3f}, | 
838  | 28.7M  | #line 627 "./uninorm/composition-table.gperf"  | 
839  | 28.7M  |       {"\000\000u\000\003#", 0x1ee5}, | 
840  | 28.7M  | #line 119 "./uninorm/composition-table.gperf"  | 
841  | 28.7M  |       {"\000\000h\000\003\002", 0x0125}, | 
842  | 28.7M  | #line 438 "./uninorm/composition-table.gperf"  | 
843  | 28.7M  |       {"\000\000h\000\003\007", 0x1e23}, | 
844  | 28.7M  | #line 468 "./uninorm/composition-table.gperf"  | 
845  | 28.7M  |       {"\000\000m\000\003\007", 0x1e41}, | 
846  | 28.7M  | #line 744 "./uninorm/composition-table.gperf"  | 
847  | 28.7M  |       {"\000\037h\000\003\001", 0x1f6c}, | 
848  | 28.7M  | #line 742 "./uninorm/composition-table.gperf"  | 
849  | 28.7M  |       {"\000\037h\000\003\000", 0x1f6a}, | 
850  | 28.7M  | #line 746 "./uninorm/composition-table.gperf"  | 
851  | 28.7M  |       {"\000\037h\000\003B", 0x1f6e}, | 
852  | 28.7M  | #line 921 "./uninorm/composition-table.gperf"  | 
853  | 28.7M  |       {"\0000u\0000\232", 0x3077}, | 
854  | 28.7M  | #line 185 "./uninorm/composition-table.gperf"  | 
855  | 28.7M  |       {"\000\000Y\000\003\010", 0x0178}, | 
856  | 28.7M  | #line 171 "./uninorm/composition-table.gperf"  | 
857  | 28.7M  |       {"\000\000U\000\003\004", 0x016a}, | 
858  | 28.7M  | #line 386 "./uninorm/composition-table.gperf"  | 
859  | 28.7M  |       {"\000\015F\000\015W", 0x0d4c}, | 
860  | 28.7M  | #line 645 "./uninorm/composition-table.gperf"  | 
861  | 28.7M  |       {"\000\000y\000\003\011", 0x1ef7}, | 
862  | 28.7M  | #line 202 "./uninorm/composition-table.gperf"  | 
863  | 28.7M  |       {"\000\000U\000\003\014", 0x01d3}, | 
864  | 28.7M  | #line 241 "./uninorm/composition-table.gperf"  | 
865  | 28.7M  |       {"\000\000A\000\003\021", 0x0202}, | 
866  | 28.7M  | #line 37 "./uninorm/composition-table.gperf"  | 
867  | 28.7M  |       {"\000\000C\000\003'", 0x00c7}, | 
868  | 28.7M  | #line 773 "./uninorm/composition-table.gperf"  | 
869  | 28.7M  |       {"\000\037\"\000\003E", 0x1f92}, | 
870  | 28.7M  | #line 795 "./uninorm/composition-table.gperf"  | 
871  | 28.7M  |       {"\000\037h\000\003E", 0x1fa8}, | 
872  | 28.7M  | #line 800 "./uninorm/composition-table.gperf"  | 
873  | 28.7M  |       {"\000\037m\000\003E", 0x1fad}, | 
874  | 28.7M  | #line 688 "./uninorm/composition-table.gperf"  | 
875  | 28.7M  |       {"\000\037(\000\003\001", 0x1f2c}, | 
876  | 28.7M  | #line 686 "./uninorm/composition-table.gperf"  | 
877  | 28.7M  |       {"\000\037(\000\003\000", 0x1f2a}, | 
878  | 28.7M  | #line 690 "./uninorm/composition-table.gperf"  | 
879  | 28.7M  |       {"\000\037(\000\003B", 0x1f2e}, | 
880  | 28.7M  | #line 481 "./uninorm/composition-table.gperf"  | 
881  | 28.7M  |       {"\000\000\325\000\003\010", 0x1e4e}, | 
882  | 28.7M  | #line 246 "./uninorm/composition-table.gperf"  | 
883  | 28.7M  |       {"\000\000e\000\003\021", 0x0207}, | 
884  | 28.7M  | #line 697 "./uninorm/composition-table.gperf"  | 
885  | 28.7M  |       {"\000\0371\000\003\001", 0x1f35}, | 
886  | 28.7M  | #line 695 "./uninorm/composition-table.gperf"  | 
887  | 28.7M  |       {"\000\0371\000\003\000", 0x1f33}, | 
888  | 28.7M  | #line 699 "./uninorm/composition-table.gperf"  | 
889  | 28.7M  |       {"\000\0371\000\003B", 0x1f37}, | 
890  | 28.7M  | #line 282 "./uninorm/composition-table.gperf"  | 
891  | 28.7M  |       {"\000\000y\000\003\004", 0x0233}, | 
892  | 28.7M  | #line 953 "./uninorm/composition-table.gperf"  | 
893  | 28.7M  |       {"\0000\246\0000\231", 0x30f4}, | 
894  | 28.7M  | #line 428 "./uninorm/composition-table.gperf"  | 
895  | 28.7M  |       {"\000\000e\000\003-", 0x1e19}, | 
896  | 28.7M  | #line 256 "./uninorm/composition-table.gperf"  | 
897  | 28.7M  |       {"\000\000r\000\003\017", 0x0211}, | 
898  | 28.7M  | #line 779 "./uninorm/composition-table.gperf"  | 
899  | 28.7M  |       {"\000\037(\000\003E", 0x1f98}, | 
900  | 28.7M  | #line 442 "./uninorm/composition-table.gperf"  | 
901  | 28.7M  |       {"\000\000h\000\003\010", 0x1e27}, | 
902  | 28.7M  | #line 36 "./uninorm/composition-table.gperf"  | 
903  | 28.7M  |       {"\000\000A\000\003\012", 0x00c5}, | 
904  | 28.7M  | #line 646 "./uninorm/composition-table.gperf"  | 
905  | 28.7M  |       {"\000\000Y\000\003\003", 0x1ef8}, | 
906  | 28.7M  | #line 582 "./uninorm/composition-table.gperf"  | 
907  | 28.7M  |       {"\000\000E\000\003#", 0x1eb8}, | 
908  | 28.7M  | #line 533 "./uninorm/composition-table.gperf"  | 
909  | 28.7M  |       {"\000\000W\000\003\001", 0x1e82}, | 
910  | 28.7M  | #line 531 "./uninorm/composition-table.gperf"  | 
911  | 28.7M  |       {"\000\000W\000\003\000", 0x1e80}, | 
912  | 28.7M  | #line 151 "./uninorm/composition-table.gperf"  | 
913  | 28.7M  |       {"\000\000R\000\003\001", 0x0154}, | 
914  | 28.7M  | #line 181 "./uninorm/composition-table.gperf"  | 
915  | 28.7M  |       {"\000\000W\000\003\002", 0x0174}, | 
916  | 28.7M  | #line 537 "./uninorm/composition-table.gperf"  | 
917  | 28.7M  |       {"\000\000W\000\003\007", 0x1e86}, | 
918  | 28.7M  | #line 903 "./uninorm/composition-table.gperf"  | 
919  | 28.7M  |       {"\0000O\0000\231", 0x3050}, | 
920  | 28.7M  | #line 491 "./uninorm/composition-table.gperf"  | 
921  | 28.7M  |       {"\000\000R\000\003\007", 0x1e58}, | 
922  | 28.7M  | #line 869 "./uninorm/composition-table.gperf"  | 
923  | 28.7M  |       {"\000\"C\000\0038", 0x2244}, | 
924  | 28.7M  | #line 863 "./uninorm/composition-table.gperf"  | 
925  | 28.7M  |       {"\000\"\003\000\0038", 0x2204}, | 
926  | 28.7M  | #line 864 "./uninorm/composition-table.gperf"  | 
927  | 28.7M  |       {"\000\"\010\000\0038", 0x2209}, | 
928  | 28.7M  | #line 884 "./uninorm/composition-table.gperf"  | 
929  | 28.7M  |       {"\000\"{\000\0038", 0x2281}, | 
930  | 28.7M  | #line 168 "./uninorm/composition-table.gperf"  | 
931  | 28.7M  |       {"\000\000t\000\003\014", 0x0165}, | 
932  | 28.7M  | #line 602 "./uninorm/composition-table.gperf"  | 
933  | 28.7M  |       {"\000\000O\000\003#", 0x1ecc}, | 
934  | 28.7M  | #line 254 "./uninorm/composition-table.gperf"  | 
935  | 28.7M  |       {"\000\000o\000\003\021", 0x020f}, | 
936  | 28.7M  | #line 459 "./uninorm/composition-table.gperf"  | 
937  | 28.7M  |       {"\000\0366\000\003\004", 0x1e38}, | 
938  | 28.7M  | #line 229 "./uninorm/composition-table.gperf"  | 
939  | 28.7M  |       {"\000\000G\000\003\001", 0x01f4}, | 
940  | 28.7M  | #line 899 "./uninorm/composition-table.gperf"  | 
941  | 28.7M  |       {"\000\"\264\000\0038", 0x22ec}, | 
942  | 28.7M  | #line 897 "./uninorm/composition-table.gperf"  | 
943  | 28.7M  |       {"\000\"\262\000\0038", 0x22ea}, | 
944  | 28.7M  | #line 110 "./uninorm/composition-table.gperf"  | 
945  | 28.7M  |       {"\000\000G\000\003\002", 0x011c}, | 
946  | 28.7M  | #line 114 "./uninorm/composition-table.gperf"  | 
947  | 28.7M  |       {"\000\000G\000\003\007", 0x0120}, | 
948  | 28.7M  | #line 279 "./uninorm/composition-table.gperf"  | 
949  | 28.7M  |       {"\000\002.\000\003\004", 0x0230}, | 
950  | 28.7M  | #line 868 "./uninorm/composition-table.gperf"  | 
951  | 28.7M  |       {"\000\"<\000\0038", 0x2241}, | 
952  | 28.7M  | #line 262 "./uninorm/composition-table.gperf"  | 
953  | 28.7M  |       {"\000\000u\000\003\021", 0x0217}, | 
954  | 28.7M  | #line 896 "./uninorm/composition-table.gperf"  | 
955  | 28.7M  |       {"\000\"\222\000\0038", 0x22e3}, | 
956  | 28.7M  | #line 448 "./uninorm/composition-table.gperf"  | 
957  | 28.7M  |       {"\000\000i\000\0030", 0x1e2d}, | 
958  | 28.7M  | #line 889 "./uninorm/composition-table.gperf"  | 
959  | 28.7M  |       {"\000\"\242\000\0038", 0x22ac}, | 
960  | 28.7M  | #line 156 "./uninorm/composition-table.gperf"  | 
961  | 28.7M  |       {"\000\000r\000\003\014", 0x0159}, | 
962  | 28.7M  | #line 906 "./uninorm/composition-table.gperf"  | 
963  | 28.7M  |       {"\0000U\0000\231", 0x3056}, | 
964  | 28.7M  | #line 522 "./uninorm/composition-table.gperf"  | 
965  | 28.7M  |       {"\000\000u\000\003-", 0x1e77}, | 
966  | 28.7M  | #line 927 "./uninorm/composition-table.gperf"  | 
967  | 28.7M  |       {"\0000\235\0000\231", 0x309e}, | 
968  | 28.7M  | #line 322 "./uninorm/composition-table.gperf"  | 
969  | 28.7M  |       {"\000\004t\000\003\017", 0x0476}, | 
970  | 28.7M  | #line 873 "./uninorm/composition-table.gperf"  | 
971  | 28.7M  |       {"\000\"a\000\0038", 0x2262}, | 
972  | 28.7M  | #line 431 "./uninorm/composition-table.gperf"  | 
973  | 28.7M  |       {"\000\002(\000\003\006", 0x1e1c}, | 
974  | 28.7M  | #line 535 "./uninorm/composition-table.gperf"  | 
975  | 28.7M  |       {"\000\000W\000\003\010", 0x1e84}, | 
976  | 28.7M  | #line 626 "./uninorm/composition-table.gperf"  | 
977  | 28.7M  |       {"\000\000U\000\003#", 0x1ee4}, | 
978  | 28.7M  | #line 139 "./uninorm/composition-table.gperf"  | 
979  | 28.7M  |       {"\000\000N\000\003\001", 0x0143}, | 
980  | 28.7M  | #line 231 "./uninorm/composition-table.gperf"  | 
981  | 28.7M  |       {"\000\000N\000\003\000", 0x01f8}, | 
982  | 28.7M  | #line 144 "./uninorm/composition-table.gperf"  | 
983  | 28.7M  |       {"\000\000n\000\003\014", 0x0148}, | 
984  | 28.7M  | #line 366 "./uninorm/composition-table.gperf"  | 
985  | 28.7M  |       {"\000\011(\000\011<", 0x0929}, | 
986  | 28.7M  | #line 471 "./uninorm/composition-table.gperf"  | 
987  | 28.7M  |       {"\000\000N\000\003\007", 0x1e44}, | 
988  | 28.7M  | #line 888 "./uninorm/composition-table.gperf"  | 
989  | 28.7M  |       {"\000\"\207\000\0038", 0x2289}, | 
990  | 28.7M  | #line 176 "./uninorm/composition-table.gperf"  | 
991  | 28.7M  |       {"\000\000u\000\003\012", 0x016f}, | 
992  | 28.7M  | #line 887 "./uninorm/composition-table.gperf"  | 
993  | 28.7M  |       {"\000\"\206\000\0038", 0x2288}, | 
994  | 28.7M  | #line 447 "./uninorm/composition-table.gperf"  | 
995  | 28.7M  |       {"\000\000I\000\0030", 0x1e2c}, | 
996  | 28.7M  | #line 886 "./uninorm/composition-table.gperf"  | 
997  | 28.7M  |       {"\000\"\203\000\0038", 0x2285}, | 
998  | 28.7M  | #line 99 "./uninorm/composition-table.gperf"  | 
999  | 28.7M  |       {"\000\000d\000\003\014", 0x010f}, | 
1000  | 28.7M  | #line 534 "./uninorm/composition-table.gperf"  | 
1001  | 28.7M  |       {"\000\000w\000\003\001", 0x1e83}, | 
1002  | 28.7M  | #line 532 "./uninorm/composition-table.gperf"  | 
1003  | 28.7M  |       {"\000\000w\000\003\000", 0x1e81}, | 
1004  | 28.7M  | #line 514 "./uninorm/composition-table.gperf"  | 
1005  | 28.7M  |       {"\000\000t\000\0031", 0x1e6f}, | 
1006  | 28.7M  | #line 182 "./uninorm/composition-table.gperf"  | 
1007  | 28.7M  |       {"\000\000w\000\003\002", 0x0175}, | 
1008  | 28.7M  | #line 538 "./uninorm/composition-table.gperf"  | 
1009  | 28.7M  |       {"\000\000w\000\003\007", 0x1e87}, | 
1010  | 28.7M  | #line 643 "./uninorm/composition-table.gperf"  | 
1011  | 28.7M  |       {"\000\000y\000\003#", 0x1ef5}, | 
1012  | 28.7M  | #line 881 "./uninorm/composition-table.gperf"  | 
1013  | 28.7M  |       {"\000\"v\000\0038", 0x2278}, | 
1014  | 28.7M  | #line 288 "./uninorm/composition-table.gperf"  | 
1015  | 28.7M  |       {"\000\003\237\000\003\001", 0x038c}, | 
1016  | 28.7M  | #line 854 "./uninorm/composition-table.gperf"  | 
1017  | 28.7M  |       {"\000\003\237\000\003\000", 0x1ff8}, | 
1018  | 28.7M  | #line 230 "./uninorm/composition-table.gperf"  | 
1019  | 28.7M  |       {"\000\000g\000\003\001", 0x01f5}, | 
1020  | 28.7M  | #line 245 "./uninorm/composition-table.gperf"  | 
1021  | 28.7M  |       {"\000\000E\000\003\021", 0x0206}, | 
1022  | 28.7M  | #line 644 "./uninorm/composition-table.gperf"  | 
1023  | 28.7M  |       {"\000\000Y\000\003\011", 0x1ef6}, | 
1024  | 28.7M  | #line 111 "./uninorm/composition-table.gperf"  | 
1025  | 28.7M  |       {"\000\000g\000\003\002", 0x011d}, | 
1026  | 28.7M  | #line 115 "./uninorm/composition-table.gperf"  | 
1027  | 28.7M  |       {"\000\000g\000\003\007", 0x0121}, | 
1028  | 28.7M  | #line 334 "./uninorm/composition-table.gperf"  | 
1029  | 28.7M  |       {"\000\004\026\000\003\010", 0x04dc}, | 
1030  | 28.7M  | #line 893 "./uninorm/composition-table.gperf"  | 
1031  | 28.7M  |       {"\000\"|\000\0038", 0x22e0}, | 
1032  | 28.7M  | #line 427 "./uninorm/composition-table.gperf"  | 
1033  | 28.7M  |       {"\000\000E\000\003-", 0x1e18}, | 
1034  | 28.7M  | #line 498 "./uninorm/composition-table.gperf"  | 
1035  | 28.7M  |       {"\000\000r\000\0031", 0x1e5f}, | 
1036  | 28.7M  | #line 267 "./uninorm/composition-table.gperf"  | 
1037  | 28.7M  |       {"\000\000H\000\003\014", 0x021e}, | 
1038  | 28.7M  | #line 485 "./uninorm/composition-table.gperf"  | 
1039  | 28.7M  |       {"\000\001L\000\003\001", 0x1e52}, | 
1040  | 28.7M  | #line 483 "./uninorm/composition-table.gperf"  | 
1041  | 28.7M  |       {"\000\001L\000\003\000", 0x1e50}, | 
1042  | 28.7M  | #line 434 "./uninorm/composition-table.gperf"  | 
1043  | 28.7M  |       {"\000\000f\000\003\007", 0x1e1f}, | 
1044  | 28.7M  | #line 512 "./uninorm/composition-table.gperf"  | 
1045  | 28.7M  |       {"\000\000t\000\003#", 0x1e6d}, | 
1046  | 28.7M  | #line 253 "./uninorm/composition-table.gperf"  | 
1047  | 28.7M  |       {"\000\000O\000\003\021", 0x020e}, | 
1048  | 28.7M  | #line 885 "./uninorm/composition-table.gperf"  | 
1049  | 28.7M  |       {"\000\"\202\000\0038", 0x2284}, | 
1050  | 28.7M  | #line 133 "./uninorm/composition-table.gperf"  | 
1051  | 28.7M  |       {"\000\000L\000\003\001", 0x0139}, | 
1052  | 28.7M  | #line 281 "./uninorm/composition-table.gperf"  | 
1053  | 28.7M  |       {"\000\000Y\000\003\004", 0x0232}, | 
1054  | 28.7M  | #line 794 "./uninorm/composition-table.gperf"  | 
1055  | 28.7M  |       {"\000\037g\000\003E", 0x1fa7}, | 
1056  | 28.7M  | #line 476 "./uninorm/composition-table.gperf"  | 
1057  | 28.7M  |       {"\000\000n\000\0031", 0x1e49}, | 
1058  | 28.7M  | #line 272 "./uninorm/composition-table.gperf"  | 
1059  | 28.7M  |       {"\000\000e\000\003'", 0x0229}, | 
1060  | 28.7M  | #line 918 "./uninorm/composition-table.gperf"  | 
1061  | 28.7M  |       {"\0000r\0000\231", 0x3073}, | 
1062  | 28.7M  | #line 112 "./uninorm/composition-table.gperf"  | 
1063  | 28.7M  |       {"\000\000G\000\003\006", 0x011e}, | 
1064  | 28.7M  | #line 304 "./uninorm/composition-table.gperf"  | 
1065  | 28.7M  |       {"\000\003\322\000\003\001", 0x03d3}, | 
1066  | 28.7M  | #line 536 "./uninorm/composition-table.gperf"  | 
1067  | 28.7M  |       {"\000\000w\000\003\010", 0x1e85}, | 
1068  | 28.7M  | #line 430 "./uninorm/composition-table.gperf"  | 
1069  | 28.7M  |       {"\000\000e\000\0030", 0x1e1b}, | 
1070  | 28.7M  | #line 793 "./uninorm/composition-table.gperf"  | 
1071  | 28.7M  |       {"\000\037f\000\003E", 0x1fa6}, | 
1072  | 28.7M  | #line 418 "./uninorm/composition-table.gperf"  | 
1073  | 28.7M  |       {"\000\000d\000\0031", 0x1e0f}, | 
1074  | 28.7M  | #line 494 "./uninorm/composition-table.gperf"  | 
1075  | 28.7M  |       {"\000\000r\000\003#", 0x1e5b}, | 
1076  | 28.7M  | #line 409 "./uninorm/composition-table.gperf"  | 
1077  | 28.7M  |       {"\000\000B\000\0031", 0x1e06}, | 
1078  | 28.7M  | #line 275 "./uninorm/composition-table.gperf"  | 
1079  | 28.7M  |       {"\000\000\325\000\003\004", 0x022c}, | 
1080  | 28.7M  | #line 486 "./uninorm/composition-table.gperf"  | 
1081  | 28.7M  |       {"\000\001M\000\003\001", 0x1e53}, | 
1082  | 28.7M  | #line 484 "./uninorm/composition-table.gperf"  | 
1083  | 28.7M  |       {"\000\001M\000\003\000", 0x1e51}, | 
1084  | 28.7M  | #line 894 "./uninorm/composition-table.gperf"  | 
1085  | 28.7M  |       {"\000\"}\000\0038", 0x22e1}, | 
1086  | 28.7M  | #line 324 "./uninorm/composition-table.gperf"  | 
1087  | 28.7M  |       {"\000\004\026\000\003\006", 0x04c1}, | 
1088  | 28.7M  | #line 919 "./uninorm/composition-table.gperf"  | 
1089  | 28.7M  |       {"\0000r\0000\232", 0x3074}, | 
1090  | 28.7M  | #line 261 "./uninorm/composition-table.gperf"  | 
1091  | 28.7M  |       {"\000\000U\000\003\021", 0x0216}, | 
1092  | 28.7M  | #line 465 "./uninorm/composition-table.gperf"  | 
1093  | 28.7M  |       {"\000\000M\000\003\001", 0x1e3e}, | 
1094  | 28.7M  | #line 46 "./uninorm/composition-table.gperf"  | 
1095  | 28.7M  |       {"\000\000N\000\003\003", 0x00d1}, | 
1096  | 28.7M  | #line 474 "./uninorm/composition-table.gperf"  | 
1097  | 28.7M  |       {"\000\000n\000\003#", 0x1e47}, | 
1098  | 28.7M  | #line 913 "./uninorm/composition-table.gperf"  | 
1099  | 28.7M  |       {"\0000d\0000\231", 0x3065}, | 
1100  | 28.7M  | #line 467 "./uninorm/composition-table.gperf"  | 
1101  | 28.7M  |       {"\000\000M\000\003\007", 0x1e40}, | 
1102  | 28.7M  | #line 521 "./uninorm/composition-table.gperf"  | 
1103  | 28.7M  |       {"\000\000U\000\003-", 0x1e76}, | 
1104  | 28.7M  | #line 268 "./uninorm/composition-table.gperf"  | 
1105  | 28.7M  |       {"\000\000h\000\003\014", 0x021f}, | 
1106  | 28.7M  | #line 355 "./uninorm/composition-table.gperf"  | 
1107  | 28.7M  |       {"\000\004G\000\003\010", 0x04f5}, | 
1108  | 28.7M  | #line 509 "./uninorm/composition-table.gperf"  | 
1109  | 28.7M  |       {"\000\000T\000\003\007", 0x1e6a}, | 
1110  | 28.7M  | #line 315 "./uninorm/composition-table.gperf"  | 
1111  | 28.7M  |       {"\000\0045\000\003\000", 0x0450}, | 
1112  | 28.7M  | #line 416 "./uninorm/composition-table.gperf"  | 
1113  | 28.7M  |       {"\000\000d\000\003#", 0x1e0d}, | 
1114  | 28.7M  | #line 878 "./uninorm/composition-table.gperf"  | 
1115  | 28.7M  |       {"\000\"e\000\0038", 0x2271}, | 
1116  | 28.7M  | #line 407 "./uninorm/composition-table.gperf"  | 
1117  | 28.7M  |       {"\000\000B\000\003#", 0x1e04}, | 
1118  | 28.7M  | #line 255 "./uninorm/composition-table.gperf"  | 
1119  | 28.7M  |       {"\000\000R\000\003\017", 0x0210}, | 
1120  | 28.7M  | #line 835 "./uninorm/composition-table.gperf"  | 
1121  | 28.7M  |       {"\000\037\376\000\003\001", 0x1fde}, | 
1122  | 28.7M  | #line 834 "./uninorm/composition-table.gperf"  | 
1123  | 28.7M  |       {"\000\037\376\000\003\000", 0x1fdd}, | 
1124  | 28.7M  | #line 836 "./uninorm/composition-table.gperf"  | 
1125  | 28.7M  |       {"\000\037\376\000\003B", 0x1fdf}, | 
1126  | 28.7M  | #line 265 "./uninorm/composition-table.gperf"  | 
1127  | 28.7M  |       {"\000\000T\000\003&", 0x021a}, | 
1128  | 28.7M  | #line 175 "./uninorm/composition-table.gperf"  | 
1129  | 28.7M  |       {"\000\000U\000\003\012", 0x016e}, | 
1130  | 28.7M  | #line 305 "./uninorm/composition-table.gperf"  | 
1131  | 28.7M  |       {"\000\003\322\000\003\010", 0x03d4}, | 
1132  | 28.7M  | #line 301 "./uninorm/composition-table.gperf"  | 
1133  | 28.7M  |       {"\000\003\277\000\003\001", 0x03cc}, | 
1134  | 28.7M  | #line 752 "./uninorm/composition-table.gperf"  | 
1135  | 28.7M  |       {"\000\003\277\000\003\000", 0x1f78}, | 
1136  | 28.7M  | #line 714 "./uninorm/composition-table.gperf"  | 
1137  | 28.7M  |       {"\000\003\237\000\003\023", 0x1f48}, | 
1138  | 28.7M  | #line 520 "./uninorm/composition-table.gperf"  | 
1139  | 28.7M  |       {"\000\000u\000\0030", 0x1e75}, | 
1140  | 28.7M  | #line 911 "./uninorm/composition-table.gperf"  | 
1141  | 28.7M  |       {"\0000_\0000\231", 0x3060}, | 
1142  | 28.7M  | #line 113 "./uninorm/composition-table.gperf"  | 
1143  | 28.7M  |       {"\000\000g\000\003\006", 0x011f}, | 
1144  | 28.7M  | #line 297 "./uninorm/composition-table.gperf"  | 
1145  | 28.7M  |       {"\000\003\271\000\003\001", 0x03af}, | 
1146  | 28.7M  | #line 751 "./uninorm/composition-table.gperf"  | 
1147  | 28.7M  |       {"\000\003\271\000\003\000", 0x1f76}, | 
1148  | 28.7M  | #line 829 "./uninorm/composition-table.gperf"  | 
1149  | 28.7M  |       {"\000\003\271\000\003B", 0x1fd6}, | 
1150  | 28.7M  | #line 439 "./uninorm/composition-table.gperf"  | 
1151  | 28.7M  |       {"\000\000H\000\003#", 0x1e24}, | 
1152  | 28.7M  | #line 824 "./uninorm/composition-table.gperf"  | 
1153  | 28.7M  |       {"\000\037\277\000\003\001", 0x1fce}, | 
1154  | 28.7M  | #line 823 "./uninorm/composition-table.gperf"  | 
1155  | 28.7M  |       {"\000\037\277\000\003\000", 0x1fcd}, | 
1156  | 28.7M  | #line 825 "./uninorm/composition-table.gperf"  | 
1157  | 28.7M  |       {"\000\037\277\000\003B", 0x1fcf}, | 
1158  | 28.7M  | #line 908 "./uninorm/composition-table.gperf"  | 
1159  | 28.7M  |       {"\0000Y\0000\231", 0x305a}, | 
1160  | 28.7M  | #line 910 "./uninorm/composition-table.gperf"  | 
1161  | 28.7M  |       {"\0000]\0000\231", 0x305e}, | 
1162  | 28.7M  | #line 556 "./uninorm/composition-table.gperf"  | 
1163  | 28.7M  |       {"\000\000y\000\003\012", 0x1e99}, | 
1164  | 28.7M  | #line 310 "./uninorm/composition-table.gperf"  | 
1165  | 28.7M  |       {"\000\004\032\000\003\001", 0x040c}, | 
1166  | 28.7M  | #line 426 "./uninorm/composition-table.gperf"  | 
1167  | 28.7M  |       {"\000\001\023\000\003\001", 0x1e17}, | 
1168  | 28.7M  | #line 424 "./uninorm/composition-table.gperf"  | 
1169  | 28.7M  |       {"\000\001\023\000\003\000", 0x1e15}, | 
1170  | 28.7M  | #line 516 "./uninorm/composition-table.gperf"  | 
1171  | 28.7M  |       {"\000\000t\000\003-", 0x1e71}, | 
1172  | 28.7M  | #line 642 "./uninorm/composition-table.gperf"  | 
1173  | 28.7M  |       {"\000\000Y\000\003#", 0x1ef4}, | 
1174  | 28.7M  | #line 316 "./uninorm/composition-table.gperf"  | 
1175  | 28.7M  |       {"\000\0045\000\003\010", 0x0451}, | 
1176  | 28.7M  | #line 767 "./uninorm/composition-table.gperf"  | 
1177  | 28.7M  |       {"\000\037\014\000\003E", 0x1f8c}, | 
1178  | 28.7M  | #line 553 "./uninorm/composition-table.gperf"  | 
1179  | 28.7M  |       {"\000\000h\000\0031", 0x1e96}, | 
1180  | 28.7M  | #line 932 "./uninorm/composition-table.gperf"  | 
1181  | 28.7M  |       {"\0000\263\0000\231", 0x30b4}, | 
1182  | 28.7M  | #line 155 "./uninorm/composition-table.gperf"  | 
1183  | 28.7M  |       {"\000\000R\000\003\014", 0x0158}, | 
1184  | 28.7M  | #line 947 "./uninorm/composition-table.gperf"  | 
1185  | 28.7M  |       {"\0000\325\0000\231", 0x30d6}, | 
1186  | 28.7M  | #line 336 "./uninorm/composition-table.gperf"  | 
1187  | 28.7M  |       {"\000\004\027\000\003\010", 0x04de}, | 
1188  | 28.7M  | #line 258 "./uninorm/composition-table.gperf"  | 
1189  | 28.7M  |       {"\000\000r\000\003\021", 0x0213}, | 
1190  | 28.7M  | #line 296 "./uninorm/composition-table.gperf"  | 
1191  | 28.7M  |       {"\000\003\267\000\003\001", 0x03ae}, | 
1192  | 28.7M  | #line 750 "./uninorm/composition-table.gperf"  | 
1193  | 28.7M  |       {"\000\003\267\000\003\000", 0x1f74}, | 
1194  | 28.7M  | #line 818 "./uninorm/composition-table.gperf"  | 
1195  | 28.7M  |       {"\000\003\267\000\003B", 0x1fc6}, | 
1196  | 28.7M  | #line 271 "./uninorm/composition-table.gperf"  | 
1197  | 28.7M  |       {"\000\000E\000\003'", 0x0228}, | 
1198  | 28.7M  | #line 617 "./uninorm/composition-table.gperf"  | 
1199  | 28.7M  |       {"\000\001\241\000\003\001", 0x1edb}, | 
1200  | 28.7M  | #line 619 "./uninorm/composition-table.gperf"  | 
1201  | 28.7M  |       {"\000\001\241\000\003\000", 0x1edd}, | 
1202  | 28.7M  | #line 435 "./uninorm/composition-table.gperf"  | 
1203  | 28.7M  |       {"\000\000G\000\003\004", 0x1e20}, | 
1204  | 28.7M  | #line 915 "./uninorm/composition-table.gperf"  | 
1205  | 28.7M  |       {"\0000h\0000\231", 0x3069}, | 
1206  | 28.7M  | #line 429 "./uninorm/composition-table.gperf"  | 
1207  | 28.7M  |       {"\000\000E\000\0030", 0x1e1a}, | 
1208  | 28.7M  | #line 218 "./uninorm/composition-table.gperf"  | 
1209  | 28.7M  |       {"\000\000G\000\003\014", 0x01e6}, | 
1210  | 28.7M  | #line 299 "./uninorm/composition-table.gperf"  | 
1211  | 28.7M  |       {"\000\003\271\000\003\010", 0x03ca}, | 
1212  | 28.7M  | #line 948 "./uninorm/composition-table.gperf"  | 
1213  | 28.7M  |       {"\0000\325\0000\232", 0x30d7}, | 
1214  | 28.7M  | #line 816 "./uninorm/composition-table.gperf"  | 
1215  | 28.7M  |       {"\000\003\267\000\003E", 0x1fc3}, | 
1216  | 28.7M  | #line 951 "./uninorm/composition-table.gperf"  | 
1217  | 28.7M  |       {"\0000\333\0000\231", 0x30dc}, | 
1218  | 28.7M  | #line 440 "./uninorm/composition-table.gperf"  | 
1219  | 28.7M  |       {"\000\000h\000\003#", 0x1e25}, | 
1220  | 28.7M  | #line 470 "./uninorm/composition-table.gperf"  | 
1221  | 28.7M  |       {"\000\000m\000\003#", 0x1e43}, | 
1222  | 28.7M  | #line 478 "./uninorm/composition-table.gperf"  | 
1223  | 28.7M  |       {"\000\000n\000\003-", 0x1e4b}, | 
1224  | 28.7M  | #line 928 "./uninorm/composition-table.gperf"  | 
1225  | 28.7M  |       {"\0000\253\0000\231", 0x30ac}, | 
1226  | 28.7M  | #line 294 "./uninorm/composition-table.gperf"  | 
1227  | 28.7M  |       {"\000\003\261\000\003\001", 0x03ac}, | 
1228  | 28.7M  | #line 748 "./uninorm/composition-table.gperf"  | 
1229  | 28.7M  |       {"\000\003\261\000\003\000", 0x1f70}, | 
1230  | 28.7M  | #line 808 "./uninorm/composition-table.gperf"  | 
1231  | 28.7M  |       {"\000\003\261\000\003B", 0x1fb6}, | 
1232  | 28.7M  | #line 331 "./uninorm/composition-table.gperf"  | 
1233  | 28.7M  |       {"\000\0045\000\003\006", 0x04d7}, | 
1234  | 28.7M  | #line 284 "./uninorm/composition-table.gperf"  | 
1235  | 28.7M  |       {"\000\003\221\000\003\001", 0x0386}, | 
1236  | 28.7M  | #line 812 "./uninorm/composition-table.gperf"  | 
1237  | 28.7M  |       {"\000\003\221\000\003\000", 0x1fba}, | 
1238  | 28.7M  | #line 422 "./uninorm/composition-table.gperf"  | 
1239  | 28.7M  |       {"\000\000d\000\003-", 0x1e13}, | 
1240  | 28.7M  | #line 597 "./uninorm/composition-table.gperf"  | 
1241  | 28.7M  |       {"\000\036\271\000\003\002", 0x1ec7}, | 
1242  | 28.7M  | #line 770 "./uninorm/composition-table.gperf"  | 
1243  | 28.7M  |       {"\000\037\017\000\003E", 0x1f8f}, | 
1244  | 28.7M  | #line 952 "./uninorm/composition-table.gperf"  | 
1245  | 28.7M  |       {"\0000\333\0000\232", 0x30dd}, | 
1246  | 28.7M  | #line 353 "./uninorm/composition-table.gperf"  | 
1247  | 28.7M  |       {"\000\004C\000\003\013", 0x04f3}, | 
1248  | 28.7M  | #line 143 "./uninorm/composition-table.gperf"  | 
1249  | 28.7M  |       {"\000\000N\000\003\014", 0x0147}, | 
1250  | 28.7M  | #line 806 "./uninorm/composition-table.gperf"  | 
1251  | 28.7M  |       {"\000\003\261\000\003E", 0x1fb3}, | 
1252  | 28.7M  | #line 870 "./uninorm/composition-table.gperf"  | 
1253  | 28.7M  |       {"\000\"E\000\0038", 0x2247}, | 
1254  | 28.7M  | #line 708 "./uninorm/composition-table.gperf"  | 
1255  | 28.7M  |       {"\000\003\277\000\003\023", 0x1f40}, | 
1256  | 28.7M  | #line 497 "./uninorm/composition-table.gperf"  | 
1257  | 28.7M  |       {"\000\000R\000\0031", 0x1e5e}, | 
1258  | 28.7M  | #line 813 "./uninorm/composition-table.gperf"  | 
1259  | 28.7M  |       {"\000\003\221\000\003E", 0x1fbc}, | 
1260  | 28.7M  | #line 347 "./uninorm/composition-table.gperf"  | 
1261  | 28.7M  |       {"\000\004M\000\003\010", 0x04ed}, | 
1262  | 28.7M  | #line 715 "./uninorm/composition-table.gperf"  | 
1263  | 28.7M  |       {"\000\003\237\000\003\024", 0x1f49}, | 
1264  | 28.7M  | #line 158 "./uninorm/composition-table.gperf"  | 
1265  | 28.7M  |       {"\000\000s\000\003\001", 0x015b}, | 
1266  | 28.7M  | #line 692 "./uninorm/composition-table.gperf"  | 
1267  | 28.7M  |       {"\000\003\271\000\003\023", 0x1f30}, | 
1268  | 28.7M  | #line 826 "./uninorm/composition-table.gperf"  | 
1269  | 28.7M  |       {"\000\003\271\000\003\006", 0x1fd0}, | 
1270  | 28.7M  | #line 160 "./uninorm/composition-table.gperf"  | 
1271  | 28.7M  |       {"\000\000s\000\003\002", 0x015d}, | 
1272  | 28.7M  | #line 500 "./uninorm/composition-table.gperf"  | 
1273  | 28.7M  |       {"\000\000s\000\003\007", 0x1e61}, | 
1274  | 28.7M  | #line 968 "./uninorm/composition-table.gperf"  | 
1275  | 28.7M  |       {"\001\024\271\001\024\275", 0x114be}, | 
1276  | 28.7M  | #line 519 "./uninorm/composition-table.gperf"  | 
1277  | 28.7M  |       {"\000\000U\000\0030", 0x1e74}, | 
1278  | 28.7M  | #line 907 "./uninorm/composition-table.gperf"  | 
1279  | 28.7M  |       {"\0000W\0000\231", 0x3058}, | 
1280  | 28.7M  | #line 308 "./uninorm/composition-table.gperf"  | 
1281  | 28.7M  |       {"\000\004\023\000\003\001", 0x0403}, | 
1282  | 28.7M  | #line 436 "./uninorm/composition-table.gperf"  | 
1283  | 28.7M  |       {"\000\000g\000\003\004", 0x1e21}, | 
1284  | 28.7M  | #line 451 "./uninorm/composition-table.gperf"  | 
1285  | 28.7M  |       {"\000\000K\000\003\001", 0x1e30}, | 
1286  | 28.7M  | #line 761 "./uninorm/composition-table.gperf"  | 
1287  | 28.7M  |       {"\000\037\006\000\003E", 0x1f86}, | 
1288  | 28.7M  | #line 219 "./uninorm/composition-table.gperf"  | 
1289  | 28.7M  |       {"\000\000g\000\003\014", 0x01e7}, | 
1290  | 28.7M  | #line 264 "./uninorm/composition-table.gperf"  | 
1291  | 28.7M  |       {"\000\000s\000\003&", 0x0219}, | 
1292  | 28.7M  | #line 539 "./uninorm/composition-table.gperf"  | 
1293  | 28.7M  |       {"\000\000W\000\003#", 0x1e88}, | 
1294  | 28.7M  | #line 235 "./uninorm/composition-table.gperf"  | 
1295  | 28.7M  |       {"\000\000\306\000\003\001", 0x01fc}, | 
1296  | 28.7M  | #line 493 "./uninorm/composition-table.gperf"  | 
1297  | 28.7M  |       {"\000\000R\000\003#", 0x1e5a}, | 
1298  | 28.7M  | #line 571 "./uninorm/composition-table.gperf"  | 
1299  | 28.7M  |       {"\000\036\241\000\003\002", 0x1ead}, | 
1300  | 28.7M  | #line 302 "./uninorm/composition-table.gperf"  | 
1301  | 28.7M  |       {"\000\003\305\000\003\001", 0x03cd}, | 
1302  | 28.7M  | #line 753 "./uninorm/composition-table.gperf"  | 
1303  | 28.7M  |       {"\000\003\305\000\003\000", 0x1f7a}, | 
1304  | 28.7M  | #line 842 "./uninorm/composition-table.gperf"  | 
1305  | 28.7M  |       {"\000\003\305\000\003B", 0x1fe6}, | 
1306  | 28.7M  | #line 134 "./uninorm/composition-table.gperf"  | 
1307  | 28.7M  |       {"\000\000l\000\003\001", 0x013a}, | 
1308  | 28.7M  | #line 233 "./uninorm/composition-table.gperf"  | 
1309  | 28.7M  |       {"\000\000\305\000\003\001", 0x01fa}, | 
1310  | 28.7M  | #line 157 "./uninorm/composition-table.gperf"  | 
1311  | 28.7M  |       {"\000\000S\000\003\001", 0x015a}, | 
1312  | 28.7M  | #line 676 "./uninorm/composition-table.gperf"  | 
1313  | 28.7M  |       {"\000\003\267\000\003\023", 0x1f20}, | 
1314  | 28.7M  | #line 623 "./uninorm/composition-table.gperf"  | 
1315  | 28.7M  |       {"\000\001\241\000\003\003", 0x1ee1}, | 
1316  | 28.7M  | #line 159 "./uninorm/composition-table.gperf"  | 
1317  | 28.7M  |       {"\000\000S\000\003\002", 0x015c}, | 
1318  | 28.7M  | #line 499 "./uninorm/composition-table.gperf"  | 
1319  | 28.7M  |       {"\000\000S\000\003\007", 0x1e60}, | 
1320  | 28.7M  | #line 137 "./uninorm/composition-table.gperf"  | 
1321  | 28.7M  |       {"\000\000L\000\003\014", 0x013d}, | 
1322  | 28.7M  | #line 475 "./uninorm/composition-table.gperf"  | 
1323  | 28.7M  |       {"\000\000N\000\0031", 0x1e48}, | 
1324  | 28.7M  | #line 287 "./uninorm/composition-table.gperf"  | 
1325  | 28.7M  |       {"\000\003\231\000\003\001", 0x038a}, | 
1326  | 28.7M  | #line 833 "./uninorm/composition-table.gperf"  | 
1327  | 28.7M  |       {"\000\003\231\000\003\000", 0x1fda}, | 
1328  | 28.7M  | #line 503 "./uninorm/composition-table.gperf"  | 
1329  | 28.7M  |       {"\000\001Z\000\003\007", 0x1e64}, | 
1330  | 28.7M  | #line 819 "./uninorm/composition-table.gperf"  | 
1331  | 28.7M  |       {"\000\037\306\000\003E", 0x1fc7}, | 
1332  | 28.7M  | #line 186 "./uninorm/composition-table.gperf"  | 
1333  | 28.7M  |       {"\000\000Z\000\003\001", 0x0179}, | 
1334  | 28.7M  | #line 166 "./uninorm/composition-table.gperf"  | 
1335  | 28.7M  |       {"\000\000t\000\003'", 0x0163}, | 
1336  | 28.7M  | #line 263 "./uninorm/composition-table.gperf"  | 
1337  | 28.7M  |       {"\000\000S\000\003&", 0x0218}, | 
1338  | 28.7M  | #line 547 "./uninorm/composition-table.gperf"  | 
1339  | 28.7M  |       {"\000\000Z\000\003\002", 0x1e90}, | 
1340  | 28.7M  | #line 188 "./uninorm/composition-table.gperf"  | 
1341  | 28.7M  |       {"\000\000Z\000\003\007", 0x017b}, | 
1342  | 28.7M  | #line 799 "./uninorm/composition-table.gperf"  | 
1343  | 28.7M  |       {"\000\037l\000\003E", 0x1fac}, | 
1344  | 28.7M  | #line 769 "./uninorm/composition-table.gperf"  | 
1345  | 28.7M  |       {"\000\037\016\000\003E", 0x1f8e}, | 
1346  | 28.7M  | #line 91 "./uninorm/composition-table.gperf"  | 
1347  | 28.7M  |       {"\000\000c\000\003\001", 0x0107}, | 
1348  | 28.7M  | #line 648 "./uninorm/composition-table.gperf"  | 
1349  | 28.7M  |       {"\000\003\261\000\003\023", 0x1f00}, | 
1350  | 28.7M  | #line 803 "./uninorm/composition-table.gperf"  | 
1351  | 28.7M  |       {"\000\003\261\000\003\006", 0x1fb0}, | 
1352  | 28.7M  | #line 93 "./uninorm/composition-table.gperf"  | 
1353  | 28.7M  |       {"\000\000c\000\003\002", 0x0109}, | 
1354  | 28.7M  | #line 95 "./uninorm/composition-table.gperf"  | 
1355  | 28.7M  |       {"\000\000c\000\003\007", 0x010b}, | 
1356  | 28.7M  | #line 656 "./uninorm/composition-table.gperf"  | 
1357  | 28.7M  |       {"\000\003\221\000\003\023", 0x1f08}, | 
1358  | 28.7M  | #line 810 "./uninorm/composition-table.gperf"  | 
1359  | 28.7M  |       {"\000\003\221\000\003\006", 0x1fb8}, | 
1360  | 28.7M  |       {""}, | 
1361  | 28.7M  | #line 473 "./uninorm/composition-table.gperf"  | 
1362  | 28.7M  |       {"\000\000N\000\003#", 0x1e46}, | 
1363  | 28.7M  | #line 154 "./uninorm/composition-table.gperf"  | 
1364  | 28.7M  |       {"\000\000r\000\003'", 0x0157}, | 
1365  | 28.7M  | #line 300 "./uninorm/composition-table.gperf"  | 
1366  | 28.7M  |       {"\000\003\305\000\003\010", 0x03cb}, | 
1367  | 28.7M  | #line 187 "./uninorm/composition-table.gperf"  | 
1368  | 28.7M  |       {"\000\000z\000\003\001", 0x017a}, | 
1369  | 28.7M  | #line 167 "./uninorm/composition-table.gperf"  | 
1370  | 28.7M  |       {"\000\000T\000\003\014", 0x0164}, | 
1371  | 28.7M  | #line 413 "./uninorm/composition-table.gperf"  | 
1372  | 28.7M  |       {"\000\000D\000\003\007", 0x1e0a}, | 
1373  | 28.7M  | #line 548 "./uninorm/composition-table.gperf"  | 
1374  | 28.7M  |       {"\000\000z\000\003\002", 0x1e91}, | 
1375  | 28.7M  | #line 189 "./uninorm/composition-table.gperf"  | 
1376  | 28.7M  |       {"\000\000z\000\003\007", 0x017c}, | 
1377  | 28.7M  |       {""}, | 
1378  | 28.7M  | #line 709 "./uninorm/composition-table.gperf"  | 
1379  | 28.7M  |       {"\000\003\277\000\003\024", 0x1f41}, | 
1380  | 28.7M  | #line 790 "./uninorm/composition-table.gperf"  | 
1381  | 28.7M  |       {"\000\037c\000\003E", 0x1fa3}, | 
1382  | 28.7M  | #line 540 "./uninorm/composition-table.gperf"  | 
1383  | 28.7M  |       {"\000\000w\000\003#", 0x1e89}, | 
1384  | 28.7M  | #line 142 "./uninorm/composition-table.gperf"  | 
1385  | 28.7M  |       {"\000\000n\000\003'", 0x0146}, | 
1386  | 28.7M  | #line 150 "./uninorm/composition-table.gperf"  | 
1387  | 28.7M  |       {"\000\000o\000\003\013", 0x0151}, | 
1388  | 28.7M  | #line 292 "./uninorm/composition-table.gperf"  | 
1389  | 28.7M  |       {"\000\003\231\000\003\010", 0x03aa}, | 
1390  | 28.7M  | #line 693 "./uninorm/composition-table.gperf"  | 
1391  | 28.7M  |       {"\000\003\271\000\003\024", 0x1f31}, | 
1392  | 28.7M  | #line 461 "./uninorm/composition-table.gperf"  | 
1393  | 28.7M  |       {"\000\000L\000\0031", 0x1e3a}, | 
1394  | 28.7M  |       {""}, | 
1395  | 28.7M  | #line 631 "./uninorm/composition-table.gperf"  | 
1396  | 28.7M  |       {"\000\001\260\000\003\001", 0x1ee9}, | 
1397  | 28.7M  | #line 633 "./uninorm/composition-table.gperf"  | 
1398  | 28.7M  |       {"\000\001\260\000\003\000", 0x1eeb}, | 
1399  | 28.7M  | #line 420 "./uninorm/composition-table.gperf"  | 
1400  | 28.7M  |       {"\000\000d\000\003'", 0x1e11}, | 
1401  | 28.7M  | #line 914 "./uninorm/composition-table.gperf"  | 
1402  | 28.7M  |       {"\0000f\0000\231", 0x3067}, | 
1403  | 28.7M  | #line 178 "./uninorm/composition-table.gperf"  | 
1404  | 28.7M  |       {"\000\000u\000\003\013", 0x0171}, | 
1405  | 28.7M  | #line 827 "./uninorm/composition-table.gperf"  | 
1406  | 28.7M  |       {"\000\003\271\000\003\004", 0x1fd1}, | 
1407  | 28.7M  | #line 257 "./uninorm/composition-table.gperf"  | 
1408  | 28.7M  |       {"\000\000R\000\003\021", 0x0212}, | 
1409  | 28.7M  | #line 616 "./uninorm/composition-table.gperf"  | 
1410  | 28.7M  |       {"\000\001\240\000\003\001", 0x1eda}, | 
1411  | 28.7M  | #line 618 "./uninorm/composition-table.gperf"  | 
1412  | 28.7M  |       {"\000\001\240\000\003\000", 0x1edc}, | 
1413  | 28.7M  | #line 581 "./uninorm/composition-table.gperf"  | 
1414  | 28.7M  |       {"\000\036\241\000\003\006", 0x1eb7}, | 
1415  | 28.7M  | #line 309 "./uninorm/composition-table.gperf"  | 
1416  | 28.7M  |       {"\000\004\006\000\003\010", 0x0407}, | 
1417  | 28.7M  | #line 879 "./uninorm/composition-table.gperf"  | 
1418  | 28.7M  |       {"\000\"r\000\0038", 0x2274}, | 
1419  | 28.7M  | #line 720 "./uninorm/composition-table.gperf"  | 
1420  | 28.7M  |       {"\000\003\305\000\003\023", 0x1f50}, | 
1421  | 28.7M  | #line 837 "./uninorm/composition-table.gperf"  | 
1422  | 28.7M  |       {"\000\003\305\000\003\006", 0x1fe0}, | 
1423  | 28.7M  | #line 630 "./uninorm/composition-table.gperf"  | 
1424  | 28.7M  |       {"\000\001\257\000\003\001", 0x1ee8}, | 
1425  | 28.7M  | #line 632 "./uninorm/composition-table.gperf"  | 
1426  | 28.7M  |       {"\000\001\257\000\003\000", 0x1eea}, | 
1427  | 28.7M  |       {""}, | 
1428  | 28.7M  | #line 621 "./uninorm/composition-table.gperf"  | 
1429  | 28.7M  |       {"\000\001\241\000\003\011", 0x1edf}, | 
1430  | 28.7M  | #line 457 "./uninorm/composition-table.gperf"  | 
1431  | 28.7M  |       {"\000\000L\000\003#", 0x1e36}, | 
1432  | 28.7M  | #line 508 "./uninorm/composition-table.gperf"  | 
1433  | 28.7M  |       {"\000\036c\000\003\007", 0x1e69}, | 
1434  | 28.7M  | #line 677 "./uninorm/composition-table.gperf"  | 
1435  | 28.7M  |       {"\000\003\267\000\003\024", 0x1f21}, | 
1436  | 28.7M  | #line 443 "./uninorm/composition-table.gperf"  | 
1437  | 28.7M  |       {"\000\000H\000\003'", 0x1e28}, | 
1438  | 28.7M  | #line 945 "./uninorm/composition-table.gperf"  | 
1439  | 28.7M  |       {"\0000\322\0000\231", 0x30d3}, | 
1440  | 28.7M  | #line 513 "./uninorm/composition-table.gperf"  | 
1441  | 28.7M  |       {"\000\000T\000\0031", 0x1e6e}, | 
1442  | 28.7M  | #line 700 "./uninorm/composition-table.gperf"  | 
1443  | 28.7M  |       {"\000\003\231\000\003\023", 0x1f38}, | 
1444  | 28.7M  | #line 831 "./uninorm/composition-table.gperf"  | 
1445  | 28.7M  |       {"\000\003\231\000\003\006", 0x1fd8}, | 
1446  | 28.7M  | #line 847 "./uninorm/composition-table.gperf"  | 
1447  | 28.7M  |       {"\000\003\241\000\003\024", 0x1fec}, | 
1448  | 28.7M  | #line 357 "./uninorm/composition-table.gperf"  | 
1449  | 28.7M  |       {"\000\004K\000\003\010", 0x04f9}, | 
1450  | 28.7M  | #line 865 "./uninorm/composition-table.gperf"  | 
1451  | 28.7M  |       {"\000\"\013\000\0038", 0x220c}, | 
1452  | 28.7M  | #line 226 "./uninorm/composition-table.gperf"  | 
1453  | 28.7M  |       {"\000\001\267\000\003\014", 0x01ee}, | 
1454  | 28.7M  | #line 877 "./uninorm/composition-table.gperf"  | 
1455  | 28.7M  |       {"\000\"d\000\0038", 0x2270}, | 
1456  | 28.7M  |       {""}, | 
1457  | 28.7M  | #line 902 "./uninorm/composition-table.gperf"  | 
1458  | 28.7M  |       {"\0000M\0000\231", 0x304e}, | 
1459  | 28.7M  | #line 406 "./uninorm/composition-table.gperf"  | 
1460  | 28.7M  |       {"\000\000b\000\003\007", 0x1e03}, | 
1461  | 28.7M  | #line 776 "./uninorm/composition-table.gperf"  | 
1462  | 28.7M  |       {"\000\037%\000\003E", 0x1f95}, | 
1463  | 28.7M  |       {""}, | 
1464  | 28.7M  | #line 946 "./uninorm/composition-table.gperf"  | 
1465  | 28.7M  |       {"\0000\322\0000\232", 0x30d4}, | 
1466  | 28.7M  | #line 385 "./uninorm/composition-table.gperf"  | 
1467  | 28.7M  |       {"\000\015G\000\015>", 0x0d4b}, | 
1468  | 28.7M  | #line 649 "./uninorm/composition-table.gperf"  | 
1469  | 28.7M  |       {"\000\003\261\000\003\024", 0x1f01}, | 
1470  | 28.7M  | #line 469 "./uninorm/composition-table.gperf"  | 
1471  | 28.7M  |       {"\000\000M\000\003#", 0x1e42}, | 
1472  | 28.7M  | #line 295 "./uninorm/composition-table.gperf"  | 
1473  | 28.7M  |       {"\000\003\265\000\003\001", 0x03ad}, | 
1474  | 28.7M  | #line 749 "./uninorm/composition-table.gperf"  | 
1475  | 28.7M  |       {"\000\003\265\000\003\000", 0x1f72}, | 
1476  | 28.7M  | #line 657 "./uninorm/composition-table.gperf"  | 
1477  | 28.7M  |       {"\000\003\221\000\003\024", 0x1f09}, | 
1478  | 28.7M  | #line 511 "./uninorm/composition-table.gperf"  | 
1479  | 28.7M  |       {"\000\000T\000\003#", 0x1e6c}, | 
1480  | 28.7M  | #line 966 "./uninorm/composition-table.gperf"  | 
1481  | 28.7M  |       {"\001\024\271\001\024\272", 0x114bb}, | 
1482  | 28.7M  | #line 477 "./uninorm/composition-table.gperf"  | 
1483  | 28.7M  |       {"\000\000N\000\003-", 0x1e4a}, | 
1484  | 28.7M  | #line 804 "./uninorm/composition-table.gperf"  | 
1485  | 28.7M  |       {"\000\003\261\000\003\004", 0x1fb1}, | 
1486  | 28.7M  | #line 789 "./uninorm/composition-table.gperf"  | 
1487  | 28.7M  |       {"\000\037b\000\003E", 0x1fa2}, | 
1488  | 28.7M  | #line 774 "./uninorm/composition-table.gperf"  | 
1489  | 28.7M  |       {"\000\037#\000\003E", 0x1f93}, | 
1490  | 28.7M  | #line 871 "./uninorm/composition-table.gperf"  | 
1491  | 28.7M  |       {"\000\"H\000\0038", 0x2249}, | 
1492  | 28.7M  | #line 811 "./uninorm/composition-table.gperf"  | 
1493  | 28.7M  |       {"\000\003\221\000\003\004", 0x1fb9}, | 
1494  | 28.7M  | #line 149 "./uninorm/composition-table.gperf"  | 
1495  | 28.7M  |       {"\000\000O\000\003\013", 0x0150}, | 
1496  | 28.7M  | #line 452 "./uninorm/composition-table.gperf"  | 
1497  | 28.7M  |       {"\000\000k\000\003\001", 0x1e31}, | 
1498  | 28.7M  | #line 786 "./uninorm/composition-table.gperf"  | 
1499  | 28.7M  |       {"\000\037/\000\003E", 0x1f9f}, | 
1500  | 28.7M  | #line 237 "./uninorm/composition-table.gperf"  | 
1501  | 28.7M  |       {"\000\000\330\000\003\001", 0x01fe}, | 
1502  | 28.7M  | #line 444 "./uninorm/composition-table.gperf"  | 
1503  | 28.7M  |       {"\000\000h\000\003'", 0x1e29}, | 
1504  | 28.7M  | #line 938 "./uninorm/composition-table.gperf"  | 
1505  | 28.7M  |       {"\0000\277\0000\231", 0x30c0}, | 
1506  | 28.7M  | #line 570 "./uninorm/composition-table.gperf"  | 
1507  | 28.7M  |       {"\000\036\240\000\003\002", 0x1eac}, | 
1508  | 28.7M  | #line 637 "./uninorm/composition-table.gperf"  | 
1509  | 28.7M  |       {"\000\001\260\000\003\003", 0x1eef}, | 
1510  | 28.7M  | #line 291 "./uninorm/composition-table.gperf"  | 
1511  | 28.7M  |       {"\000\003\312\000\003\001", 0x0390}, | 
1512  | 28.7M  | #line 828 "./uninorm/composition-table.gperf"  | 
1513  | 28.7M  |       {"\000\003\312\000\003\000", 0x1fd2}, | 
1514  | 28.7M  | #line 830 "./uninorm/composition-table.gperf"  | 
1515  | 28.7M  |       {"\000\003\312\000\003B", 0x1fd7}, | 
1516  | 28.7M  | #line 935 "./uninorm/composition-table.gperf"  | 
1517  | 28.7M  |       {"\0000\271\0000\231", 0x30ba}, | 
1518  | 28.7M  | #line 588 "./uninorm/composition-table.gperf"  | 
1519  | 28.7M  |       {"\000\000\312\000\003\001", 0x1ebe}, | 
1520  | 28.7M  | #line 590 "./uninorm/composition-table.gperf"  | 
1521  | 28.7M  |       {"\000\000\312\000\003\000", 0x1ec0}, | 
1522  | 28.7M  | #line 622 "./uninorm/composition-table.gperf"  | 
1523  | 28.7M  |       {"\000\001\240\000\003\003", 0x1ee0}, | 
1524  | 28.7M  | #line 840 "./uninorm/composition-table.gperf"  | 
1525  | 28.7M  |       {"\000\003\301\000\003\023", 0x1fe4}, | 
1526  | 28.7M  | #line 399 "./uninorm/composition-table.gperf"  | 
1527  | 28.7M  |       {"\000\033<\000\0335", 0x1b3d}, | 
1528  | 28.7M  | #line 164 "./uninorm/composition-table.gperf"  | 
1529  | 28.7M  |       {"\000\000s\000\003\014", 0x0161}, | 
1530  | 28.7M  | #line 555 "./uninorm/composition-table.gperf"  | 
1531  | 28.7M  |       {"\000\000w\000\003\012", 0x1e98}, | 
1532  | 28.7M  | #line 798 "./uninorm/composition-table.gperf"  | 
1533  | 28.7M  |       {"\000\037k\000\003E", 0x1fab}, | 
1534  | 28.7M  | #line 898 "./uninorm/composition-table.gperf"  | 
1535  | 28.7M  |       {"\000\"\263\000\0038", 0x22eb}, | 
1536  | 28.7M  | #line 636 "./uninorm/composition-table.gperf"  | 
1537  | 28.7M  |       {"\000\001\257\000\003\003", 0x1eee}, | 
1538  | 28.7M  | #line 177 "./uninorm/composition-table.gperf"  | 
1539  | 28.7M  |       {"\000\000U\000\003\013", 0x0170}, | 
1540  | 28.7M  | #line 507 "./uninorm/composition-table.gperf"  | 
1541  | 28.7M  |       {"\000\036b\000\003\007", 0x1e68}, | 
1542  | 28.7M  | #line 721 "./uninorm/composition-table.gperf"  | 
1543  | 28.7M  |       {"\000\003\305\000\003\024", 0x1f51}, | 
1544  | 28.7M  | #line 290 "./uninorm/composition-table.gperf"  | 
1545  | 28.7M  |       {"\000\003\251\000\003\001", 0x038f}, | 
1546  | 28.7M  | #line 855 "./uninorm/composition-table.gperf"  | 
1547  | 28.7M  |       {"\000\003\251\000\003\000", 0x1ffa}, | 
1548  | 28.7M  | #line 220 "./uninorm/composition-table.gperf"  | 
1549  | 28.7M  |       {"\000\000K\000\003\014", 0x01e8}, | 
1550  | 28.7M  | #line 526 "./uninorm/composition-table.gperf"  | 
1551  | 28.7M  |       {"\000\001k\000\003\010", 0x1e7b}, | 
1552  | 28.7M  | #line 216 "./uninorm/composition-table.gperf"  | 
1553  | 28.7M  |       {"\000\000\306\000\003\004", 0x01e2}, | 
1554  | 28.7M  | #line 463 "./uninorm/composition-table.gperf"  | 
1555  | 28.7M  |       {"\000\000L\000\003-", 0x1e3c}, | 
1556  | 28.7M  |       {""}, | 
1557  | 28.7M  | #line 838 "./uninorm/composition-table.gperf"  | 
1558  | 28.7M  |       {"\000\003\305\000\003\004", 0x1fe1}, | 
1559  | 28.7M  | #line 394 "./uninorm/composition-table.gperf"  | 
1560  | 28.7M  |       {"\000\033\011\000\0335", 0x1b0a}, | 
1561  | 28.7M  | #line 934 "./uninorm/composition-table.gperf"  | 
1562  | 28.7M  |       {"\0000\267\0000\231", 0x30b8}, | 
1563  | 28.7M  |       {""}, | 
1564  | 28.7M  | #line 701 "./uninorm/composition-table.gperf"  | 
1565  | 28.7M  |       {"\000\003\231\000\003\024", 0x1f39}, | 
1566  | 28.7M  | #line 856 "./uninorm/composition-table.gperf"  | 
1567  | 28.7M  |       {"\000\003\251\000\003E", 0x1ffc}, | 
1568  | 28.7M  | #line 138 "./uninorm/composition-table.gperf"  | 
1569  | 28.7M  |       {"\000\000l\000\003\014", 0x013e}, | 
1570  | 28.7M  | #line 542 "./uninorm/composition-table.gperf"  | 
1571  | 28.7M  |       {"\000\000x\000\003\007", 0x1e8b}, | 
1572  | 28.7M  | #line 163 "./uninorm/composition-table.gperf"  | 
1573  | 28.7M  |       {"\000\000S\000\003\014", 0x0160}, | 
1574  | 28.7M  | #line 625 "./uninorm/composition-table.gperf"  | 
1575  | 28.7M  |       {"\000\001\241\000\003#", 0x1ee3}, | 
1576  | 28.7M  | #line 892 "./uninorm/composition-table.gperf"  | 
1577  | 28.7M  |       {"\000\"\253\000\0038", 0x22af}, | 
1578  | 28.7M  | #line 153 "./uninorm/composition-table.gperf"  | 
1579  | 28.7M  |       {"\000\000R\000\003'", 0x0156}, | 
1580  | 28.7M  | #line 832 "./uninorm/composition-table.gperf"  | 
1581  | 28.7M  |       {"\000\003\231\000\003\004", 0x1fd9}, | 
1582  | 28.7M  | #line 704 "./uninorm/composition-table.gperf"  | 
1583  | 28.7M  |       {"\000\0378\000\003\001", 0x1f3c}, | 
1584  | 28.7M  | #line 702 "./uninorm/composition-table.gperf"  | 
1585  | 28.7M  |       {"\000\0378\000\003\000", 0x1f3a}, | 
1586  | 28.7M  | #line 706 "./uninorm/composition-table.gperf"  | 
1587  | 28.7M  |       {"\000\0378\000\003B", 0x1f3e}, | 
1588  | 28.7M  | #line 289 "./uninorm/composition-table.gperf"  | 
1589  | 28.7M  |       {"\000\003\245\000\003\001", 0x038e}, | 
1590  | 28.7M  | #line 846 "./uninorm/composition-table.gperf"  | 
1591  | 28.7M  |       {"\000\003\245\000\003\000", 0x1fea}, | 
1592  | 28.7M  | #line 664 "./uninorm/composition-table.gperf"  | 
1593  | 28.7M  |       {"\000\003\265\000\003\023", 0x1f10}, | 
1594  | 28.7M  | #line 190 "./uninorm/composition-table.gperf"  | 
1595  | 28.7M  |       {"\000\000Z\000\003\014", 0x017d}, | 
1596  | 28.7M  | #line 931 "./uninorm/composition-table.gperf"  | 
1597  | 28.7M  |       {"\0000\261\0000\231", 0x30b2}, | 
1598  | 28.7M  | #line 674 "./uninorm/composition-table.gperf"  | 
1599  | 28.7M  |       {"\000\037\030\000\003\001", 0x1f1c}, | 
1600  | 28.7M  | #line 672 "./uninorm/composition-table.gperf"  | 
1601  | 28.7M  |       {"\000\037\030\000\003\000", 0x1f1a}, | 
1602  | 28.7M  | #line 515 "./uninorm/composition-table.gperf"  | 
1603  | 28.7M  |       {"\000\000T\000\003-", 0x1e70}, | 
1604  | 28.7M  | #line 116 "./uninorm/composition-table.gperf"  | 
1605  | 28.7M  |       {"\000\000G\000\003'", 0x0122}, | 
1606  | 28.7M  | #line 504 "./uninorm/composition-table.gperf"  | 
1607  | 28.7M  |       {"\000\001[\000\003\007", 0x1e65}, | 
1608  | 28.7M  | #line 97 "./uninorm/composition-table.gperf"  | 
1609  | 28.7M  |       {"\000\000c\000\003\014", 0x010d}, | 
1610  | 28.7M  | #line 303 "./uninorm/composition-table.gperf"  | 
1611  | 28.7M  |       {"\000\003\311\000\003\001", 0x03ce}, | 
1612  | 28.7M  | #line 754 "./uninorm/composition-table.gperf"  | 
1613  | 28.7M  |       {"\000\003\311\000\003\000", 0x1f7c}, | 
1614  | 28.7M  | #line 852 "./uninorm/composition-table.gperf"  | 
1615  | 28.7M  |       {"\000\003\311\000\003B", 0x1ff6}, | 
1616  | 28.7M  | #line 393 "./uninorm/composition-table.gperf"  | 
1617  | 28.7M  |       {"\000\033\007\000\0335", 0x1b08}, | 
1618  | 28.7M  | #line 350 "./uninorm/composition-table.gperf"  | 
1619  | 28.7M  |       {"\000\004#\000\003\010", 0x04f0}, | 
1620  | 28.7M  | #line 455 "./uninorm/composition-table.gperf"  | 
1621  | 28.7M  |       {"\000\000K\000\0031", 0x1e34}, | 
1622  | 28.7M  | #line 580 "./uninorm/composition-table.gperf"  | 
1623  | 28.7M  |       {"\000\036\240\000\003\006", 0x1eb6}, | 
1624  | 28.7M  | #line 635 "./uninorm/composition-table.gperf"  | 
1625  | 28.7M  |       {"\000\001\260\000\003\011", 0x1eed}, | 
1626  | 28.7M  | #line 98 "./uninorm/composition-table.gperf"  | 
1627  | 28.7M  |       {"\000\000D\000\003\014", 0x010e}, | 
1628  | 28.7M  | #line 544 "./uninorm/composition-table.gperf"  | 
1629  | 28.7M  |       {"\000\000x\000\003\010", 0x1e8d}, | 
1630  | 28.7M  | #line 191 "./uninorm/composition-table.gperf"  | 
1631  | 28.7M  |       {"\000\000z\000\003\014", 0x017e}, | 
1632  | 28.7M  | #line 594 "./uninorm/composition-table.gperf"  | 
1633  | 28.7M  |       {"\000\000\312\000\003\003", 0x1ec4}, | 
1634  | 28.7M  | #line 850 "./uninorm/composition-table.gperf"  | 
1635  | 28.7M  |       {"\000\003\311\000\003E", 0x1ff3}, | 
1636  | 28.7M  | #line 449 "./uninorm/composition-table.gperf"  | 
1637  | 28.7M  |       {"\000\000\317\000\003\001", 0x1e2e}, | 
1638  | 28.7M  | #line 620 "./uninorm/composition-table.gperf"  | 
1639  | 28.7M  |       {"\000\001\240\000\003\011", 0x1ede}, | 
1640  | 28.7M  | #line 502 "./uninorm/composition-table.gperf"  | 
1641  | 28.7M  |       {"\000\000s\000\003#", 0x1e63}, | 
1642  | 28.7M  | #line 462 "./uninorm/composition-table.gperf"  | 
1643  | 28.7M  |       {"\000\000l\000\0031", 0x1e3b}, | 
1644  | 28.7M  | #line 141 "./uninorm/composition-table.gperf"  | 
1645  | 28.7M  |       {"\000\000N\000\003'", 0x0145}, | 
1646  | 28.7M  | #line 901 "./uninorm/composition-table.gperf"  | 
1647  | 28.7M  |       {"\0000K\0000\231", 0x304c}, | 
1648  | 28.7M  | #line 841 "./uninorm/composition-table.gperf"  | 
1649  | 28.7M  |       {"\000\003\301\000\003\024", 0x1fe5}, | 
1650  | 28.7M  | #line 527 "./uninorm/composition-table.gperf"  | 
1651  | 28.7M  |       {"\000\000V\000\003\003", 0x1e7c}, | 
1652  | 28.7M  | #line 634 "./uninorm/composition-table.gperf"  | 
1653  | 28.7M  |       {"\000\001\257\000\003\011", 0x1eec}, | 
1654  | 28.7M  | #line 293 "./uninorm/composition-table.gperf"  | 
1655  | 28.7M  |       {"\000\003\245\000\003\010", 0x03ab}, | 
1656  | 28.7M  | #line 941 "./uninorm/composition-table.gperf"  | 
1657  | 28.7M  |       {"\0000\306\0000\231", 0x30c7}, | 
1658  | 28.7M  | #line 359 "./uninorm/composition-table.gperf"  | 
1659  | 28.7M  |       {"\000\006'\000\006T", 0x0623}, | 
1660  | 28.7M  | #line 453 "./uninorm/composition-table.gperf"  | 
1661  | 28.7M  |       {"\000\000K\000\003#", 0x1e32}, | 
1662  | 28.7M  |       {""}, | 
1663  | 28.7M  | #line 740 "./uninorm/composition-table.gperf"  | 
1664  | 28.7M  |       {"\000\003\251\000\003\023", 0x1f68}, | 
1665  | 28.7M  | #line 332 "./uninorm/composition-table.gperf"  | 
1666  | 28.7M  |       {"\000\004\330\000\003\010", 0x04da}, | 
1667  | 28.7M  | #line 551 "./uninorm/composition-table.gperf"  | 
1668  | 28.7M  |       {"\000\000Z\000\0031", 0x1e94}, | 
1669  | 28.7M  | #line 495 "./uninorm/composition-table.gperf"  | 
1670  | 28.7M  |       {"\000\036Z\000\003\004", 0x1e5c}, | 
1671  | 28.7M  | #line 905 "./uninorm/composition-table.gperf"  | 
1672  | 28.7M  |       {"\0000S\0000\231", 0x3054}, | 
1673  | 28.7M  | #line 320 "./uninorm/composition-table.gperf"  | 
1674  | 28.7M  |       {"\000\0048\000\003\000", 0x045d}, | 
1675  | 28.7M  | #line 312 "./uninorm/composition-table.gperf"  | 
1676  | 28.7M  |       {"\000\004#\000\003\006", 0x040e}, | 
1677  | 28.7M  | #line 606 "./uninorm/composition-table.gperf"  | 
1678  | 28.7M  |       {"\000\000\324\000\003\001", 0x1ed0}, | 
1679  | 28.7M  | #line 608 "./uninorm/composition-table.gperf"  | 
1680  | 28.7M  |       {"\000\000\324\000\003\000", 0x1ed2}, | 
1681  | 28.7M  | #line 458 "./uninorm/composition-table.gperf"  | 
1682  | 28.7M  |       {"\000\000l\000\003#", 0x1e37}, | 
1683  | 28.7M  | #line 117 "./uninorm/composition-table.gperf"  | 
1684  | 28.7M  |       {"\000\000g\000\003'", 0x0123}, | 
1685  | 28.7M  | #line 501 "./uninorm/composition-table.gperf"  | 
1686  | 28.7M  |       {"\000\000S\000\003#", 0x1e62}, | 
1687  | 28.7M  | #line 518 "./uninorm/composition-table.gperf"  | 
1688  | 28.7M  |       {"\000\000u\000\003$", 0x1e73}, | 
1689  | 28.7M  | #line 311 "./uninorm/composition-table.gperf"  | 
1690  | 28.7M  |       {"\000\004\030\000\003\000", 0x040d}, | 
1691  | 28.7M  | #line 876 "./uninorm/composition-table.gperf"  | 
1692  | 28.7M  |       {"\000\000>\000\0038", 0x226f}, | 
1693  | 28.7M  | #line 589 "./uninorm/composition-table.gperf"  | 
1694  | 28.7M  |       {"\000\000\352\000\003\001", 0x1ebf}, | 
1695  | 28.7M  | #line 591 "./uninorm/composition-table.gperf"  | 
1696  | 28.7M  |       {"\000\000\352\000\003\000", 0x1ec1}, | 
1697  | 28.7M  |       {""}, | 
1698  | 28.7M  | #line 417 "./uninorm/composition-table.gperf"  | 
1699  | 28.7M  |       {"\000\000D\000\0031", 0x1e0e}, | 
1700  | 28.7M  | #line 318 "./uninorm/composition-table.gperf"  | 
1701  | 28.7M  |       {"\000\004V\000\003\010", 0x0457}, | 
1702  | 28.7M  | #line 552 "./uninorm/composition-table.gperf"  | 
1703  | 28.7M  |       {"\000\000z\000\0031", 0x1e95}, | 
1704  | 28.7M  | #line 369 "./uninorm/composition-table.gperf"  | 
1705  | 28.7M  |       {"\000\011\307\000\011\276", 0x09cb}, | 
1706  | 28.7M  | #line 549 "./uninorm/composition-table.gperf"  | 
1707  | 28.7M  |       {"\000\000Z\000\003#", 0x1e92}, | 
1708  | 28.7M  | #line 280 "./uninorm/composition-table.gperf"  | 
1709  | 28.7M  |       {"\000\002/\000\003\004", 0x0231}, | 
1710  | 28.7M  | #line 844 "./uninorm/composition-table.gperf"  | 
1711  | 28.7M  |       {"\000\003\245\000\003\006", 0x1fe8}, | 
1712  | 28.7M  | #line 963 "./uninorm/composition-table.gperf"  | 
1713  | 28.7M  |       {"\001\0212\001\021'", 0x1112f}, | 
1714  | 28.7M  | #line 135 "./uninorm/composition-table.gperf"  | 
1715  | 28.7M  |       {"\000\000L\000\003'", 0x013b}, | 
1716  | 28.7M  | #line 665 "./uninorm/composition-table.gperf"  | 
1717  | 28.7M  |       {"\000\003\265\000\003\024", 0x1f11}, | 
1718  | 28.7M  | #line 362 "./uninorm/composition-table.gperf"  | 
1719  | 28.7M  |       {"\000\006J\000\006T", 0x0626}, | 
1720  | 28.7M  | #line 882 "./uninorm/composition-table.gperf"  | 
1721  | 28.7M  |       {"\000\"w\000\0038", 0x2279}, | 
1722  | 28.7M  | #line 681 "./uninorm/composition-table.gperf"  | 
1723  | 28.7M  |       {"\000\037!\000\003\001", 0x1f25}, | 
1724  | 28.7M  | #line 679 "./uninorm/composition-table.gperf"  | 
1725  | 28.7M  |       {"\000\037!\000\003\000", 0x1f23}, | 
1726  | 28.7M  | #line 683 "./uninorm/composition-table.gperf"  | 
1727  | 28.7M  |       {"\000\037!\000\003B", 0x1f27}, | 
1728  | 28.7M  | #line 372 "./uninorm/composition-table.gperf"  | 
1729  | 28.7M  |       {"\000\013G\000\013>", 0x0b4b}, | 
1730  | 28.7M  | #line 732 "./uninorm/composition-table.gperf"  | 
1731  | 28.7M  |       {"\000\003\311\000\003\023", 0x1f60}, | 
1732  | 28.7M  | #line 286 "./uninorm/composition-table.gperf"  | 
1733  | 28.7M  |       {"\000\003\227\000\003\001", 0x0389}, | 
1734  | 28.7M  | #line 821 "./uninorm/composition-table.gperf"  | 
1735  | 28.7M  |       {"\000\003\227\000\003\000", 0x1fca}, | 
1736  | 28.7M  | #line 341 "./uninorm/composition-table.gperf"  | 
1737  | 28.7M  |       {"\000\0048\000\003\010", 0x04e5}, | 
1738  | 28.7M  | #line 415 "./uninorm/composition-table.gperf"  | 
1739  | 28.7M  |       {"\000\000D\000\003#", 0x1e0c}, | 
1740  | 28.7M  | #line 959 "./uninorm/composition-table.gperf"  | 
1741  | 28.7M  |       {"\001\020\231\001\020\272", 0x1109a}, | 
1742  | 28.7M  | #line 550 "./uninorm/composition-table.gperf"  | 
1743  | 28.7M  |       {"\000\000z\000\003#", 0x1e93}, | 
1744  | 28.7M  |       {""}, | 
1745  | 28.7M  | #line 772 "./uninorm/composition-table.gperf"  | 
1746  | 28.7M  |       {"\000\037!\000\003E", 0x1f91}, | 
1747  | 28.7M  | #line 592 "./uninorm/composition-table.gperf"  | 
1748  | 28.7M  |       {"\000\000\312\000\003\011", 0x1ec2}, | 
1749  | 28.7M  |       {""}, | 
1750  | 28.7M  | #line 340 "./uninorm/composition-table.gperf"  | 
1751  | 28.7M  |       {"\000\004\030\000\003\010", 0x04e4}, | 
1752  | 28.7M  | #line 392 "./uninorm/composition-table.gperf"  | 
1753  | 28.7M  |       {"\000\033\005\000\0335", 0x1b06}, | 
1754  | 28.7M  | #line 822 "./uninorm/composition-table.gperf"  | 
1755  | 28.7M  |       {"\000\003\227\000\003E", 0x1fcc}, | 
1756  | 28.7M  | #line 343 "./uninorm/composition-table.gperf"  | 
1757  | 28.7M  |       {"\000\004>\000\003\010", 0x04e7}, | 
1758  | 28.7M  | #line 396 "./uninorm/composition-table.gperf"  | 
1759  | 28.7M  |       {"\000\033\015\000\0335", 0x1b0e}, | 
1760  | 28.7M  | #line 221 "./uninorm/composition-table.gperf"  | 
1761  | 28.7M  |       {"\000\000k\000\003\014", 0x01e9}, | 
1762  | 28.7M  | #line 165 "./uninorm/composition-table.gperf"  | 
1763  | 28.7M  |       {"\000\000T\000\003'", 0x0162}, | 
1764  | 28.7M  | #line 487 "./uninorm/composition-table.gperf"  | 
1765  | 28.7M  |       {"\000\000P\000\003\001", 0x1e54}, | 
1766  | 28.7M  | #line 401 "./uninorm/composition-table.gperf"  | 
1767  | 28.7M  |       {"\000\033?\000\0335", 0x1b41}, | 
1768  | 28.7M  | #line 969 "./uninorm/composition-table.gperf"  | 
1769  | 28.7M  |       {"\001\025\270\001\025\257", 0x115ba}, | 
1770  | 28.7M  | #line 639 "./uninorm/composition-table.gperf"  | 
1771  | 28.7M  |       {"\000\001\260\000\003#", 0x1ef1}, | 
1772  | 28.7M  | #line 489 "./uninorm/composition-table.gperf"  | 
1773  | 28.7M  |       {"\000\000P\000\003\007", 0x1e56}, | 
1774  | 28.7M  | #line 939 "./uninorm/composition-table.gperf"  | 
1775  | 28.7M  |       {"\0000\301\0000\231", 0x30c2}, | 
1776  | 28.7M  | #line 724 "./uninorm/composition-table.gperf"  | 
1777  | 28.7M  |       {"\000\037P\000\003\001", 0x1f54}, | 
1778  | 28.7M  | #line 722 "./uninorm/composition-table.gperf"  | 
1779  | 28.7M  |       {"\000\037P\000\003\000", 0x1f52}, | 
1780  | 28.7M  | #line 726 "./uninorm/composition-table.gperf"  | 
1781  | 28.7M  |       {"\000\037P\000\003B", 0x1f56}, | 
1782  | 28.7M  |       {""}, | 
1783  | 28.7M  | #line 624 "./uninorm/composition-table.gperf"  | 
1784  | 28.7M  |       {"\000\001\240\000\003#", 0x1ee2}, | 
1785  | 28.7M  | #line 741 "./uninorm/composition-table.gperf"  | 
1786  | 28.7M  |       {"\000\003\251\000\003\024", 0x1f69}, | 
1787  | 28.7M  | #line 410 "./uninorm/composition-table.gperf"  | 
1788  | 28.7M  |       {"\000\000b\000\0031", 0x1e07}, | 
1789  | 28.7M  | #line 612 "./uninorm/composition-table.gperf"  | 
1790  | 28.7M  |       {"\000\000\324\000\003\003", 0x1ed6}, | 
1791  | 28.7M  | #line 314 "./uninorm/composition-table.gperf"  | 
1792  | 28.7M  |       {"\000\0048\000\003\006", 0x0439}, | 
1793  | 28.7M  | #line 859 "./uninorm/composition-table.gperf"  | 
1794  | 28.7M  |       {"\000!\224\000\0038", 0x21ae}, | 
1795  | 28.7M  | #line 930 "./uninorm/composition-table.gperf"  | 
1796  | 28.7M  |       {"\0000\257\0000\231", 0x30b0}, | 
1797  | 28.7M  | #line 638 "./uninorm/composition-table.gperf"  | 
1798  | 28.7M  |       {"\000\001\257\000\003#", 0x1ef0}, | 
1799  | 28.7M  | #line 505 "./uninorm/composition-table.gperf"  | 
1800  | 28.7M  |       {"\000\001`\000\003\007", 0x1e66}, | 
1801  | 28.7M  | #line 857 "./uninorm/composition-table.gperf"  | 
1802  | 28.7M  |       {"\000!\220\000\0038", 0x219a}, | 
1803  | 28.7M  | #line 464 "./uninorm/composition-table.gperf"  | 
1804  | 28.7M  |       {"\000\000l\000\003-", 0x1e3d}, | 
1805  | 28.7M  | #line 595 "./uninorm/composition-table.gperf"  | 
1806  | 28.7M  |       {"\000\000\352\000\003\003", 0x1ec5}, | 
1807  | 28.7M  | #line 313 "./uninorm/composition-table.gperf"  | 
1808  | 28.7M  |       {"\000\004\030\000\003\006", 0x0419}, | 
1809  | 28.7M  | #line 874 "./uninorm/composition-table.gperf"  | 
1810  | 28.7M  |       {"\000\"M\000\0038", 0x226d}, | 
1811  | 28.7M  | #line 348 "./uninorm/composition-table.gperf"  | 
1812  | 28.7M  |       {"\000\004#\000\003\004", 0x04ee}, | 
1813  | 28.7M  | #line 971 "./uninorm/composition-table.gperf"  | 
1814  | 28.7M  |       {"\001\0315\001\0310", 0x11938}, | 
1815  | 28.7M  | #line 736 "./uninorm/composition-table.gperf"  | 
1816  | 28.7M  |       {"\000\037`\000\003\001", 0x1f64}, | 
1817  | 28.7M  | #line 734 "./uninorm/composition-table.gperf"  | 
1818  | 28.7M  |       {"\000\037`\000\003\000", 0x1f62}, | 
1819  | 28.7M  | #line 738 "./uninorm/composition-table.gperf"  | 
1820  | 28.7M  |       {"\000\037`\000\003B", 0x1f66}, | 
1821  | 28.7M  | #line 517 "./uninorm/composition-table.gperf"  | 
1822  | 28.7M  |       {"\000\000U\000\003$", 0x1e72}, | 
1823  | 28.7M  | #line 607 "./uninorm/composition-table.gperf"  | 
1824  | 28.7M  |       {"\000\000\364\000\003\001", 0x1ed1}, | 
1825  | 28.7M  | #line 609 "./uninorm/composition-table.gperf"  | 
1826  | 28.7M  |       {"\000\000\364\000\003\000", 0x1ed3}, | 
1827  | 28.7M  | #line 408 "./uninorm/composition-table.gperf"  | 
1828  | 28.7M  |       {"\000\000b\000\003#", 0x1e05}, | 
1829  | 28.7M  | #line 858 "./uninorm/composition-table.gperf"  | 
1830  | 28.7M  |       {"\000!\222\000\0038", 0x219b}, | 
1831  | 28.7M  | #line 728 "./uninorm/composition-table.gperf"  | 
1832  | 28.7M  |       {"\000\003\245\000\003\024", 0x1f59}, | 
1833  | 28.7M  | #line 456 "./uninorm/composition-table.gperf"  | 
1834  | 28.7M  |       {"\000\000k\000\0031", 0x1e35}, | 
1835  | 28.7M  |       {""}, | 
1836  | 28.7M  | #line 373 "./uninorm/composition-table.gperf"  | 
1837  | 28.7M  |       {"\000\013G\000\013W", 0x0b4c}, | 
1838  | 28.7M  | #line 787 "./uninorm/composition-table.gperf"  | 
1839  | 28.7M  |       {"\000\037`\000\003E", 0x1fa0}, | 
1840  | 28.7M  |       {""}, | 
1841  | 28.7M  | #line 933 "./uninorm/composition-table.gperf"  | 
1842  | 28.7M  |       {"\0000\265\0000\231", 0x30b6}, | 
1843  | 28.7M  |       {""}, | 
1844  | 28.7M  | #line 845 "./uninorm/composition-table.gperf"  | 
1845  | 28.7M  |       {"\000\003\245\000\003\004", 0x1fe9}, | 
1846  | 28.7M  |       {""}, | 
1847  | 28.7M  | #line 684 "./uninorm/composition-table.gperf"  | 
1848  | 28.7M  |       {"\000\003\227\000\003\023", 0x1f28}, | 
1849  | 28.7M  | #line 733 "./uninorm/composition-table.gperf"  | 
1850  | 28.7M  |       {"\000\003\311\000\003\024", 0x1f61}, | 
1851  | 28.7M  | #line 860 "./uninorm/composition-table.gperf"  | 
1852  | 28.7M  |       {"\000!\320\000\0038", 0x21cd}, | 
1853  | 28.7M  | #line 378 "./uninorm/composition-table.gperf"  | 
1854  | 28.7M  |       {"\000\014F\000\014V", 0x0c48}, | 
1855  | 28.7M  |       {""}, | 
1856  | 28.7M  | #line 421 "./uninorm/composition-table.gperf"  | 
1857  | 28.7M  |       {"\000\000D\000\003-", 0x1e12}, | 
1858  | 28.7M  | #line 949 "./uninorm/composition-table.gperf"  | 
1859  | 28.7M  |       {"\0000\330\0000\231", 0x30d9}, | 
1860  | 28.7M  | #line 285 "./uninorm/composition-table.gperf"  | 
1861  | 28.7M  |       {"\000\003\225\000\003\001", 0x0388}, | 
1862  | 28.7M  | #line 820 "./uninorm/composition-table.gperf"  | 
1863  | 28.7M  |       {"\000\003\225\000\003\000", 0x1fc8}, | 
1864  | 28.7M  | #line 563 "./uninorm/composition-table.gperf"  | 
1865  | 28.7M  |       {"\000\000\342\000\003\001", 0x1ea5}, | 
1866  | 28.7M  | #line 565 "./uninorm/composition-table.gperf"  | 
1867  | 28.7M  |       {"\000\000\342\000\003\000", 0x1ea7}, | 
1868  | 28.7M  | #line 454 "./uninorm/composition-table.gperf"  | 
1869  | 28.7M  |       {"\000\000k\000\003#", 0x1e33}, | 
1870  | 28.7M  | #line 298 "./uninorm/composition-table.gperf"  | 
1871  | 28.7M  |       {"\000\003\313\000\003\001", 0x03b0}, | 
1872  | 28.7M  | #line 839 "./uninorm/composition-table.gperf"  | 
1873  | 28.7M  |       {"\000\003\313\000\003\000", 0x1fe2}, | 
1874  | 28.7M  | #line 843 "./uninorm/composition-table.gperf"  | 
1875  | 28.7M  |       {"\000\003\313\000\003B", 0x1fe7}, | 
1876  | 28.7M  | #line 562 "./uninorm/composition-table.gperf"  | 
1877  | 28.7M  |       {"\000\000\302\000\003\001", 0x1ea4}, | 
1878  | 28.7M  | #line 564 "./uninorm/composition-table.gperf"  | 
1879  | 28.7M  |       {"\000\000\302\000\003\000", 0x1ea6}, | 
1880  | 28.7M  | #line 283 "./uninorm/composition-table.gperf"  | 
1881  | 28.7M  |       {"\000\000\250\000\003\001", 0x0385}, | 
1882  | 28.7M  | #line 848 "./uninorm/composition-table.gperf"  | 
1883  | 28.7M  |       {"\000\000\250\000\003\000", 0x1fed}, | 
1884  | 28.7M  | #line 814 "./uninorm/composition-table.gperf"  | 
1885  | 28.7M  |       {"\000\000\250\000\003B", 0x1fc1}, | 
1886  | 28.7M  | #line 950 "./uninorm/composition-table.gperf"  | 
1887  | 28.7M  |       {"\0000\330\0000\232", 0x30da}, | 
1888  | 28.7M  | #line 725 "./uninorm/composition-table.gperf"  | 
1889  | 28.7M  |       {"\000\037Q\000\003\001", 0x1f55}, | 
1890  | 28.7M  | #line 723 "./uninorm/composition-table.gperf"  | 
1891  | 28.7M  |       {"\000\037Q\000\003\000", 0x1f53}, | 
1892  | 28.7M  | #line 727 "./uninorm/composition-table.gperf"  | 
1893  | 28.7M  |       {"\000\037Q\000\003B", 0x1f57}, | 
1894  | 28.7M  | #line 193 "./uninorm/composition-table.gperf"  | 
1895  | 28.7M  |       {"\000\000o\000\003\033", 0x01a1}, | 
1896  | 28.7M  | #line 488 "./uninorm/composition-table.gperf"  | 
1897  | 28.7M  |       {"\000\000p\000\003\001", 0x1e55}, | 
1898  | 28.7M  | #line 777 "./uninorm/composition-table.gperf"  | 
1899  | 28.7M  |       {"\000\037&\000\003E", 0x1f96}, | 
1900  | 28.7M  | #line 130 "./uninorm/composition-table.gperf"  | 
1901  | 28.7M  |       {"\000\000j\000\003\002", 0x0135}, | 
1902  | 28.7M  | #line 610 "./uninorm/composition-table.gperf"  | 
1903  | 28.7M  |       {"\000\000\324\000\003\011", 0x1ed4}, | 
1904  | 28.7M  | #line 490 "./uninorm/composition-table.gperf"  | 
1905  | 28.7M  |       {"\000\000p\000\003\007", 0x1e57}, | 
1906  | 28.7M  |       {""}, | 
1907  | 28.7M  | #line 529 "./uninorm/composition-table.gperf"  | 
1908  | 28.7M  |       {"\000\000V\000\003#", 0x1e7e}, | 
1909  | 28.7M  |       {""}, | 
1910  | 28.7M  | #line 195 "./uninorm/composition-table.gperf"  | 
1911  | 28.7M  |       {"\000\000u\000\003\033", 0x01b0}, | 
1912  | 28.7M  | #line 404 "./uninorm/composition-table.gperf"  | 
1913  | 28.7M  |       {"\000\000a\000\003%", 0x1e01}, | 
1914  | 28.7M  |       {""}, | 
1915  | 28.7M  | #line 593 "./uninorm/composition-table.gperf"  | 
1916  | 28.7M  |       {"\000\000\352\000\003\011", 0x1ec3}, | 
1917  | 28.7M  | #line 162 "./uninorm/composition-table.gperf"  | 
1918  | 28.7M  |       {"\000\000s\000\003'", 0x015f}, | 
1919  | 28.7M  | #line 922 "./uninorm/composition-table.gperf"  | 
1920  | 28.7M  |       {"\0000x\0000\231", 0x3079}, | 
1921  | 28.7M  |       {""}, | 
1922  | 28.7M  | #line 339 "./uninorm/composition-table.gperf"  | 
1923  | 28.7M  |       {"\000\0048\000\003\004", 0x04e3}, | 
1924  | 28.7M  |       {""}, | 
1925  | 28.7M  | #line 797 "./uninorm/composition-table.gperf"  | 
1926  | 28.7M  |       {"\000\037j\000\003E", 0x1faa}, | 
1927  | 28.7M  | #line 805 "./uninorm/composition-table.gperf"  | 
1928  | 28.7M  |       {"\000\037p\000\003E", 0x1fb2}, | 
1929  | 28.7M  | #line 613 "./uninorm/composition-table.gperf"  | 
1930  | 28.7M  |       {"\000\000\364\000\003\003", 0x1ed7}, | 
1931  | 28.7M  | #line 224 "./uninorm/composition-table.gperf"  | 
1932  | 28.7M  |       {"\000\001\352\000\003\004", 0x01ec}, | 
1933  | 28.7M  |       {""}, | 
1934  | 28.7M  | #line 131 "./uninorm/composition-table.gperf"  | 
1935  | 28.7M  |       {"\000\000K\000\003'", 0x0136}, | 
1936  | 28.7M  | #line 338 "./uninorm/composition-table.gperf"  | 
1937  | 28.7M  |       {"\000\004\030\000\003\004", 0x04e2}, | 
1938  | 28.7M  |       {""}, | 
1939  | 28.7M  | #line 496 "./uninorm/composition-table.gperf"  | 
1940  | 28.7M  |       {"\000\036[\000\003\004", 0x1e5d}, | 
1941  | 28.7M  | #line 525 "./uninorm/composition-table.gperf"  | 
1942  | 28.7M  |       {"\000\001j\000\003\010", 0x1e7a}, | 
1943  | 28.7M  | #line 923 "./uninorm/composition-table.gperf"  | 
1944  | 28.7M  |       {"\0000x\0000\232", 0x307a}, | 
1945  | 28.7M  |       {""}, | 
1946  | 28.7M  | #line 895 "./uninorm/composition-table.gperf"  | 
1947  | 28.7M  |       {"\000\"\221\000\0038", 0x22e2}, | 
1948  | 28.7M  |       {""}, | 
1949  | 28.7M  | #line 398 "./uninorm/composition-table.gperf"  | 
1950  | 28.7M  |       {"\000\033:\000\0335", 0x1b3b}, | 
1951  | 28.7M  |       {""}, | 
1952  | 28.7M  | #line 136 "./uninorm/composition-table.gperf"  | 
1953  | 28.7M  |       {"\000\000l\000\003'", 0x013c}, | 
1954  | 28.7M  |       {""}, | 
1955  | 28.7M  | #line 161 "./uninorm/composition-table.gperf"  | 
1956  | 28.7M  |       {"\000\000S\000\003'", 0x015e}, | 
1957  | 28.7M  |       {""}, | 
1958  | 28.7M  | #line 909 "./uninorm/composition-table.gperf"  | 
1959  | 28.7M  |       {"\0000[\0000\231", 0x305c}, | 
1960  | 28.7M  | #line 685 "./uninorm/composition-table.gperf"  | 
1961  | 28.7M  |       {"\000\003\227\000\003\024", 0x1f29}, | 
1962  | 28.7M  |       {""}, | 
1963  | 28.7M  | #line 880 "./uninorm/composition-table.gperf"  | 
1964  | 28.7M  |       {"\000\"s\000\0038", 0x2275}, | 
1965  | 28.7M  |       {""}, | 
1966  | 28.7M  | #line 569 "./uninorm/composition-table.gperf"  | 
1967  | 28.7M  |       {"\000\000\342\000\003\003", 0x1eab}, | 
1968  | 28.7M  | #line 670 "./uninorm/composition-table.gperf"  | 
1969  | 28.7M  |       {"\000\003\225\000\003\023", 0x1f18}, | 
1970  | 28.7M  | #line 680 "./uninorm/composition-table.gperf"  | 
1971  | 28.7M  |       {"\000\037 \000\003\001", 0x1f24}, | 
1972  | 28.7M  | #line 678 "./uninorm/composition-table.gperf"  | 
1973  | 28.7M  |       {"\000\037 \000\003\000", 0x1f22}, | 
1974  | 28.7M  | #line 682 "./uninorm/composition-table.gperf"  | 
1975  | 28.7M  |       {"\000\037 \000\003B", 0x1f26}, | 
1976  | 28.7M  |       {""}, | 
1977  | 28.7M  | #line 568 "./uninorm/composition-table.gperf"  | 
1978  | 28.7M  |       {"\000\000\302\000\003\003", 0x1eaa}, | 
1979  | 28.7M  |       {""}, | 
1980  | 28.7M  | #line 943 "./uninorm/composition-table.gperf"  | 
1981  | 28.7M  |       {"\0000\317\0000\231", 0x30d0}, | 
1982  | 28.7M  |       {""}, {""}, | 
1983  | 28.7M  | #line 63 "./uninorm/composition-table.gperf"  | 
1984  | 28.7M  |       {"\000\000c\000\003'", 0x00e7}, | 
1985  | 28.7M  | #line 961 "./uninorm/composition-table.gperf"  | 
1986  | 28.7M  |       {"\001\020\245\001\020\272", 0x110ab}, | 
1987  | 28.7M  | #line 192 "./uninorm/composition-table.gperf"  | 
1988  | 28.7M  |       {"\000\000O\000\003\033", 0x01a0}, | 
1989  | 28.7M  | #line 771 "./uninorm/composition-table.gperf"  | 
1990  | 28.7M  |       {"\000\037 \000\003E", 0x1f90}, | 
1991  | 28.7M  |       {""}, | 
1992  | 28.7M  | #line 397 "./uninorm/composition-table.gperf"  | 
1993  | 28.7M  |       {"\000\033\021\000\0335", 0x1b12}, | 
1994  | 28.7M  |       {""}, {""}, | 
1995  | 28.7M  | #line 395 "./uninorm/composition-table.gperf"  | 
1996  | 28.7M  |       {"\000\033\013\000\0335", 0x1b0c}, | 
1997  | 28.7M  | #line 419 "./uninorm/composition-table.gperf"  | 
1998  | 28.7M  |       {"\000\000D\000\003'", 0x1e10}, | 
1999  | 28.7M  |       {""}, | 
2000  | 28.7M  | #line 944 "./uninorm/composition-table.gperf"  | 
2001  | 28.7M  |       {"\0000\317\0000\232", 0x30d1}, | 
2002  | 28.7M  | #line 402 "./uninorm/composition-table.gperf"  | 
2003  | 28.7M  |       {"\000\033B\000\0335", 0x1b43}, | 
2004  | 28.7M  | #line 445 "./uninorm/composition-table.gperf"  | 
2005  | 28.7M  |       {"\000\000H\000\003.", 0x1e2a}, | 
2006  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, | 
2007  | 28.7M  | #line 403 "./uninorm/composition-table.gperf"  | 
2008  | 28.7M  |       {"\000\000A\000\003%", 0x1e00}, | 
2009  | 28.7M  |       {""}, | 
2010  | 28.7M  | #line 962 "./uninorm/composition-table.gperf"  | 
2011  | 28.7M  |       {"\001\0211\001\021'", 0x1112e}, | 
2012  | 28.7M  | #line 374 "./uninorm/composition-table.gperf"  | 
2013  | 28.7M  |       {"\000\013\222\000\013\327", 0x0b94}, | 
2014  | 28.7M  |       {""}, | 
2015  | 28.7M  | #line 194 "./uninorm/composition-table.gperf"  | 
2016  | 28.7M  |       {"\000\000U\000\003\033", 0x01af}, | 
2017  | 28.7M  | #line 611 "./uninorm/composition-table.gperf"  | 
2018  | 28.7M  |       {"\000\000\364\000\003\011", 0x1ed5}, | 
2019  | 28.7M  |       {""}, {""}, {""}, {""}, | 
2020  | 28.7M  | #line 370 "./uninorm/composition-table.gperf"  | 
2021  | 28.7M  |       {"\000\011\307\000\011\327", 0x09cc}, | 
2022  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2023  | 28.7M  | #line 883 "./uninorm/composition-table.gperf"  | 
2024  | 28.7M  |       {"\000\"z\000\0038", 0x2280}, | 
2025  | 28.7M  |       {""}, | 
2026  | 28.7M  | #line 379 "./uninorm/composition-table.gperf"  | 
2027  | 28.7M  |       {"\000\014\277\000\014\325", 0x0cc0}, | 
2028  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, | 
2029  | 28.7M  | #line 446 "./uninorm/composition-table.gperf"  | 
2030  | 28.7M  |       {"\000\000h\000\003.", 0x1e2b}, | 
2031  | 28.7M  | #line 567 "./uninorm/composition-table.gperf"  | 
2032  | 28.7M  |       {"\000\000\342\000\003\011", 0x1ea9}, | 
2033  | 28.7M  |       {""}, {""}, {""}, {""}, | 
2034  | 28.7M  | #line 671 "./uninorm/composition-table.gperf"  | 
2035  | 28.7M  |       {"\000\003\225\000\003\024", 0x1f19}, | 
2036  | 28.7M  | #line 566 "./uninorm/composition-table.gperf"  | 
2037  | 28.7M  |       {"\000\000\302\000\003\011", 0x1ea8}, | 
2038  | 28.7M  | #line 214 "./uninorm/composition-table.gperf"  | 
2039  | 28.7M  |       {"\000\002&\000\003\004", 0x01e0}, | 
2040  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2041  | 28.7M  |       {""}, {""}, {""}, {""}, | 
2042  | 28.7M  | #line 387 "./uninorm/composition-table.gperf"  | 
2043  | 28.7M  |       {"\000\015\331\000\015\312", 0x0dda}, | 
2044  | 28.7M  | #line 867 "./uninorm/composition-table.gperf"  | 
2045  | 28.7M  |       {"\000\"%\000\0038", 0x2226}, | 
2046  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, | 
2047  | 28.7M  | #line 358 "./uninorm/composition-table.gperf"  | 
2048  | 28.7M  |       {"\000\006'\000\006S", 0x0622}, | 
2049  | 28.7M  | #line 132 "./uninorm/composition-table.gperf"  | 
2050  | 28.7M  |       {"\000\000k\000\003'", 0x0137}, | 
2051  | 28.7M  |       {""}, | 
2052  | 28.7M  | #line 371 "./uninorm/composition-table.gperf"  | 
2053  | 28.7M  |       {"\000\013G\000\013V", 0x0b48}, | 
2054  | 28.7M  | #line 228 "./uninorm/composition-table.gperf"  | 
2055  | 28.7M  |       {"\000\000j\000\003\014", 0x01f0}, | 
2056  | 28.7M  | #line 376 "./uninorm/composition-table.gperf"  | 
2057  | 28.7M  |       {"\000\013\307\000\013\276", 0x0bcb}, | 
2058  | 28.7M  |       {""}, | 
2059  | 28.7M  | #line 866 "./uninorm/composition-table.gperf"  | 
2060  | 28.7M  |       {"\000\"#\000\0038", 0x2224}, | 
2061  | 28.7M  |       {""}, | 
2062  | 28.7M  | #line 964 "./uninorm/composition-table.gperf"  | 
2063  | 28.7M  |       {"\001\023G\001\023>", 0x1134b}, | 
2064  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2065  | 28.7M  |       {""}, {""}, | 
2066  | 28.7M  | #line 900 "./uninorm/composition-table.gperf"  | 
2067  | 28.7M  |       {"\000\"\265\000\0038", 0x22ed}, | 
2068  | 28.7M  | #line 360 "./uninorm/composition-table.gperf"  | 
2069  | 28.7M  |       {"\000\006H\000\006T", 0x0624}, | 
2070  | 28.7M  |       {""}, {""}, {""}, | 
2071  | 28.7M  | #line 389 "./uninorm/composition-table.gperf"  | 
2072  | 28.7M  |       {"\000\015\334\000\015\312", 0x0ddd}, | 
2073  | 28.7M  |       {""}, {""}, | 
2074  | 28.7M  | #line 381 "./uninorm/composition-table.gperf"  | 
2075  | 28.7M  |       {"\000\014\306\000\014\326", 0x0cc8}, | 
2076  | 28.7M  | #line 382 "./uninorm/composition-table.gperf"  | 
2077  | 28.7M  |       {"\000\014\306\000\014\302", 0x0cca}, | 
2078  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2079  | 28.7M  |       {""}, | 
2080  | 28.7M  | #line 380 "./uninorm/composition-table.gperf"  | 
2081  | 28.7M  |       {"\000\014\306\000\014\325", 0x0cc7}, | 
2082  | 28.7M  |       {""}, {""}, {""}, | 
2083  | 28.7M  | #line 904 "./uninorm/composition-table.gperf"  | 
2084  | 28.7M  |       {"\0000Q\0000\231", 0x3052}, | 
2085  | 28.7M  | #line 363 "./uninorm/composition-table.gperf"  | 
2086  | 28.7M  |       {"\000\006\325\000\006T", 0x06c0}, | 
2087  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2088  | 28.7M  |       {""}, | 
2089  | 28.7M  | #line 891 "./uninorm/composition-table.gperf"  | 
2090  | 28.7M  |       {"\000\"\251\000\0038", 0x22ae}, | 
2091  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2092  | 28.7M  | #line 965 "./uninorm/composition-table.gperf"  | 
2093  | 28.7M  |       {"\001\023G\001\023W", 0x1134c}, | 
2094  | 28.7M  | #line 967 "./uninorm/composition-table.gperf"  | 
2095  | 28.7M  |       {"\001\024\271\001\024\260", 0x114bc}, | 
2096  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2097  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2098  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2099  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2100  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2101  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2102  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2103  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2104  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2105  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2106  | 28.7M  | #line 383 "./uninorm/composition-table.gperf"  | 
2107  | 28.7M  |       {"\000\014\312\000\014\325", 0x0ccb}, | 
2108  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2109  | 28.7M  |       {""}, {""}, {""}, | 
2110  | 28.7M  | #line 352 "./uninorm/composition-table.gperf"  | 
2111  | 28.7M  |       {"\000\004#\000\003\013", 0x04f2}, | 
2112  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, | 
2113  | 28.7M  | #line 365 "./uninorm/composition-table.gperf"  | 
2114  | 28.7M  |       {"\000\006\322\000\006T", 0x06d3}, | 
2115  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2116  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2117  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2118  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2119  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, | 
2120  | 28.7M  | #line 970 "./uninorm/composition-table.gperf"  | 
2121  | 28.7M  |       {"\001\025\271\001\025\257", 0x115bb}, | 
2122  | 28.7M  |       {""}, {""}, {""}, | 
2123  | 28.7M  | #line 361 "./uninorm/composition-table.gperf"  | 
2124  | 28.7M  |       {"\000\006'\000\006U", 0x0625}, | 
2125  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, | 
2126  | 28.7M  | #line 890 "./uninorm/composition-table.gperf"  | 
2127  | 28.7M  |       {"\000\"\250\000\0038", 0x22ad}, | 
2128  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2129  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2130  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2131  | 28.7M  |       {""}, {""}, {""}, | 
2132  | 28.7M  | #line 862 "./uninorm/composition-table.gperf"  | 
2133  | 28.7M  |       {"\000!\322\000\0038", 0x21cf}, | 
2134  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2135  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2136  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2137  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2138  | 28.7M  |       {""}, {""}, | 
2139  | 28.7M  | #line 375 "./uninorm/composition-table.gperf"  | 
2140  | 28.7M  |       {"\000\013\306\000\013\276", 0x0bca}, | 
2141  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2142  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2143  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2144  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2145  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2146  | 28.7M  |       {""}, {""}, {""}, {""}, | 
2147  | 28.7M  | #line 364 "./uninorm/composition-table.gperf"  | 
2148  | 28.7M  |       {"\000\006\301\000\006T", 0x06c2}, | 
2149  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2150  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2151  | 28.7M  | #line 391 "./uninorm/composition-table.gperf"  | 
2152  | 28.7M  |       {"\000\020%\000\020.", 0x1026}, | 
2153  | 28.7M  |       {""}, {""}, {""}, {""}, | 
2154  | 28.7M  | #line 400 "./uninorm/composition-table.gperf"  | 
2155  | 28.7M  |       {"\000\033>\000\0335", 0x1b40}, | 
2156  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2157  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2158  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2159  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2160  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2161  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2162  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2163  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2164  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2165  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2166  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2167  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2168  | 28.7M  |       {""}, {""}, | 
2169  | 28.7M  | #line 377 "./uninorm/composition-table.gperf"  | 
2170  | 28.7M  |       {"\000\013\306\000\013\327", 0x0bcc}, | 
2171  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2172  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2173  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2174  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2175  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2176  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2177  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2178  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2179  | 28.7M  |       {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, | 
2180  | 28.7M  |       {""}, {""}, {""}, | 
2181  | 28.7M  | #line 861 "./uninorm/composition-table.gperf"  | 
2182  | 28.7M  |       {"\000!\324\000\0038", 0x21ce} | 
2183  | 28.7M  |     };  | 
2184  |  |  | 
2185  | 28.7M  |   if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH)  | 
2186  | 28.7M  |     { | 
2187  | 28.7M  |       register unsigned int key = gl_uninorm_compose_hash (str, len);  | 
2188  |  |  | 
2189  | 28.7M  |       if (key <= MAX_HASH_VALUE)  | 
2190  | 21.1M  |         if (len == lengthtable[key])  | 
2191  | 13.0M  |           { | 
2192  | 13.0M  |             register const char *s = wordlist[key].codes;  | 
2193  |  |  | 
2194  | 13.0M  |             if (*str == *s && !memcmp (str + 1, s + 1, len - 1))  | 
2195  | 2.04M  |               return &wordlist[key];  | 
2196  | 13.0M  |           }  | 
2197  | 28.7M  |     }  | 
2198  | 26.6M  |   return 0;  | 
2199  | 28.7M  | }  |