Mercurial > hg > octave-nkf > gnulib-hg
annotate tests/unicase/test-uc_totitle.c @ 17935:0ad1f4c9eed5 default tip
tests: support stderr verification with returns_()
* tests/init.sh (returns_): Disable tracing for this wrapper
function, so that stderr of the wrapped command is unchanged,
allowing for verification of the contents.
author | Pádraig Brady <P@draigBrady.com> |
---|---|
date | Mon, 16 Feb 2015 17:20:39 +0000 |
parents | 28aaca2f8869 |
children |
rev | line source |
---|---|
11145
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 /* Test the Unicode character mapping functions. |
14152 | 3 Copyright (C) 2009 Free Software Foundation, Inc. |
11145
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 This program is free software: you can redistribute it and/or modify |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 it under the terms of the GNU General Public License as published by |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 the Free Software Foundation; either version 3 of the License, or |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 (at your option) any later version. |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 This program is distributed in the hope that it will be useful, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 but WITHOUT ANY WARRANTY; without even the implied warranty of |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 GNU General Public License for more details. |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
14 |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
15 You should have received a copy of the GNU General Public License |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
16 along with this program. If not, see <http://www.gnu.org/licenses/>. */ |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
17 |
17874
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
18 /* Generated automatically by gen-uni-tables.c for Unicode 7.0.0. */ |
11145
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
19 |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
20 #include "test-mapping-part1.h" |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
21 |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
22 { 0x0061, 0x0041 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
23 { 0x0062, 0x0042 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
24 { 0x0063, 0x0043 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
25 { 0x0064, 0x0044 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
26 { 0x0065, 0x0045 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
27 { 0x0066, 0x0046 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
28 { 0x0067, 0x0047 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
29 { 0x0068, 0x0048 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
30 { 0x0069, 0x0049 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
31 { 0x006A, 0x004A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
32 { 0x006B, 0x004B }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
33 { 0x006C, 0x004C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
34 { 0x006D, 0x004D }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
35 { 0x006E, 0x004E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
36 { 0x006F, 0x004F }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
37 { 0x0070, 0x0050 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
38 { 0x0071, 0x0051 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
39 { 0x0072, 0x0052 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
40 { 0x0073, 0x0053 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
41 { 0x0074, 0x0054 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
42 { 0x0075, 0x0055 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
43 { 0x0076, 0x0056 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
44 { 0x0077, 0x0057 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
45 { 0x0078, 0x0058 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
46 { 0x0079, 0x0059 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
47 { 0x007A, 0x005A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
48 { 0x00B5, 0x039C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
49 { 0x00E0, 0x00C0 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
50 { 0x00E1, 0x00C1 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
51 { 0x00E2, 0x00C2 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
52 { 0x00E3, 0x00C3 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
53 { 0x00E4, 0x00C4 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
54 { 0x00E5, 0x00C5 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
55 { 0x00E6, 0x00C6 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
56 { 0x00E7, 0x00C7 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
57 { 0x00E8, 0x00C8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
58 { 0x00E9, 0x00C9 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
59 { 0x00EA, 0x00CA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
60 { 0x00EB, 0x00CB }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
61 { 0x00EC, 0x00CC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
62 { 0x00ED, 0x00CD }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
63 { 0x00EE, 0x00CE }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
64 { 0x00EF, 0x00CF }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
65 { 0x00F0, 0x00D0 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
66 { 0x00F1, 0x00D1 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
67 { 0x00F2, 0x00D2 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
68 { 0x00F3, 0x00D3 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
69 { 0x00F4, 0x00D4 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
70 { 0x00F5, 0x00D5 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
71 { 0x00F6, 0x00D6 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
72 { 0x00F8, 0x00D8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
73 { 0x00F9, 0x00D9 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
74 { 0x00FA, 0x00DA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
75 { 0x00FB, 0x00DB }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
76 { 0x00FC, 0x00DC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
77 { 0x00FD, 0x00DD }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
78 { 0x00FE, 0x00DE }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
79 { 0x00FF, 0x0178 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
80 { 0x0101, 0x0100 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
81 { 0x0103, 0x0102 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
82 { 0x0105, 0x0104 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
83 { 0x0107, 0x0106 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
84 { 0x0109, 0x0108 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
85 { 0x010B, 0x010A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
86 { 0x010D, 0x010C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
87 { 0x010F, 0x010E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
88 { 0x0111, 0x0110 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
89 { 0x0113, 0x0112 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
90 { 0x0115, 0x0114 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
91 { 0x0117, 0x0116 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
92 { 0x0119, 0x0118 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
93 { 0x011B, 0x011A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
94 { 0x011D, 0x011C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
95 { 0x011F, 0x011E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
96 { 0x0121, 0x0120 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
97 { 0x0123, 0x0122 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
98 { 0x0125, 0x0124 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
99 { 0x0127, 0x0126 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
100 { 0x0129, 0x0128 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
101 { 0x012B, 0x012A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
102 { 0x012D, 0x012C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
103 { 0x012F, 0x012E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
104 { 0x0131, 0x0049 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
105 { 0x0133, 0x0132 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
106 { 0x0135, 0x0134 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
107 { 0x0137, 0x0136 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
108 { 0x013A, 0x0139 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
109 { 0x013C, 0x013B }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
110 { 0x013E, 0x013D }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
111 { 0x0140, 0x013F }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
112 { 0x0142, 0x0141 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
113 { 0x0144, 0x0143 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
114 { 0x0146, 0x0145 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
115 { 0x0148, 0x0147 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
116 { 0x014B, 0x014A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
117 { 0x014D, 0x014C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
118 { 0x014F, 0x014E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
119 { 0x0151, 0x0150 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
120 { 0x0153, 0x0152 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
121 { 0x0155, 0x0154 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
122 { 0x0157, 0x0156 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
123 { 0x0159, 0x0158 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
124 { 0x015B, 0x015A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
125 { 0x015D, 0x015C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
126 { 0x015F, 0x015E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
127 { 0x0161, 0x0160 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
128 { 0x0163, 0x0162 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
129 { 0x0165, 0x0164 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
130 { 0x0167, 0x0166 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
131 { 0x0169, 0x0168 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
132 { 0x016B, 0x016A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
133 { 0x016D, 0x016C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
134 { 0x016F, 0x016E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
135 { 0x0171, 0x0170 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
136 { 0x0173, 0x0172 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
137 { 0x0175, 0x0174 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
138 { 0x0177, 0x0176 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
139 { 0x017A, 0x0179 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
140 { 0x017C, 0x017B }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
141 { 0x017E, 0x017D }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
142 { 0x017F, 0x0053 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
143 { 0x0180, 0x0243 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
144 { 0x0183, 0x0182 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
145 { 0x0185, 0x0184 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
146 { 0x0188, 0x0187 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
147 { 0x018C, 0x018B }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
148 { 0x0192, 0x0191 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
149 { 0x0195, 0x01F6 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
150 { 0x0199, 0x0198 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
151 { 0x019A, 0x023D }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
152 { 0x019E, 0x0220 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
153 { 0x01A1, 0x01A0 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
154 { 0x01A3, 0x01A2 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
155 { 0x01A5, 0x01A4 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
156 { 0x01A8, 0x01A7 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
157 { 0x01AD, 0x01AC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
158 { 0x01B0, 0x01AF }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
159 { 0x01B4, 0x01B3 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
160 { 0x01B6, 0x01B5 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
161 { 0x01B9, 0x01B8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
162 { 0x01BD, 0x01BC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
163 { 0x01BF, 0x01F7 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
164 { 0x01C4, 0x01C5 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
165 { 0x01C6, 0x01C5 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
166 { 0x01C7, 0x01C8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
167 { 0x01C9, 0x01C8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
168 { 0x01CA, 0x01CB }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
169 { 0x01CC, 0x01CB }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
170 { 0x01CE, 0x01CD }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
171 { 0x01D0, 0x01CF }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
172 { 0x01D2, 0x01D1 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
173 { 0x01D4, 0x01D3 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
174 { 0x01D6, 0x01D5 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
175 { 0x01D8, 0x01D7 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
176 { 0x01DA, 0x01D9 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
177 { 0x01DC, 0x01DB }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
178 { 0x01DD, 0x018E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
179 { 0x01DF, 0x01DE }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
180 { 0x01E1, 0x01E0 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
181 { 0x01E3, 0x01E2 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
182 { 0x01E5, 0x01E4 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
183 { 0x01E7, 0x01E6 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
184 { 0x01E9, 0x01E8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
185 { 0x01EB, 0x01EA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
186 { 0x01ED, 0x01EC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
187 { 0x01EF, 0x01EE }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
188 { 0x01F1, 0x01F2 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
189 { 0x01F3, 0x01F2 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
190 { 0x01F5, 0x01F4 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
191 { 0x01F9, 0x01F8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
192 { 0x01FB, 0x01FA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
193 { 0x01FD, 0x01FC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
194 { 0x01FF, 0x01FE }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
195 { 0x0201, 0x0200 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
196 { 0x0203, 0x0202 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
197 { 0x0205, 0x0204 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
198 { 0x0207, 0x0206 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
199 { 0x0209, 0x0208 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
200 { 0x020B, 0x020A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
201 { 0x020D, 0x020C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
202 { 0x020F, 0x020E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
203 { 0x0211, 0x0210 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
204 { 0x0213, 0x0212 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
205 { 0x0215, 0x0214 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
206 { 0x0217, 0x0216 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
207 { 0x0219, 0x0218 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
208 { 0x021B, 0x021A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
209 { 0x021D, 0x021C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
210 { 0x021F, 0x021E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
211 { 0x0223, 0x0222 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
212 { 0x0225, 0x0224 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
213 { 0x0227, 0x0226 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
214 { 0x0229, 0x0228 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
215 { 0x022B, 0x022A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
216 { 0x022D, 0x022C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
217 { 0x022F, 0x022E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
218 { 0x0231, 0x0230 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
219 { 0x0233, 0x0232 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
220 { 0x023C, 0x023B }, |
14152 | 221 { 0x023F, 0x2C7E }, |
222 { 0x0240, 0x2C7F }, | |
11145
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
223 { 0x0242, 0x0241 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
224 { 0x0247, 0x0246 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
225 { 0x0249, 0x0248 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
226 { 0x024B, 0x024A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
227 { 0x024D, 0x024C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
228 { 0x024F, 0x024E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
229 { 0x0250, 0x2C6F }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
230 { 0x0251, 0x2C6D }, |
14152 | 231 { 0x0252, 0x2C70 }, |
11145
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
232 { 0x0253, 0x0181 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
233 { 0x0254, 0x0186 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
234 { 0x0256, 0x0189 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
235 { 0x0257, 0x018A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
236 { 0x0259, 0x018F }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
237 { 0x025B, 0x0190 }, |
17874
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
238 { 0x025C, 0xA7AB }, |
11145
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
239 { 0x0260, 0x0193 }, |
17874
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
240 { 0x0261, 0xA7AC }, |
11145
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
241 { 0x0263, 0x0194 }, |
14162 | 242 { 0x0265, 0xA78D }, |
17871
e6789c186343
libunistring: update to Unicode 6.1.0
Daiki Ueno <ueno@gnu.org>
parents:
14162
diff
changeset
|
243 { 0x0266, 0xA7AA }, |
11145
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
244 { 0x0268, 0x0197 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
245 { 0x0269, 0x0196 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
246 { 0x026B, 0x2C62 }, |
17874
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
247 { 0x026C, 0xA7AD }, |
11145
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
248 { 0x026F, 0x019C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
249 { 0x0271, 0x2C6E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
250 { 0x0272, 0x019D }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
251 { 0x0275, 0x019F }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
252 { 0x027D, 0x2C64 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
253 { 0x0280, 0x01A6 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
254 { 0x0283, 0x01A9 }, |
17874
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
255 { 0x0287, 0xA7B1 }, |
11145
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
256 { 0x0288, 0x01AE }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
257 { 0x0289, 0x0244 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
258 { 0x028A, 0x01B1 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
259 { 0x028B, 0x01B2 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
260 { 0x028C, 0x0245 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
261 { 0x0292, 0x01B7 }, |
17874
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
262 { 0x029E, 0xA7B0 }, |
11145
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
263 { 0x0345, 0x0399 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
264 { 0x0371, 0x0370 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
265 { 0x0373, 0x0372 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
266 { 0x0377, 0x0376 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
267 { 0x037B, 0x03FD }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
268 { 0x037C, 0x03FE }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
269 { 0x037D, 0x03FF }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
270 { 0x03AC, 0x0386 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
271 { 0x03AD, 0x0388 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
272 { 0x03AE, 0x0389 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
273 { 0x03AF, 0x038A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
274 { 0x03B1, 0x0391 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
275 { 0x03B2, 0x0392 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
276 { 0x03B3, 0x0393 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
277 { 0x03B4, 0x0394 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
278 { 0x03B5, 0x0395 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
279 { 0x03B6, 0x0396 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
280 { 0x03B7, 0x0397 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
281 { 0x03B8, 0x0398 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
282 { 0x03B9, 0x0399 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
283 { 0x03BA, 0x039A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
284 { 0x03BB, 0x039B }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
285 { 0x03BC, 0x039C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
286 { 0x03BD, 0x039D }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
287 { 0x03BE, 0x039E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
288 { 0x03BF, 0x039F }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
289 { 0x03C0, 0x03A0 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
290 { 0x03C1, 0x03A1 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
291 { 0x03C2, 0x03A3 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
292 { 0x03C3, 0x03A3 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
293 { 0x03C4, 0x03A4 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
294 { 0x03C5, 0x03A5 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
295 { 0x03C6, 0x03A6 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
296 { 0x03C7, 0x03A7 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
297 { 0x03C8, 0x03A8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
298 { 0x03C9, 0x03A9 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
299 { 0x03CA, 0x03AA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
300 { 0x03CB, 0x03AB }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
301 { 0x03CC, 0x038C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
302 { 0x03CD, 0x038E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
303 { 0x03CE, 0x038F }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
304 { 0x03D0, 0x0392 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
305 { 0x03D1, 0x0398 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
306 { 0x03D5, 0x03A6 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
307 { 0x03D6, 0x03A0 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
308 { 0x03D7, 0x03CF }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
309 { 0x03D9, 0x03D8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
310 { 0x03DB, 0x03DA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
311 { 0x03DD, 0x03DC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
312 { 0x03DF, 0x03DE }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
313 { 0x03E1, 0x03E0 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
314 { 0x03E3, 0x03E2 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
315 { 0x03E5, 0x03E4 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
316 { 0x03E7, 0x03E6 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
317 { 0x03E9, 0x03E8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
318 { 0x03EB, 0x03EA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
319 { 0x03ED, 0x03EC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
320 { 0x03EF, 0x03EE }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
321 { 0x03F0, 0x039A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
322 { 0x03F1, 0x03A1 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
323 { 0x03F2, 0x03F9 }, |
17874
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
324 { 0x03F3, 0x037F }, |
11145
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
325 { 0x03F5, 0x0395 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
326 { 0x03F8, 0x03F7 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
327 { 0x03FB, 0x03FA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
328 { 0x0430, 0x0410 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
329 { 0x0431, 0x0411 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
330 { 0x0432, 0x0412 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
331 { 0x0433, 0x0413 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
332 { 0x0434, 0x0414 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
333 { 0x0435, 0x0415 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
334 { 0x0436, 0x0416 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
335 { 0x0437, 0x0417 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
336 { 0x0438, 0x0418 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
337 { 0x0439, 0x0419 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
338 { 0x043A, 0x041A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
339 { 0x043B, 0x041B }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
340 { 0x043C, 0x041C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
341 { 0x043D, 0x041D }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
342 { 0x043E, 0x041E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
343 { 0x043F, 0x041F }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
344 { 0x0440, 0x0420 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
345 { 0x0441, 0x0421 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
346 { 0x0442, 0x0422 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
347 { 0x0443, 0x0423 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
348 { 0x0444, 0x0424 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
349 { 0x0445, 0x0425 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
350 { 0x0446, 0x0426 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
351 { 0x0447, 0x0427 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
352 { 0x0448, 0x0428 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
353 { 0x0449, 0x0429 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
354 { 0x044A, 0x042A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
355 { 0x044B, 0x042B }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
356 { 0x044C, 0x042C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
357 { 0x044D, 0x042D }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
358 { 0x044E, 0x042E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
359 { 0x044F, 0x042F }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
360 { 0x0450, 0x0400 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
361 { 0x0451, 0x0401 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
362 { 0x0452, 0x0402 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
363 { 0x0453, 0x0403 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
364 { 0x0454, 0x0404 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
365 { 0x0455, 0x0405 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
366 { 0x0456, 0x0406 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
367 { 0x0457, 0x0407 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
368 { 0x0458, 0x0408 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
369 { 0x0459, 0x0409 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
370 { 0x045A, 0x040A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
371 { 0x045B, 0x040B }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
372 { 0x045C, 0x040C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
373 { 0x045D, 0x040D }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
374 { 0x045E, 0x040E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
375 { 0x045F, 0x040F }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
376 { 0x0461, 0x0460 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
377 { 0x0463, 0x0462 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
378 { 0x0465, 0x0464 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
379 { 0x0467, 0x0466 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
380 { 0x0469, 0x0468 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
381 { 0x046B, 0x046A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
382 { 0x046D, 0x046C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
383 { 0x046F, 0x046E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
384 { 0x0471, 0x0470 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
385 { 0x0473, 0x0472 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
386 { 0x0475, 0x0474 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
387 { 0x0477, 0x0476 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
388 { 0x0479, 0x0478 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
389 { 0x047B, 0x047A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
390 { 0x047D, 0x047C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
391 { 0x047F, 0x047E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
392 { 0x0481, 0x0480 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
393 { 0x048B, 0x048A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
394 { 0x048D, 0x048C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
395 { 0x048F, 0x048E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
396 { 0x0491, 0x0490 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
397 { 0x0493, 0x0492 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
398 { 0x0495, 0x0494 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
399 { 0x0497, 0x0496 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
400 { 0x0499, 0x0498 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
401 { 0x049B, 0x049A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
402 { 0x049D, 0x049C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
403 { 0x049F, 0x049E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
404 { 0x04A1, 0x04A0 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
405 { 0x04A3, 0x04A2 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
406 { 0x04A5, 0x04A4 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
407 { 0x04A7, 0x04A6 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
408 { 0x04A9, 0x04A8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
409 { 0x04AB, 0x04AA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
410 { 0x04AD, 0x04AC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
411 { 0x04AF, 0x04AE }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
412 { 0x04B1, 0x04B0 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
413 { 0x04B3, 0x04B2 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
414 { 0x04B5, 0x04B4 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
415 { 0x04B7, 0x04B6 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
416 { 0x04B9, 0x04B8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
417 { 0x04BB, 0x04BA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
418 { 0x04BD, 0x04BC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
419 { 0x04BF, 0x04BE }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
420 { 0x04C2, 0x04C1 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
421 { 0x04C4, 0x04C3 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
422 { 0x04C6, 0x04C5 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
423 { 0x04C8, 0x04C7 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
424 { 0x04CA, 0x04C9 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
425 { 0x04CC, 0x04CB }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
426 { 0x04CE, 0x04CD }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
427 { 0x04CF, 0x04C0 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
428 { 0x04D1, 0x04D0 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
429 { 0x04D3, 0x04D2 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
430 { 0x04D5, 0x04D4 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
431 { 0x04D7, 0x04D6 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
432 { 0x04D9, 0x04D8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
433 { 0x04DB, 0x04DA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
434 { 0x04DD, 0x04DC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
435 { 0x04DF, 0x04DE }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
436 { 0x04E1, 0x04E0 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
437 { 0x04E3, 0x04E2 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
438 { 0x04E5, 0x04E4 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
439 { 0x04E7, 0x04E6 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
440 { 0x04E9, 0x04E8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
441 { 0x04EB, 0x04EA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
442 { 0x04ED, 0x04EC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
443 { 0x04EF, 0x04EE }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
444 { 0x04F1, 0x04F0 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
445 { 0x04F3, 0x04F2 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
446 { 0x04F5, 0x04F4 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
447 { 0x04F7, 0x04F6 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
448 { 0x04F9, 0x04F8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
449 { 0x04FB, 0x04FA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
450 { 0x04FD, 0x04FC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
451 { 0x04FF, 0x04FE }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
452 { 0x0501, 0x0500 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
453 { 0x0503, 0x0502 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
454 { 0x0505, 0x0504 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
455 { 0x0507, 0x0506 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
456 { 0x0509, 0x0508 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
457 { 0x050B, 0x050A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
458 { 0x050D, 0x050C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
459 { 0x050F, 0x050E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
460 { 0x0511, 0x0510 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
461 { 0x0513, 0x0512 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
462 { 0x0515, 0x0514 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
463 { 0x0517, 0x0516 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
464 { 0x0519, 0x0518 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
465 { 0x051B, 0x051A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
466 { 0x051D, 0x051C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
467 { 0x051F, 0x051E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
468 { 0x0521, 0x0520 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
469 { 0x0523, 0x0522 }, |
14152 | 470 { 0x0525, 0x0524 }, |
14162 | 471 { 0x0527, 0x0526 }, |
17874
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
472 { 0x0529, 0x0528 }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
473 { 0x052B, 0x052A }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
474 { 0x052D, 0x052C }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
475 { 0x052F, 0x052E }, |
11145
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
476 { 0x0561, 0x0531 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
477 { 0x0562, 0x0532 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
478 { 0x0563, 0x0533 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
479 { 0x0564, 0x0534 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
480 { 0x0565, 0x0535 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
481 { 0x0566, 0x0536 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
482 { 0x0567, 0x0537 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
483 { 0x0568, 0x0538 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
484 { 0x0569, 0x0539 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
485 { 0x056A, 0x053A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
486 { 0x056B, 0x053B }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
487 { 0x056C, 0x053C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
488 { 0x056D, 0x053D }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
489 { 0x056E, 0x053E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
490 { 0x056F, 0x053F }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
491 { 0x0570, 0x0540 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
492 { 0x0571, 0x0541 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
493 { 0x0572, 0x0542 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
494 { 0x0573, 0x0543 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
495 { 0x0574, 0x0544 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
496 { 0x0575, 0x0545 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
497 { 0x0576, 0x0546 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
498 { 0x0577, 0x0547 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
499 { 0x0578, 0x0548 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
500 { 0x0579, 0x0549 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
501 { 0x057A, 0x054A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
502 { 0x057B, 0x054B }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
503 { 0x057C, 0x054C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
504 { 0x057D, 0x054D }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
505 { 0x057E, 0x054E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
506 { 0x057F, 0x054F }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
507 { 0x0580, 0x0550 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
508 { 0x0581, 0x0551 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
509 { 0x0582, 0x0552 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
510 { 0x0583, 0x0553 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
511 { 0x0584, 0x0554 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
512 { 0x0585, 0x0555 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
513 { 0x0586, 0x0556 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
514 { 0x1D79, 0xA77D }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
515 { 0x1D7D, 0x2C63 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
516 { 0x1E01, 0x1E00 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
517 { 0x1E03, 0x1E02 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
518 { 0x1E05, 0x1E04 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
519 { 0x1E07, 0x1E06 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
520 { 0x1E09, 0x1E08 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
521 { 0x1E0B, 0x1E0A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
522 { 0x1E0D, 0x1E0C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
523 { 0x1E0F, 0x1E0E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
524 { 0x1E11, 0x1E10 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
525 { 0x1E13, 0x1E12 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
526 { 0x1E15, 0x1E14 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
527 { 0x1E17, 0x1E16 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
528 { 0x1E19, 0x1E18 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
529 { 0x1E1B, 0x1E1A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
530 { 0x1E1D, 0x1E1C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
531 { 0x1E1F, 0x1E1E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
532 { 0x1E21, 0x1E20 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
533 { 0x1E23, 0x1E22 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
534 { 0x1E25, 0x1E24 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
535 { 0x1E27, 0x1E26 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
536 { 0x1E29, 0x1E28 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
537 { 0x1E2B, 0x1E2A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
538 { 0x1E2D, 0x1E2C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
539 { 0x1E2F, 0x1E2E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
540 { 0x1E31, 0x1E30 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
541 { 0x1E33, 0x1E32 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
542 { 0x1E35, 0x1E34 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
543 { 0x1E37, 0x1E36 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
544 { 0x1E39, 0x1E38 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
545 { 0x1E3B, 0x1E3A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
546 { 0x1E3D, 0x1E3C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
547 { 0x1E3F, 0x1E3E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
548 { 0x1E41, 0x1E40 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
549 { 0x1E43, 0x1E42 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
550 { 0x1E45, 0x1E44 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
551 { 0x1E47, 0x1E46 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
552 { 0x1E49, 0x1E48 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
553 { 0x1E4B, 0x1E4A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
554 { 0x1E4D, 0x1E4C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
555 { 0x1E4F, 0x1E4E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
556 { 0x1E51, 0x1E50 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
557 { 0x1E53, 0x1E52 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
558 { 0x1E55, 0x1E54 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
559 { 0x1E57, 0x1E56 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
560 { 0x1E59, 0x1E58 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
561 { 0x1E5B, 0x1E5A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
562 { 0x1E5D, 0x1E5C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
563 { 0x1E5F, 0x1E5E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
564 { 0x1E61, 0x1E60 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
565 { 0x1E63, 0x1E62 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
566 { 0x1E65, 0x1E64 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
567 { 0x1E67, 0x1E66 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
568 { 0x1E69, 0x1E68 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
569 { 0x1E6B, 0x1E6A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
570 { 0x1E6D, 0x1E6C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
571 { 0x1E6F, 0x1E6E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
572 { 0x1E71, 0x1E70 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
573 { 0x1E73, 0x1E72 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
574 { 0x1E75, 0x1E74 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
575 { 0x1E77, 0x1E76 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
576 { 0x1E79, 0x1E78 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
577 { 0x1E7B, 0x1E7A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
578 { 0x1E7D, 0x1E7C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
579 { 0x1E7F, 0x1E7E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
580 { 0x1E81, 0x1E80 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
581 { 0x1E83, 0x1E82 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
582 { 0x1E85, 0x1E84 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
583 { 0x1E87, 0x1E86 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
584 { 0x1E89, 0x1E88 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
585 { 0x1E8B, 0x1E8A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
586 { 0x1E8D, 0x1E8C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
587 { 0x1E8F, 0x1E8E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
588 { 0x1E91, 0x1E90 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
589 { 0x1E93, 0x1E92 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
590 { 0x1E95, 0x1E94 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
591 { 0x1E9B, 0x1E60 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
592 { 0x1EA1, 0x1EA0 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
593 { 0x1EA3, 0x1EA2 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
594 { 0x1EA5, 0x1EA4 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
595 { 0x1EA7, 0x1EA6 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
596 { 0x1EA9, 0x1EA8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
597 { 0x1EAB, 0x1EAA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
598 { 0x1EAD, 0x1EAC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
599 { 0x1EAF, 0x1EAE }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
600 { 0x1EB1, 0x1EB0 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
601 { 0x1EB3, 0x1EB2 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
602 { 0x1EB5, 0x1EB4 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
603 { 0x1EB7, 0x1EB6 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
604 { 0x1EB9, 0x1EB8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
605 { 0x1EBB, 0x1EBA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
606 { 0x1EBD, 0x1EBC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
607 { 0x1EBF, 0x1EBE }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
608 { 0x1EC1, 0x1EC0 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
609 { 0x1EC3, 0x1EC2 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
610 { 0x1EC5, 0x1EC4 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
611 { 0x1EC7, 0x1EC6 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
612 { 0x1EC9, 0x1EC8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
613 { 0x1ECB, 0x1ECA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
614 { 0x1ECD, 0x1ECC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
615 { 0x1ECF, 0x1ECE }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
616 { 0x1ED1, 0x1ED0 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
617 { 0x1ED3, 0x1ED2 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
618 { 0x1ED5, 0x1ED4 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
619 { 0x1ED7, 0x1ED6 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
620 { 0x1ED9, 0x1ED8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
621 { 0x1EDB, 0x1EDA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
622 { 0x1EDD, 0x1EDC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
623 { 0x1EDF, 0x1EDE }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
624 { 0x1EE1, 0x1EE0 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
625 { 0x1EE3, 0x1EE2 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
626 { 0x1EE5, 0x1EE4 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
627 { 0x1EE7, 0x1EE6 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
628 { 0x1EE9, 0x1EE8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
629 { 0x1EEB, 0x1EEA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
630 { 0x1EED, 0x1EEC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
631 { 0x1EEF, 0x1EEE }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
632 { 0x1EF1, 0x1EF0 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
633 { 0x1EF3, 0x1EF2 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
634 { 0x1EF5, 0x1EF4 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
635 { 0x1EF7, 0x1EF6 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
636 { 0x1EF9, 0x1EF8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
637 { 0x1EFB, 0x1EFA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
638 { 0x1EFD, 0x1EFC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
639 { 0x1EFF, 0x1EFE }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
640 { 0x1F00, 0x1F08 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
641 { 0x1F01, 0x1F09 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
642 { 0x1F02, 0x1F0A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
643 { 0x1F03, 0x1F0B }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
644 { 0x1F04, 0x1F0C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
645 { 0x1F05, 0x1F0D }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
646 { 0x1F06, 0x1F0E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
647 { 0x1F07, 0x1F0F }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
648 { 0x1F10, 0x1F18 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
649 { 0x1F11, 0x1F19 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
650 { 0x1F12, 0x1F1A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
651 { 0x1F13, 0x1F1B }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
652 { 0x1F14, 0x1F1C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
653 { 0x1F15, 0x1F1D }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
654 { 0x1F20, 0x1F28 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
655 { 0x1F21, 0x1F29 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
656 { 0x1F22, 0x1F2A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
657 { 0x1F23, 0x1F2B }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
658 { 0x1F24, 0x1F2C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
659 { 0x1F25, 0x1F2D }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
660 { 0x1F26, 0x1F2E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
661 { 0x1F27, 0x1F2F }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
662 { 0x1F30, 0x1F38 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
663 { 0x1F31, 0x1F39 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
664 { 0x1F32, 0x1F3A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
665 { 0x1F33, 0x1F3B }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
666 { 0x1F34, 0x1F3C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
667 { 0x1F35, 0x1F3D }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
668 { 0x1F36, 0x1F3E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
669 { 0x1F37, 0x1F3F }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
670 { 0x1F40, 0x1F48 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
671 { 0x1F41, 0x1F49 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
672 { 0x1F42, 0x1F4A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
673 { 0x1F43, 0x1F4B }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
674 { 0x1F44, 0x1F4C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
675 { 0x1F45, 0x1F4D }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
676 { 0x1F51, 0x1F59 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
677 { 0x1F53, 0x1F5B }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
678 { 0x1F55, 0x1F5D }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
679 { 0x1F57, 0x1F5F }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
680 { 0x1F60, 0x1F68 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
681 { 0x1F61, 0x1F69 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
682 { 0x1F62, 0x1F6A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
683 { 0x1F63, 0x1F6B }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
684 { 0x1F64, 0x1F6C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
685 { 0x1F65, 0x1F6D }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
686 { 0x1F66, 0x1F6E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
687 { 0x1F67, 0x1F6F }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
688 { 0x1F70, 0x1FBA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
689 { 0x1F71, 0x1FBB }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
690 { 0x1F72, 0x1FC8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
691 { 0x1F73, 0x1FC9 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
692 { 0x1F74, 0x1FCA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
693 { 0x1F75, 0x1FCB }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
694 { 0x1F76, 0x1FDA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
695 { 0x1F77, 0x1FDB }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
696 { 0x1F78, 0x1FF8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
697 { 0x1F79, 0x1FF9 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
698 { 0x1F7A, 0x1FEA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
699 { 0x1F7B, 0x1FEB }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
700 { 0x1F7C, 0x1FFA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
701 { 0x1F7D, 0x1FFB }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
702 { 0x1F80, 0x1F88 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
703 { 0x1F81, 0x1F89 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
704 { 0x1F82, 0x1F8A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
705 { 0x1F83, 0x1F8B }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
706 { 0x1F84, 0x1F8C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
707 { 0x1F85, 0x1F8D }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
708 { 0x1F86, 0x1F8E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
709 { 0x1F87, 0x1F8F }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
710 { 0x1F90, 0x1F98 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
711 { 0x1F91, 0x1F99 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
712 { 0x1F92, 0x1F9A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
713 { 0x1F93, 0x1F9B }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
714 { 0x1F94, 0x1F9C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
715 { 0x1F95, 0x1F9D }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
716 { 0x1F96, 0x1F9E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
717 { 0x1F97, 0x1F9F }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
718 { 0x1FA0, 0x1FA8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
719 { 0x1FA1, 0x1FA9 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
720 { 0x1FA2, 0x1FAA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
721 { 0x1FA3, 0x1FAB }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
722 { 0x1FA4, 0x1FAC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
723 { 0x1FA5, 0x1FAD }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
724 { 0x1FA6, 0x1FAE }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
725 { 0x1FA7, 0x1FAF }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
726 { 0x1FB0, 0x1FB8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
727 { 0x1FB1, 0x1FB9 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
728 { 0x1FB3, 0x1FBC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
729 { 0x1FBE, 0x0399 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
730 { 0x1FC3, 0x1FCC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
731 { 0x1FD0, 0x1FD8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
732 { 0x1FD1, 0x1FD9 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
733 { 0x1FE0, 0x1FE8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
734 { 0x1FE1, 0x1FE9 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
735 { 0x1FE5, 0x1FEC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
736 { 0x1FF3, 0x1FFC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
737 { 0x214E, 0x2132 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
738 { 0x2170, 0x2160 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
739 { 0x2171, 0x2161 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
740 { 0x2172, 0x2162 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
741 { 0x2173, 0x2163 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
742 { 0x2174, 0x2164 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
743 { 0x2175, 0x2165 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
744 { 0x2176, 0x2166 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
745 { 0x2177, 0x2167 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
746 { 0x2178, 0x2168 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
747 { 0x2179, 0x2169 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
748 { 0x217A, 0x216A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
749 { 0x217B, 0x216B }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
750 { 0x217C, 0x216C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
751 { 0x217D, 0x216D }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
752 { 0x217E, 0x216E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
753 { 0x217F, 0x216F }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
754 { 0x2184, 0x2183 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
755 { 0x24D0, 0x24B6 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
756 { 0x24D1, 0x24B7 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
757 { 0x24D2, 0x24B8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
758 { 0x24D3, 0x24B9 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
759 { 0x24D4, 0x24BA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
760 { 0x24D5, 0x24BB }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
761 { 0x24D6, 0x24BC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
762 { 0x24D7, 0x24BD }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
763 { 0x24D8, 0x24BE }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
764 { 0x24D9, 0x24BF }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
765 { 0x24DA, 0x24C0 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
766 { 0x24DB, 0x24C1 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
767 { 0x24DC, 0x24C2 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
768 { 0x24DD, 0x24C3 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
769 { 0x24DE, 0x24C4 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
770 { 0x24DF, 0x24C5 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
771 { 0x24E0, 0x24C6 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
772 { 0x24E1, 0x24C7 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
773 { 0x24E2, 0x24C8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
774 { 0x24E3, 0x24C9 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
775 { 0x24E4, 0x24CA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
776 { 0x24E5, 0x24CB }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
777 { 0x24E6, 0x24CC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
778 { 0x24E7, 0x24CD }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
779 { 0x24E8, 0x24CE }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
780 { 0x24E9, 0x24CF }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
781 { 0x2C30, 0x2C00 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
782 { 0x2C31, 0x2C01 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
783 { 0x2C32, 0x2C02 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
784 { 0x2C33, 0x2C03 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
785 { 0x2C34, 0x2C04 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
786 { 0x2C35, 0x2C05 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
787 { 0x2C36, 0x2C06 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
788 { 0x2C37, 0x2C07 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
789 { 0x2C38, 0x2C08 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
790 { 0x2C39, 0x2C09 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
791 { 0x2C3A, 0x2C0A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
792 { 0x2C3B, 0x2C0B }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
793 { 0x2C3C, 0x2C0C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
794 { 0x2C3D, 0x2C0D }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
795 { 0x2C3E, 0x2C0E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
796 { 0x2C3F, 0x2C0F }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
797 { 0x2C40, 0x2C10 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
798 { 0x2C41, 0x2C11 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
799 { 0x2C42, 0x2C12 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
800 { 0x2C43, 0x2C13 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
801 { 0x2C44, 0x2C14 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
802 { 0x2C45, 0x2C15 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
803 { 0x2C46, 0x2C16 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
804 { 0x2C47, 0x2C17 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
805 { 0x2C48, 0x2C18 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
806 { 0x2C49, 0x2C19 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
807 { 0x2C4A, 0x2C1A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
808 { 0x2C4B, 0x2C1B }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
809 { 0x2C4C, 0x2C1C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
810 { 0x2C4D, 0x2C1D }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
811 { 0x2C4E, 0x2C1E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
812 { 0x2C4F, 0x2C1F }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
813 { 0x2C50, 0x2C20 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
814 { 0x2C51, 0x2C21 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
815 { 0x2C52, 0x2C22 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
816 { 0x2C53, 0x2C23 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
817 { 0x2C54, 0x2C24 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
818 { 0x2C55, 0x2C25 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
819 { 0x2C56, 0x2C26 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
820 { 0x2C57, 0x2C27 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
821 { 0x2C58, 0x2C28 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
822 { 0x2C59, 0x2C29 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
823 { 0x2C5A, 0x2C2A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
824 { 0x2C5B, 0x2C2B }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
825 { 0x2C5C, 0x2C2C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
826 { 0x2C5D, 0x2C2D }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
827 { 0x2C5E, 0x2C2E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
828 { 0x2C61, 0x2C60 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
829 { 0x2C65, 0x023A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
830 { 0x2C66, 0x023E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
831 { 0x2C68, 0x2C67 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
832 { 0x2C6A, 0x2C69 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
833 { 0x2C6C, 0x2C6B }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
834 { 0x2C73, 0x2C72 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
835 { 0x2C76, 0x2C75 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
836 { 0x2C81, 0x2C80 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
837 { 0x2C83, 0x2C82 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
838 { 0x2C85, 0x2C84 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
839 { 0x2C87, 0x2C86 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
840 { 0x2C89, 0x2C88 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
841 { 0x2C8B, 0x2C8A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
842 { 0x2C8D, 0x2C8C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
843 { 0x2C8F, 0x2C8E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
844 { 0x2C91, 0x2C90 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
845 { 0x2C93, 0x2C92 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
846 { 0x2C95, 0x2C94 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
847 { 0x2C97, 0x2C96 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
848 { 0x2C99, 0x2C98 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
849 { 0x2C9B, 0x2C9A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
850 { 0x2C9D, 0x2C9C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
851 { 0x2C9F, 0x2C9E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
852 { 0x2CA1, 0x2CA0 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
853 { 0x2CA3, 0x2CA2 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
854 { 0x2CA5, 0x2CA4 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
855 { 0x2CA7, 0x2CA6 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
856 { 0x2CA9, 0x2CA8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
857 { 0x2CAB, 0x2CAA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
858 { 0x2CAD, 0x2CAC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
859 { 0x2CAF, 0x2CAE }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
860 { 0x2CB1, 0x2CB0 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
861 { 0x2CB3, 0x2CB2 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
862 { 0x2CB5, 0x2CB4 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
863 { 0x2CB7, 0x2CB6 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
864 { 0x2CB9, 0x2CB8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
865 { 0x2CBB, 0x2CBA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
866 { 0x2CBD, 0x2CBC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
867 { 0x2CBF, 0x2CBE }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
868 { 0x2CC1, 0x2CC0 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
869 { 0x2CC3, 0x2CC2 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
870 { 0x2CC5, 0x2CC4 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
871 { 0x2CC7, 0x2CC6 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
872 { 0x2CC9, 0x2CC8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
873 { 0x2CCB, 0x2CCA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
874 { 0x2CCD, 0x2CCC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
875 { 0x2CCF, 0x2CCE }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
876 { 0x2CD1, 0x2CD0 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
877 { 0x2CD3, 0x2CD2 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
878 { 0x2CD5, 0x2CD4 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
879 { 0x2CD7, 0x2CD6 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
880 { 0x2CD9, 0x2CD8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
881 { 0x2CDB, 0x2CDA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
882 { 0x2CDD, 0x2CDC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
883 { 0x2CDF, 0x2CDE }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
884 { 0x2CE1, 0x2CE0 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
885 { 0x2CE3, 0x2CE2 }, |
14152 | 886 { 0x2CEC, 0x2CEB }, |
887 { 0x2CEE, 0x2CED }, | |
17871
e6789c186343
libunistring: update to Unicode 6.1.0
Daiki Ueno <ueno@gnu.org>
parents:
14162
diff
changeset
|
888 { 0x2CF3, 0x2CF2 }, |
11145
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
889 { 0x2D00, 0x10A0 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
890 { 0x2D01, 0x10A1 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
891 { 0x2D02, 0x10A2 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
892 { 0x2D03, 0x10A3 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
893 { 0x2D04, 0x10A4 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
894 { 0x2D05, 0x10A5 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
895 { 0x2D06, 0x10A6 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
896 { 0x2D07, 0x10A7 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
897 { 0x2D08, 0x10A8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
898 { 0x2D09, 0x10A9 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
899 { 0x2D0A, 0x10AA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
900 { 0x2D0B, 0x10AB }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
901 { 0x2D0C, 0x10AC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
902 { 0x2D0D, 0x10AD }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
903 { 0x2D0E, 0x10AE }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
904 { 0x2D0F, 0x10AF }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
905 { 0x2D10, 0x10B0 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
906 { 0x2D11, 0x10B1 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
907 { 0x2D12, 0x10B2 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
908 { 0x2D13, 0x10B3 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
909 { 0x2D14, 0x10B4 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
910 { 0x2D15, 0x10B5 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
911 { 0x2D16, 0x10B6 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
912 { 0x2D17, 0x10B7 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
913 { 0x2D18, 0x10B8 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
914 { 0x2D19, 0x10B9 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
915 { 0x2D1A, 0x10BA }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
916 { 0x2D1B, 0x10BB }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
917 { 0x2D1C, 0x10BC }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
918 { 0x2D1D, 0x10BD }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
919 { 0x2D1E, 0x10BE }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
920 { 0x2D1F, 0x10BF }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
921 { 0x2D20, 0x10C0 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
922 { 0x2D21, 0x10C1 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
923 { 0x2D22, 0x10C2 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
924 { 0x2D23, 0x10C3 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
925 { 0x2D24, 0x10C4 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
926 { 0x2D25, 0x10C5 }, |
17871
e6789c186343
libunistring: update to Unicode 6.1.0
Daiki Ueno <ueno@gnu.org>
parents:
14162
diff
changeset
|
927 { 0x2D27, 0x10C7 }, |
e6789c186343
libunistring: update to Unicode 6.1.0
Daiki Ueno <ueno@gnu.org>
parents:
14162
diff
changeset
|
928 { 0x2D2D, 0x10CD }, |
11145
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
929 { 0xA641, 0xA640 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
930 { 0xA643, 0xA642 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
931 { 0xA645, 0xA644 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
932 { 0xA647, 0xA646 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
933 { 0xA649, 0xA648 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
934 { 0xA64B, 0xA64A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
935 { 0xA64D, 0xA64C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
936 { 0xA64F, 0xA64E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
937 { 0xA651, 0xA650 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
938 { 0xA653, 0xA652 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
939 { 0xA655, 0xA654 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
940 { 0xA657, 0xA656 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
941 { 0xA659, 0xA658 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
942 { 0xA65B, 0xA65A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
943 { 0xA65D, 0xA65C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
944 { 0xA65F, 0xA65E }, |
14162 | 945 { 0xA661, 0xA660 }, |
11145
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
946 { 0xA663, 0xA662 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
947 { 0xA665, 0xA664 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
948 { 0xA667, 0xA666 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
949 { 0xA669, 0xA668 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
950 { 0xA66B, 0xA66A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
951 { 0xA66D, 0xA66C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
952 { 0xA681, 0xA680 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
953 { 0xA683, 0xA682 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
954 { 0xA685, 0xA684 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
955 { 0xA687, 0xA686 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
956 { 0xA689, 0xA688 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
957 { 0xA68B, 0xA68A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
958 { 0xA68D, 0xA68C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
959 { 0xA68F, 0xA68E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
960 { 0xA691, 0xA690 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
961 { 0xA693, 0xA692 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
962 { 0xA695, 0xA694 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
963 { 0xA697, 0xA696 }, |
17874
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
964 { 0xA699, 0xA698 }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
965 { 0xA69B, 0xA69A }, |
11145
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
966 { 0xA723, 0xA722 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
967 { 0xA725, 0xA724 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
968 { 0xA727, 0xA726 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
969 { 0xA729, 0xA728 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
970 { 0xA72B, 0xA72A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
971 { 0xA72D, 0xA72C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
972 { 0xA72F, 0xA72E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
973 { 0xA733, 0xA732 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
974 { 0xA735, 0xA734 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
975 { 0xA737, 0xA736 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
976 { 0xA739, 0xA738 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
977 { 0xA73B, 0xA73A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
978 { 0xA73D, 0xA73C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
979 { 0xA73F, 0xA73E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
980 { 0xA741, 0xA740 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
981 { 0xA743, 0xA742 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
982 { 0xA745, 0xA744 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
983 { 0xA747, 0xA746 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
984 { 0xA749, 0xA748 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
985 { 0xA74B, 0xA74A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
986 { 0xA74D, 0xA74C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
987 { 0xA74F, 0xA74E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
988 { 0xA751, 0xA750 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
989 { 0xA753, 0xA752 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
990 { 0xA755, 0xA754 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
991 { 0xA757, 0xA756 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
992 { 0xA759, 0xA758 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
993 { 0xA75B, 0xA75A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
994 { 0xA75D, 0xA75C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
995 { 0xA75F, 0xA75E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
996 { 0xA761, 0xA760 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
997 { 0xA763, 0xA762 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
998 { 0xA765, 0xA764 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
999 { 0xA767, 0xA766 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1000 { 0xA769, 0xA768 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1001 { 0xA76B, 0xA76A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1002 { 0xA76D, 0xA76C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1003 { 0xA76F, 0xA76E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1004 { 0xA77A, 0xA779 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1005 { 0xA77C, 0xA77B }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1006 { 0xA77F, 0xA77E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1007 { 0xA781, 0xA780 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1008 { 0xA783, 0xA782 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1009 { 0xA785, 0xA784 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1010 { 0xA787, 0xA786 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1011 { 0xA78C, 0xA78B }, |
14162 | 1012 { 0xA791, 0xA790 }, |
17871
e6789c186343
libunistring: update to Unicode 6.1.0
Daiki Ueno <ueno@gnu.org>
parents:
14162
diff
changeset
|
1013 { 0xA793, 0xA792 }, |
17874
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1014 { 0xA797, 0xA796 }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1015 { 0xA799, 0xA798 }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1016 { 0xA79B, 0xA79A }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1017 { 0xA79D, 0xA79C }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1018 { 0xA79F, 0xA79E }, |
14162 | 1019 { 0xA7A1, 0xA7A0 }, |
1020 { 0xA7A3, 0xA7A2 }, | |
1021 { 0xA7A5, 0xA7A4 }, | |
1022 { 0xA7A7, 0xA7A6 }, | |
1023 { 0xA7A9, 0xA7A8 }, | |
11145
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1024 { 0xFF41, 0xFF21 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1025 { 0xFF42, 0xFF22 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1026 { 0xFF43, 0xFF23 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1027 { 0xFF44, 0xFF24 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1028 { 0xFF45, 0xFF25 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1029 { 0xFF46, 0xFF26 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1030 { 0xFF47, 0xFF27 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1031 { 0xFF48, 0xFF28 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1032 { 0xFF49, 0xFF29 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1033 { 0xFF4A, 0xFF2A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1034 { 0xFF4B, 0xFF2B }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1035 { 0xFF4C, 0xFF2C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1036 { 0xFF4D, 0xFF2D }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1037 { 0xFF4E, 0xFF2E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1038 { 0xFF4F, 0xFF2F }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1039 { 0xFF50, 0xFF30 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1040 { 0xFF51, 0xFF31 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1041 { 0xFF52, 0xFF32 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1042 { 0xFF53, 0xFF33 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1043 { 0xFF54, 0xFF34 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1044 { 0xFF55, 0xFF35 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1045 { 0xFF56, 0xFF36 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1046 { 0xFF57, 0xFF37 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1047 { 0xFF58, 0xFF38 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1048 { 0xFF59, 0xFF39 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1049 { 0xFF5A, 0xFF3A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1050 { 0x10428, 0x10400 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1051 { 0x10429, 0x10401 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1052 { 0x1042A, 0x10402 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1053 { 0x1042B, 0x10403 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1054 { 0x1042C, 0x10404 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1055 { 0x1042D, 0x10405 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1056 { 0x1042E, 0x10406 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1057 { 0x1042F, 0x10407 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1058 { 0x10430, 0x10408 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1059 { 0x10431, 0x10409 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1060 { 0x10432, 0x1040A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1061 { 0x10433, 0x1040B }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1062 { 0x10434, 0x1040C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1063 { 0x10435, 0x1040D }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1064 { 0x10436, 0x1040E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1065 { 0x10437, 0x1040F }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1066 { 0x10438, 0x10410 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1067 { 0x10439, 0x10411 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1068 { 0x1043A, 0x10412 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1069 { 0x1043B, 0x10413 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1070 { 0x1043C, 0x10414 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1071 { 0x1043D, 0x10415 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1072 { 0x1043E, 0x10416 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1073 { 0x1043F, 0x10417 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1074 { 0x10440, 0x10418 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1075 { 0x10441, 0x10419 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1076 { 0x10442, 0x1041A }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1077 { 0x10443, 0x1041B }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1078 { 0x10444, 0x1041C }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1079 { 0x10445, 0x1041D }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1080 { 0x10446, 0x1041E }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1081 { 0x10447, 0x1041F }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1082 { 0x10448, 0x10420 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1083 { 0x10449, 0x10421 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1084 { 0x1044A, 0x10422 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1085 { 0x1044B, 0x10423 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1086 { 0x1044C, 0x10424 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1087 { 0x1044D, 0x10425 }, |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1088 { 0x1044E, 0x10426 }, |
17874
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1089 { 0x1044F, 0x10427 }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1090 { 0x118C0, 0x118A0 }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1091 { 0x118C1, 0x118A1 }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1092 { 0x118C2, 0x118A2 }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1093 { 0x118C3, 0x118A3 }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1094 { 0x118C4, 0x118A4 }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1095 { 0x118C5, 0x118A5 }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1096 { 0x118C6, 0x118A6 }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1097 { 0x118C7, 0x118A7 }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1098 { 0x118C8, 0x118A8 }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1099 { 0x118C9, 0x118A9 }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1100 { 0x118CA, 0x118AA }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1101 { 0x118CB, 0x118AB }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1102 { 0x118CC, 0x118AC }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1103 { 0x118CD, 0x118AD }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1104 { 0x118CE, 0x118AE }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1105 { 0x118CF, 0x118AF }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1106 { 0x118D0, 0x118B0 }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1107 { 0x118D1, 0x118B1 }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1108 { 0x118D2, 0x118B2 }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1109 { 0x118D3, 0x118B3 }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1110 { 0x118D4, 0x118B4 }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1111 { 0x118D5, 0x118B5 }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1112 { 0x118D6, 0x118B6 }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1113 { 0x118D7, 0x118B7 }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1114 { 0x118D8, 0x118B8 }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1115 { 0x118D9, 0x118B9 }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1116 { 0x118DA, 0x118BA }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1117 { 0x118DB, 0x118BB }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1118 { 0x118DC, 0x118BC }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1119 { 0x118DD, 0x118BD }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1120 { 0x118DE, 0x118BE }, |
28aaca2f8869
libunistring: update to Unicode 7.0.0
Daiki Ueno <ueno@gnu.org>
parents:
17873
diff
changeset
|
1121 { 0x118DF, 0x118BF } |
11145
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1122 |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1123 #define MAP(c) uc_totitle (c) |
33928cb804c4
Automatically generated by gen-uni-tables for Unicode 5.1.0.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1124 #include "test-mapping-part2.h" |