imapext-2007

view src/charset/tmap.c @ 0:ada5e610ab86

imap-2007e
author yuuji@gentei.org
date Mon, 14 Sep 2009 15:17:45 +0900
parents
children
line source
1 /* ========================================================================
2 * Copyright 1988-2006 University of Washington
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 *
11 * ========================================================================
12 */
14 /*
15 * Program: Unicode title case mapping table (current as of Unicode 5.0)
16 *
17 * Author: Mark Crispin
18 * Networks and Distributed Computing
19 * Computing & Communications
20 * University of Washington
21 * Administration Building, AG-44
22 * Seattle, WA 98195
23 * Internet: MRC@CAC.Washington.EDU
24 *
25 * Date: 7 April 2006
26 * Last Edited: 6 December 2006
27 */
30 #define UCS4_TMAPMAX 0x2d25 /* size of mapping table */
32 #define UCS4_TMAPHIMIN 0xff41 /* high mapping minimum */
33 #define UCS4_TMAPHIMAX 0xff5a /* high mapping maximum */
34 #define UCS4_TMAPHIMAP 0x20 /* high mapping offset */
36 /* Values for Deseret */
37 #define UCS4_TMAPDESERETMIN 0x10428
38 #define UCS4_TMAPDESERETMAX 0x1044f
39 #define UCS4_TMAPDESERETMAP 0x28
41 static const unsigned short ucs4_tmaptab[UCS4_TMAPMAX+1] = {
42 0x0000,0x0001,0x0002,0x0003,0x0004,0x0005,0x0006,0x0007,
43 0x0008,0x0009,0x000a,0x000b,0x000c,0x000d,0x000e,0x000f,
44 0x0010,0x0011,0x0012,0x0013,0x0014,0x0015,0x0016,0x0017,
45 0x0018,0x0019,0x001a,0x001b,0x001c,0x001d,0x001e,0x001f,
46 0x0020,0x0021,0x0022,0x0023,0x0024,0x0025,0x0026,0x0027,
47 0x0028,0x0029,0x002a,0x002b,0x002c,0x002d,0x002e,0x002f,
48 0x0030,0x0031,0x0032,0x0033,0x0034,0x0035,0x0036,0x0037,
49 0x0038,0x0039,0x003a,0x003b,0x003c,0x003d,0x003e,0x003f,
50 0x0040,0x0041,0x0042,0x0043,0x0044,0x0045,0x0046,0x0047,
51 0x0048,0x0049,0x004a,0x004b,0x004c,0x004d,0x004e,0x004f,
52 0x0050,0x0051,0x0052,0x0053,0x0054,0x0055,0x0056,0x0057,
53 0x0058,0x0059,0x005a,0x005b,0x005c,0x005d,0x005e,0x005f,
54 0x0060,0x0041,0x0042,0x0043,0x0044,0x0045,0x0046,0x0047,
55 0x0048,0x0049,0x004a,0x004b,0x004c,0x004d,0x004e,0x004f,
56 0x0050,0x0051,0x0052,0x0053,0x0054,0x0055,0x0056,0x0057,
57 0x0058,0x0059,0x005a,0x007b,0x007c,0x007d,0x007e,0x007f,
58 0x0080,0x0081,0x0082,0x0083,0x0084,0x0085,0x0086,0x0087,
59 0x0088,0x0089,0x008a,0x008b,0x008c,0x008d,0x008e,0x008f,
60 0x0090,0x0091,0x0092,0x0093,0x0094,0x0095,0x0096,0x0097,
61 0x0098,0x0099,0x009a,0x009b,0x009c,0x009d,0x009e,0x009f,
62 0x00a0,0x00a1,0x00a2,0x00a3,0x00a4,0x00a5,0x00a6,0x00a7,
63 0x00a8,0x00a9,0x00aa,0x00ab,0x00ac,0x00ad,0x00ae,0x00af,
64 0x00b0,0x00b1,0x00b2,0x00b3,0x00b4,0x039c,0x00b6,0x00b7,
65 0x00b8,0x00b9,0x00ba,0x00bb,0x00bc,0x00bd,0x00be,0x00bf,
66 0x00c0,0x00c1,0x00c2,0x00c3,0x00c4,0x00c5,0x00c6,0x00c7,
67 0x00c8,0x00c9,0x00ca,0x00cb,0x00cc,0x00cd,0x00ce,0x00cf,
68 0x00d0,0x00d1,0x00d2,0x00d3,0x00d4,0x00d5,0x00d6,0x00d7,
69 0x00d8,0x00d9,0x00da,0x00db,0x00dc,0x00dd,0x00de,0x00df,
70 0x00c0,0x00c1,0x00c2,0x00c3,0x00c4,0x00c5,0x00c6,0x00c7,
71 0x00c8,0x00c9,0x00ca,0x00cb,0x00cc,0x00cd,0x00ce,0x00cf,
72 0x00d0,0x00d1,0x00d2,0x00d3,0x00d4,0x00d5,0x00d6,0x00f7,
73 0x00d8,0x00d9,0x00da,0x00db,0x00dc,0x00dd,0x00de,0x0178,
74 0x0100,0x0100,0x0102,0x0102,0x0104,0x0104,0x0106,0x0106,
75 0x0108,0x0108,0x010a,0x010a,0x010c,0x010c,0x010e,0x010e,
76 0x0110,0x0110,0x0112,0x0112,0x0114,0x0114,0x0116,0x0116,
77 0x0118,0x0118,0x011a,0x011a,0x011c,0x011c,0x011e,0x011e,
78 0x0120,0x0120,0x0122,0x0122,0x0124,0x0124,0x0126,0x0126,
79 0x0128,0x0128,0x012a,0x012a,0x012c,0x012c,0x012e,0x012e,
80 0x0130,0x0049,0x0132,0x0132,0x0134,0x0134,0x0136,0x0136,
81 0x0138,0x0139,0x0139,0x013b,0x013b,0x013d,0x013d,0x013f,
82 0x013f,0x0141,0x0141,0x0143,0x0143,0x0145,0x0145,0x0147,
83 0x0147,0x0149,0x014a,0x014a,0x014c,0x014c,0x014e,0x014e,
84 0x0150,0x0150,0x0152,0x0152,0x0154,0x0154,0x0156,0x0156,
85 0x0158,0x0158,0x015a,0x015a,0x015c,0x015c,0x015e,0x015e,
86 0x0160,0x0160,0x0162,0x0162,0x0164,0x0164,0x0166,0x0166,
87 0x0168,0x0168,0x016a,0x016a,0x016c,0x016c,0x016e,0x016e,
88 0x0170,0x0170,0x0172,0x0172,0x0174,0x0174,0x0176,0x0176,
89 0x0178,0x0179,0x0179,0x017b,0x017b,0x017d,0x017d,0x0053,
90 0x0243,0x0181,0x0182,0x0182,0x0184,0x0184,0x0186,0x0187,
91 0x0187,0x0189,0x018a,0x018b,0x018b,0x018d,0x018e,0x018f,
92 0x0190,0x0191,0x0191,0x0193,0x0194,0x01f6,0x0196,0x0197,
93 0x0198,0x0198,0x023d,0x019b,0x019c,0x019d,0x0220,0x019f,
94 0x01a0,0x01a0,0x01a2,0x01a2,0x01a4,0x01a4,0x01a6,0x01a7,
95 0x01a7,0x01a9,0x01aa,0x01ab,0x01ac,0x01ac,0x01ae,0x01af,
96 0x01af,0x01b1,0x01b2,0x01b3,0x01b3,0x01b5,0x01b5,0x01b7,
97 0x01b8,0x01b8,0x01ba,0x01bb,0x01bc,0x01bc,0x01be,0x01f7,
98 0x01c0,0x01c1,0x01c2,0x01c3,0x01c5,0x01c5,0x01c5,0x01c8,
99 0x01c8,0x01c8,0x01cb,0x01cb,0x01cb,0x01cd,0x01cd,0x01cf,
100 0x01cf,0x01d1,0x01d1,0x01d3,0x01d3,0x01d5,0x01d5,0x01d7,
101 0x01d7,0x01d9,0x01d9,0x01db,0x01db,0x018e,0x01de,0x01de,
102 0x01e0,0x01e0,0x01e2,0x01e2,0x01e4,0x01e4,0x01e6,0x01e6,
103 0x01e8,0x01e8,0x01ea,0x01ea,0x01ec,0x01ec,0x01ee,0x01ee,
104 0x01f0,0x01f2,0x01f2,0x01f2,0x01f4,0x01f4,0x01f6,0x01f7,
105 0x01f8,0x01f8,0x01fa,0x01fa,0x01fc,0x01fc,0x01fe,0x01fe,
106 0x0200,0x0200,0x0202,0x0202,0x0204,0x0204,0x0206,0x0206,
107 0x0208,0x0208,0x020a,0x020a,0x020c,0x020c,0x020e,0x020e,
108 0x0210,0x0210,0x0212,0x0212,0x0214,0x0214,0x0216,0x0216,
109 0x0218,0x0218,0x021a,0x021a,0x021c,0x021c,0x021e,0x021e,
110 0x0220,0x0221,0x0222,0x0222,0x0224,0x0224,0x0226,0x0226,
111 0x0228,0x0228,0x022a,0x022a,0x022c,0x022c,0x022e,0x022e,
112 0x0230,0x0230,0x0232,0x0232,0x0234,0x0235,0x0236,0x0237,
113 0x0238,0x0239,0x023a,0x023b,0x023b,0x023d,0x023e,0x023f,
114 0x0240,0x0241,0x0241,0x0243,0x0244,0x0245,0x0246,0x0246,
115 0x0248,0x0248,0x024a,0x024a,0x024c,0x024c,0x024e,0x024e,
116 0x0250,0x0251,0x0252,0x0181,0x0186,0x0255,0x0189,0x018a,
117 0x0258,0x018f,0x025a,0x0190,0x025c,0x025d,0x025e,0x025f,
118 0x0193,0x0261,0x0262,0x0194,0x0264,0x0265,0x0266,0x0267,
119 0x0197,0x0196,0x026a,0x2c62,0x026c,0x026d,0x026e,0x019c,
120 0x0270,0x0271,0x019d,0x0273,0x0274,0x019f,0x0276,0x0277,
121 0x0278,0x0279,0x027a,0x027b,0x027c,0x2c64,0x027e,0x027f,
122 0x01a6,0x0281,0x0282,0x01a9,0x0284,0x0285,0x0286,0x0287,
123 0x01ae,0x0244,0x01b1,0x01b2,0x0245,0x028d,0x028e,0x028f,
124 0x0290,0x0291,0x01b7,0x0293,0x0294,0x0295,0x0296,0x0297,
125 0x0298,0x0299,0x029a,0x029b,0x029c,0x029d,0x029e,0x029f,
126 0x02a0,0x02a1,0x02a2,0x02a3,0x02a4,0x02a5,0x02a6,0x02a7,
127 0x02a8,0x02a9,0x02aa,0x02ab,0x02ac,0x02ad,0x02ae,0x02af,
128 0x02b0,0x02b1,0x02b2,0x02b3,0x02b4,0x02b5,0x02b6,0x02b7,
129 0x02b8,0x02b9,0x02ba,0x02bb,0x02bc,0x02bd,0x02be,0x02bf,
130 0x02c0,0x02c1,0x02c2,0x02c3,0x02c4,0x02c5,0x02c6,0x02c7,
131 0x02c8,0x02c9,0x02ca,0x02cb,0x02cc,0x02cd,0x02ce,0x02cf,
132 0x02d0,0x02d1,0x02d2,0x02d3,0x02d4,0x02d5,0x02d6,0x02d7,
133 0x02d8,0x02d9,0x02da,0x02db,0x02dc,0x02dd,0x02de,0x02df,
134 0x02e0,0x02e1,0x02e2,0x02e3,0x02e4,0x02e5,0x02e6,0x02e7,
135 0x02e8,0x02e9,0x02ea,0x02eb,0x02ec,0x02ed,0x02ee,0x02ef,
136 0x02f0,0x02f1,0x02f2,0x02f3,0x02f4,0x02f5,0x02f6,0x02f7,
137 0x02f8,0x02f9,0x02fa,0x02fb,0x02fc,0x02fd,0x02fe,0x02ff,
138 0x0300,0x0301,0x0302,0x0303,0x0304,0x0305,0x0306,0x0307,
139 0x0308,0x0309,0x030a,0x030b,0x030c,0x030d,0x030e,0x030f,
140 0x0310,0x0311,0x0312,0x0313,0x0314,0x0315,0x0316,0x0317,
141 0x0318,0x0319,0x031a,0x031b,0x031c,0x031d,0x031e,0x031f,
142 0x0320,0x0321,0x0322,0x0323,0x0324,0x0325,0x0326,0x0327,
143 0x0328,0x0329,0x032a,0x032b,0x032c,0x032d,0x032e,0x032f,
144 0x0330,0x0331,0x0332,0x0333,0x0334,0x0335,0x0336,0x0337,
145 0x0338,0x0339,0x033a,0x033b,0x033c,0x033d,0x033e,0x033f,
146 0x0340,0x0341,0x0342,0x0343,0x0344,0x0399,0x0346,0x0347,
147 0x0348,0x0349,0x034a,0x034b,0x034c,0x034d,0x034e,0x034f,
148 0x0350,0x0351,0x0352,0x0353,0x0354,0x0355,0x0356,0x0357,
149 0x0358,0x0359,0x035a,0x035b,0x035c,0x035d,0x035e,0x035f,
150 0x0360,0x0361,0x0362,0x0363,0x0364,0x0365,0x0366,0x0367,
151 0x0368,0x0369,0x036a,0x036b,0x036c,0x036d,0x036e,0x036f,
152 0x0370,0x0371,0x0372,0x0373,0x0374,0x0375,0x0376,0x0377,
153 0x0378,0x0379,0x037a,0x03fd,0x03fe,0x03ff,0x037e,0x037f,
154 0x0380,0x0381,0x0382,0x0383,0x0384,0x0385,0x0386,0x0387,
155 0x0388,0x0389,0x038a,0x038b,0x038c,0x038d,0x038e,0x038f,
156 0x0390,0x0391,0x0392,0x0393,0x0394,0x0395,0x0396,0x0397,
157 0x0398,0x0399,0x039a,0x039b,0x039c,0x039d,0x039e,0x039f,
158 0x03a0,0x03a1,0x03a2,0x03a3,0x03a4,0x03a5,0x03a6,0x03a7,
159 0x03a8,0x03a9,0x03aa,0x03ab,0x0386,0x0388,0x0389,0x038a,
160 0x03b0,0x0391,0x0392,0x0393,0x0394,0x0395,0x0396,0x0397,
161 0x0398,0x0399,0x039a,0x039b,0x039c,0x039d,0x039e,0x039f,
162 0x03a0,0x03a1,0x03a3,0x03a3,0x03a4,0x03a5,0x03a6,0x03a7,
163 0x03a8,0x03a9,0x03aa,0x03ab,0x038c,0x038e,0x038f,0x03cf,
164 0x0392,0x0398,0x03d2,0x03d3,0x03d4,0x03a6,0x03a0,0x03d7,
165 0x03d8,0x03d8,0x03da,0x03da,0x03dc,0x03dc,0x03de,0x03de,
166 0x03e0,0x03e0,0x03e2,0x03e2,0x03e4,0x03e4,0x03e6,0x03e6,
167 0x03e8,0x03e8,0x03ea,0x03ea,0x03ec,0x03ec,0x03ee,0x03ee,
168 0x039a,0x03a1,0x03f9,0x03f3,0x03f4,0x0395,0x03f6,0x03f7,
169 0x03f7,0x03f9,0x03fa,0x03fa,0x03fc,0x03fd,0x03fe,0x03ff,
170 0x0400,0x0401,0x0402,0x0403,0x0404,0x0405,0x0406,0x0407,
171 0x0408,0x0409,0x040a,0x040b,0x040c,0x040d,0x040e,0x040f,
172 0x0410,0x0411,0x0412,0x0413,0x0414,0x0415,0x0416,0x0417,
173 0x0418,0x0419,0x041a,0x041b,0x041c,0x041d,0x041e,0x041f,
174 0x0420,0x0421,0x0422,0x0423,0x0424,0x0425,0x0426,0x0427,
175 0x0428,0x0429,0x042a,0x042b,0x042c,0x042d,0x042e,0x042f,
176 0x0410,0x0411,0x0412,0x0413,0x0414,0x0415,0x0416,0x0417,
177 0x0418,0x0419,0x041a,0x041b,0x041c,0x041d,0x041e,0x041f,
178 0x0420,0x0421,0x0422,0x0423,0x0424,0x0425,0x0426,0x0427,
179 0x0428,0x0429,0x042a,0x042b,0x042c,0x042d,0x042e,0x042f,
180 0x0400,0x0401,0x0402,0x0403,0x0404,0x0405,0x0406,0x0407,
181 0x0408,0x0409,0x040a,0x040b,0x040c,0x040d,0x040e,0x040f,
182 0x0460,0x0460,0x0462,0x0462,0x0464,0x0464,0x0466,0x0466,
183 0x0468,0x0468,0x046a,0x046a,0x046c,0x046c,0x046e,0x046e,
184 0x0470,0x0470,0x0472,0x0472,0x0474,0x0474,0x0476,0x0476,
185 0x0478,0x0478,0x047a,0x047a,0x047c,0x047c,0x047e,0x047e,
186 0x0480,0x0480,0x0482,0x0483,0x0484,0x0485,0x0486,0x0487,
187 0x0488,0x0489,0x048a,0x048a,0x048c,0x048c,0x048e,0x048e,
188 0x0490,0x0490,0x0492,0x0492,0x0494,0x0494,0x0496,0x0496,
189 0x0498,0x0498,0x049a,0x049a,0x049c,0x049c,0x049e,0x049e,
190 0x04a0,0x04a0,0x04a2,0x04a2,0x04a4,0x04a4,0x04a6,0x04a6,
191 0x04a8,0x04a8,0x04aa,0x04aa,0x04ac,0x04ac,0x04ae,0x04ae,
192 0x04b0,0x04b0,0x04b2,0x04b2,0x04b4,0x04b4,0x04b6,0x04b6,
193 0x04b8,0x04b8,0x04ba,0x04ba,0x04bc,0x04bc,0x04be,0x04be,
194 0x04c0,0x04c1,0x04c1,0x04c3,0x04c3,0x04c5,0x04c5,0x04c7,
195 0x04c7,0x04c9,0x04c9,0x04cb,0x04cb,0x04cd,0x04cd,0x04c0,
196 0x04d0,0x04d0,0x04d2,0x04d2,0x04d4,0x04d4,0x04d6,0x04d6,
197 0x04d8,0x04d8,0x04da,0x04da,0x04dc,0x04dc,0x04de,0x04de,
198 0x04e0,0x04e0,0x04e2,0x04e2,0x04e4,0x04e4,0x04e6,0x04e6,
199 0x04e8,0x04e8,0x04ea,0x04ea,0x04ec,0x04ec,0x04ee,0x04ee,
200 0x04f0,0x04f0,0x04f2,0x04f2,0x04f4,0x04f4,0x04f6,0x04f6,
201 0x04f8,0x04f8,0x04fa,0x04fa,0x04fc,0x04fc,0x04fe,0x04fe,
202 0x0500,0x0500,0x0502,0x0502,0x0504,0x0504,0x0506,0x0506,
203 0x0508,0x0508,0x050a,0x050a,0x050c,0x050c,0x050e,0x050e,
204 0x0510,0x0510,0x0512,0x0512,0x0514,0x0515,0x0516,0x0517,
205 0x0518,0x0519,0x051a,0x051b,0x051c,0x051d,0x051e,0x051f,
206 0x0520,0x0521,0x0522,0x0523,0x0524,0x0525,0x0526,0x0527,
207 0x0528,0x0529,0x052a,0x052b,0x052c,0x052d,0x052e,0x052f,
208 0x0530,0x0531,0x0532,0x0533,0x0534,0x0535,0x0536,0x0537,
209 0x0538,0x0539,0x053a,0x053b,0x053c,0x053d,0x053e,0x053f,
210 0x0540,0x0541,0x0542,0x0543,0x0544,0x0545,0x0546,0x0547,
211 0x0548,0x0549,0x054a,0x054b,0x054c,0x054d,0x054e,0x054f,
212 0x0550,0x0551,0x0552,0x0553,0x0554,0x0555,0x0556,0x0557,
213 0x0558,0x0559,0x055a,0x055b,0x055c,0x055d,0x055e,0x055f,
214 0x0560,0x0531,0x0532,0x0533,0x0534,0x0535,0x0536,0x0537,
215 0x0538,0x0539,0x053a,0x053b,0x053c,0x053d,0x053e,0x053f,
216 0x0540,0x0541,0x0542,0x0543,0x0544,0x0545,0x0546,0x0547,
217 0x0548,0x0549,0x054a,0x054b,0x054c,0x054d,0x054e,0x054f,
218 0x0550,0x0551,0x0552,0x0553,0x0554,0x0555,0x0556,0x0587,
219 0x0588,0x0589,0x058a,0x058b,0x058c,0x058d,0x058e,0x058f,
220 0x0590,0x0591,0x0592,0x0593,0x0594,0x0595,0x0596,0x0597,
221 0x0598,0x0599,0x059a,0x059b,0x059c,0x059d,0x059e,0x059f,
222 0x05a0,0x05a1,0x05a2,0x05a3,0x05a4,0x05a5,0x05a6,0x05a7,
223 0x05a8,0x05a9,0x05aa,0x05ab,0x05ac,0x05ad,0x05ae,0x05af,
224 0x05b0,0x05b1,0x05b2,0x05b3,0x05b4,0x05b5,0x05b6,0x05b7,
225 0x05b8,0x05b9,0x05ba,0x05bb,0x05bc,0x05bd,0x05be,0x05bf,
226 0x05c0,0x05c1,0x05c2,0x05c3,0x05c4,0x05c5,0x05c6,0x05c7,
227 0x05c8,0x05c9,0x05ca,0x05cb,0x05cc,0x05cd,0x05ce,0x05cf,
228 0x05d0,0x05d1,0x05d2,0x05d3,0x05d4,0x05d5,0x05d6,0x05d7,
229 0x05d8,0x05d9,0x05da,0x05db,0x05dc,0x05dd,0x05de,0x05df,
230 0x05e0,0x05e1,0x05e2,0x05e3,0x05e4,0x05e5,0x05e6,0x05e7,
231 0x05e8,0x05e9,0x05ea,0x05eb,0x05ec,0x05ed,0x05ee,0x05ef,
232 0x05f0,0x05f1,0x05f2,0x05f3,0x05f4,0x05f5,0x05f6,0x05f7,
233 0x05f8,0x05f9,0x05fa,0x05fb,0x05fc,0x05fd,0x05fe,0x05ff,
234 0x0600,0x0601,0x0602,0x0603,0x0604,0x0605,0x0606,0x0607,
235 0x0608,0x0609,0x060a,0x060b,0x060c,0x060d,0x060e,0x060f,
236 0x0610,0x0611,0x0612,0x0613,0x0614,0x0615,0x0616,0x0617,
237 0x0618,0x0619,0x061a,0x061b,0x061c,0x061d,0x061e,0x061f,
238 0x0620,0x0621,0x0622,0x0623,0x0624,0x0625,0x0626,0x0627,
239 0x0628,0x0629,0x062a,0x062b,0x062c,0x062d,0x062e,0x062f,
240 0x0630,0x0631,0x0632,0x0633,0x0634,0x0635,0x0636,0x0637,
241 0x0638,0x0639,0x063a,0x063b,0x063c,0x063d,0x063e,0x063f,
242 0x0640,0x0641,0x0642,0x0643,0x0644,0x0645,0x0646,0x0647,
243 0x0648,0x0649,0x064a,0x064b,0x064c,0x064d,0x064e,0x064f,
244 0x0650,0x0651,0x0652,0x0653,0x0654,0x0655,0x0656,0x0657,
245 0x0658,0x0659,0x065a,0x065b,0x065c,0x065d,0x065e,0x065f,
246 0x0660,0x0661,0x0662,0x0663,0x0664,0x0665,0x0666,0x0667,
247 0x0668,0x0669,0x066a,0x066b,0x066c,0x066d,0x066e,0x066f,
248 0x0670,0x0671,0x0672,0x0673,0x0674,0x0675,0x0676,0x0677,
249 0x0678,0x0679,0x067a,0x067b,0x067c,0x067d,0x067e,0x067f,
250 0x0680,0x0681,0x0682,0x0683,0x0684,0x0685,0x0686,0x0687,
251 0x0688,0x0689,0x068a,0x068b,0x068c,0x068d,0x068e,0x068f,
252 0x0690,0x0691,0x0692,0x0693,0x0694,0x0695,0x0696,0x0697,
253 0x0698,0x0699,0x069a,0x069b,0x069c,0x069d,0x069e,0x069f,
254 0x06a0,0x06a1,0x06a2,0x06a3,0x06a4,0x06a5,0x06a6,0x06a7,
255 0x06a8,0x06a9,0x06aa,0x06ab,0x06ac,0x06ad,0x06ae,0x06af,
256 0x06b0,0x06b1,0x06b2,0x06b3,0x06b4,0x06b5,0x06b6,0x06b7,
257 0x06b8,0x06b9,0x06ba,0x06bb,0x06bc,0x06bd,0x06be,0x06bf,
258 0x06c0,0x06c1,0x06c2,0x06c3,0x06c4,0x06c5,0x06c6,0x06c7,
259 0x06c8,0x06c9,0x06ca,0x06cb,0x06cc,0x06cd,0x06ce,0x06cf,
260 0x06d0,0x06d1,0x06d2,0x06d3,0x06d4,0x06d5,0x06d6,0x06d7,
261 0x06d8,0x06d9,0x06da,0x06db,0x06dc,0x06dd,0x06de,0x06df,
262 0x06e0,0x06e1,0x06e2,0x06e3,0x06e4,0x06e5,0x06e6,0x06e7,
263 0x06e8,0x06e9,0x06ea,0x06eb,0x06ec,0x06ed,0x06ee,0x06ef,
264 0x06f0,0x06f1,0x06f2,0x06f3,0x06f4,0x06f5,0x06f6,0x06f7,
265 0x06f8,0x06f9,0x06fa,0x06fb,0x06fc,0x06fd,0x06fe,0x06ff,
266 0x0700,0x0701,0x0702,0x0703,0x0704,0x0705,0x0706,0x0707,
267 0x0708,0x0709,0x070a,0x070b,0x070c,0x070d,0x070e,0x070f,
268 0x0710,0x0711,0x0712,0x0713,0x0714,0x0715,0x0716,0x0717,
269 0x0718,0x0719,0x071a,0x071b,0x071c,0x071d,0x071e,0x071f,
270 0x0720,0x0721,0x0722,0x0723,0x0724,0x0725,0x0726,0x0727,
271 0x0728,0x0729,0x072a,0x072b,0x072c,0x072d,0x072e,0x072f,
272 0x0730,0x0731,0x0732,0x0733,0x0734,0x0735,0x0736,0x0737,
273 0x0738,0x0739,0x073a,0x073b,0x073c,0x073d,0x073e,0x073f,
274 0x0740,0x0741,0x0742,0x0743,0x0744,0x0745,0x0746,0x0747,
275 0x0748,0x0749,0x074a,0x074b,0x074c,0x074d,0x074e,0x074f,
276 0x0750,0x0751,0x0752,0x0753,0x0754,0x0755,0x0756,0x0757,
277 0x0758,0x0759,0x075a,0x075b,0x075c,0x075d,0x075e,0x075f,
278 0x0760,0x0761,0x0762,0x0763,0x0764,0x0765,0x0766,0x0767,
279 0x0768,0x0769,0x076a,0x076b,0x076c,0x076d,0x076e,0x076f,
280 0x0770,0x0771,0x0772,0x0773,0x0774,0x0775,0x0776,0x0777,
281 0x0778,0x0779,0x077a,0x077b,0x077c,0x077d,0x077e,0x077f,
282 0x0780,0x0781,0x0782,0x0783,0x0784,0x0785,0x0786,0x0787,
283 0x0788,0x0789,0x078a,0x078b,0x078c,0x078d,0x078e,0x078f,
284 0x0790,0x0791,0x0792,0x0793,0x0794,0x0795,0x0796,0x0797,
285 0x0798,0x0799,0x079a,0x079b,0x079c,0x079d,0x079e,0x079f,
286 0x07a0,0x07a1,0x07a2,0x07a3,0x07a4,0x07a5,0x07a6,0x07a7,
287 0x07a8,0x07a9,0x07aa,0x07ab,0x07ac,0x07ad,0x07ae,0x07af,
288 0x07b0,0x07b1,0x07b2,0x07b3,0x07b4,0x07b5,0x07b6,0x07b7,
289 0x07b8,0x07b9,0x07ba,0x07bb,0x07bc,0x07bd,0x07be,0x07bf,
290 0x07c0,0x07c1,0x07c2,0x07c3,0x07c4,0x07c5,0x07c6,0x07c7,
291 0x07c8,0x07c9,0x07ca,0x07cb,0x07cc,0x07cd,0x07ce,0x07cf,
292 0x07d0,0x07d1,0x07d2,0x07d3,0x07d4,0x07d5,0x07d6,0x07d7,
293 0x07d8,0x07d9,0x07da,0x07db,0x07dc,0x07dd,0x07de,0x07df,
294 0x07e0,0x07e1,0x07e2,0x07e3,0x07e4,0x07e5,0x07e6,0x07e7,
295 0x07e8,0x07e9,0x07ea,0x07eb,0x07ec,0x07ed,0x07ee,0x07ef,
296 0x07f0,0x07f1,0x07f2,0x07f3,0x07f4,0x07f5,0x07f6,0x07f7,
297 0x07f8,0x07f9,0x07fa,0x07fb,0x07fc,0x07fd,0x07fe,0x07ff,
298 0x0800,0x0801,0x0802,0x0803,0x0804,0x0805,0x0806,0x0807,
299 0x0808,0x0809,0x080a,0x080b,0x080c,0x080d,0x080e,0x080f,
300 0x0810,0x0811,0x0812,0x0813,0x0814,0x0815,0x0816,0x0817,
301 0x0818,0x0819,0x081a,0x081b,0x081c,0x081d,0x081e,0x081f,
302 0x0820,0x0821,0x0822,0x0823,0x0824,0x0825,0x0826,0x0827,
303 0x0828,0x0829,0x082a,0x082b,0x082c,0x082d,0x082e,0x082f,
304 0x0830,0x0831,0x0832,0x0833,0x0834,0x0835,0x0836,0x0837,
305 0x0838,0x0839,0x083a,0x083b,0x083c,0x083d,0x083e,0x083f,
306 0x0840,0x0841,0x0842,0x0843,0x0844,0x0845,0x0846,0x0847,
307 0x0848,0x0849,0x084a,0x084b,0x084c,0x084d,0x084e,0x084f,
308 0x0850,0x0851,0x0852,0x0853,0x0854,0x0855,0x0856,0x0857,
309 0x0858,0x0859,0x085a,0x085b,0x085c,0x085d,0x085e,0x085f,
310 0x0860,0x0861,0x0862,0x0863,0x0864,0x0865,0x0866,0x0867,
311 0x0868,0x0869,0x086a,0x086b,0x086c,0x086d,0x086e,0x086f,
312 0x0870,0x0871,0x0872,0x0873,0x0874,0x0875,0x0876,0x0877,
313 0x0878,0x0879,0x087a,0x087b,0x087c,0x087d,0x087e,0x087f,
314 0x0880,0x0881,0x0882,0x0883,0x0884,0x0885,0x0886,0x0887,
315 0x0888,0x0889,0x088a,0x088b,0x088c,0x088d,0x088e,0x088f,
316 0x0890,0x0891,0x0892,0x0893,0x0894,0x0895,0x0896,0x0897,
317 0x0898,0x0899,0x089a,0x089b,0x089c,0x089d,0x089e,0x089f,
318 0x08a0,0x08a1,0x08a2,0x08a3,0x08a4,0x08a5,0x08a6,0x08a7,
319 0x08a8,0x08a9,0x08aa,0x08ab,0x08ac,0x08ad,0x08ae,0x08af,
320 0x08b0,0x08b1,0x08b2,0x08b3,0x08b4,0x08b5,0x08b6,0x08b7,
321 0x08b8,0x08b9,0x08ba,0x08bb,0x08bc,0x08bd,0x08be,0x08bf,
322 0x08c0,0x08c1,0x08c2,0x08c3,0x08c4,0x08c5,0x08c6,0x08c7,
323 0x08c8,0x08c9,0x08ca,0x08cb,0x08cc,0x08cd,0x08ce,0x08cf,
324 0x08d0,0x08d1,0x08d2,0x08d3,0x08d4,0x08d5,0x08d6,0x08d7,
325 0x08d8,0x08d9,0x08da,0x08db,0x08dc,0x08dd,0x08de,0x08df,
326 0x08e0,0x08e1,0x08e2,0x08e3,0x08e4,0x08e5,0x08e6,0x08e7,
327 0x08e8,0x08e9,0x08ea,0x08eb,0x08ec,0x08ed,0x08ee,0x08ef,
328 0x08f0,0x08f1,0x08f2,0x08f3,0x08f4,0x08f5,0x08f6,0x08f7,
329 0x08f8,0x08f9,0x08fa,0x08fb,0x08fc,0x08fd,0x08fe,0x08ff,
330 0x0900,0x0901,0x0902,0x0903,0x0904,0x0905,0x0906,0x0907,
331 0x0908,0x0909,0x090a,0x090b,0x090c,0x090d,0x090e,0x090f,
332 0x0910,0x0911,0x0912,0x0913,0x0914,0x0915,0x0916,0x0917,
333 0x0918,0x0919,0x091a,0x091b,0x091c,0x091d,0x091e,0x091f,
334 0x0920,0x0921,0x0922,0x0923,0x0924,0x0925,0x0926,0x0927,
335 0x0928,0x0929,0x092a,0x092b,0x092c,0x092d,0x092e,0x092f,
336 0x0930,0x0931,0x0932,0x0933,0x0934,0x0935,0x0936,0x0937,
337 0x0938,0x0939,0x093a,0x093b,0x093c,0x093d,0x093e,0x093f,
338 0x0940,0x0941,0x0942,0x0943,0x0944,0x0945,0x0946,0x0947,
339 0x0948,0x0949,0x094a,0x094b,0x094c,0x094d,0x094e,0x094f,
340 0x0950,0x0951,0x0952,0x0953,0x0954,0x0955,0x0956,0x0957,
341 0x0958,0x0959,0x095a,0x095b,0x095c,0x095d,0x095e,0x095f,
342 0x0960,0x0961,0x0962,0x0963,0x0964,0x0965,0x0966,0x0967,
343 0x0968,0x0969,0x096a,0x096b,0x096c,0x096d,0x096e,0x096f,
344 0x0970,0x0971,0x0972,0x0973,0x0974,0x0975,0x0976,0x0977,
345 0x0978,0x0979,0x097a,0x097b,0x097c,0x097d,0x097e,0x097f,
346 0x0980,0x0981,0x0982,0x0983,0x0984,0x0985,0x0986,0x0987,
347 0x0988,0x0989,0x098a,0x098b,0x098c,0x098d,0x098e,0x098f,
348 0x0990,0x0991,0x0992,0x0993,0x0994,0x0995,0x0996,0x0997,
349 0x0998,0x0999,0x099a,0x099b,0x099c,0x099d,0x099e,0x099f,
350 0x09a0,0x09a1,0x09a2,0x09a3,0x09a4,0x09a5,0x09a6,0x09a7,
351 0x09a8,0x09a9,0x09aa,0x09ab,0x09ac,0x09ad,0x09ae,0x09af,
352 0x09b0,0x09b1,0x09b2,0x09b3,0x09b4,0x09b5,0x09b6,0x09b7,
353 0x09b8,0x09b9,0x09ba,0x09bb,0x09bc,0x09bd,0x09be,0x09bf,
354 0x09c0,0x09c1,0x09c2,0x09c3,0x09c4,0x09c5,0x09c6,0x09c7,
355 0x09c8,0x09c9,0x09ca,0x09cb,0x09cc,0x09cd,0x09ce,0x09cf,
356 0x09d0,0x09d1,0x09d2,0x09d3,0x09d4,0x09d5,0x09d6,0x09d7,
357 0x09d8,0x09d9,0x09da,0x09db,0x09dc,0x09dd,0x09de,0x09df,
358 0x09e0,0x09e1,0x09e2,0x09e3,0x09e4,0x09e5,0x09e6,0x09e7,
359 0x09e8,0x09e9,0x09ea,0x09eb,0x09ec,0x09ed,0x09ee,0x09ef,
360 0x09f0,0x09f1,0x09f2,0x09f3,0x09f4,0x09f5,0x09f6,0x09f7,
361 0x09f8,0x09f9,0x09fa,0x09fb,0x09fc,0x09fd,0x09fe,0x09ff,
362 0x0a00,0x0a01,0x0a02,0x0a03,0x0a04,0x0a05,0x0a06,0x0a07,
363 0x0a08,0x0a09,0x0a0a,0x0a0b,0x0a0c,0x0a0d,0x0a0e,0x0a0f,
364 0x0a10,0x0a11,0x0a12,0x0a13,0x0a14,0x0a15,0x0a16,0x0a17,
365 0x0a18,0x0a19,0x0a1a,0x0a1b,0x0a1c,0x0a1d,0x0a1e,0x0a1f,
366 0x0a20,0x0a21,0x0a22,0x0a23,0x0a24,0x0a25,0x0a26,0x0a27,
367 0x0a28,0x0a29,0x0a2a,0x0a2b,0x0a2c,0x0a2d,0x0a2e,0x0a2f,
368 0x0a30,0x0a31,0x0a32,0x0a33,0x0a34,0x0a35,0x0a36,0x0a37,
369 0x0a38,0x0a39,0x0a3a,0x0a3b,0x0a3c,0x0a3d,0x0a3e,0x0a3f,
370 0x0a40,0x0a41,0x0a42,0x0a43,0x0a44,0x0a45,0x0a46,0x0a47,
371 0x0a48,0x0a49,0x0a4a,0x0a4b,0x0a4c,0x0a4d,0x0a4e,0x0a4f,
372 0x0a50,0x0a51,0x0a52,0x0a53,0x0a54,0x0a55,0x0a56,0x0a57,
373 0x0a58,0x0a59,0x0a5a,0x0a5b,0x0a5c,0x0a5d,0x0a5e,0x0a5f,
374 0x0a60,0x0a61,0x0a62,0x0a63,0x0a64,0x0a65,0x0a66,0x0a67,
375 0x0a68,0x0a69,0x0a6a,0x0a6b,0x0a6c,0x0a6d,0x0a6e,0x0a6f,
376 0x0a70,0x0a71,0x0a72,0x0a73,0x0a74,0x0a75,0x0a76,0x0a77,
377 0x0a78,0x0a79,0x0a7a,0x0a7b,0x0a7c,0x0a7d,0x0a7e,0x0a7f,
378 0x0a80,0x0a81,0x0a82,0x0a83,0x0a84,0x0a85,0x0a86,0x0a87,
379 0x0a88,0x0a89,0x0a8a,0x0a8b,0x0a8c,0x0a8d,0x0a8e,0x0a8f,
380 0x0a90,0x0a91,0x0a92,0x0a93,0x0a94,0x0a95,0x0a96,0x0a97,
381 0x0a98,0x0a99,0x0a9a,0x0a9b,0x0a9c,0x0a9d,0x0a9e,0x0a9f,
382 0x0aa0,0x0aa1,0x0aa2,0x0aa3,0x0aa4,0x0aa5,0x0aa6,0x0aa7,
383 0x0aa8,0x0aa9,0x0aaa,0x0aab,0x0aac,0x0aad,0x0aae,0x0aaf,
384 0x0ab0,0x0ab1,0x0ab2,0x0ab3,0x0ab4,0x0ab5,0x0ab6,0x0ab7,
385 0x0ab8,0x0ab9,0x0aba,0x0abb,0x0abc,0x0abd,0x0abe,0x0abf,
386 0x0ac0,0x0ac1,0x0ac2,0x0ac3,0x0ac4,0x0ac5,0x0ac6,0x0ac7,
387 0x0ac8,0x0ac9,0x0aca,0x0acb,0x0acc,0x0acd,0x0ace,0x0acf,
388 0x0ad0,0x0ad1,0x0ad2,0x0ad3,0x0ad4,0x0ad5,0x0ad6,0x0ad7,
389 0x0ad8,0x0ad9,0x0ada,0x0adb,0x0adc,0x0add,0x0ade,0x0adf,
390 0x0ae0,0x0ae1,0x0ae2,0x0ae3,0x0ae4,0x0ae5,0x0ae6,0x0ae7,
391 0x0ae8,0x0ae9,0x0aea,0x0aeb,0x0aec,0x0aed,0x0aee,0x0aef,
392 0x0af0,0x0af1,0x0af2,0x0af3,0x0af4,0x0af5,0x0af6,0x0af7,
393 0x0af8,0x0af9,0x0afa,0x0afb,0x0afc,0x0afd,0x0afe,0x0aff,
394 0x0b00,0x0b01,0x0b02,0x0b03,0x0b04,0x0b05,0x0b06,0x0b07,
395 0x0b08,0x0b09,0x0b0a,0x0b0b,0x0b0c,0x0b0d,0x0b0e,0x0b0f,
396 0x0b10,0x0b11,0x0b12,0x0b13,0x0b14,0x0b15,0x0b16,0x0b17,
397 0x0b18,0x0b19,0x0b1a,0x0b1b,0x0b1c,0x0b1d,0x0b1e,0x0b1f,
398 0x0b20,0x0b21,0x0b22,0x0b23,0x0b24,0x0b25,0x0b26,0x0b27,
399 0x0b28,0x0b29,0x0b2a,0x0b2b,0x0b2c,0x0b2d,0x0b2e,0x0b2f,
400 0x0b30,0x0b31,0x0b32,0x0b33,0x0b34,0x0b35,0x0b36,0x0b37,
401 0x0b38,0x0b39,0x0b3a,0x0b3b,0x0b3c,0x0b3d,0x0b3e,0x0b3f,
402 0x0b40,0x0b41,0x0b42,0x0b43,0x0b44,0x0b45,0x0b46,0x0b47,
403 0x0b48,0x0b49,0x0b4a,0x0b4b,0x0b4c,0x0b4d,0x0b4e,0x0b4f,
404 0x0b50,0x0b51,0x0b52,0x0b53,0x0b54,0x0b55,0x0b56,0x0b57,
405 0x0b58,0x0b59,0x0b5a,0x0b5b,0x0b5c,0x0b5d,0x0b5e,0x0b5f,
406 0x0b60,0x0b61,0x0b62,0x0b63,0x0b64,0x0b65,0x0b66,0x0b67,
407 0x0b68,0x0b69,0x0b6a,0x0b6b,0x0b6c,0x0b6d,0x0b6e,0x0b6f,
408 0x0b70,0x0b71,0x0b72,0x0b73,0x0b74,0x0b75,0x0b76,0x0b77,
409 0x0b78,0x0b79,0x0b7a,0x0b7b,0x0b7c,0x0b7d,0x0b7e,0x0b7f,
410 0x0b80,0x0b81,0x0b82,0x0b83,0x0b84,0x0b85,0x0b86,0x0b87,
411 0x0b88,0x0b89,0x0b8a,0x0b8b,0x0b8c,0x0b8d,0x0b8e,0x0b8f,
412 0x0b90,0x0b91,0x0b92,0x0b93,0x0b94,0x0b95,0x0b96,0x0b97,
413 0x0b98,0x0b99,0x0b9a,0x0b9b,0x0b9c,0x0b9d,0x0b9e,0x0b9f,
414 0x0ba0,0x0ba1,0x0ba2,0x0ba3,0x0ba4,0x0ba5,0x0ba6,0x0ba7,
415 0x0ba8,0x0ba9,0x0baa,0x0bab,0x0bac,0x0bad,0x0bae,0x0baf,
416 0x0bb0,0x0bb1,0x0bb2,0x0bb3,0x0bb4,0x0bb5,0x0bb6,0x0bb7,
417 0x0bb8,0x0bb9,0x0bba,0x0bbb,0x0bbc,0x0bbd,0x0bbe,0x0bbf,
418 0x0bc0,0x0bc1,0x0bc2,0x0bc3,0x0bc4,0x0bc5,0x0bc6,0x0bc7,
419 0x0bc8,0x0bc9,0x0bca,0x0bcb,0x0bcc,0x0bcd,0x0bce,0x0bcf,
420 0x0bd0,0x0bd1,0x0bd2,0x0bd3,0x0bd4,0x0bd5,0x0bd6,0x0bd7,
421 0x0bd8,0x0bd9,0x0bda,0x0bdb,0x0bdc,0x0bdd,0x0bde,0x0bdf,
422 0x0be0,0x0be1,0x0be2,0x0be3,0x0be4,0x0be5,0x0be6,0x0be7,
423 0x0be8,0x0be9,0x0bea,0x0beb,0x0bec,0x0bed,0x0bee,0x0bef,
424 0x0bf0,0x0bf1,0x0bf2,0x0bf3,0x0bf4,0x0bf5,0x0bf6,0x0bf7,
425 0x0bf8,0x0bf9,0x0bfa,0x0bfb,0x0bfc,0x0bfd,0x0bfe,0x0bff,
426 0x0c00,0x0c01,0x0c02,0x0c03,0x0c04,0x0c05,0x0c06,0x0c07,
427 0x0c08,0x0c09,0x0c0a,0x0c0b,0x0c0c,0x0c0d,0x0c0e,0x0c0f,
428 0x0c10,0x0c11,0x0c12,0x0c13,0x0c14,0x0c15,0x0c16,0x0c17,
429 0x0c18,0x0c19,0x0c1a,0x0c1b,0x0c1c,0x0c1d,0x0c1e,0x0c1f,
430 0x0c20,0x0c21,0x0c22,0x0c23,0x0c24,0x0c25,0x0c26,0x0c27,
431 0x0c28,0x0c29,0x0c2a,0x0c2b,0x0c2c,0x0c2d,0x0c2e,0x0c2f,
432 0x0c30,0x0c31,0x0c32,0x0c33,0x0c34,0x0c35,0x0c36,0x0c37,
433 0x0c38,0x0c39,0x0c3a,0x0c3b,0x0c3c,0x0c3d,0x0c3e,0x0c3f,
434 0x0c40,0x0c41,0x0c42,0x0c43,0x0c44,0x0c45,0x0c46,0x0c47,
435 0x0c48,0x0c49,0x0c4a,0x0c4b,0x0c4c,0x0c4d,0x0c4e,0x0c4f,
436 0x0c50,0x0c51,0x0c52,0x0c53,0x0c54,0x0c55,0x0c56,0x0c57,
437 0x0c58,0x0c59,0x0c5a,0x0c5b,0x0c5c,0x0c5d,0x0c5e,0x0c5f,
438 0x0c60,0x0c61,0x0c62,0x0c63,0x0c64,0x0c65,0x0c66,0x0c67,
439 0x0c68,0x0c69,0x0c6a,0x0c6b,0x0c6c,0x0c6d,0x0c6e,0x0c6f,
440 0x0c70,0x0c71,0x0c72,0x0c73,0x0c74,0x0c75,0x0c76,0x0c77,
441 0x0c78,0x0c79,0x0c7a,0x0c7b,0x0c7c,0x0c7d,0x0c7e,0x0c7f,
442 0x0c80,0x0c81,0x0c82,0x0c83,0x0c84,0x0c85,0x0c86,0x0c87,
443 0x0c88,0x0c89,0x0c8a,0x0c8b,0x0c8c,0x0c8d,0x0c8e,0x0c8f,
444 0x0c90,0x0c91,0x0c92,0x0c93,0x0c94,0x0c95,0x0c96,0x0c97,
445 0x0c98,0x0c99,0x0c9a,0x0c9b,0x0c9c,0x0c9d,0x0c9e,0x0c9f,
446 0x0ca0,0x0ca1,0x0ca2,0x0ca3,0x0ca4,0x0ca5,0x0ca6,0x0ca7,
447 0x0ca8,0x0ca9,0x0caa,0x0cab,0x0cac,0x0cad,0x0cae,0x0caf,
448 0x0cb0,0x0cb1,0x0cb2,0x0cb3,0x0cb4,0x0cb5,0x0cb6,0x0cb7,
449 0x0cb8,0x0cb9,0x0cba,0x0cbb,0x0cbc,0x0cbd,0x0cbe,0x0cbf,
450 0x0cc0,0x0cc1,0x0cc2,0x0cc3,0x0cc4,0x0cc5,0x0cc6,0x0cc7,
451 0x0cc8,0x0cc9,0x0cca,0x0ccb,0x0ccc,0x0ccd,0x0cce,0x0ccf,
452 0x0cd0,0x0cd1,0x0cd2,0x0cd3,0x0cd4,0x0cd5,0x0cd6,0x0cd7,
453 0x0cd8,0x0cd9,0x0cda,0x0cdb,0x0cdc,0x0cdd,0x0cde,0x0cdf,
454 0x0ce0,0x0ce1,0x0ce2,0x0ce3,0x0ce4,0x0ce5,0x0ce6,0x0ce7,
455 0x0ce8,0x0ce9,0x0cea,0x0ceb,0x0cec,0x0ced,0x0cee,0x0cef,
456 0x0cf0,0x0cf1,0x0cf2,0x0cf3,0x0cf4,0x0cf5,0x0cf6,0x0cf7,
457 0x0cf8,0x0cf9,0x0cfa,0x0cfb,0x0cfc,0x0cfd,0x0cfe,0x0cff,
458 0x0d00,0x0d01,0x0d02,0x0d03,0x0d04,0x0d05,0x0d06,0x0d07,
459 0x0d08,0x0d09,0x0d0a,0x0d0b,0x0d0c,0x0d0d,0x0d0e,0x0d0f,
460 0x0d10,0x0d11,0x0d12,0x0d13,0x0d14,0x0d15,0x0d16,0x0d17,
461 0x0d18,0x0d19,0x0d1a,0x0d1b,0x0d1c,0x0d1d,0x0d1e,0x0d1f,
462 0x0d20,0x0d21,0x0d22,0x0d23,0x0d24,0x0d25,0x0d26,0x0d27,
463 0x0d28,0x0d29,0x0d2a,0x0d2b,0x0d2c,0x0d2d,0x0d2e,0x0d2f,
464 0x0d30,0x0d31,0x0d32,0x0d33,0x0d34,0x0d35,0x0d36,0x0d37,
465 0x0d38,0x0d39,0x0d3a,0x0d3b,0x0d3c,0x0d3d,0x0d3e,0x0d3f,
466 0x0d40,0x0d41,0x0d42,0x0d43,0x0d44,0x0d45,0x0d46,0x0d47,
467 0x0d48,0x0d49,0x0d4a,0x0d4b,0x0d4c,0x0d4d,0x0d4e,0x0d4f,
468 0x0d50,0x0d51,0x0d52,0x0d53,0x0d54,0x0d55,0x0d56,0x0d57,
469 0x0d58,0x0d59,0x0d5a,0x0d5b,0x0d5c,0x0d5d,0x0d5e,0x0d5f,
470 0x0d60,0x0d61,0x0d62,0x0d63,0x0d64,0x0d65,0x0d66,0x0d67,
471 0x0d68,0x0d69,0x0d6a,0x0d6b,0x0d6c,0x0d6d,0x0d6e,0x0d6f,
472 0x0d70,0x0d71,0x0d72,0x0d73,0x0d74,0x0d75,0x0d76,0x0d77,
473 0x0d78,0x0d79,0x0d7a,0x0d7b,0x0d7c,0x0d7d,0x0d7e,0x0d7f,
474 0x0d80,0x0d81,0x0d82,0x0d83,0x0d84,0x0d85,0x0d86,0x0d87,
475 0x0d88,0x0d89,0x0d8a,0x0d8b,0x0d8c,0x0d8d,0x0d8e,0x0d8f,
476 0x0d90,0x0d91,0x0d92,0x0d93,0x0d94,0x0d95,0x0d96,0x0d97,
477 0x0d98,0x0d99,0x0d9a,0x0d9b,0x0d9c,0x0d9d,0x0d9e,0x0d9f,
478 0x0da0,0x0da1,0x0da2,0x0da3,0x0da4,0x0da5,0x0da6,0x0da7,
479 0x0da8,0x0da9,0x0daa,0x0dab,0x0dac,0x0dad,0x0dae,0x0daf,
480 0x0db0,0x0db1,0x0db2,0x0db3,0x0db4,0x0db5,0x0db6,0x0db7,
481 0x0db8,0x0db9,0x0dba,0x0dbb,0x0dbc,0x0dbd,0x0dbe,0x0dbf,
482 0x0dc0,0x0dc1,0x0dc2,0x0dc3,0x0dc4,0x0dc5,0x0dc6,0x0dc7,
483 0x0dc8,0x0dc9,0x0dca,0x0dcb,0x0dcc,0x0dcd,0x0dce,0x0dcf,
484 0x0dd0,0x0dd1,0x0dd2,0x0dd3,0x0dd4,0x0dd5,0x0dd6,0x0dd7,
485 0x0dd8,0x0dd9,0x0dda,0x0ddb,0x0ddc,0x0ddd,0x0dde,0x0ddf,
486 0x0de0,0x0de1,0x0de2,0x0de3,0x0de4,0x0de5,0x0de6,0x0de7,
487 0x0de8,0x0de9,0x0dea,0x0deb,0x0dec,0x0ded,0x0dee,0x0def,
488 0x0df0,0x0df1,0x0df2,0x0df3,0x0df4,0x0df5,0x0df6,0x0df7,
489 0x0df8,0x0df9,0x0dfa,0x0dfb,0x0dfc,0x0dfd,0x0dfe,0x0dff,
490 0x0e00,0x0e01,0x0e02,0x0e03,0x0e04,0x0e05,0x0e06,0x0e07,
491 0x0e08,0x0e09,0x0e0a,0x0e0b,0x0e0c,0x0e0d,0x0e0e,0x0e0f,
492 0x0e10,0x0e11,0x0e12,0x0e13,0x0e14,0x0e15,0x0e16,0x0e17,
493 0x0e18,0x0e19,0x0e1a,0x0e1b,0x0e1c,0x0e1d,0x0e1e,0x0e1f,
494 0x0e20,0x0e21,0x0e22,0x0e23,0x0e24,0x0e25,0x0e26,0x0e27,
495 0x0e28,0x0e29,0x0e2a,0x0e2b,0x0e2c,0x0e2d,0x0e2e,0x0e2f,
496 0x0e30,0x0e31,0x0e32,0x0e33,0x0e34,0x0e35,0x0e36,0x0e37,
497 0x0e38,0x0e39,0x0e3a,0x0e3b,0x0e3c,0x0e3d,0x0e3e,0x0e3f,
498 0x0e40,0x0e41,0x0e42,0x0e43,0x0e44,0x0e45,0x0e46,0x0e47,
499 0x0e48,0x0e49,0x0e4a,0x0e4b,0x0e4c,0x0e4d,0x0e4e,0x0e4f,
500 0x0e50,0x0e51,0x0e52,0x0e53,0x0e54,0x0e55,0x0e56,0x0e57,
501 0x0e58,0x0e59,0x0e5a,0x0e5b,0x0e5c,0x0e5d,0x0e5e,0x0e5f,
502 0x0e60,0x0e61,0x0e62,0x0e63,0x0e64,0x0e65,0x0e66,0x0e67,
503 0x0e68,0x0e69,0x0e6a,0x0e6b,0x0e6c,0x0e6d,0x0e6e,0x0e6f,
504 0x0e70,0x0e71,0x0e72,0x0e73,0x0e74,0x0e75,0x0e76,0x0e77,
505 0x0e78,0x0e79,0x0e7a,0x0e7b,0x0e7c,0x0e7d,0x0e7e,0x0e7f,
506 0x0e80,0x0e81,0x0e82,0x0e83,0x0e84,0x0e85,0x0e86,0x0e87,
507 0x0e88,0x0e89,0x0e8a,0x0e8b,0x0e8c,0x0e8d,0x0e8e,0x0e8f,
508 0x0e90,0x0e91,0x0e92,0x0e93,0x0e94,0x0e95,0x0e96,0x0e97,
509 0x0e98,0x0e99,0x0e9a,0x0e9b,0x0e9c,0x0e9d,0x0e9e,0x0e9f,
510 0x0ea0,0x0ea1,0x0ea2,0x0ea3,0x0ea4,0x0ea5,0x0ea6,0x0ea7,
511 0x0ea8,0x0ea9,0x0eaa,0x0eab,0x0eac,0x0ead,0x0eae,0x0eaf,
512 0x0eb0,0x0eb1,0x0eb2,0x0eb3,0x0eb4,0x0eb5,0x0eb6,0x0eb7,
513 0x0eb8,0x0eb9,0x0eba,0x0ebb,0x0ebc,0x0ebd,0x0ebe,0x0ebf,
514 0x0ec0,0x0ec1,0x0ec2,0x0ec3,0x0ec4,0x0ec5,0x0ec6,0x0ec7,
515 0x0ec8,0x0ec9,0x0eca,0x0ecb,0x0ecc,0x0ecd,0x0ece,0x0ecf,
516 0x0ed0,0x0ed1,0x0ed2,0x0ed3,0x0ed4,0x0ed5,0x0ed6,0x0ed7,
517 0x0ed8,0x0ed9,0x0eda,0x0edb,0x0edc,0x0edd,0x0ede,0x0edf,
518 0x0ee0,0x0ee1,0x0ee2,0x0ee3,0x0ee4,0x0ee5,0x0ee6,0x0ee7,
519 0x0ee8,0x0ee9,0x0eea,0x0eeb,0x0eec,0x0eed,0x0eee,0x0eef,
520 0x0ef0,0x0ef1,0x0ef2,0x0ef3,0x0ef4,0x0ef5,0x0ef6,0x0ef7,
521 0x0ef8,0x0ef9,0x0efa,0x0efb,0x0efc,0x0efd,0x0efe,0x0eff,
522 0x0f00,0x0f01,0x0f02,0x0f03,0x0f04,0x0f05,0x0f06,0x0f07,
523 0x0f08,0x0f09,0x0f0a,0x0f0b,0x0f0c,0x0f0d,0x0f0e,0x0f0f,
524 0x0f10,0x0f11,0x0f12,0x0f13,0x0f14,0x0f15,0x0f16,0x0f17,
525 0x0f18,0x0f19,0x0f1a,0x0f1b,0x0f1c,0x0f1d,0x0f1e,0x0f1f,
526 0x0f20,0x0f21,0x0f22,0x0f23,0x0f24,0x0f25,0x0f26,0x0f27,
527 0x0f28,0x0f29,0x0f2a,0x0f2b,0x0f2c,0x0f2d,0x0f2e,0x0f2f,
528 0x0f30,0x0f31,0x0f32,0x0f33,0x0f34,0x0f35,0x0f36,0x0f37,
529 0x0f38,0x0f39,0x0f3a,0x0f3b,0x0f3c,0x0f3d,0x0f3e,0x0f3f,
530 0x0f40,0x0f41,0x0f42,0x0f43,0x0f44,0x0f45,0x0f46,0x0f47,
531 0x0f48,0x0f49,0x0f4a,0x0f4b,0x0f4c,0x0f4d,0x0f4e,0x0f4f,
532 0x0f50,0x0f51,0x0f52,0x0f53,0x0f54,0x0f55,0x0f56,0x0f57,
533 0x0f58,0x0f59,0x0f5a,0x0f5b,0x0f5c,0x0f5d,0x0f5e,0x0f5f,
534 0x0f60,0x0f61,0x0f62,0x0f63,0x0f64,0x0f65,0x0f66,0x0f67,
535 0x0f68,0x0f69,0x0f6a,0x0f6b,0x0f6c,0x0f6d,0x0f6e,0x0f6f,
536 0x0f70,0x0f71,0x0f72,0x0f73,0x0f74,0x0f75,0x0f76,0x0f77,
537 0x0f78,0x0f79,0x0f7a,0x0f7b,0x0f7c,0x0f7d,0x0f7e,0x0f7f,
538 0x0f80,0x0f81,0x0f82,0x0f83,0x0f84,0x0f85,0x0f86,0x0f87,
539 0x0f88,0x0f89,0x0f8a,0x0f8b,0x0f8c,0x0f8d,0x0f8e,0x0f8f,
540 0x0f90,0x0f91,0x0f92,0x0f93,0x0f94,0x0f95,0x0f96,0x0f97,
541 0x0f98,0x0f99,0x0f9a,0x0f9b,0x0f9c,0x0f9d,0x0f9e,0x0f9f,
542 0x0fa0,0x0fa1,0x0fa2,0x0fa3,0x0fa4,0x0fa5,0x0fa6,0x0fa7,
543 0x0fa8,0x0fa9,0x0faa,0x0fab,0x0fac,0x0fad,0x0fae,0x0faf,
544 0x0fb0,0x0fb1,0x0fb2,0x0fb3,0x0fb4,0x0fb5,0x0fb6,0x0fb7,
545 0x0fb8,0x0fb9,0x0fba,0x0fbb,0x0fbc,0x0fbd,0x0fbe,0x0fbf,
546 0x0fc0,0x0fc1,0x0fc2,0x0fc3,0x0fc4,0x0fc5,0x0fc6,0x0fc7,
547 0x0fc8,0x0fc9,0x0fca,0x0fcb,0x0fcc,0x0fcd,0x0fce,0x0fcf,
548 0x0fd0,0x0fd1,0x0fd2,0x0fd3,0x0fd4,0x0fd5,0x0fd6,0x0fd7,
549 0x0fd8,0x0fd9,0x0fda,0x0fdb,0x0fdc,0x0fdd,0x0fde,0x0fdf,
550 0x0fe0,0x0fe1,0x0fe2,0x0fe3,0x0fe4,0x0fe5,0x0fe6,0x0fe7,
551 0x0fe8,0x0fe9,0x0fea,0x0feb,0x0fec,0x0fed,0x0fee,0x0fef,
552 0x0ff0,0x0ff1,0x0ff2,0x0ff3,0x0ff4,0x0ff5,0x0ff6,0x0ff7,
553 0x0ff8,0x0ff9,0x0ffa,0x0ffb,0x0ffc,0x0ffd,0x0ffe,0x0fff,
554 0x1000,0x1001,0x1002,0x1003,0x1004,0x1005,0x1006,0x1007,
555 0x1008,0x1009,0x100a,0x100b,0x100c,0x100d,0x100e,0x100f,
556 0x1010,0x1011,0x1012,0x1013,0x1014,0x1015,0x1016,0x1017,
557 0x1018,0x1019,0x101a,0x101b,0x101c,0x101d,0x101e,0x101f,
558 0x1020,0x1021,0x1022,0x1023,0x1024,0x1025,0x1026,0x1027,
559 0x1028,0x1029,0x102a,0x102b,0x102c,0x102d,0x102e,0x102f,
560 0x1030,0x1031,0x1032,0x1033,0x1034,0x1035,0x1036,0x1037,
561 0x1038,0x1039,0x103a,0x103b,0x103c,0x103d,0x103e,0x103f,
562 0x1040,0x1041,0x1042,0x1043,0x1044,0x1045,0x1046,0x1047,
563 0x1048,0x1049,0x104a,0x104b,0x104c,0x104d,0x104e,0x104f,
564 0x1050,0x1051,0x1052,0x1053,0x1054,0x1055,0x1056,0x1057,
565 0x1058,0x1059,0x105a,0x105b,0x105c,0x105d,0x105e,0x105f,
566 0x1060,0x1061,0x1062,0x1063,0x1064,0x1065,0x1066,0x1067,
567 0x1068,0x1069,0x106a,0x106b,0x106c,0x106d,0x106e,0x106f,
568 0x1070,0x1071,0x1072,0x1073,0x1074,0x1075,0x1076,0x1077,
569 0x1078,0x1079,0x107a,0x107b,0x107c,0x107d,0x107e,0x107f,
570 0x1080,0x1081,0x1082,0x1083,0x1084,0x1085,0x1086,0x1087,
571 0x1088,0x1089,0x108a,0x108b,0x108c,0x108d,0x108e,0x108f,
572 0x1090,0x1091,0x1092,0x1093,0x1094,0x1095,0x1096,0x1097,
573 0x1098,0x1099,0x109a,0x109b,0x109c,0x109d,0x109e,0x109f,
574 0x10a0,0x10a1,0x10a2,0x10a3,0x10a4,0x10a5,0x10a6,0x10a7,
575 0x10a8,0x10a9,0x10aa,0x10ab,0x10ac,0x10ad,0x10ae,0x10af,
576 0x10b0,0x10b1,0x10b2,0x10b3,0x10b4,0x10b5,0x10b6,0x10b7,
577 0x10b8,0x10b9,0x10ba,0x10bb,0x10bc,0x10bd,0x10be,0x10bf,
578 0x10c0,0x10c1,0x10c2,0x10c3,0x10c4,0x10c5,0x10c6,0x10c7,
579 0x10c8,0x10c9,0x10ca,0x10cb,0x10cc,0x10cd,0x10ce,0x10cf,
580 0x10d0,0x10d1,0x10d2,0x10d3,0x10d4,0x10d5,0x10d6,0x10d7,
581 0x10d8,0x10d9,0x10da,0x10db,0x10dc,0x10dd,0x10de,0x10df,
582 0x10e0,0x10e1,0x10e2,0x10e3,0x10e4,0x10e5,0x10e6,0x10e7,
583 0x10e8,0x10e9,0x10ea,0x10eb,0x10ec,0x10ed,0x10ee,0x10ef,
584 0x10f0,0x10f1,0x10f2,0x10f3,0x10f4,0x10f5,0x10f6,0x10f7,
585 0x10f8,0x10f9,0x10fa,0x10fb,0x10fc,0x10fd,0x10fe,0x10ff,
586 0x1100,0x1101,0x1102,0x1103,0x1104,0x1105,0x1106,0x1107,
587 0x1108,0x1109,0x110a,0x110b,0x110c,0x110d,0x110e,0x110f,
588 0x1110,0x1111,0x1112,0x1113,0x1114,0x1115,0x1116,0x1117,
589 0x1118,0x1119,0x111a,0x111b,0x111c,0x111d,0x111e,0x111f,
590 0x1120,0x1121,0x1122,0x1123,0x1124,0x1125,0x1126,0x1127,
591 0x1128,0x1129,0x112a,0x112b,0x112c,0x112d,0x112e,0x112f,
592 0x1130,0x1131,0x1132,0x1133,0x1134,0x1135,0x1136,0x1137,
593 0x1138,0x1139,0x113a,0x113b,0x113c,0x113d,0x113e,0x113f,
594 0x1140,0x1141,0x1142,0x1143,0x1144,0x1145,0x1146,0x1147,
595 0x1148,0x1149,0x114a,0x114b,0x114c,0x114d,0x114e,0x114f,
596 0x1150,0x1151,0x1152,0x1153,0x1154,0x1155,0x1156,0x1157,
597 0x1158,0x1159,0x115a,0x115b,0x115c,0x115d,0x115e,0x115f,
598 0x1160,0x1161,0x1162,0x1163,0x1164,0x1165,0x1166,0x1167,
599 0x1168,0x1169,0x116a,0x116b,0x116c,0x116d,0x116e,0x116f,
600 0x1170,0x1171,0x1172,0x1173,0x1174,0x1175,0x1176,0x1177,
601 0x1178,0x1179,0x117a,0x117b,0x117c,0x117d,0x117e,0x117f,
602 0x1180,0x1181,0x1182,0x1183,0x1184,0x1185,0x1186,0x1187,
603 0x1188,0x1189,0x118a,0x118b,0x118c,0x118d,0x118e,0x118f,
604 0x1190,0x1191,0x1192,0x1193,0x1194,0x1195,0x1196,0x1197,
605 0x1198,0x1199,0x119a,0x119b,0x119c,0x119d,0x119e,0x119f,
606 0x11a0,0x11a1,0x11a2,0x11a3,0x11a4,0x11a5,0x11a6,0x11a7,
607 0x11a8,0x11a9,0x11aa,0x11ab,0x11ac,0x11ad,0x11ae,0x11af,
608 0x11b0,0x11b1,0x11b2,0x11b3,0x11b4,0x11b5,0x11b6,0x11b7,
609 0x11b8,0x11b9,0x11ba,0x11bb,0x11bc,0x11bd,0x11be,0x11bf,
610 0x11c0,0x11c1,0x11c2,0x11c3,0x11c4,0x11c5,0x11c6,0x11c7,
611 0x11c8,0x11c9,0x11ca,0x11cb,0x11cc,0x11cd,0x11ce,0x11cf,
612 0x11d0,0x11d1,0x11d2,0x11d3,0x11d4,0x11d5,0x11d6,0x11d7,
613 0x11d8,0x11d9,0x11da,0x11db,0x11dc,0x11dd,0x11de,0x11df,
614 0x11e0,0x11e1,0x11e2,0x11e3,0x11e4,0x11e5,0x11e6,0x11e7,
615 0x11e8,0x11e9,0x11ea,0x11eb,0x11ec,0x11ed,0x11ee,0x11ef,
616 0x11f0,0x11f1,0x11f2,0x11f3,0x11f4,0x11f5,0x11f6,0x11f7,
617 0x11f8,0x11f9,0x11fa,0x11fb,0x11fc,0x11fd,0x11fe,0x11ff,
618 0x1200,0x1201,0x1202,0x1203,0x1204,0x1205,0x1206,0x1207,
619 0x1208,0x1209,0x120a,0x120b,0x120c,0x120d,0x120e,0x120f,
620 0x1210,0x1211,0x1212,0x1213,0x1214,0x1215,0x1216,0x1217,
621 0x1218,0x1219,0x121a,0x121b,0x121c,0x121d,0x121e,0x121f,
622 0x1220,0x1221,0x1222,0x1223,0x1224,0x1225,0x1226,0x1227,
623 0x1228,0x1229,0x122a,0x122b,0x122c,0x122d,0x122e,0x122f,
624 0x1230,0x1231,0x1232,0x1233,0x1234,0x1235,0x1236,0x1237,
625 0x1238,0x1239,0x123a,0x123b,0x123c,0x123d,0x123e,0x123f,
626 0x1240,0x1241,0x1242,0x1243,0x1244,0x1245,0x1246,0x1247,
627 0x1248,0x1249,0x124a,0x124b,0x124c,0x124d,0x124e,0x124f,
628 0x1250,0x1251,0x1252,0x1253,0x1254,0x1255,0x1256,0x1257,
629 0x1258,0x1259,0x125a,0x125b,0x125c,0x125d,0x125e,0x125f,
630 0x1260,0x1261,0x1262,0x1263,0x1264,0x1265,0x1266,0x1267,
631 0x1268,0x1269,0x126a,0x126b,0x126c,0x126d,0x126e,0x126f,
632 0x1270,0x1271,0x1272,0x1273,0x1274,0x1275,0x1276,0x1277,
633 0x1278,0x1279,0x127a,0x127b,0x127c,0x127d,0x127e,0x127f,
634 0x1280,0x1281,0x1282,0x1283,0x1284,0x1285,0x1286,0x1287,
635 0x1288,0x1289,0x128a,0x128b,0x128c,0x128d,0x128e,0x128f,
636 0x1290,0x1291,0x1292,0x1293,0x1294,0x1295,0x1296,0x1297,
637 0x1298,0x1299,0x129a,0x129b,0x129c,0x129d,0x129e,0x129f,
638 0x12a0,0x12a1,0x12a2,0x12a3,0x12a4,0x12a5,0x12a6,0x12a7,
639 0x12a8,0x12a9,0x12aa,0x12ab,0x12ac,0x12ad,0x12ae,0x12af,
640 0x12b0,0x12b1,0x12b2,0x12b3,0x12b4,0x12b5,0x12b6,0x12b7,
641 0x12b8,0x12b9,0x12ba,0x12bb,0x12bc,0x12bd,0x12be,0x12bf,
642 0x12c0,0x12c1,0x12c2,0x12c3,0x12c4,0x12c5,0x12c6,0x12c7,
643 0x12c8,0x12c9,0x12ca,0x12cb,0x12cc,0x12cd,0x12ce,0x12cf,
644 0x12d0,0x12d1,0x12d2,0x12d3,0x12d4,0x12d5,0x12d6,0x12d7,
645 0x12d8,0x12d9,0x12da,0x12db,0x12dc,0x12dd,0x12de,0x12df,
646 0x12e0,0x12e1,0x12e2,0x12e3,0x12e4,0x12e5,0x12e6,0x12e7,
647 0x12e8,0x12e9,0x12ea,0x12eb,0x12ec,0x12ed,0x12ee,0x12ef,
648 0x12f0,0x12f1,0x12f2,0x12f3,0x12f4,0x12f5,0x12f6,0x12f7,
649 0x12f8,0x12f9,0x12fa,0x12fb,0x12fc,0x12fd,0x12fe,0x12ff,
650 0x1300,0x1301,0x1302,0x1303,0x1304,0x1305,0x1306,0x1307,
651 0x1308,0x1309,0x130a,0x130b,0x130c,0x130d,0x130e,0x130f,
652 0x1310,0x1311,0x1312,0x1313,0x1314,0x1315,0x1316,0x1317,
653 0x1318,0x1319,0x131a,0x131b,0x131c,0x131d,0x131e,0x131f,
654 0x1320,0x1321,0x1322,0x1323,0x1324,0x1325,0x1326,0x1327,
655 0x1328,0x1329,0x132a,0x132b,0x132c,0x132d,0x132e,0x132f,
656 0x1330,0x1331,0x1332,0x1333,0x1334,0x1335,0x1336,0x1337,
657 0x1338,0x1339,0x133a,0x133b,0x133c,0x133d,0x133e,0x133f,
658 0x1340,0x1341,0x1342,0x1343,0x1344,0x1345,0x1346,0x1347,
659 0x1348,0x1349,0x134a,0x134b,0x134c,0x134d,0x134e,0x134f,
660 0x1350,0x1351,0x1352,0x1353,0x1354,0x1355,0x1356,0x1357,
661 0x1358,0x1359,0x135a,0x135b,0x135c,0x135d,0x135e,0x135f,
662 0x1360,0x1361,0x1362,0x1363,0x1364,0x1365,0x1366,0x1367,
663 0x1368,0x1369,0x136a,0x136b,0x136c,0x136d,0x136e,0x136f,
664 0x1370,0x1371,0x1372,0x1373,0x1374,0x1375,0x1376,0x1377,
665 0x1378,0x1379,0x137a,0x137b,0x137c,0x137d,0x137e,0x137f,
666 0x1380,0x1381,0x1382,0x1383,0x1384,0x1385,0x1386,0x1387,
667 0x1388,0x1389,0x138a,0x138b,0x138c,0x138d,0x138e,0x138f,
668 0x1390,0x1391,0x1392,0x1393,0x1394,0x1395,0x1396,0x1397,
669 0x1398,0x1399,0x139a,0x139b,0x139c,0x139d,0x139e,0x139f,
670 0x13a0,0x13a1,0x13a2,0x13a3,0x13a4,0x13a5,0x13a6,0x13a7,
671 0x13a8,0x13a9,0x13aa,0x13ab,0x13ac,0x13ad,0x13ae,0x13af,
672 0x13b0,0x13b1,0x13b2,0x13b3,0x13b4,0x13b5,0x13b6,0x13b7,
673 0x13b8,0x13b9,0x13ba,0x13bb,0x13bc,0x13bd,0x13be,0x13bf,
674 0x13c0,0x13c1,0x13c2,0x13c3,0x13c4,0x13c5,0x13c6,0x13c7,
675 0x13c8,0x13c9,0x13ca,0x13cb,0x13cc,0x13cd,0x13ce,0x13cf,
676 0x13d0,0x13d1,0x13d2,0x13d3,0x13d4,0x13d5,0x13d6,0x13d7,
677 0x13d8,0x13d9,0x13da,0x13db,0x13dc,0x13dd,0x13de,0x13df,
678 0x13e0,0x13e1,0x13e2,0x13e3,0x13e4,0x13e5,0x13e6,0x13e7,
679 0x13e8,0x13e9,0x13ea,0x13eb,0x13ec,0x13ed,0x13ee,0x13ef,
680 0x13f0,0x13f1,0x13f2,0x13f3,0x13f4,0x13f5,0x13f6,0x13f7,
681 0x13f8,0x13f9,0x13fa,0x13fb,0x13fc,0x13fd,0x13fe,0x13ff,
682 0x1400,0x1401,0x1402,0x1403,0x1404,0x1405,0x1406,0x1407,
683 0x1408,0x1409,0x140a,0x140b,0x140c,0x140d,0x140e,0x140f,
684 0x1410,0x1411,0x1412,0x1413,0x1414,0x1415,0x1416,0x1417,
685 0x1418,0x1419,0x141a,0x141b,0x141c,0x141d,0x141e,0x141f,
686 0x1420,0x1421,0x1422,0x1423,0x1424,0x1425,0x1426,0x1427,
687 0x1428,0x1429,0x142a,0x142b,0x142c,0x142d,0x142e,0x142f,
688 0x1430,0x1431,0x1432,0x1433,0x1434,0x1435,0x1436,0x1437,
689 0x1438,0x1439,0x143a,0x143b,0x143c,0x143d,0x143e,0x143f,
690 0x1440,0x1441,0x1442,0x1443,0x1444,0x1445,0x1446,0x1447,
691 0x1448,0x1449,0x144a,0x144b,0x144c,0x144d,0x144e,0x144f,
692 0x1450,0x1451,0x1452,0x1453,0x1454,0x1455,0x1456,0x1457,
693 0x1458,0x1459,0x145a,0x145b,0x145c,0x145d,0x145e,0x145f,
694 0x1460,0x1461,0x1462,0x1463,0x1464,0x1465,0x1466,0x1467,
695 0x1468,0x1469,0x146a,0x146b,0x146c,0x146d,0x146e,0x146f,
696 0x1470,0x1471,0x1472,0x1473,0x1474,0x1475,0x1476,0x1477,
697 0x1478,0x1479,0x147a,0x147b,0x147c,0x147d,0x147e,0x147f,
698 0x1480,0x1481,0x1482,0x1483,0x1484,0x1485,0x1486,0x1487,
699 0x1488,0x1489,0x148a,0x148b,0x148c,0x148d,0x148e,0x148f,
700 0x1490,0x1491,0x1492,0x1493,0x1494,0x1495,0x1496,0x1497,
701 0x1498,0x1499,0x149a,0x149b,0x149c,0x149d,0x149e,0x149f,
702 0x14a0,0x14a1,0x14a2,0x14a3,0x14a4,0x14a5,0x14a6,0x14a7,
703 0x14a8,0x14a9,0x14aa,0x14ab,0x14ac,0x14ad,0x14ae,0x14af,
704 0x14b0,0x14b1,0x14b2,0x14b3,0x14b4,0x14b5,0x14b6,0x14b7,
705 0x14b8,0x14b9,0x14ba,0x14bb,0x14bc,0x14bd,0x14be,0x14bf,
706 0x14c0,0x14c1,0x14c2,0x14c3,0x14c4,0x14c5,0x14c6,0x14c7,
707 0x14c8,0x14c9,0x14ca,0x14cb,0x14cc,0x14cd,0x14ce,0x14cf,
708 0x14d0,0x14d1,0x14d2,0x14d3,0x14d4,0x14d5,0x14d6,0x14d7,
709 0x14d8,0x14d9,0x14da,0x14db,0x14dc,0x14dd,0x14de,0x14df,
710 0x14e0,0x14e1,0x14e2,0x14e3,0x14e4,0x14e5,0x14e6,0x14e7,
711 0x14e8,0x14e9,0x14ea,0x14eb,0x14ec,0x14ed,0x14ee,0x14ef,
712 0x14f0,0x14f1,0x14f2,0x14f3,0x14f4,0x14f5,0x14f6,0x14f7,
713 0x14f8,0x14f9,0x14fa,0x14fb,0x14fc,0x14fd,0x14fe,0x14ff,
714 0x1500,0x1501,0x1502,0x1503,0x1504,0x1505,0x1506,0x1507,
715 0x1508,0x1509,0x150a,0x150b,0x150c,0x150d,0x150e,0x150f,
716 0x1510,0x1511,0x1512,0x1513,0x1514,0x1515,0x1516,0x1517,
717 0x1518,0x1519,0x151a,0x151b,0x151c,0x151d,0x151e,0x151f,
718 0x1520,0x1521,0x1522,0x1523,0x1524,0x1525,0x1526,0x1527,
719 0x1528,0x1529,0x152a,0x152b,0x152c,0x152d,0x152e,0x152f,
720 0x1530,0x1531,0x1532,0x1533,0x1534,0x1535,0x1536,0x1537,
721 0x1538,0x1539,0x153a,0x153b,0x153c,0x153d,0x153e,0x153f,
722 0x1540,0x1541,0x1542,0x1543,0x1544,0x1545,0x1546,0x1547,
723 0x1548,0x1549,0x154a,0x154b,0x154c,0x154d,0x154e,0x154f,
724 0x1550,0x1551,0x1552,0x1553,0x1554,0x1555,0x1556,0x1557,
725 0x1558,0x1559,0x155a,0x155b,0x155c,0x155d,0x155e,0x155f,
726 0x1560,0x1561,0x1562,0x1563,0x1564,0x1565,0x1566,0x1567,
727 0x1568,0x1569,0x156a,0x156b,0x156c,0x156d,0x156e,0x156f,
728 0x1570,0x1571,0x1572,0x1573,0x1574,0x1575,0x1576,0x1577,
729 0x1578,0x1579,0x157a,0x157b,0x157c,0x157d,0x157e,0x157f,
730 0x1580,0x1581,0x1582,0x1583,0x1584,0x1585,0x1586,0x1587,
731 0x1588,0x1589,0x158a,0x158b,0x158c,0x158d,0x158e,0x158f,
732 0x1590,0x1591,0x1592,0x1593,0x1594,0x1595,0x1596,0x1597,
733 0x1598,0x1599,0x159a,0x159b,0x159c,0x159d,0x159e,0x159f,
734 0x15a0,0x15a1,0x15a2,0x15a3,0x15a4,0x15a5,0x15a6,0x15a7,
735 0x15a8,0x15a9,0x15aa,0x15ab,0x15ac,0x15ad,0x15ae,0x15af,
736 0x15b0,0x15b1,0x15b2,0x15b3,0x15b4,0x15b5,0x15b6,0x15b7,
737 0x15b8,0x15b9,0x15ba,0x15bb,0x15bc,0x15bd,0x15be,0x15bf,
738 0x15c0,0x15c1,0x15c2,0x15c3,0x15c4,0x15c5,0x15c6,0x15c7,
739 0x15c8,0x15c9,0x15ca,0x15cb,0x15cc,0x15cd,0x15ce,0x15cf,
740 0x15d0,0x15d1,0x15d2,0x15d3,0x15d4,0x15d5,0x15d6,0x15d7,
741 0x15d8,0x15d9,0x15da,0x15db,0x15dc,0x15dd,0x15de,0x15df,
742 0x15e0,0x15e1,0x15e2,0x15e3,0x15e4,0x15e5,0x15e6,0x15e7,
743 0x15e8,0x15e9,0x15ea,0x15eb,0x15ec,0x15ed,0x15ee,0x15ef,
744 0x15f0,0x15f1,0x15f2,0x15f3,0x15f4,0x15f5,0x15f6,0x15f7,
745 0x15f8,0x15f9,0x15fa,0x15fb,0x15fc,0x15fd,0x15fe,0x15ff,
746 0x1600,0x1601,0x1602,0x1603,0x1604,0x1605,0x1606,0x1607,
747 0x1608,0x1609,0x160a,0x160b,0x160c,0x160d,0x160e,0x160f,
748 0x1610,0x1611,0x1612,0x1613,0x1614,0x1615,0x1616,0x1617,
749 0x1618,0x1619,0x161a,0x161b,0x161c,0x161d,0x161e,0x161f,
750 0x1620,0x1621,0x1622,0x1623,0x1624,0x1625,0x1626,0x1627,
751 0x1628,0x1629,0x162a,0x162b,0x162c,0x162d,0x162e,0x162f,
752 0x1630,0x1631,0x1632,0x1633,0x1634,0x1635,0x1636,0x1637,
753 0x1638,0x1639,0x163a,0x163b,0x163c,0x163d,0x163e,0x163f,
754 0x1640,0x1641,0x1642,0x1643,0x1644,0x1645,0x1646,0x1647,
755 0x1648,0x1649,0x164a,0x164b,0x164c,0x164d,0x164e,0x164f,
756 0x1650,0x1651,0x1652,0x1653,0x1654,0x1655,0x1656,0x1657,
757 0x1658,0x1659,0x165a,0x165b,0x165c,0x165d,0x165e,0x165f,
758 0x1660,0x1661,0x1662,0x1663,0x1664,0x1665,0x1666,0x1667,
759 0x1668,0x1669,0x166a,0x166b,0x166c,0x166d,0x166e,0x166f,
760 0x1670,0x1671,0x1672,0x1673,0x1674,0x1675,0x1676,0x1677,
761 0x1678,0x1679,0x167a,0x167b,0x167c,0x167d,0x167e,0x167f,
762 0x1680,0x1681,0x1682,0x1683,0x1684,0x1685,0x1686,0x1687,
763 0x1688,0x1689,0x168a,0x168b,0x168c,0x168d,0x168e,0x168f,
764 0x1690,0x1691,0x1692,0x1693,0x1694,0x1695,0x1696,0x1697,
765 0x1698,0x1699,0x169a,0x169b,0x169c,0x169d,0x169e,0x169f,
766 0x16a0,0x16a1,0x16a2,0x16a3,0x16a4,0x16a5,0x16a6,0x16a7,
767 0x16a8,0x16a9,0x16aa,0x16ab,0x16ac,0x16ad,0x16ae,0x16af,
768 0x16b0,0x16b1,0x16b2,0x16b3,0x16b4,0x16b5,0x16b6,0x16b7,
769 0x16b8,0x16b9,0x16ba,0x16bb,0x16bc,0x16bd,0x16be,0x16bf,
770 0x16c0,0x16c1,0x16c2,0x16c3,0x16c4,0x16c5,0x16c6,0x16c7,
771 0x16c8,0x16c9,0x16ca,0x16cb,0x16cc,0x16cd,0x16ce,0x16cf,
772 0x16d0,0x16d1,0x16d2,0x16d3,0x16d4,0x16d5,0x16d6,0x16d7,
773 0x16d8,0x16d9,0x16da,0x16db,0x16dc,0x16dd,0x16de,0x16df,
774 0x16e0,0x16e1,0x16e2,0x16e3,0x16e4,0x16e5,0x16e6,0x16e7,
775 0x16e8,0x16e9,0x16ea,0x16eb,0x16ec,0x16ed,0x16ee,0x16ef,
776 0x16f0,0x16f1,0x16f2,0x16f3,0x16f4,0x16f5,0x16f6,0x16f7,
777 0x16f8,0x16f9,0x16fa,0x16fb,0x16fc,0x16fd,0x16fe,0x16ff,
778 0x1700,0x1701,0x1702,0x1703,0x1704,0x1705,0x1706,0x1707,
779 0x1708,0x1709,0x170a,0x170b,0x170c,0x170d,0x170e,0x170f,
780 0x1710,0x1711,0x1712,0x1713,0x1714,0x1715,0x1716,0x1717,
781 0x1718,0x1719,0x171a,0x171b,0x171c,0x171d,0x171e,0x171f,
782 0x1720,0x1721,0x1722,0x1723,0x1724,0x1725,0x1726,0x1727,
783 0x1728,0x1729,0x172a,0x172b,0x172c,0x172d,0x172e,0x172f,
784 0x1730,0x1731,0x1732,0x1733,0x1734,0x1735,0x1736,0x1737,
785 0x1738,0x1739,0x173a,0x173b,0x173c,0x173d,0x173e,0x173f,
786 0x1740,0x1741,0x1742,0x1743,0x1744,0x1745,0x1746,0x1747,
787 0x1748,0x1749,0x174a,0x174b,0x174c,0x174d,0x174e,0x174f,
788 0x1750,0x1751,0x1752,0x1753,0x1754,0x1755,0x1756,0x1757,
789 0x1758,0x1759,0x175a,0x175b,0x175c,0x175d,0x175e,0x175f,
790 0x1760,0x1761,0x1762,0x1763,0x1764,0x1765,0x1766,0x1767,
791 0x1768,0x1769,0x176a,0x176b,0x176c,0x176d,0x176e,0x176f,
792 0x1770,0x1771,0x1772,0x1773,0x1774,0x1775,0x1776,0x1777,
793 0x1778,0x1779,0x177a,0x177b,0x177c,0x177d,0x177e,0x177f,
794 0x1780,0x1781,0x1782,0x1783,0x1784,0x1785,0x1786,0x1787,
795 0x1788,0x1789,0x178a,0x178b,0x178c,0x178d,0x178e,0x178f,
796 0x1790,0x1791,0x1792,0x1793,0x1794,0x1795,0x1796,0x1797,
797 0x1798,0x1799,0x179a,0x179b,0x179c,0x179d,0x179e,0x179f,
798 0x17a0,0x17a1,0x17a2,0x17a3,0x17a4,0x17a5,0x17a6,0x17a7,
799 0x17a8,0x17a9,0x17aa,0x17ab,0x17ac,0x17ad,0x17ae,0x17af,
800 0x17b0,0x17b1,0x17b2,0x17b3,0x17b4,0x17b5,0x17b6,0x17b7,
801 0x17b8,0x17b9,0x17ba,0x17bb,0x17bc,0x17bd,0x17be,0x17bf,
802 0x17c0,0x17c1,0x17c2,0x17c3,0x17c4,0x17c5,0x17c6,0x17c7,
803 0x17c8,0x17c9,0x17ca,0x17cb,0x17cc,0x17cd,0x17ce,0x17cf,
804 0x17d0,0x17d1,0x17d2,0x17d3,0x17d4,0x17d5,0x17d6,0x17d7,
805 0x17d8,0x17d9,0x17da,0x17db,0x17dc,0x17dd,0x17de,0x17df,
806 0x17e0,0x17e1,0x17e2,0x17e3,0x17e4,0x17e5,0x17e6,0x17e7,
807 0x17e8,0x17e9,0x17ea,0x17eb,0x17ec,0x17ed,0x17ee,0x17ef,
808 0x17f0,0x17f1,0x17f2,0x17f3,0x17f4,0x17f5,0x17f6,0x17f7,
809 0x17f8,0x17f9,0x17fa,0x17fb,0x17fc,0x17fd,0x17fe,0x17ff,
810 0x1800,0x1801,0x1802,0x1803,0x1804,0x1805,0x1806,0x1807,
811 0x1808,0x1809,0x180a,0x180b,0x180c,0x180d,0x180e,0x180f,
812 0x1810,0x1811,0x1812,0x1813,0x1814,0x1815,0x1816,0x1817,
813 0x1818,0x1819,0x181a,0x181b,0x181c,0x181d,0x181e,0x181f,
814 0x1820,0x1821,0x1822,0x1823,0x1824,0x1825,0x1826,0x1827,
815 0x1828,0x1829,0x182a,0x182b,0x182c,0x182d,0x182e,0x182f,
816 0x1830,0x1831,0x1832,0x1833,0x1834,0x1835,0x1836,0x1837,
817 0x1838,0x1839,0x183a,0x183b,0x183c,0x183d,0x183e,0x183f,
818 0x1840,0x1841,0x1842,0x1843,0x1844,0x1845,0x1846,0x1847,
819 0x1848,0x1849,0x184a,0x184b,0x184c,0x184d,0x184e,0x184f,
820 0x1850,0x1851,0x1852,0x1853,0x1854,0x1855,0x1856,0x1857,
821 0x1858,0x1859,0x185a,0x185b,0x185c,0x185d,0x185e,0x185f,
822 0x1860,0x1861,0x1862,0x1863,0x1864,0x1865,0x1866,0x1867,
823 0x1868,0x1869,0x186a,0x186b,0x186c,0x186d,0x186e,0x186f,
824 0x1870,0x1871,0x1872,0x1873,0x1874,0x1875,0x1876,0x1877,
825 0x1878,0x1879,0x187a,0x187b,0x187c,0x187d,0x187e,0x187f,
826 0x1880,0x1881,0x1882,0x1883,0x1884,0x1885,0x1886,0x1887,
827 0x1888,0x1889,0x188a,0x188b,0x188c,0x188d,0x188e,0x188f,
828 0x1890,0x1891,0x1892,0x1893,0x1894,0x1895,0x1896,0x1897,
829 0x1898,0x1899,0x189a,0x189b,0x189c,0x189d,0x189e,0x189f,
830 0x18a0,0x18a1,0x18a2,0x18a3,0x18a4,0x18a5,0x18a6,0x18a7,
831 0x18a8,0x18a9,0x18aa,0x18ab,0x18ac,0x18ad,0x18ae,0x18af,
832 0x18b0,0x18b1,0x18b2,0x18b3,0x18b4,0x18b5,0x18b6,0x18b7,
833 0x18b8,0x18b9,0x18ba,0x18bb,0x18bc,0x18bd,0x18be,0x18bf,
834 0x18c0,0x18c1,0x18c2,0x18c3,0x18c4,0x18c5,0x18c6,0x18c7,
835 0x18c8,0x18c9,0x18ca,0x18cb,0x18cc,0x18cd,0x18ce,0x18cf,
836 0x18d0,0x18d1,0x18d2,0x18d3,0x18d4,0x18d5,0x18d6,0x18d7,
837 0x18d8,0x18d9,0x18da,0x18db,0x18dc,0x18dd,0x18de,0x18df,
838 0x18e0,0x18e1,0x18e2,0x18e3,0x18e4,0x18e5,0x18e6,0x18e7,
839 0x18e8,0x18e9,0x18ea,0x18eb,0x18ec,0x18ed,0x18ee,0x18ef,
840 0x18f0,0x18f1,0x18f2,0x18f3,0x18f4,0x18f5,0x18f6,0x18f7,
841 0x18f8,0x18f9,0x18fa,0x18fb,0x18fc,0x18fd,0x18fe,0x18ff,
842 0x1900,0x1901,0x1902,0x1903,0x1904,0x1905,0x1906,0x1907,
843 0x1908,0x1909,0x190a,0x190b,0x190c,0x190d,0x190e,0x190f,
844 0x1910,0x1911,0x1912,0x1913,0x1914,0x1915,0x1916,0x1917,
845 0x1918,0x1919,0x191a,0x191b,0x191c,0x191d,0x191e,0x191f,
846 0x1920,0x1921,0x1922,0x1923,0x1924,0x1925,0x1926,0x1927,
847 0x1928,0x1929,0x192a,0x192b,0x192c,0x192d,0x192e,0x192f,
848 0x1930,0x1931,0x1932,0x1933,0x1934,0x1935,0x1936,0x1937,
849 0x1938,0x1939,0x193a,0x193b,0x193c,0x193d,0x193e,0x193f,
850 0x1940,0x1941,0x1942,0x1943,0x1944,0x1945,0x1946,0x1947,
851 0x1948,0x1949,0x194a,0x194b,0x194c,0x194d,0x194e,0x194f,
852 0x1950,0x1951,0x1952,0x1953,0x1954,0x1955,0x1956,0x1957,
853 0x1958,0x1959,0x195a,0x195b,0x195c,0x195d,0x195e,0x195f,
854 0x1960,0x1961,0x1962,0x1963,0x1964,0x1965,0x1966,0x1967,
855 0x1968,0x1969,0x196a,0x196b,0x196c,0x196d,0x196e,0x196f,
856 0x1970,0x1971,0x1972,0x1973,0x1974,0x1975,0x1976,0x1977,
857 0x1978,0x1979,0x197a,0x197b,0x197c,0x197d,0x197e,0x197f,
858 0x1980,0x1981,0x1982,0x1983,0x1984,0x1985,0x1986,0x1987,
859 0x1988,0x1989,0x198a,0x198b,0x198c,0x198d,0x198e,0x198f,
860 0x1990,0x1991,0x1992,0x1993,0x1994,0x1995,0x1996,0x1997,
861 0x1998,0x1999,0x199a,0x199b,0x199c,0x199d,0x199e,0x199f,
862 0x19a0,0x19a1,0x19a2,0x19a3,0x19a4,0x19a5,0x19a6,0x19a7,
863 0x19a8,0x19a9,0x19aa,0x19ab,0x19ac,0x19ad,0x19ae,0x19af,
864 0x19b0,0x19b1,0x19b2,0x19b3,0x19b4,0x19b5,0x19b6,0x19b7,
865 0x19b8,0x19b9,0x19ba,0x19bb,0x19bc,0x19bd,0x19be,0x19bf,
866 0x19c0,0x19c1,0x19c2,0x19c3,0x19c4,0x19c5,0x19c6,0x19c7,
867 0x19c8,0x19c9,0x19ca,0x19cb,0x19cc,0x19cd,0x19ce,0x19cf,
868 0x19d0,0x19d1,0x19d2,0x19d3,0x19d4,0x19d5,0x19d6,0x19d7,
869 0x19d8,0x19d9,0x19da,0x19db,0x19dc,0x19dd,0x19de,0x19df,
870 0x19e0,0x19e1,0x19e2,0x19e3,0x19e4,0x19e5,0x19e6,0x19e7,
871 0x19e8,0x19e9,0x19ea,0x19eb,0x19ec,0x19ed,0x19ee,0x19ef,
872 0x19f0,0x19f1,0x19f2,0x19f3,0x19f4,0x19f5,0x19f6,0x19f7,
873 0x19f8,0x19f9,0x19fa,0x19fb,0x19fc,0x19fd,0x19fe,0x19ff,
874 0x1a00,0x1a01,0x1a02,0x1a03,0x1a04,0x1a05,0x1a06,0x1a07,
875 0x1a08,0x1a09,0x1a0a,0x1a0b,0x1a0c,0x1a0d,0x1a0e,0x1a0f,
876 0x1a10,0x1a11,0x1a12,0x1a13,0x1a14,0x1a15,0x1a16,0x1a17,
877 0x1a18,0x1a19,0x1a1a,0x1a1b,0x1a1c,0x1a1d,0x1a1e,0x1a1f,
878 0x1a20,0x1a21,0x1a22,0x1a23,0x1a24,0x1a25,0x1a26,0x1a27,
879 0x1a28,0x1a29,0x1a2a,0x1a2b,0x1a2c,0x1a2d,0x1a2e,0x1a2f,
880 0x1a30,0x1a31,0x1a32,0x1a33,0x1a34,0x1a35,0x1a36,0x1a37,
881 0x1a38,0x1a39,0x1a3a,0x1a3b,0x1a3c,0x1a3d,0x1a3e,0x1a3f,
882 0x1a40,0x1a41,0x1a42,0x1a43,0x1a44,0x1a45,0x1a46,0x1a47,
883 0x1a48,0x1a49,0x1a4a,0x1a4b,0x1a4c,0x1a4d,0x1a4e,0x1a4f,
884 0x1a50,0x1a51,0x1a52,0x1a53,0x1a54,0x1a55,0x1a56,0x1a57,
885 0x1a58,0x1a59,0x1a5a,0x1a5b,0x1a5c,0x1a5d,0x1a5e,0x1a5f,
886 0x1a60,0x1a61,0x1a62,0x1a63,0x1a64,0x1a65,0x1a66,0x1a67,
887 0x1a68,0x1a69,0x1a6a,0x1a6b,0x1a6c,0x1a6d,0x1a6e,0x1a6f,
888 0x1a70,0x1a71,0x1a72,0x1a73,0x1a74,0x1a75,0x1a76,0x1a77,
889 0x1a78,0x1a79,0x1a7a,0x1a7b,0x1a7c,0x1a7d,0x1a7e,0x1a7f,
890 0x1a80,0x1a81,0x1a82,0x1a83,0x1a84,0x1a85,0x1a86,0x1a87,
891 0x1a88,0x1a89,0x1a8a,0x1a8b,0x1a8c,0x1a8d,0x1a8e,0x1a8f,
892 0x1a90,0x1a91,0x1a92,0x1a93,0x1a94,0x1a95,0x1a96,0x1a97,
893 0x1a98,0x1a99,0x1a9a,0x1a9b,0x1a9c,0x1a9d,0x1a9e,0x1a9f,
894 0x1aa0,0x1aa1,0x1aa2,0x1aa3,0x1aa4,0x1aa5,0x1aa6,0x1aa7,
895 0x1aa8,0x1aa9,0x1aaa,0x1aab,0x1aac,0x1aad,0x1aae,0x1aaf,
896 0x1ab0,0x1ab1,0x1ab2,0x1ab3,0x1ab4,0x1ab5,0x1ab6,0x1ab7,
897 0x1ab8,0x1ab9,0x1aba,0x1abb,0x1abc,0x1abd,0x1abe,0x1abf,
898 0x1ac0,0x1ac1,0x1ac2,0x1ac3,0x1ac4,0x1ac5,0x1ac6,0x1ac7,
899 0x1ac8,0x1ac9,0x1aca,0x1acb,0x1acc,0x1acd,0x1ace,0x1acf,
900 0x1ad0,0x1ad1,0x1ad2,0x1ad3,0x1ad4,0x1ad5,0x1ad6,0x1ad7,
901 0x1ad8,0x1ad9,0x1ada,0x1adb,0x1adc,0x1add,0x1ade,0x1adf,
902 0x1ae0,0x1ae1,0x1ae2,0x1ae3,0x1ae4,0x1ae5,0x1ae6,0x1ae7,
903 0x1ae8,0x1ae9,0x1aea,0x1aeb,0x1aec,0x1aed,0x1aee,0x1aef,
904 0x1af0,0x1af1,0x1af2,0x1af3,0x1af4,0x1af5,0x1af6,0x1af7,
905 0x1af8,0x1af9,0x1afa,0x1afb,0x1afc,0x1afd,0x1afe,0x1aff,
906 0x1b00,0x1b01,0x1b02,0x1b03,0x1b04,0x1b05,0x1b06,0x1b07,
907 0x1b08,0x1b09,0x1b0a,0x1b0b,0x1b0c,0x1b0d,0x1b0e,0x1b0f,
908 0x1b10,0x1b11,0x1b12,0x1b13,0x1b14,0x1b15,0x1b16,0x1b17,
909 0x1b18,0x1b19,0x1b1a,0x1b1b,0x1b1c,0x1b1d,0x1b1e,0x1b1f,
910 0x1b20,0x1b21,0x1b22,0x1b23,0x1b24,0x1b25,0x1b26,0x1b27,
911 0x1b28,0x1b29,0x1b2a,0x1b2b,0x1b2c,0x1b2d,0x1b2e,0x1b2f,
912 0x1b30,0x1b31,0x1b32,0x1b33,0x1b34,0x1b35,0x1b36,0x1b37,
913 0x1b38,0x1b39,0x1b3a,0x1b3b,0x1b3c,0x1b3d,0x1b3e,0x1b3f,
914 0x1b40,0x1b41,0x1b42,0x1b43,0x1b44,0x1b45,0x1b46,0x1b47,
915 0x1b48,0x1b49,0x1b4a,0x1b4b,0x1b4c,0x1b4d,0x1b4e,0x1b4f,
916 0x1b50,0x1b51,0x1b52,0x1b53,0x1b54,0x1b55,0x1b56,0x1b57,
917 0x1b58,0x1b59,0x1b5a,0x1b5b,0x1b5c,0x1b5d,0x1b5e,0x1b5f,
918 0x1b60,0x1b61,0x1b62,0x1b63,0x1b64,0x1b65,0x1b66,0x1b67,
919 0x1b68,0x1b69,0x1b6a,0x1b6b,0x1b6c,0x1b6d,0x1b6e,0x1b6f,
920 0x1b70,0x1b71,0x1b72,0x1b73,0x1b74,0x1b75,0x1b76,0x1b77,
921 0x1b78,0x1b79,0x1b7a,0x1b7b,0x1b7c,0x1b7d,0x1b7e,0x1b7f,
922 0x1b80,0x1b81,0x1b82,0x1b83,0x1b84,0x1b85,0x1b86,0x1b87,
923 0x1b88,0x1b89,0x1b8a,0x1b8b,0x1b8c,0x1b8d,0x1b8e,0x1b8f,
924 0x1b90,0x1b91,0x1b92,0x1b93,0x1b94,0x1b95,0x1b96,0x1b97,
925 0x1b98,0x1b99,0x1b9a,0x1b9b,0x1b9c,0x1b9d,0x1b9e,0x1b9f,
926 0x1ba0,0x1ba1,0x1ba2,0x1ba3,0x1ba4,0x1ba5,0x1ba6,0x1ba7,
927 0x1ba8,0x1ba9,0x1baa,0x1bab,0x1bac,0x1bad,0x1bae,0x1baf,
928 0x1bb0,0x1bb1,0x1bb2,0x1bb3,0x1bb4,0x1bb5,0x1bb6,0x1bb7,
929 0x1bb8,0x1bb9,0x1bba,0x1bbb,0x1bbc,0x1bbd,0x1bbe,0x1bbf,
930 0x1bc0,0x1bc1,0x1bc2,0x1bc3,0x1bc4,0x1bc5,0x1bc6,0x1bc7,
931 0x1bc8,0x1bc9,0x1bca,0x1bcb,0x1bcc,0x1bcd,0x1bce,0x1bcf,
932 0x1bd0,0x1bd1,0x1bd2,0x1bd3,0x1bd4,0x1bd5,0x1bd6,0x1bd7,
933 0x1bd8,0x1bd9,0x1bda,0x1bdb,0x1bdc,0x1bdd,0x1bde,0x1bdf,
934 0x1be0,0x1be1,0x1be2,0x1be3,0x1be4,0x1be5,0x1be6,0x1be7,
935 0x1be8,0x1be9,0x1bea,0x1beb,0x1bec,0x1bed,0x1bee,0x1bef,
936 0x1bf0,0x1bf1,0x1bf2,0x1bf3,0x1bf4,0x1bf5,0x1bf6,0x1bf7,
937 0x1bf8,0x1bf9,0x1bfa,0x1bfb,0x1bfc,0x1bfd,0x1bfe,0x1bff,
938 0x1c00,0x1c01,0x1c02,0x1c03,0x1c04,0x1c05,0x1c06,0x1c07,
939 0x1c08,0x1c09,0x1c0a,0x1c0b,0x1c0c,0x1c0d,0x1c0e,0x1c0f,
940 0x1c10,0x1c11,0x1c12,0x1c13,0x1c14,0x1c15,0x1c16,0x1c17,
941 0x1c18,0x1c19,0x1c1a,0x1c1b,0x1c1c,0x1c1d,0x1c1e,0x1c1f,
942 0x1c20,0x1c21,0x1c22,0x1c23,0x1c24,0x1c25,0x1c26,0x1c27,
943 0x1c28,0x1c29,0x1c2a,0x1c2b,0x1c2c,0x1c2d,0x1c2e,0x1c2f,
944 0x1c30,0x1c31,0x1c32,0x1c33,0x1c34,0x1c35,0x1c36,0x1c37,
945 0x1c38,0x1c39,0x1c3a,0x1c3b,0x1c3c,0x1c3d,0x1c3e,0x1c3f,
946 0x1c40,0x1c41,0x1c42,0x1c43,0x1c44,0x1c45,0x1c46,0x1c47,
947 0x1c48,0x1c49,0x1c4a,0x1c4b,0x1c4c,0x1c4d,0x1c4e,0x1c4f,
948 0x1c50,0x1c51,0x1c52,0x1c53,0x1c54,0x1c55,0x1c56,0x1c57,
949 0x1c58,0x1c59,0x1c5a,0x1c5b,0x1c5c,0x1c5d,0x1c5e,0x1c5f,
950 0x1c60,0x1c61,0x1c62,0x1c63,0x1c64,0x1c65,0x1c66,0x1c67,
951 0x1c68,0x1c69,0x1c6a,0x1c6b,0x1c6c,0x1c6d,0x1c6e,0x1c6f,
952 0x1c70,0x1c71,0x1c72,0x1c73,0x1c74,0x1c75,0x1c76,0x1c77,
953 0x1c78,0x1c79,0x1c7a,0x1c7b,0x1c7c,0x1c7d,0x1c7e,0x1c7f,
954 0x1c80,0x1c81,0x1c82,0x1c83,0x1c84,0x1c85,0x1c86,0x1c87,
955 0x1c88,0x1c89,0x1c8a,0x1c8b,0x1c8c,0x1c8d,0x1c8e,0x1c8f,
956 0x1c90,0x1c91,0x1c92,0x1c93,0x1c94,0x1c95,0x1c96,0x1c97,
957 0x1c98,0x1c99,0x1c9a,0x1c9b,0x1c9c,0x1c9d,0x1c9e,0x1c9f,
958 0x1ca0,0x1ca1,0x1ca2,0x1ca3,0x1ca4,0x1ca5,0x1ca6,0x1ca7,
959 0x1ca8,0x1ca9,0x1caa,0x1cab,0x1cac,0x1cad,0x1cae,0x1caf,
960 0x1cb0,0x1cb1,0x1cb2,0x1cb3,0x1cb4,0x1cb5,0x1cb6,0x1cb7,
961 0x1cb8,0x1cb9,0x1cba,0x1cbb,0x1cbc,0x1cbd,0x1cbe,0x1cbf,
962 0x1cc0,0x1cc1,0x1cc2,0x1cc3,0x1cc4,0x1cc5,0x1cc6,0x1cc7,
963 0x1cc8,0x1cc9,0x1cca,0x1ccb,0x1ccc,0x1ccd,0x1cce,0x1ccf,
964 0x1cd0,0x1cd1,0x1cd2,0x1cd3,0x1cd4,0x1cd5,0x1cd6,0x1cd7,
965 0x1cd8,0x1cd9,0x1cda,0x1cdb,0x1cdc,0x1cdd,0x1cde,0x1cdf,
966 0x1ce0,0x1ce1,0x1ce2,0x1ce3,0x1ce4,0x1ce5,0x1ce6,0x1ce7,
967 0x1ce8,0x1ce9,0x1cea,0x1ceb,0x1cec,0x1ced,0x1cee,0x1cef,
968 0x1cf0,0x1cf1,0x1cf2,0x1cf3,0x1cf4,0x1cf5,0x1cf6,0x1cf7,
969 0x1cf8,0x1cf9,0x1cfa,0x1cfb,0x1cfc,0x1cfd,0x1cfe,0x1cff,
970 0x1d00,0x1d01,0x1d02,0x1d03,0x1d04,0x1d05,0x1d06,0x1d07,
971 0x1d08,0x1d09,0x1d0a,0x1d0b,0x1d0c,0x1d0d,0x1d0e,0x1d0f,
972 0x1d10,0x1d11,0x1d12,0x1d13,0x1d14,0x1d15,0x1d16,0x1d17,
973 0x1d18,0x1d19,0x1d1a,0x1d1b,0x1d1c,0x1d1d,0x1d1e,0x1d1f,
974 0x1d20,0x1d21,0x1d22,0x1d23,0x1d24,0x1d25,0x1d26,0x1d27,
975 0x1d28,0x1d29,0x1d2a,0x1d2b,0x1d2c,0x1d2d,0x1d2e,0x1d2f,
976 0x1d30,0x1d31,0x1d32,0x1d33,0x1d34,0x1d35,0x1d36,0x1d37,
977 0x1d38,0x1d39,0x1d3a,0x1d3b,0x1d3c,0x1d3d,0x1d3e,0x1d3f,
978 0x1d40,0x1d41,0x1d42,0x1d43,0x1d44,0x1d45,0x1d46,0x1d47,
979 0x1d48,0x1d49,0x1d4a,0x1d4b,0x1d4c,0x1d4d,0x1d4e,0x1d4f,
980 0x1d50,0x1d51,0x1d52,0x1d53,0x1d54,0x1d55,0x1d56,0x1d57,
981 0x1d58,0x1d59,0x1d5a,0x1d5b,0x1d5c,0x1d5d,0x1d5e,0x1d5f,
982 0x1d60,0x1d61,0x1d62,0x1d63,0x1d64,0x1d65,0x1d66,0x1d67,
983 0x1d68,0x1d69,0x1d6a,0x1d6b,0x1d6c,0x1d6d,0x1d6e,0x1d6f,
984 0x1d70,0x1d71,0x1d72,0x1d73,0x1d74,0x1d75,0x1d76,0x1d77,
985 0x1d78,0x1d79,0x1d7a,0x1d7b,0x1d7c,0x2c63,0x1d7e,0x1d7f,
986 0x1d80,0x1d81,0x1d82,0x1d83,0x1d84,0x1d85,0x1d86,0x1d87,
987 0x1d88,0x1d89,0x1d8a,0x1d8b,0x1d8c,0x1d8d,0x1d8e,0x1d8f,
988 0x1d90,0x1d91,0x1d92,0x1d93,0x1d94,0x1d95,0x1d96,0x1d97,
989 0x1d98,0x1d99,0x1d9a,0x1d9b,0x1d9c,0x1d9d,0x1d9e,0x1d9f,
990 0x1da0,0x1da1,0x1da2,0x1da3,0x1da4,0x1da5,0x1da6,0x1da7,
991 0x1da8,0x1da9,0x1daa,0x1dab,0x1dac,0x1dad,0x1dae,0x1daf,
992 0x1db0,0x1db1,0x1db2,0x1db3,0x1db4,0x1db5,0x1db6,0x1db7,
993 0x1db8,0x1db9,0x1dba,0x1dbb,0x1dbc,0x1dbd,0x1dbe,0x1dbf,
994 0x1dc0,0x1dc1,0x1dc2,0x1dc3,0x1dc4,0x1dc5,0x1dc6,0x1dc7,
995 0x1dc8,0x1dc9,0x1dca,0x1dcb,0x1dcc,0x1dcd,0x1dce,0x1dcf,
996 0x1dd0,0x1dd1,0x1dd2,0x1dd3,0x1dd4,0x1dd5,0x1dd6,0x1dd7,
997 0x1dd8,0x1dd9,0x1dda,0x1ddb,0x1ddc,0x1ddd,0x1dde,0x1ddf,
998 0x1de0,0x1de1,0x1de2,0x1de3,0x1de4,0x1de5,0x1de6,0x1de7,
999 0x1de8,0x1de9,0x1dea,0x1deb,0x1dec,0x1ded,0x1dee,0x1def,
1000 0x1df0,0x1df1,0x1df2,0x1df3,0x1df4,0x1df5,0x1df6,0x1df7,
1001 0x1df8,0x1df9,0x1dfa,0x1dfb,0x1dfc,0x1dfd,0x1dfe,0x1dff,
1002 0x1e00,0x1e00,0x1e02,0x1e02,0x1e04,0x1e04,0x1e06,0x1e06,
1003 0x1e08,0x1e08,0x1e0a,0x1e0a,0x1e0c,0x1e0c,0x1e0e,0x1e0e,
1004 0x1e10,0x1e10,0x1e12,0x1e12,0x1e14,0x1e14,0x1e16,0x1e16,
1005 0x1e18,0x1e18,0x1e1a,0x1e1a,0x1e1c,0x1e1c,0x1e1e,0x1e1e,
1006 0x1e20,0x1e20,0x1e22,0x1e22,0x1e24,0x1e24,0x1e26,0x1e26,
1007 0x1e28,0x1e28,0x1e2a,0x1e2a,0x1e2c,0x1e2c,0x1e2e,0x1e2e,
1008 0x1e30,0x1e30,0x1e32,0x1e32,0x1e34,0x1e34,0x1e36,0x1e36,
1009 0x1e38,0x1e38,0x1e3a,0x1e3a,0x1e3c,0x1e3c,0x1e3e,0x1e3e,
1010 0x1e40,0x1e40,0x1e42,0x1e42,0x1e44,0x1e44,0x1e46,0x1e46,
1011 0x1e48,0x1e48,0x1e4a,0x1e4a,0x1e4c,0x1e4c,0x1e4e,0x1e4e,
1012 0x1e50,0x1e50,0x1e52,0x1e52,0x1e54,0x1e54,0x1e56,0x1e56,
1013 0x1e58,0x1e58,0x1e5a,0x1e5a,0x1e5c,0x1e5c,0x1e5e,0x1e5e,
1014 0x1e60,0x1e60,0x1e62,0x1e62,0x1e64,0x1e64,0x1e66,0x1e66,
1015 0x1e68,0x1e68,0x1e6a,0x1e6a,0x1e6c,0x1e6c,0x1e6e,0x1e6e,
1016 0x1e70,0x1e70,0x1e72,0x1e72,0x1e74,0x1e74,0x1e76,0x1e76,
1017 0x1e78,0x1e78,0x1e7a,0x1e7a,0x1e7c,0x1e7c,0x1e7e,0x1e7e,
1018 0x1e80,0x1e80,0x1e82,0x1e82,0x1e84,0x1e84,0x1e86,0x1e86,
1019 0x1e88,0x1e88,0x1e8a,0x1e8a,0x1e8c,0x1e8c,0x1e8e,0x1e8e,
1020 0x1e90,0x1e90,0x1e92,0x1e92,0x1e94,0x1e94,0x1e96,0x1e97,
1021 0x1e98,0x1e99,0x1e9a,0x1e60,0x1e9c,0x1e9d,0x1e9e,0x1e9f,
1022 0x1ea0,0x1ea0,0x1ea2,0x1ea2,0x1ea4,0x1ea4,0x1ea6,0x1ea6,
1023 0x1ea8,0x1ea8,0x1eaa,0x1eaa,0x1eac,0x1eac,0x1eae,0x1eae,
1024 0x1eb0,0x1eb0,0x1eb2,0x1eb2,0x1eb4,0x1eb4,0x1eb6,0x1eb6,
1025 0x1eb8,0x1eb8,0x1eba,0x1eba,0x1ebc,0x1ebc,0x1ebe,0x1ebe,
1026 0x1ec0,0x1ec0,0x1ec2,0x1ec2,0x1ec4,0x1ec4,0x1ec6,0x1ec6,
1027 0x1ec8,0x1ec8,0x1eca,0x1eca,0x1ecc,0x1ecc,0x1ece,0x1ece,
1028 0x1ed0,0x1ed0,0x1ed2,0x1ed2,0x1ed4,0x1ed4,0x1ed6,0x1ed6,
1029 0x1ed8,0x1ed8,0x1eda,0x1eda,0x1edc,0x1edc,0x1ede,0x1ede,
1030 0x1ee0,0x1ee0,0x1ee2,0x1ee2,0x1ee4,0x1ee4,0x1ee6,0x1ee6,
1031 0x1ee8,0x1ee8,0x1eea,0x1eea,0x1eec,0x1eec,0x1eee,0x1eee,
1032 0x1ef0,0x1ef0,0x1ef2,0x1ef2,0x1ef4,0x1ef4,0x1ef6,0x1ef6,
1033 0x1ef8,0x1ef8,0x1efa,0x1efb,0x1efc,0x1efd,0x1efe,0x1eff,
1034 0x1f08,0x1f09,0x1f0a,0x1f0b,0x1f0c,0x1f0d,0x1f0e,0x1f0f,
1035 0x1f08,0x1f09,0x1f0a,0x1f0b,0x1f0c,0x1f0d,0x1f0e,0x1f0f,
1036 0x1f18,0x1f19,0x1f1a,0x1f1b,0x1f1c,0x1f1d,0x1f16,0x1f17,
1037 0x1f18,0x1f19,0x1f1a,0x1f1b,0x1f1c,0x1f1d,0x1f1e,0x1f1f,
1038 0x1f28,0x1f29,0x1f2a,0x1f2b,0x1f2c,0x1f2d,0x1f2e,0x1f2f,
1039 0x1f28,0x1f29,0x1f2a,0x1f2b,0x1f2c,0x1f2d,0x1f2e,0x1f2f,
1040 0x1f38,0x1f39,0x1f3a,0x1f3b,0x1f3c,0x1f3d,0x1f3e,0x1f3f,
1041 0x1f38,0x1f39,0x1f3a,0x1f3b,0x1f3c,0x1f3d,0x1f3e,0x1f3f,
1042 0x1f48,0x1f49,0x1f4a,0x1f4b,0x1f4c,0x1f4d,0x1f46,0x1f47,
1043 0x1f48,0x1f49,0x1f4a,0x1f4b,0x1f4c,0x1f4d,0x1f4e,0x1f4f,
1044 0x1f50,0x1f59,0x1f52,0x1f5b,0x1f54,0x1f5d,0x1f56,0x1f5f,
1045 0x1f58,0x1f59,0x1f5a,0x1f5b,0x1f5c,0x1f5d,0x1f5e,0x1f5f,
1046 0x1f68,0x1f69,0x1f6a,0x1f6b,0x1f6c,0x1f6d,0x1f6e,0x1f6f,
1047 0x1f68,0x1f69,0x1f6a,0x1f6b,0x1f6c,0x1f6d,0x1f6e,0x1f6f,
1048 0x1fba,0x1fbb,0x1fc8,0x1fc9,0x1fca,0x1fcb,0x1fda,0x1fdb,
1049 0x1ff8,0x1ff9,0x1fea,0x1feb,0x1ffa,0x1ffb,0x1f7e,0x1f7f,
1050 0x1f88,0x1f89,0x1f8a,0x1f8b,0x1f8c,0x1f8d,0x1f8e,0x1f8f,
1051 0x1f88,0x1f89,0x1f8a,0x1f8b,0x1f8c,0x1f8d,0x1f8e,0x1f8f,
1052 0x1f98,0x1f99,0x1f9a,0x1f9b,0x1f9c,0x1f9d,0x1f9e,0x1f9f,
1053 0x1f98,0x1f99,0x1f9a,0x1f9b,0x1f9c,0x1f9d,0x1f9e,0x1f9f,
1054 0x1fa8,0x1fa9,0x1faa,0x1fab,0x1fac,0x1fad,0x1fae,0x1faf,
1055 0x1fa8,0x1fa9,0x1faa,0x1fab,0x1fac,0x1fad,0x1fae,0x1faf,
1056 0x1fb8,0x1fb9,0x1fb2,0x1fbc,0x1fb4,0x1fb5,0x1fb6,0x1fb7,
1057 0x1fb8,0x1fb9,0x1fba,0x1fbb,0x1fbc,0x1fbd,0x0399,0x1fbf,
1058 0x1fc0,0x1fc1,0x1fc2,0x1fcc,0x1fc4,0x1fc5,0x1fc6,0x1fc7,
1059 0x1fc8,0x1fc9,0x1fca,0x1fcb,0x1fcc,0x1fcd,0x1fce,0x1fcf,
1060 0x1fd8,0x1fd9,0x1fd2,0x1fd3,0x1fd4,0x1fd5,0x1fd6,0x1fd7,
1061 0x1fd8,0x1fd9,0x1fda,0x1fdb,0x1fdc,0x1fdd,0x1fde,0x1fdf,
1062 0x1fe8,0x1fe9,0x1fe2,0x1fe3,0x1fe4,0x1fec,0x1fe6,0x1fe7,
1063 0x1fe8,0x1fe9,0x1fea,0x1feb,0x1fec,0x1fed,0x1fee,0x1fef,
1064 0x1ff0,0x1ff1,0x1ff2,0x1ffc,0x1ff4,0x1ff5,0x1ff6,0x1ff7,
1065 0x1ff8,0x1ff9,0x1ffa,0x1ffb,0x1ffc,0x1ffd,0x1ffe,0x1fff,
1066 0x2000,0x2001,0x2002,0x2003,0x2004,0x2005,0x2006,0x2007,
1067 0x2008,0x2009,0x200a,0x200b,0x200c,0x200d,0x200e,0x200f,
1068 0x2010,0x2011,0x2012,0x2013,0x2014,0x2015,0x2016,0x2017,
1069 0x2018,0x2019,0x201a,0x201b,0x201c,0x201d,0x201e,0x201f,
1070 0x2020,0x2021,0x2022,0x2023,0x2024,0x2025,0x2026,0x2027,
1071 0x2028,0x2029,0x202a,0x202b,0x202c,0x202d,0x202e,0x202f,
1072 0x2030,0x2031,0x2032,0x2033,0x2034,0x2035,0x2036,0x2037,
1073 0x2038,0x2039,0x203a,0x203b,0x203c,0x203d,0x203e,0x203f,
1074 0x2040,0x2041,0x2042,0x2043,0x2044,0x2045,0x2046,0x2047,
1075 0x2048,0x2049,0x204a,0x204b,0x204c,0x204d,0x204e,0x204f,
1076 0x2050,0x2051,0x2052,0x2053,0x2054,0x2055,0x2056,0x2057,
1077 0x2058,0x2059,0x205a,0x205b,0x205c,0x205d,0x205e,0x205f,
1078 0x2060,0x2061,0x2062,0x2063,0x2064,0x2065,0x2066,0x2067,
1079 0x2068,0x2069,0x206a,0x206b,0x206c,0x206d,0x206e,0x206f,
1080 0x2070,0x2071,0x2072,0x2073,0x2074,0x2075,0x2076,0x2077,
1081 0x2078,0x2079,0x207a,0x207b,0x207c,0x207d,0x207e,0x207f,
1082 0x2080,0x2081,0x2082,0x2083,0x2084,0x2085,0x2086,0x2087,
1083 0x2088,0x2089,0x208a,0x208b,0x208c,0x208d,0x208e,0x208f,
1084 0x2090,0x2091,0x2092,0x2093,0x2094,0x2095,0x2096,0x2097,
1085 0x2098,0x2099,0x209a,0x209b,0x209c,0x209d,0x209e,0x209f,
1086 0x20a0,0x20a1,0x20a2,0x20a3,0x20a4,0x20a5,0x20a6,0x20a7,
1087 0x20a8,0x20a9,0x20aa,0x20ab,0x20ac,0x20ad,0x20ae,0x20af,
1088 0x20b0,0x20b1,0x20b2,0x20b3,0x20b4,0x20b5,0x20b6,0x20b7,
1089 0x20b8,0x20b9,0x20ba,0x20bb,0x20bc,0x20bd,0x20be,0x20bf,
1090 0x20c0,0x20c1,0x20c2,0x20c3,0x20c4,0x20c5,0x20c6,0x20c7,
1091 0x20c8,0x20c9,0x20ca,0x20cb,0x20cc,0x20cd,0x20ce,0x20cf,
1092 0x20d0,0x20d1,0x20d2,0x20d3,0x20d4,0x20d5,0x20d6,0x20d7,
1093 0x20d8,0x20d9,0x20da,0x20db,0x20dc,0x20dd,0x20de,0x20df,
1094 0x20e0,0x20e1,0x20e2,0x20e3,0x20e4,0x20e5,0x20e6,0x20e7,
1095 0x20e8,0x20e9,0x20ea,0x20eb,0x20ec,0x20ed,0x20ee,0x20ef,
1096 0x20f0,0x20f1,0x20f2,0x20f3,0x20f4,0x20f5,0x20f6,0x20f7,
1097 0x20f8,0x20f9,0x20fa,0x20fb,0x20fc,0x20fd,0x20fe,0x20ff,
1098 0x2100,0x2101,0x2102,0x2103,0x2104,0x2105,0x2106,0x2107,
1099 0x2108,0x2109,0x210a,0x210b,0x210c,0x210d,0x210e,0x210f,
1100 0x2110,0x2111,0x2112,0x2113,0x2114,0x2115,0x2116,0x2117,
1101 0x2118,0x2119,0x211a,0x211b,0x211c,0x211d,0x211e,0x211f,
1102 0x2120,0x2121,0x2122,0x2123,0x2124,0x2125,0x2126,0x2127,
1103 0x2128,0x2129,0x212a,0x212b,0x212c,0x212d,0x212e,0x212f,
1104 0x2130,0x2131,0x2132,0x2133,0x2134,0x2135,0x2136,0x2137,
1105 0x2138,0x2139,0x213a,0x213b,0x213c,0x213d,0x213e,0x213f,
1106 0x2140,0x2141,0x2142,0x2143,0x2144,0x2145,0x2146,0x2147,
1107 0x2148,0x2149,0x214a,0x214b,0x214c,0x214d,0x2132,0x214f,
1108 0x2150,0x2151,0x2152,0x2153,0x2154,0x2155,0x2156,0x2157,
1109 0x2158,0x2159,0x215a,0x215b,0x215c,0x215d,0x215e,0x215f,
1110 0x2160,0x2161,0x2162,0x2163,0x2164,0x2165,0x2166,0x2167,
1111 0x2168,0x2169,0x216a,0x216b,0x216c,0x216d,0x216e,0x216f,
1112 0x2160,0x2161,0x2162,0x2163,0x2164,0x2165,0x2166,0x2167,
1113 0x2168,0x2169,0x216a,0x216b,0x216c,0x216d,0x216e,0x216f,
1114 0x2180,0x2181,0x2182,0x2183,0x2183,0x2185,0x2186,0x2187,
1115 0x2188,0x2189,0x218a,0x218b,0x218c,0x218d,0x218e,0x218f,
1116 0x2190,0x2191,0x2192,0x2193,0x2194,0x2195,0x2196,0x2197,
1117 0x2198,0x2199,0x219a,0x219b,0x219c,0x219d,0x219e,0x219f,
1118 0x21a0,0x21a1,0x21a2,0x21a3,0x21a4,0x21a5,0x21a6,0x21a7,
1119 0x21a8,0x21a9,0x21aa,0x21ab,0x21ac,0x21ad,0x21ae,0x21af,
1120 0x21b0,0x21b1,0x21b2,0x21b3,0x21b4,0x21b5,0x21b6,0x21b7,
1121 0x21b8,0x21b9,0x21ba,0x21bb,0x21bc,0x21bd,0x21be,0x21bf,
1122 0x21c0,0x21c1,0x21c2,0x21c3,0x21c4,0x21c5,0x21c6,0x21c7,
1123 0x21c8,0x21c9,0x21ca,0x21cb,0x21cc,0x21cd,0x21ce,0x21cf,
1124 0x21d0,0x21d1,0x21d2,0x21d3,0x21d4,0x21d5,0x21d6,0x21d7,
1125 0x21d8,0x21d9,0x21da,0x21db,0x21dc,0x21dd,0x21de,0x21df,
1126 0x21e0,0x21e1,0x21e2,0x21e3,0x21e4,0x21e5,0x21e6,0x21e7,
1127 0x21e8,0x21e9,0x21ea,0x21eb,0x21ec,0x21ed,0x21ee,0x21ef,
1128 0x21f0,0x21f1,0x21f2,0x21f3,0x21f4,0x21f5,0x21f6,0x21f7,
1129 0x21f8,0x21f9,0x21fa,0x21fb,0x21fc,0x21fd,0x21fe,0x21ff,
1130 0x2200,0x2201,0x2202,0x2203,0x2204,0x2205,0x2206,0x2207,
1131 0x2208,0x2209,0x220a,0x220b,0x220c,0x220d,0x220e,0x220f,
1132 0x2210,0x2211,0x2212,0x2213,0x2214,0x2215,0x2216,0x2217,
1133 0x2218,0x2219,0x221a,0x221b,0x221c,0x221d,0x221e,0x221f,
1134 0x2220,0x2221,0x2222,0x2223,0x2224,0x2225,0x2226,0x2227,
1135 0x2228,0x2229,0x222a,0x222b,0x222c,0x222d,0x222e,0x222f,
1136 0x2230,0x2231,0x2232,0x2233,0x2234,0x2235,0x2236,0x2237,
1137 0x2238,0x2239,0x223a,0x223b,0x223c,0x223d,0x223e,0x223f,
1138 0x2240,0x2241,0x2242,0x2243,0x2244,0x2245,0x2246,0x2247,
1139 0x2248,0x2249,0x224a,0x224b,0x224c,0x224d,0x224e,0x224f,
1140 0x2250,0x2251,0x2252,0x2253,0x2254,0x2255,0x2256,0x2257,
1141 0x2258,0x2259,0x225a,0x225b,0x225c,0x225d,0x225e,0x225f,
1142 0x2260,0x2261,0x2262,0x2263,0x2264,0x2265,0x2266,0x2267,
1143 0x2268,0x2269,0x226a,0x226b,0x226c,0x226d,0x226e,0x226f,
1144 0x2270,0x2271,0x2272,0x2273,0x2274,0x2275,0x2276,0x2277,
1145 0x2278,0x2279,0x227a,0x227b,0x227c,0x227d,0x227e,0x227f,
1146 0x2280,0x2281,0x2282,0x2283,0x2284,0x2285,0x2286,0x2287,
1147 0x2288,0x2289,0x228a,0x228b,0x228c,0x228d,0x228e,0x228f,
1148 0x2290,0x2291,0x2292,0x2293,0x2294,0x2295,0x2296,0x2297,
1149 0x2298,0x2299,0x229a,0x229b,0x229c,0x229d,0x229e,0x229f,
1150 0x22a0,0x22a1,0x22a2,0x22a3,0x22a4,0x22a5,0x22a6,0x22a7,
1151 0x22a8,0x22a9,0x22aa,0x22ab,0x22ac,0x22ad,0x22ae,0x22af,
1152 0x22b0,0x22b1,0x22b2,0x22b3,0x22b4,0x22b5,0x22b6,0x22b7,
1153 0x22b8,0x22b9,0x22ba,0x22bb,0x22bc,0x22bd,0x22be,0x22bf,
1154 0x22c0,0x22c1,0x22c2,0x22c3,0x22c4,0x22c5,0x22c6,0x22c7,
1155 0x22c8,0x22c9,0x22ca,0x22cb,0x22cc,0x22cd,0x22ce,0x22cf,
1156 0x22d0,0x22d1,0x22d2,0x22d3,0x22d4,0x22d5,0x22d6,0x22d7,
1157 0x22d8,0x22d9,0x22da,0x22db,0x22dc,0x22dd,0x22de,0x22df,
1158 0x22e0,0x22e1,0x22e2,0x22e3,0x22e4,0x22e5,0x22e6,0x22e7,
1159 0x22e8,0x22e9,0x22ea,0x22eb,0x22ec,0x22ed,0x22ee,0x22ef,
1160 0x22f0,0x22f1,0x22f2,0x22f3,0x22f4,0x22f5,0x22f6,0x22f7,
1161 0x22f8,0x22f9,0x22fa,0x22fb,0x22fc,0x22fd,0x22fe,0x22ff,
1162 0x2300,0x2301,0x2302,0x2303,0x2304,0x2305,0x2306,0x2307,
1163 0x2308,0x2309,0x230a,0x230b,0x230c,0x230d,0x230e,0x230f,
1164 0x2310,0x2311,0x2312,0x2313,0x2314,0x2315,0x2316,0x2317,
1165 0x2318,0x2319,0x231a,0x231b,0x231c,0x231d,0x231e,0x231f,
1166 0x2320,0x2321,0x2322,0x2323,0x2324,0x2325,0x2326,0x2327,
1167 0x2328,0x2329,0x232a,0x232b,0x232c,0x232d,0x232e,0x232f,
1168 0x2330,0x2331,0x2332,0x2333,0x2334,0x2335,0x2336,0x2337,
1169 0x2338,0x2339,0x233a,0x233b,0x233c,0x233d,0x233e,0x233f,
1170 0x2340,0x2341,0x2342,0x2343,0x2344,0x2345,0x2346,0x2347,
1171 0x2348,0x2349,0x234a,0x234b,0x234c,0x234d,0x234e,0x234f,
1172 0x2350,0x2351,0x2352,0x2353,0x2354,0x2355,0x2356,0x2357,
1173 0x2358,0x2359,0x235a,0x235b,0x235c,0x235d,0x235e,0x235f,
1174 0x2360,0x2361,0x2362,0x2363,0x2364,0x2365,0x2366,0x2367,
1175 0x2368,0x2369,0x236a,0x236b,0x236c,0x236d,0x236e,0x236f,
1176 0x2370,0x2371,0x2372,0x2373,0x2374,0x2375,0x2376,0x2377,
1177 0x2378,0x2379,0x237a,0x237b,0x237c,0x237d,0x237e,0x237f,
1178 0x2380,0x2381,0x2382,0x2383,0x2384,0x2385,0x2386,0x2387,
1179 0x2388,0x2389,0x238a,0x238b,0x238c,0x238d,0x238e,0x238f,
1180 0x2390,0x2391,0x2392,0x2393,0x2394,0x2395,0x2396,0x2397,
1181 0x2398,0x2399,0x239a,0x239b,0x239c,0x239d,0x239e,0x239f,
1182 0x23a0,0x23a1,0x23a2,0x23a3,0x23a4,0x23a5,0x23a6,0x23a7,
1183 0x23a8,0x23a9,0x23aa,0x23ab,0x23ac,0x23ad,0x23ae,0x23af,
1184 0x23b0,0x23b1,0x23b2,0x23b3,0x23b4,0x23b5,0x23b6,0x23b7,
1185 0x23b8,0x23b9,0x23ba,0x23bb,0x23bc,0x23bd,0x23be,0x23bf,
1186 0x23c0,0x23c1,0x23c2,0x23c3,0x23c4,0x23c5,0x23c6,0x23c7,
1187 0x23c8,0x23c9,0x23ca,0x23cb,0x23cc,0x23cd,0x23ce,0x23cf,
1188 0x23d0,0x23d1,0x23d2,0x23d3,0x23d4,0x23d5,0x23d6,0x23d7,
1189 0x23d8,0x23d9,0x23da,0x23db,0x23dc,0x23dd,0x23de,0x23df,
1190 0x23e0,0x23e1,0x23e2,0x23e3,0x23e4,0x23e5,0x23e6,0x23e7,
1191 0x23e8,0x23e9,0x23ea,0x23eb,0x23ec,0x23ed,0x23ee,0x23ef,
1192 0x23f0,0x23f1,0x23f2,0x23f3,0x23f4,0x23f5,0x23f6,0x23f7,
1193 0x23f8,0x23f9,0x23fa,0x23fb,0x23fc,0x23fd,0x23fe,0x23ff,
1194 0x2400,0x2401,0x2402,0x2403,0x2404,0x2405,0x2406,0x2407,
1195 0x2408,0x2409,0x240a,0x240b,0x240c,0x240d,0x240e,0x240f,
1196 0x2410,0x2411,0x2412,0x2413,0x2414,0x2415,0x2416,0x2417,
1197 0x2418,0x2419,0x241a,0x241b,0x241c,0x241d,0x241e,0x241f,
1198 0x2420,0x2421,0x2422,0x2423,0x2424,0x2425,0x2426,0x2427,
1199 0x2428,0x2429,0x242a,0x242b,0x242c,0x242d,0x242e,0x242f,
1200 0x2430,0x2431,0x2432,0x2433,0x2434,0x2435,0x2436,0x2437,
1201 0x2438,0x2439,0x243a,0x243b,0x243c,0x243d,0x243e,0x243f,
1202 0x2440,0x2441,0x2442,0x2443,0x2444,0x2445,0x2446,0x2447,
1203 0x2448,0x2449,0x244a,0x244b,0x244c,0x244d,0x244e,0x244f,
1204 0x2450,0x2451,0x2452,0x2453,0x2454,0x2455,0x2456,0x2457,
1205 0x2458,0x2459,0x245a,0x245b,0x245c,0x245d,0x245e,0x245f,
1206 0x2460,0x2461,0x2462,0x2463,0x2464,0x2465,0x2466,0x2467,
1207 0x2468,0x2469,0x246a,0x246b,0x246c,0x246d,0x246e,0x246f,
1208 0x2470,0x2471,0x2472,0x2473,0x2474,0x2475,0x2476,0x2477,
1209 0x2478,0x2479,0x247a,0x247b,0x247c,0x247d,0x247e,0x247f,
1210 0x2480,0x2481,0x2482,0x2483,0x2484,0x2485,0x2486,0x2487,
1211 0x2488,0x2489,0x248a,0x248b,0x248c,0x248d,0x248e,0x248f,
1212 0x2490,0x2491,0x2492,0x2493,0x2494,0x2495,0x2496,0x2497,
1213 0x2498,0x2499,0x249a,0x249b,0x249c,0x249d,0x249e,0x249f,
1214 0x24a0,0x24a1,0x24a2,0x24a3,0x24a4,0x24a5,0x24a6,0x24a7,
1215 0x24a8,0x24a9,0x24aa,0x24ab,0x24ac,0x24ad,0x24ae,0x24af,
1216 0x24b0,0x24b1,0x24b2,0x24b3,0x24b4,0x24b5,0x24b6,0x24b7,
1217 0x24b8,0x24b9,0x24ba,0x24bb,0x24bc,0x24bd,0x24be,0x24bf,
1218 0x24c0,0x24c1,0x24c2,0x24c3,0x24c4,0x24c5,0x24c6,0x24c7,
1219 0x24c8,0x24c9,0x24ca,0x24cb,0x24cc,0x24cd,0x24ce,0x24cf,
1220 0x24b6,0x24b7,0x24b8,0x24b9,0x24ba,0x24bb,0x24bc,0x24bd,
1221 0x24be,0x24bf,0x24c0,0x24c1,0x24c2,0x24c3,0x24c4,0x24c5,
1222 0x24c6,0x24c7,0x24c8,0x24c9,0x24ca,0x24cb,0x24cc,0x24cd,
1223 0x24ce,0x24cf,0x24ea,0x24eb,0x24ec,0x24ed,0x24ee,0x24ef,
1224 0x24f0,0x24f1,0x24f2,0x24f3,0x24f4,0x24f5,0x24f6,0x24f7,
1225 0x24f8,0x24f9,0x24fa,0x24fb,0x24fc,0x24fd,0x24fe,0x24ff,
1226 0x2500,0x2501,0x2502,0x2503,0x2504,0x2505,0x2506,0x2507,
1227 0x2508,0x2509,0x250a,0x250b,0x250c,0x250d,0x250e,0x250f,
1228 0x2510,0x2511,0x2512,0x2513,0x2514,0x2515,0x2516,0x2517,
1229 0x2518,0x2519,0x251a,0x251b,0x251c,0x251d,0x251e,0x251f,
1230 0x2520,0x2521,0x2522,0x2523,0x2524,0x2525,0x2526,0x2527,
1231 0x2528,0x2529,0x252a,0x252b,0x252c,0x252d,0x252e,0x252f,
1232 0x2530,0x2531,0x2532,0x2533,0x2534,0x2535,0x2536,0x2537,
1233 0x2538,0x2539,0x253a,0x253b,0x253c,0x253d,0x253e,0x253f,
1234 0x2540,0x2541,0x2542,0x2543,0x2544,0x2545,0x2546,0x2547,
1235 0x2548,0x2549,0x254a,0x254b,0x254c,0x254d,0x254e,0x254f,
1236 0x2550,0x2551,0x2552,0x2553,0x2554,0x2555,0x2556,0x2557,
1237 0x2558,0x2559,0x255a,0x255b,0x255c,0x255d,0x255e,0x255f,
1238 0x2560,0x2561,0x2562,0x2563,0x2564,0x2565,0x2566,0x2567,
1239 0x2568,0x2569,0x256a,0x256b,0x256c,0x256d,0x256e,0x256f,
1240 0x2570,0x2571,0x2572,0x2573,0x2574,0x2575,0x2576,0x2577,
1241 0x2578,0x2579,0x257a,0x257b,0x257c,0x257d,0x257e,0x257f,
1242 0x2580,0x2581,0x2582,0x2583,0x2584,0x2585,0x2586,0x2587,
1243 0x2588,0x2589,0x258a,0x258b,0x258c,0x258d,0x258e,0x258f,
1244 0x2590,0x2591,0x2592,0x2593,0x2594,0x2595,0x2596,0x2597,
1245 0x2598,0x2599,0x259a,0x259b,0x259c,0x259d,0x259e,0x259f,
1246 0x25a0,0x25a1,0x25a2,0x25a3,0x25a4,0x25a5,0x25a6,0x25a7,
1247 0x25a8,0x25a9,0x25aa,0x25ab,0x25ac,0x25ad,0x25ae,0x25af,
1248 0x25b0,0x25b1,0x25b2,0x25b3,0x25b4,0x25b5,0x25b6,0x25b7,
1249 0x25b8,0x25b9,0x25ba,0x25bb,0x25bc,0x25bd,0x25be,0x25bf,
1250 0x25c0,0x25c1,0x25c2,0x25c3,0x25c4,0x25c5,0x25c6,0x25c7,
1251 0x25c8,0x25c9,0x25ca,0x25cb,0x25cc,0x25cd,0x25ce,0x25cf,
1252 0x25d0,0x25d1,0x25d2,0x25d3,0x25d4,0x25d5,0x25d6,0x25d7,
1253 0x25d8,0x25d9,0x25da,0x25db,0x25dc,0x25dd,0x25de,0x25df,
1254 0x25e0,0x25e1,0x25e2,0x25e3,0x25e4,0x25e5,0x25e6,0x25e7,
1255 0x25e8,0x25e9,0x25ea,0x25eb,0x25ec,0x25ed,0x25ee,0x25ef,
1256 0x25f0,0x25f1,0x25f2,0x25f3,0x25f4,0x25f5,0x25f6,0x25f7,
1257 0x25f8,0x25f9,0x25fa,0x25fb,0x25fc,0x25fd,0x25fe,0x25ff,
1258 0x2600,0x2601,0x2602,0x2603,0x2604,0x2605,0x2606,0x2607,
1259 0x2608,0x2609,0x260a,0x260b,0x260c,0x260d,0x260e,0x260f,
1260 0x2610,0x2611,0x2612,0x2613,0x2614,0x2615,0x2616,0x2617,
1261 0x2618,0x2619,0x261a,0x261b,0x261c,0x261d,0x261e,0x261f,
1262 0x2620,0x2621,0x2622,0x2623,0x2624,0x2625,0x2626,0x2627,
1263 0x2628,0x2629,0x262a,0x262b,0x262c,0x262d,0x262e,0x262f,
1264 0x2630,0x2631,0x2632,0x2633,0x2634,0x2635,0x2636,0x2637,
1265 0x2638,0x2639,0x263a,0x263b,0x263c,0x263d,0x263e,0x263f,
1266 0x2640,0x2641,0x2642,0x2643,0x2644,0x2645,0x2646,0x2647,
1267 0x2648,0x2649,0x264a,0x264b,0x264c,0x264d,0x264e,0x264f,
1268 0x2650,0x2651,0x2652,0x2653,0x2654,0x2655,0x2656,0x2657,
1269 0x2658,0x2659,0x265a,0x265b,0x265c,0x265d,0x265e,0x265f,
1270 0x2660,0x2661,0x2662,0x2663,0x2664,0x2665,0x2666,0x2667,
1271 0x2668,0x2669,0x266a,0x266b,0x266c,0x266d,0x266e,0x266f,
1272 0x2670,0x2671,0x2672,0x2673,0x2674,0x2675,0x2676,0x2677,
1273 0x2678,0x2679,0x267a,0x267b,0x267c,0x267d,0x267e,0x267f,
1274 0x2680,0x2681,0x2682,0x2683,0x2684,0x2685,0x2686,0x2687,
1275 0x2688,0x2689,0x268a,0x268b,0x268c,0x268d,0x268e,0x268f,
1276 0x2690,0x2691,0x2692,0x2693,0x2694,0x2695,0x2696,0x2697,
1277 0x2698,0x2699,0x269a,0x269b,0x269c,0x269d,0x269e,0x269f,
1278 0x26a0,0x26a1,0x26a2,0x26a3,0x26a4,0x26a5,0x26a6,0x26a7,
1279 0x26a8,0x26a9,0x26aa,0x26ab,0x26ac,0x26ad,0x26ae,0x26af,
1280 0x26b0,0x26b1,0x26b2,0x26b3,0x26b4,0x26b5,0x26b6,0x26b7,
1281 0x26b8,0x26b9,0x26ba,0x26bb,0x26bc,0x26bd,0x26be,0x26bf,
1282 0x26c0,0x26c1,0x26c2,0x26c3,0x26c4,0x26c5,0x26c6,0x26c7,
1283 0x26c8,0x26c9,0x26ca,0x26cb,0x26cc,0x26cd,0x26ce,0x26cf,
1284 0x26d0,0x26d1,0x26d2,0x26d3,0x26d4,0x26d5,0x26d6,0x26d7,
1285 0x26d8,0x26d9,0x26da,0x26db,0x26dc,0x26dd,0x26de,0x26df,
1286 0x26e0,0x26e1,0x26e2,0x26e3,0x26e4,0x26e5,0x26e6,0x26e7,
1287 0x26e8,0x26e9,0x26ea,0x26eb,0x26ec,0x26ed,0x26ee,0x26ef,
1288 0x26f0,0x26f1,0x26f2,0x26f3,0x26f4,0x26f5,0x26f6,0x26f7,
1289 0x26f8,0x26f9,0x26fa,0x26fb,0x26fc,0x26fd,0x26fe,0x26ff,
1290 0x2700,0x2701,0x2702,0x2703,0x2704,0x2705,0x2706,0x2707,
1291 0x2708,0x2709,0x270a,0x270b,0x270c,0x270d,0x270e,0x270f,
1292 0x2710,0x2711,0x2712,0x2713,0x2714,0x2715,0x2716,0x2717,
1293 0x2718,0x2719,0x271a,0x271b,0x271c,0x271d,0x271e,0x271f,
1294 0x2720,0x2721,0x2722,0x2723,0x2724,0x2725,0x2726,0x2727,
1295 0x2728,0x2729,0x272a,0x272b,0x272c,0x272d,0x272e,0x272f,
1296 0x2730,0x2731,0x2732,0x2733,0x2734,0x2735,0x2736,0x2737,
1297 0x2738,0x2739,0x273a,0x273b,0x273c,0x273d,0x273e,0x273f,
1298 0x2740,0x2741,0x2742,0x2743,0x2744,0x2745,0x2746,0x2747,
1299 0x2748,0x2749,0x274a,0x274b,0x274c,0x274d,0x274e,0x274f,
1300 0x2750,0x2751,0x2752,0x2753,0x2754,0x2755,0x2756,0x2757,
1301 0x2758,0x2759,0x275a,0x275b,0x275c,0x275d,0x275e,0x275f,
1302 0x2760,0x2761,0x2762,0x2763,0x2764,0x2765,0x2766,0x2767,
1303 0x2768,0x2769,0x276a,0x276b,0x276c,0x276d,0x276e,0x276f,
1304 0x2770,0x2771,0x2772,0x2773,0x2774,0x2775,0x2776,0x2777,
1305 0x2778,0x2779,0x277a,0x277b,0x277c,0x277d,0x277e,0x277f,
1306 0x2780,0x2781,0x2782,0x2783,0x2784,0x2785,0x2786,0x2787,
1307 0x2788,0x2789,0x278a,0x278b,0x278c,0x278d,0x278e,0x278f,
1308 0x2790,0x2791,0x2792,0x2793,0x2794,0x2795,0x2796,0x2797,
1309 0x2798,0x2799,0x279a,0x279b,0x279c,0x279d,0x279e,0x279f,
1310 0x27a0,0x27a1,0x27a2,0x27a3,0x27a4,0x27a5,0x27a6,0x27a7,
1311 0x27a8,0x27a9,0x27aa,0x27ab,0x27ac,0x27ad,0x27ae,0x27af,
1312 0x27b0,0x27b1,0x27b2,0x27b3,0x27b4,0x27b5,0x27b6,0x27b7,
1313 0x27b8,0x27b9,0x27ba,0x27bb,0x27bc,0x27bd,0x27be,0x27bf,
1314 0x27c0,0x27c1,0x27c2,0x27c3,0x27c4,0x27c5,0x27c6,0x27c7,
1315 0x27c8,0x27c9,0x27ca,0x27cb,0x27cc,0x27cd,0x27ce,0x27cf,
1316 0x27d0,0x27d1,0x27d2,0x27d3,0x27d4,0x27d5,0x27d6,0x27d7,
1317 0x27d8,0x27d9,0x27da,0x27db,0x27dc,0x27dd,0x27de,0x27df,
1318 0x27e0,0x27e1,0x27e2,0x27e3,0x27e4,0x27e5,0x27e6,0x27e7,
1319 0x27e8,0x27e9,0x27ea,0x27eb,0x27ec,0x27ed,0x27ee,0x27ef,
1320 0x27f0,0x27f1,0x27f2,0x27f3,0x27f4,0x27f5,0x27f6,0x27f7,
1321 0x27f8,0x27f9,0x27fa,0x27fb,0x27fc,0x27fd,0x27fe,0x27ff,
1322 0x2800,0x2801,0x2802,0x2803,0x2804,0x2805,0x2806,0x2807,
1323 0x2808,0x2809,0x280a,0x280b,0x280c,0x280d,0x280e,0x280f,
1324 0x2810,0x2811,0x2812,0x2813,0x2814,0x2815,0x2816,0x2817,
1325 0x2818,0x2819,0x281a,0x281b,0x281c,0x281d,0x281e,0x281f,
1326 0x2820,0x2821,0x2822,0x2823,0x2824,0x2825,0x2826,0x2827,
1327 0x2828,0x2829,0x282a,0x282b,0x282c,0x282d,0x282e,0x282f,
1328 0x2830,0x2831,0x2832,0x2833,0x2834,0x2835,0x2836,0x2837,
1329 0x2838,0x2839,0x283a,0x283b,0x283c,0x283d,0x283e,0x283f,
1330 0x2840,0x2841,0x2842,0x2843,0x2844,0x2845,0x2846,0x2847,
1331 0x2848,0x2849,0x284a,0x284b,0x284c,0x284d,0x284e,0x284f,
1332 0x2850,0x2851,0x2852,0x2853,0x2854,0x2855,0x2856,0x2857,
1333 0x2858,0x2859,0x285a,0x285b,0x285c,0x285d,0x285e,0x285f,
1334 0x2860,0x2861,0x2862,0x2863,0x2864,0x2865,0x2866,0x2867,
1335 0x2868,0x2869,0x286a,0x286b,0x286c,0x286d,0x286e,0x286f,
1336 0x2870,0x2871,0x2872,0x2873,0x2874,0x2875,0x2876,0x2877,
1337 0x2878,0x2879,0x287a,0x287b,0x287c,0x287d,0x287e,0x287f,
1338 0x2880,0x2881,0x2882,0x2883,0x2884,0x2885,0x2886,0x2887,
1339 0x2888,0x2889,0x288a,0x288b,0x288c,0x288d,0x288e,0x288f,
1340 0x2890,0x2891,0x2892,0x2893,0x2894,0x2895,0x2896,0x2897,
1341 0x2898,0x2899,0x289a,0x289b,0x289c,0x289d,0x289e,0x289f,
1342 0x28a0,0x28a1,0x28a2,0x28a3,0x28a4,0x28a5,0x28a6,0x28a7,
1343 0x28a8,0x28a9,0x28aa,0x28ab,0x28ac,0x28ad,0x28ae,0x28af,
1344 0x28b0,0x28b1,0x28b2,0x28b3,0x28b4,0x28b5,0x28b6,0x28b7,
1345 0x28b8,0x28b9,0x28ba,0x28bb,0x28bc,0x28bd,0x28be,0x28bf,
1346 0x28c0,0x28c1,0x28c2,0x28c3,0x28c4,0x28c5,0x28c6,0x28c7,
1347 0x28c8,0x28c9,0x28ca,0x28cb,0x28cc,0x28cd,0x28ce,0x28cf,
1348 0x28d0,0x28d1,0x28d2,0x28d3,0x28d4,0x28d5,0x28d6,0x28d7,
1349 0x28d8,0x28d9,0x28da,0x28db,0x28dc,0x28dd,0x28de,0x28df,
1350 0x28e0,0x28e1,0x28e2,0x28e3,0x28e4,0x28e5,0x28e6,0x28e7,
1351 0x28e8,0x28e9,0x28ea,0x28eb,0x28ec,0x28ed,0x28ee,0x28ef,
1352 0x28f0,0x28f1,0x28f2,0x28f3,0x28f4,0x28f5,0x28f6,0x28f7,
1353 0x28f8,0x28f9,0x28fa,0x28fb,0x28fc,0x28fd,0x28fe,0x28ff,
1354 0x2900,0x2901,0x2902,0x2903,0x2904,0x2905,0x2906,0x2907,
1355 0x2908,0x2909,0x290a,0x290b,0x290c,0x290d,0x290e,0x290f,
1356 0x2910,0x2911,0x2912,0x2913,0x2914,0x2915,0x2916,0x2917,
1357 0x2918,0x2919,0x291a,0x291b,0x291c,0x291d,0x291e,0x291f,
1358 0x2920,0x2921,0x2922,0x2923,0x2924,0x2925,0x2926,0x2927,
1359 0x2928,0x2929,0x292a,0x292b,0x292c,0x292d,0x292e,0x292f,
1360 0x2930,0x2931,0x2932,0x2933,0x2934,0x2935,0x2936,0x2937,
1361 0x2938,0x2939,0x293a,0x293b,0x293c,0x293d,0x293e,0x293f,
1362 0x2940,0x2941,0x2942,0x2943,0x2944,0x2945,0x2946,0x2947,
1363 0x2948,0x2949,0x294a,0x294b,0x294c,0x294d,0x294e,0x294f,
1364 0x2950,0x2951,0x2952,0x2953,0x2954,0x2955,0x2956,0x2957,
1365 0x2958,0x2959,0x295a,0x295b,0x295c,0x295d,0x295e,0x295f,
1366 0x2960,0x2961,0x2962,0x2963,0x2964,0x2965,0x2966,0x2967,
1367 0x2968,0x2969,0x296a,0x296b,0x296c,0x296d,0x296e,0x296f,
1368 0x2970,0x2971,0x2972,0x2973,0x2974,0x2975,0x2976,0x2977,
1369 0x2978,0x2979,0x297a,0x297b,0x297c,0x297d,0x297e,0x297f,
1370 0x2980,0x2981,0x2982,0x2983,0x2984,0x2985,0x2986,0x2987,
1371 0x2988,0x2989,0x298a,0x298b,0x298c,0x298d,0x298e,0x298f,
1372 0x2990,0x2991,0x2992,0x2993,0x2994,0x2995,0x2996,0x2997,
1373 0x2998,0x2999,0x299a,0x299b,0x299c,0x299d,0x299e,0x299f,
1374 0x29a0,0x29a1,0x29a2,0x29a3,0x29a4,0x29a5,0x29a6,0x29a7,
1375 0x29a8,0x29a9,0x29aa,0x29ab,0x29ac,0x29ad,0x29ae,0x29af,
1376 0x29b0,0x29b1,0x29b2,0x29b3,0x29b4,0x29b5,0x29b6,0x29b7,
1377 0x29b8,0x29b9,0x29ba,0x29bb,0x29bc,0x29bd,0x29be,0x29bf,
1378 0x29c0,0x29c1,0x29c2,0x29c3,0x29c4,0x29c5,0x29c6,0x29c7,
1379 0x29c8,0x29c9,0x29ca,0x29cb,0x29cc,0x29cd,0x29ce,0x29cf,
1380 0x29d0,0x29d1,0x29d2,0x29d3,0x29d4,0x29d5,0x29d6,0x29d7,
1381 0x29d8,0x29d9,0x29da,0x29db,0x29dc,0x29dd,0x29de,0x29df,
1382 0x29e0,0x29e1,0x29e2,0x29e3,0x29e4,0x29e5,0x29e6,0x29e7,
1383 0x29e8,0x29e9,0x29ea,0x29eb,0x29ec,0x29ed,0x29ee,0x29ef,
1384 0x29f0,0x29f1,0x29f2,0x29f3,0x29f4,0x29f5,0x29f6,0x29f7,
1385 0x29f8,0x29f9,0x29fa,0x29fb,0x29fc,0x29fd,0x29fe,0x29ff,
1386 0x2a00,0x2a01,0x2a02,0x2a03,0x2a04,0x2a05,0x2a06,0x2a07,
1387 0x2a08,0x2a09,0x2a0a,0x2a0b,0x2a0c,0x2a0d,0x2a0e,0x2a0f,
1388 0x2a10,0x2a11,0x2a12,0x2a13,0x2a14,0x2a15,0x2a16,0x2a17,
1389 0x2a18,0x2a19,0x2a1a,0x2a1b,0x2a1c,0x2a1d,0x2a1e,0x2a1f,
1390 0x2a20,0x2a21,0x2a22,0x2a23,0x2a24,0x2a25,0x2a26,0x2a27,
1391 0x2a28,0x2a29,0x2a2a,0x2a2b,0x2a2c,0x2a2d,0x2a2e,0x2a2f,
1392 0x2a30,0x2a31,0x2a32,0x2a33,0x2a34,0x2a35,0x2a36,0x2a37,
1393 0x2a38,0x2a39,0x2a3a,0x2a3b,0x2a3c,0x2a3d,0x2a3e,0x2a3f,
1394 0x2a40,0x2a41,0x2a42,0x2a43,0x2a44,0x2a45,0x2a46,0x2a47,
1395 0x2a48,0x2a49,0x2a4a,0x2a4b,0x2a4c,0x2a4d,0x2a4e,0x2a4f,
1396 0x2a50,0x2a51,0x2a52,0x2a53,0x2a54,0x2a55,0x2a56,0x2a57,
1397 0x2a58,0x2a59,0x2a5a,0x2a5b,0x2a5c,0x2a5d,0x2a5e,0x2a5f,
1398 0x2a60,0x2a61,0x2a62,0x2a63,0x2a64,0x2a65,0x2a66,0x2a67,
1399 0x2a68,0x2a69,0x2a6a,0x2a6b,0x2a6c,0x2a6d,0x2a6e,0x2a6f,
1400 0x2a70,0x2a71,0x2a72,0x2a73,0x2a74,0x2a75,0x2a76,0x2a77,
1401 0x2a78,0x2a79,0x2a7a,0x2a7b,0x2a7c,0x2a7d,0x2a7e,0x2a7f,
1402 0x2a80,0x2a81,0x2a82,0x2a83,0x2a84,0x2a85,0x2a86,0x2a87,
1403 0x2a88,0x2a89,0x2a8a,0x2a8b,0x2a8c,0x2a8d,0x2a8e,0x2a8f,
1404 0x2a90,0x2a91,0x2a92,0x2a93,0x2a94,0x2a95,0x2a96,0x2a97,
1405 0x2a98,0x2a99,0x2a9a,0x2a9b,0x2a9c,0x2a9d,0x2a9e,0x2a9f,
1406 0x2aa0,0x2aa1,0x2aa2,0x2aa3,0x2aa4,0x2aa5,0x2aa6,0x2aa7,
1407 0x2aa8,0x2aa9,0x2aaa,0x2aab,0x2aac,0x2aad,0x2aae,0x2aaf,
1408 0x2ab0,0x2ab1,0x2ab2,0x2ab3,0x2ab4,0x2ab5,0x2ab6,0x2ab7,
1409 0x2ab8,0x2ab9,0x2aba,0x2abb,0x2abc,0x2abd,0x2abe,0x2abf,
1410 0x2ac0,0x2ac1,0x2ac2,0x2ac3,0x2ac4,0x2ac5,0x2ac6,0x2ac7,
1411 0x2ac8,0x2ac9,0x2aca,0x2acb,0x2acc,0x2acd,0x2ace,0x2acf,
1412 0x2ad0,0x2ad1,0x2ad2,0x2ad3,0x2ad4,0x2ad5,0x2ad6,0x2ad7,
1413 0x2ad8,0x2ad9,0x2ada,0x2adb,0x2adc,0x2add,0x2ade,0x2adf,
1414 0x2ae0,0x2ae1,0x2ae2,0x2ae3,0x2ae4,0x2ae5,0x2ae6,0x2ae7,
1415 0x2ae8,0x2ae9,0x2aea,0x2aeb,0x2aec,0x2aed,0x2aee,0x2aef,
1416 0x2af0,0x2af1,0x2af2,0x2af3,0x2af4,0x2af5,0x2af6,0x2af7,
1417 0x2af8,0x2af9,0x2afa,0x2afb,0x2afc,0x2afd,0x2afe,0x2aff,
1418 0x2b00,0x2b01,0x2b02,0x2b03,0x2b04,0x2b05,0x2b06,0x2b07,
1419 0x2b08,0x2b09,0x2b0a,0x2b0b,0x2b0c,0x2b0d,0x2b0e,0x2b0f,
1420 0x2b10,0x2b11,0x2b12,0x2b13,0x2b14,0x2b15,0x2b16,0x2b17,
1421 0x2b18,0x2b19,0x2b1a,0x2b1b,0x2b1c,0x2b1d,0x2b1e,0x2b1f,
1422 0x2b20,0x2b21,0x2b22,0x2b23,0x2b24,0x2b25,0x2b26,0x2b27,
1423 0x2b28,0x2b29,0x2b2a,0x2b2b,0x2b2c,0x2b2d,0x2b2e,0x2b2f,
1424 0x2b30,0x2b31,0x2b32,0x2b33,0x2b34,0x2b35,0x2b36,0x2b37,
1425 0x2b38,0x2b39,0x2b3a,0x2b3b,0x2b3c,0x2b3d,0x2b3e,0x2b3f,
1426 0x2b40,0x2b41,0x2b42,0x2b43,0x2b44,0x2b45,0x2b46,0x2b47,
1427 0x2b48,0x2b49,0x2b4a,0x2b4b,0x2b4c,0x2b4d,0x2b4e,0x2b4f,
1428 0x2b50,0x2b51,0x2b52,0x2b53,0x2b54,0x2b55,0x2b56,0x2b57,
1429 0x2b58,0x2b59,0x2b5a,0x2b5b,0x2b5c,0x2b5d,0x2b5e,0x2b5f,
1430 0x2b60,0x2b61,0x2b62,0x2b63,0x2b64,0x2b65,0x2b66,0x2b67,
1431 0x2b68,0x2b69,0x2b6a,0x2b6b,0x2b6c,0x2b6d,0x2b6e,0x2b6f,
1432 0x2b70,0x2b71,0x2b72,0x2b73,0x2b74,0x2b75,0x2b76,0x2b77,
1433 0x2b78,0x2b79,0x2b7a,0x2b7b,0x2b7c,0x2b7d,0x2b7e,0x2b7f,
1434 0x2b80,0x2b81,0x2b82,0x2b83,0x2b84,0x2b85,0x2b86,0x2b87,
1435 0x2b88,0x2b89,0x2b8a,0x2b8b,0x2b8c,0x2b8d,0x2b8e,0x2b8f,
1436 0x2b90,0x2b91,0x2b92,0x2b93,0x2b94,0x2b95,0x2b96,0x2b97,
1437 0x2b98,0x2b99,0x2b9a,0x2b9b,0x2b9c,0x2b9d,0x2b9e,0x2b9f,
1438 0x2ba0,0x2ba1,0x2ba2,0x2ba3,0x2ba4,0x2ba5,0x2ba6,0x2ba7,
1439 0x2ba8,0x2ba9,0x2baa,0x2bab,0x2bac,0x2bad,0x2bae,0x2baf,
1440 0x2bb0,0x2bb1,0x2bb2,0x2bb3,0x2bb4,0x2bb5,0x2bb6,0x2bb7,
1441 0x2bb8,0x2bb9,0x2bba,0x2bbb,0x2bbc,0x2bbd,0x2bbe,0x2bbf,
1442 0x2bc0,0x2bc1,0x2bc2,0x2bc3,0x2bc4,0x2bc5,0x2bc6,0x2bc7,
1443 0x2bc8,0x2bc9,0x2bca,0x2bcb,0x2bcc,0x2bcd,0x2bce,0x2bcf,
1444 0x2bd0,0x2bd1,0x2bd2,0x2bd3,0x2bd4,0x2bd5,0x2bd6,0x2bd7,
1445 0x2bd8,0x2bd9,0x2bda,0x2bdb,0x2bdc,0x2bdd,0x2bde,0x2bdf,
1446 0x2be0,0x2be1,0x2be2,0x2be3,0x2be4,0x2be5,0x2be6,0x2be7,
1447 0x2be8,0x2be9,0x2bea,0x2beb,0x2bec,0x2bed,0x2bee,0x2bef,
1448 0x2bf0,0x2bf1,0x2bf2,0x2bf3,0x2bf4,0x2bf5,0x2bf6,0x2bf7,
1449 0x2bf8,0x2bf9,0x2bfa,0x2bfb,0x2bfc,0x2bfd,0x2bfe,0x2bff,
1450 0x2c00,0x2c01,0x2c02,0x2c03,0x2c04,0x2c05,0x2c06,0x2c07,
1451 0x2c08,0x2c09,0x2c0a,0x2c0b,0x2c0c,0x2c0d,0x2c0e,0x2c0f,
1452 0x2c10,0x2c11,0x2c12,0x2c13,0x2c14,0x2c15,0x2c16,0x2c17,
1453 0x2c18,0x2c19,0x2c1a,0x2c1b,0x2c1c,0x2c1d,0x2c1e,0x2c1f,
1454 0x2c20,0x2c21,0x2c22,0x2c23,0x2c24,0x2c25,0x2c26,0x2c27,
1455 0x2c28,0x2c29,0x2c2a,0x2c2b,0x2c2c,0x2c2d,0x2c2e,0x2c2f,
1456 0x2c00,0x2c01,0x2c02,0x2c03,0x2c04,0x2c05,0x2c06,0x2c07,
1457 0x2c08,0x2c09,0x2c0a,0x2c0b,0x2c0c,0x2c0d,0x2c0e,0x2c0f,
1458 0x2c10,0x2c11,0x2c12,0x2c13,0x2c14,0x2c15,0x2c16,0x2c17,
1459 0x2c18,0x2c19,0x2c1a,0x2c1b,0x2c1c,0x2c1d,0x2c1e,0x2c1f,
1460 0x2c20,0x2c21,0x2c22,0x2c23,0x2c24,0x2c25,0x2c26,0x2c27,
1461 0x2c28,0x2c29,0x2c2a,0x2c2b,0x2c2c,0x2c2d,0x2c2e,0x2c5f,
1462 0x2c60,0x2c60,0x2c62,0x2c63,0x2c64,0x023a,0x023e,0x2c67,
1463 0x2c67,0x2c69,0x2c69,0x2c6b,0x2c6b,0x2c6d,0x2c6e,0x2c6f,
1464 0x2c70,0x2c71,0x2c72,0x2c73,0x2c74,0x2c75,0x2c75,0x2c77,
1465 0x2c78,0x2c79,0x2c7a,0x2c7b,0x2c7c,0x2c7d,0x2c7e,0x2c7f,
1466 0x2c80,0x2c80,0x2c82,0x2c82,0x2c84,0x2c84,0x2c86,0x2c86,
1467 0x2c88,0x2c88,0x2c8a,0x2c8a,0x2c8c,0x2c8c,0x2c8e,0x2c8e,
1468 0x2c90,0x2c90,0x2c92,0x2c92,0x2c94,0x2c94,0x2c96,0x2c96,
1469 0x2c98,0x2c98,0x2c9a,0x2c9a,0x2c9c,0x2c9c,0x2c9e,0x2c9e,
1470 0x2ca0,0x2ca0,0x2ca2,0x2ca2,0x2ca4,0x2ca4,0x2ca6,0x2ca6,
1471 0x2ca8,0x2ca8,0x2caa,0x2caa,0x2cac,0x2cac,0x2cae,0x2cae,
1472 0x2cb0,0x2cb0,0x2cb2,0x2cb2,0x2cb4,0x2cb4,0x2cb6,0x2cb6,
1473 0x2cb8,0x2cb8,0x2cba,0x2cba,0x2cbc,0x2cbc,0x2cbe,0x2cbe,
1474 0x2cc0,0x2cc0,0x2cc2,0x2cc2,0x2cc4,0x2cc4,0x2cc6,0x2cc6,
1475 0x2cc8,0x2cc8,0x2cca,0x2cca,0x2ccc,0x2ccc,0x2cce,0x2cce,
1476 0x2cd0,0x2cd0,0x2cd2,0x2cd2,0x2cd4,0x2cd4,0x2cd6,0x2cd6,
1477 0x2cd8,0x2cd8,0x2cda,0x2cda,0x2cdc,0x2cdc,0x2cde,0x2cde,
1478 0x2ce0,0x2ce0,0x2ce2,0x2ce2,0x2ce4,0x2ce5,0x2ce6,0x2ce7,
1479 0x2ce8,0x2ce9,0x2cea,0x2ceb,0x2cec,0x2ced,0x2cee,0x2cef,
1480 0x2cf0,0x2cf1,0x2cf2,0x2cf3,0x2cf4,0x2cf5,0x2cf6,0x2cf7,
1481 0x2cf8,0x2cf9,0x2cfa,0x2cfb,0x2cfc,0x2cfd,0x2cfe,0x2cff,
1482 0x10a0,0x10a1,0x10a2,0x10a3,0x10a4,0x10a5,0x10a6,0x10a7,
1483 0x10a8,0x10a9,0x10aa,0x10ab,0x10ac,0x10ad,0x10ae,0x10af,
1484 0x10b0,0x10b1,0x10b2,0x10b3,0x10b4,0x10b5,0x10b6,0x10b7,
1485 0x10b8,0x10b9,0x10ba,0x10bb,0x10bc,0x10bd,0x10be,0x10bf,
1486 0x10c0,0x10c1,0x10c2,0x10c3,0x10c4,0x10c5
1487 };

UW-IMAP'd extensions by yuuji