Mercurial > hg > octave-nkf > gnulib-hg
annotate lib/unicase/tocasefold.h @ 17872:ab67a6ee6dc8
libunistring: update to Unicode 6.2.0
* lib/unilbrk/lbrktables.h (LBP_RI): New enumeration value.
(unilbrk_table): Adjust table size.
* lib/unilbrk/lbrktables.c (unilbrk_table): Add a row and column
for LBP_RI.
* lib/uniwbrk.in.h (WBP_RI): New enumeration value.
* lib/uniwbrk/u-wordbreaks.h (FUNC): Support rule WB13c.
Normalize table index skipping ignored properties.
* lib/uniwbrk/wbrktable.c (uniwbrk_table): Support WBP_RI. Remove
WBP_EXTEND and WBP_FORMAT, which are now computed without using
the table.
* lib/uniwbrk/wbrktable.h: Adjust table size.
* lib/unigbrk.in.h (GBP_RI): New enumeration value.
* lib/unigbrk/uc-is-grapheme-break.c (UC_IS_GRAPHEME_BREAK):
Support rule GB8a.
(UC_GRAPHEME_BREAKS_FOR, gb_table): Support GBP_RI.
* tests/unigbrk/test-uc-is-grapheme-break.c
(graphemebreakproperty_to_string): Support GBP_RI.
* lib/gen-uni-tables.c (LBP_RI): New enumeration value.
(get_lbp, debug_output_lbp, fill_org_lbp, debug_output_org_lbp)
(output_lbp): Support LBP_RI. Adjust some characters changed from
LBP_AL to LBP_ID.
(output_lbp): Support LBP_RI.
(WBP_RI): New enumeration value.
(debug_output_wbp, fill_org_wbp, debug_output_org_wbp)
(output_wbp): Support WBP_RI.
(GBP_RI): New enumeration value.
(output_gbp_test, fill_org_gbp): Support GBP_RI.
* all generated files under lib/uni* and tests/uni*: Regenerate.
author | Daiki Ueno <ueno@gnu.org> |
---|---|
date | Thu, 15 Jan 2015 12:14:14 +0900 |
parents | e6789c186343 |
children | 0ac82416768a |
rev | line source |
---|---|
11328
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 /* Simple character mapping of Unicode characters. */ |
17872
ab67a6ee6dc8
libunistring: update to Unicode 6.2.0
Daiki Ueno <ueno@gnu.org>
parents:
17871
diff
changeset
|
3 /* Generated automatically by gen-uni-tables.c for Unicode 6.2.0. */ |
11328
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 #define mapping_header_0 16 |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 #define mapping_header_1 2 |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 #define mapping_header_2 7 |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 #define mapping_header_3 511 |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 #define mapping_header_4 127 |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 static const |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 struct |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 { |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 int level1[2]; |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 short level2[2 << 9]; |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
14 int level3[26 << 7]; |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
15 } |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
16 u_mapping = |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
17 { |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
18 { 0, 512 }, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
19 { |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
20 0, 128, 256, 384, 512, -1, 640, 768, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
21 896, 1024, 1152, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
22 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
23 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
24 -1, 1280, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
25 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
26 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
27 -1, -1, -1, -1, 1408, 1536, 1664, 1792, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
28 -1, -1, 1920, 2048, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
29 -1, 2176, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
30 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
31 2304, 2432, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
32 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
33 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
34 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
35 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
36 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
37 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
38 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
39 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
40 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
41 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
42 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
43 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
44 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
45 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
46 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
47 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
48 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
49 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
50 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
51 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
52 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
53 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
54 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
55 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
56 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
57 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
58 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
59 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
60 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
61 -1, -1, -1, -1, 2560, 2688, 2816, 2944, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
62 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
63 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
64 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
65 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
66 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
67 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
68 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
69 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
70 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
71 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
72 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
73 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
74 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
75 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
76 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
77 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
78 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
79 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
80 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
81 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
82 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
83 -1, -1, -1, -1, -1, -1, 3072, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
84 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
85 3200, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
86 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
87 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
88 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
89 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
90 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
91 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
92 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
93 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
94 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
95 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
96 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
97 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
98 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
99 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
100 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
101 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
102 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
103 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
104 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
105 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
106 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
107 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
108 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
109 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
110 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
111 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
112 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
113 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
114 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
115 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
116 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
117 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
118 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
119 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
120 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
121 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
122 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
123 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
124 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
125 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
126 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
127 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
128 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
129 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
130 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
131 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
132 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
133 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
134 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
135 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
136 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
137 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
138 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
139 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
140 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
141 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
142 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
143 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
144 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
145 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
146 -1, -1, -1, -1, -1, -1, -1, -1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
147 -1, -1, -1, -1, -1, -1, -1, -1 |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
148 }, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
149 { |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
150 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
151 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
152 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
153 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
154 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
155 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
156 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
157 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
158 0, 32, 32, 32, 32, 32, 32, 32, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
159 32, 32, 32, 32, 32, 32, 32, 32, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
160 32, 32, 32, 32, 32, 32, 32, 32, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
161 32, 32, 32, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
162 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
163 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
164 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
165 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
166 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
167 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
168 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
169 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
170 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
171 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
172 0, 0, 0, 0, 0, 775, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
173 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
174 32, 32, 32, 32, 32, 32, 32, 32, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
175 32, 32, 32, 32, 32, 32, 32, 32, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
176 32, 32, 32, 32, 32, 32, 32, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
177 32, 32, 32, 32, 32, 32, 32, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
178 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
179 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
180 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
181 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
182 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
183 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
184 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
185 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
186 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
187 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
188 0, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
189 0, 1, 0, 1, 0, 1, 0, 1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
190 0, 1, 0, 1, 0, 1, 0, 1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
191 0, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
192 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
193 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
194 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
195 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
196 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
197 -121, 1, 0, 1, 0, 1, 0, -268, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
198 0, 210, 1, 0, 1, 0, 206, 1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
199 0, 205, 205, 1, 0, 0, 79, 202, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
200 203, 1, 0, 205, 207, 0, 211, 209, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
201 1, 0, 0, 0, 211, 213, 0, 214, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
202 1, 0, 1, 0, 1, 0, 218, 1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
203 0, 218, 0, 0, 1, 0, 218, 1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
204 0, 217, 217, 1, 0, 1, 0, 219, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
205 1, 0, 0, 0, 1, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
206 0, 0, 0, 0, 2, 1, 0, 2, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
207 1, 0, 2, 1, 0, 1, 0, 1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
208 0, 1, 0, 1, 0, 1, 0, 1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
209 0, 1, 0, 1, 0, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
210 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
211 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
212 0, 2, 1, 0, 1, 0, -97, -56, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
213 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
214 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
215 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
216 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
217 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
218 -130, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
219 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
220 1, 0, 1, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
221 0, 0, 10795, 1, 0, -163, 10792, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
222 0, 1, 0, -195, 69, 71, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
223 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
224 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
225 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
226 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
227 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
228 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
229 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
230 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
231 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
232 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
233 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
234 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
235 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
236 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
237 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
238 0, 0, 0, 0, 0, 116, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
239 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
240 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
241 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
242 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
243 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
244 1, 0, 1, 0, 0, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
245 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
246 0, 0, 0, 0, 0, 0, 38, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
247 37, 37, 37, 0, 64, 0, 63, 63, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
248 0, 32, 32, 32, 32, 32, 32, 32, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
249 32, 32, 32, 32, 32, 32, 32, 32, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
250 32, 32, 0, 32, 32, 32, 32, 32, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
251 32, 32, 32, 32, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
252 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
253 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
254 0, 0, 1, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
255 0, 0, 0, 0, 0, 0, 0, 8, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
256 -30, -25, 0, 0, 0, -15, -22, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
257 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
258 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
259 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
260 -54, -48, 0, 0, -60, -64, 0, 1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
261 0, -7, 1, 0, 0, -130, -130, -130, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
262 80, 80, 80, 80, 80, 80, 80, 80, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
263 80, 80, 80, 80, 80, 80, 80, 80, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
264 32, 32, 32, 32, 32, 32, 32, 32, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
265 32, 32, 32, 32, 32, 32, 32, 32, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
266 32, 32, 32, 32, 32, 32, 32, 32, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
267 32, 32, 32, 32, 32, 32, 32, 32, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
268 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
269 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
270 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
271 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
272 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
273 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
274 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
275 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
276 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
277 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
278 1, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
279 0, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
280 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
281 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
282 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
283 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
284 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
285 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
286 15, 1, 0, 1, 0, 1, 0, 1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
287 0, 1, 0, 1, 0, 1, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
288 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
289 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
290 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
291 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
292 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
293 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
294 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
295 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
296 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
297 1, 0, 1, 0, 1, 0, 1, 0, |
14162 | 298 1, 0, 1, 0, 1, 0, 1, 0, |
11328
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
299 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
300 0, 48, 48, 48, 48, 48, 48, 48, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
301 48, 48, 48, 48, 48, 48, 48, 48, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
302 48, 48, 48, 48, 48, 48, 48, 48, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
303 48, 48, 48, 48, 48, 48, 48, 48, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
304 48, 48, 48, 48, 48, 48, 48, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
305 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
306 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
307 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
308 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
309 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
310 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
311 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
312 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
313 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
314 7264, 7264, 7264, 7264, 7264, 7264, 7264, 7264, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
315 7264, 7264, 7264, 7264, 7264, 7264, 7264, 7264, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
316 7264, 7264, 7264, 7264, 7264, 7264, 7264, 7264, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
317 7264, 7264, 7264, 7264, 7264, 7264, 7264, 7264, |
17871
e6789c186343
libunistring: update to Unicode 6.1.0
Daiki Ueno <ueno@gnu.org>
parents:
14162
diff
changeset
|
318 7264, 7264, 7264, 7264, 7264, 7264, 0, 7264, |
e6789c186343
libunistring: update to Unicode 6.1.0
Daiki Ueno <ueno@gnu.org>
parents:
14162
diff
changeset
|
319 0, 0, 0, 0, 0, 7264, 0, 0, |
11328
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
320 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
321 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
322 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
323 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
324 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
325 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
326 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
327 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
328 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
329 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
330 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
331 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
332 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
333 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
334 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
335 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
336 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
337 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
338 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
339 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
340 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
341 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
342 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
343 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
344 1, 0, 1, 0, 1, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
345 0, 0, 0, -58, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
346 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
347 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
348 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
349 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
350 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
351 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
352 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
353 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
354 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
355 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
356 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
357 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
358 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
359 -8, -8, -8, -8, -8, -8, -8, -8, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
360 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
361 -8, -8, -8, -8, -8, -8, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
362 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
363 -8, -8, -8, -8, -8, -8, -8, -8, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
364 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
365 -8, -8, -8, -8, -8, -8, -8, -8, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
366 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
367 -8, -8, -8, -8, -8, -8, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
368 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
369 0, -8, 0, -8, 0, -8, 0, -8, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
370 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
371 -8, -8, -8, -8, -8, -8, -8, -8, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
372 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
373 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
374 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
375 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
376 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
377 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
378 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
379 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
380 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
381 -8, -8, -74, -74, 0, 0, -7173, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
382 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
383 -86, -86, -86, -86, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
384 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
385 -8, -8, -100, -100, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
386 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
387 -8, -8, -112, -112, -7, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
388 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
389 -128, -128, -126, -126, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
390 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
391 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
392 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
393 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
394 0, 0, 0, 0, 0, 0, -7517, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
395 0, 0, -8383, -8262, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
396 0, 0, 28, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
397 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
398 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
399 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
400 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
401 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
402 16, 16, 16, 16, 16, 16, 16, 16, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
403 16, 16, 16, 16, 16, 16, 16, 16, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
404 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
405 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
406 0, 0, 0, 1, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
407 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
408 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
409 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
410 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
411 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
412 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
413 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
414 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
415 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
416 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
417 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
418 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
419 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
420 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
421 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
422 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
423 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
424 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
425 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
426 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
427 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
428 0, 0, 0, 0, 0, 0, 26, 26, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
429 26, 26, 26, 26, 26, 26, 26, 26, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
430 26, 26, 26, 26, 26, 26, 26, 26, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
431 26, 26, 26, 26, 26, 26, 26, 26, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
432 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
433 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
434 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
435 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
436 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
437 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
438 48, 48, 48, 48, 48, 48, 48, 48, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
439 48, 48, 48, 48, 48, 48, 48, 48, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
440 48, 48, 48, 48, 48, 48, 48, 48, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
441 48, 48, 48, 48, 48, 48, 48, 48, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
442 48, 48, 48, 48, 48, 48, 48, 48, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
443 48, 48, 48, 48, 48, 48, 48, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
444 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
445 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
446 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
447 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
448 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
449 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
450 1, 0, -10743, -3814, -10727, 0, 0, 1, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
451 0, 1, 0, 1, 0, -10780, -10749, -10783, |
14152 | 452 -10782, 0, 1, 0, 0, 1, 0, 0, |
453 0, 0, 0, 0, 0, 0, -10815, -10815, | |
11328
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
454 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
455 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
456 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
457 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
458 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
459 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
460 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
461 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
462 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
463 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
464 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
465 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
466 1, 0, 1, 0, 0, 0, 0, 0, |
14152 | 467 0, 0, 0, 1, 0, 1, 0, 0, |
17871
e6789c186343
libunistring: update to Unicode 6.1.0
Daiki Ueno <ueno@gnu.org>
parents:
14162
diff
changeset
|
468 0, 0, 1, 0, 0, 0, 0, 0, |
11328
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
469 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
470 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
471 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
472 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
473 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
474 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
475 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
476 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
477 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
478 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
479 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
480 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
481 1, 0, 1, 0, 1, 0, 1, 0, |
14162 | 482 1, 0, 1, 0, 1, 0, 1, 0, |
11328
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
483 1, 0, 1, 0, 1, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
484 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
485 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
486 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
487 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
488 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
489 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
490 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
491 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
492 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
493 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
494 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
495 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
496 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
497 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
498 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
499 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
500 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
501 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
502 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
503 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
504 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
505 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
506 0, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
507 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
508 0, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
509 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
510 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
511 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
512 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
513 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
514 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
515 1, 0, 1, 0, 1, 0, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
516 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
517 0, 1, 0, 1, 0, -35332, 1, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
518 1, 0, 1, 0, 1, 0, 1, 0, |
14162 | 519 0, 0, 0, 1, 0, -42280, 0, 0, |
17871
e6789c186343
libunistring: update to Unicode 6.1.0
Daiki Ueno <ueno@gnu.org>
parents:
14162
diff
changeset
|
520 1, 0, 1, 0, 0, 0, 0, 0, |
11328
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
521 0, 0, 0, 0, 0, 0, 0, 0, |
14162 | 522 1, 0, 1, 0, 1, 0, 1, 0, |
17871
e6789c186343
libunistring: update to Unicode 6.1.0
Daiki Ueno <ueno@gnu.org>
parents:
14162
diff
changeset
|
523 1, 0, -42308, 0, 0, 0, 0, 0, |
11328
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
524 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
525 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
526 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
527 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
528 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
529 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
530 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
531 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
532 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
533 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
534 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
535 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
536 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
537 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
538 0, 32, 32, 32, 32, 32, 32, 32, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
539 32, 32, 32, 32, 32, 32, 32, 32, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
540 32, 32, 32, 32, 32, 32, 32, 32, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
541 32, 32, 32, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
542 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
543 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
544 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
545 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
546 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
547 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
548 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
549 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
550 40, 40, 40, 40, 40, 40, 40, 40, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
551 40, 40, 40, 40, 40, 40, 40, 40, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
552 40, 40, 40, 40, 40, 40, 40, 40, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
553 40, 40, 40, 40, 40, 40, 40, 40, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
554 40, 40, 40, 40, 40, 40, 40, 40, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
555 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
556 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
557 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
558 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
559 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
560 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
561 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
562 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
563 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
564 0, 0, 0, 0, 0, 0, 0, 0, |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
565 0, 0, 0, 0, 0, 0, 0, 0 |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
566 } |
cb5c2f6e6de9
New module 'unicase/tocasefold'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
567 }; |