stdex
Additional custom or not Standard C++ covered algorithms
Loading...
Searching...
No Matches
include
stdex
sgml_unicode.hpp
1
/*
2
SPDX-License-Identifier: MIT
3
Copyright © 2023-2024 Amebis
4
*/
5
6
#pragma once
7
8
namespace
stdex
9
{
11
struct
sgml_unicode_pair {
12
char
sgml[12];
13
wchar_t
unicode[3];
14
};
15
16
inline
const
sgml_unicode_pair sgml_unicode[] = {
17
{
"AElig"
, L
"\u00c6"
},
18
{
"Aacgr"
, L
"\u0386"
},
19
{
"Aacute"
, L
"\u00c1"
},
20
{
"Aacute"
, L
"\u0041\u0301"
},
21
{
"Abreve"
, L
"\u0102"
},
22
{
"Abreve"
, L
"\u0041\u0306"
},
23
{
"Abring"
, L
"\u0041\u032f"
},
24
{
"Acaron"
, L
"\u0041\u030c"
},
25
{
"Acirc"
, L
"\u00c2"
},
26
{
"Acirc"
, L
"\u0041\u0302"
},
27
{
"Acy"
, L
"\u0410"
},
28
{
"Adot"
, L
"\u0041\u0307"
},
29
{
"Agr"
, L
"\u0391"
},
30
{
"Agrave"
, L
"\u00c0"
},
31
{
"Agrave"
, L
"\u0041\u0300"
},
32
{
"Alpha"
, L
"\u0391"
},
33
{
"Amacr"
, L
"\u0100"
},
34
{
"Amacr"
, L
"\u0041\u0304"
},
35
{
"Aogon"
, L
"\u0104"
},
36
{
"Aring"
, L
"\u00c5"
},
37
{
"Atilde"
, L
"\u00c3"
},
38
{
"Atilde"
, L
"\u0041\u0303"
},
39
{
"Auml"
, L
"\u00c4"
},
40
{
"Auml"
, L
"\u0041\u0308"
},
41
{
"Bacute"
, L
"\u0042\u0301"
},
42
{
"Barwed"
, L
"\u2306"
},
43
{
"Bbreve"
, L
"\u0042\u0306"
},
44
{
"Bbring"
, L
"\u0042\u032f"
},
45
{
"Bcaron"
, L
"\u0042\u030c"
},
46
{
"Bcirc"
, L
"\u0042\u0302"
},
47
{
"Bcy"
, L
"\u0411"
},
48
{
"Bdot"
, L
"\u0042\u0307"
},
49
{
"Beta"
, L
"\u0392"
},
50
{
"Bgr"
, L
"\u0392"
},
51
{
"Bgrave"
, L
"\u0042\u0300"
},
52
{
"Bmacr"
, L
"\u0042\u0304"
},
53
{
"Btilde"
, L
"\u0042\u0303"
},
54
{
"Buml"
, L
"\u0042\u0308"
},
55
{
"CHcy"
, L
"\u0427"
},
56
{
"Cacute"
, L
"\u0106"
},
57
{
"Cacute"
, L
"\u0043\u0301"
},
58
{
"Cap"
, L
"\u22d2"
},
59
{
"Cbreve"
, L
"\u0043\u0306"
},
60
{
"Cbring"
, L
"\u0043\u032f"
},
61
{
"Ccaron"
, L
"\u010c"
},
62
{
"Ccaron"
, L
"\u0043\u030c"
},
63
{
"Ccedil"
, L
"\u00c7"
},
64
{
"Ccirc"
, L
"\u0108"
},
65
{
"Ccirc"
, L
"\u0043\u0302"
},
66
{
"Cdot"
, L
"\u010a"
},
67
{
"Cdot"
, L
"\u0043\u0307"
},
68
{
"Cgrave"
, L
"\u0043\u0300"
},
69
{
"Chi"
, L
"\u03a7"
},
70
{
"Cmacr"
, L
"\u0043\u0304"
},
71
{
"Ctilde"
, L
"\u0043\u0303"
},
72
{
"Cuml"
, L
"\u0043\u0308"
},
73
{
"Cup"
, L
"\u22d3"
},
74
{
"DJcy"
, L
"\u0402"
},
75
{
"DScy"
, L
"\u0405"
},
76
{
"DZcy"
, L
"\u040f"
},
77
{
"Dacute"
, L
"\u0044\u0301"
},
78
{
"Dagger"
, L
"\u2021"
},
79
{
"Dbreve"
, L
"\u0044\u0306"
},
80
{
"Dbring"
, L
"\u0044\u032f"
},
81
{
"Dcaron"
, L
"\u010e"
},
82
{
"Dcaron"
, L
"\u0044\u030c"
},
83
{
"Dcirc"
, L
"\u0044\u0302"
},
84
{
"Dcy"
, L
"\u0414"
},
85
{
"Ddot"
, L
"\u0044\u0307"
},
86
{
"Delta"
, L
"\u0394"
},
87
{
"Dgr"
, L
"\u0394"
},
88
{
"Dgrave"
, L
"\u0044\u0300"
},
89
{
"Dmacr"
, L
"\u0044\u0304"
},
90
{
"Dot"
, L
"\u00a8"
},
91
{
"DotDot"
, L
"\u20dc"
},
92
{
"Dstrok"
, L
"\u0110"
},
93
{
"Dtilde"
, L
"\u0044\u0303"
},
94
{
"Duml"
, L
"\u0044\u0308"
},
95
{
"EEacgr"
, L
"\u0389"
},
96
{
"EEgr"
, L
"\u0397"
},
97
{
"ENG"
, L
"\u014a"
},
98
{
"ETH"
, L
"\u00d0"
},
99
{
"Eacgr"
, L
"\u0388"
},
100
{
"Eacute"
, L
"\u00c9"
},
101
{
"Eacute"
, L
"\u0045\u0301"
},
102
{
"Ebreve"
, L
"\u0045\u0306"
},
103
{
"Ebring"
, L
"\u0045\u032f"
},
104
{
"Ecaron"
, L
"\u011a"
},
105
{
"Ecaron"
, L
"\u0045\u030c"
},
106
{
"Ecirc"
, L
"\u00ca"
},
107
{
"Ecirc"
, L
"\u0045\u0302"
},
108
{
"Ecy"
, L
"\u042d"
},
109
{
"Edot"
, L
"\u0116"
},
110
{
"Edot"
, L
"\u0045\u0307"
},
111
{
"Edotb"
, L
"\u1eb8"
},
112
{
"Egr"
, L
"\u0395"
},
113
{
"Egrave"
, L
"\u00c8"
},
114
{
"Egrave"
, L
"\u0045\u0300"
},
115
{
"Emacr"
, L
"\u0112"
},
116
{
"Emacr"
, L
"\u0045\u0304"
},
117
{
"Eogon"
, L
"\u0118"
},
118
{
"Epsilon"
, L
"\u0395"
},
119
{
"Eta"
, L
"\u0397"
},
120
{
"Etilde"
, L
"\u0045\u0303"
},
121
{
"Euml"
, L
"\u00cb"
},
122
{
"Euml"
, L
"\u0045\u0308"
},
123
{
"Facute"
, L
"\u0046\u0301"
},
124
{
"Fbreve"
, L
"\u0046\u0306"
},
125
{
"Fbring"
, L
"\u0046\u032f"
},
126
{
"Fcaron"
, L
"\u0046\u030c"
},
127
{
"Fcirc"
, L
"\u0046\u0302"
},
128
{
"Fcy"
, L
"\u0424"
},
129
{
"Fdot"
, L
"\u0046\u0307"
},
130
{
"Fgrave"
, L
"\u0046\u0300"
},
131
{
"Fmacr"
, L
"\u0046\u0304"
},
132
{
"Ftilde"
, L
"\u0046\u0303"
},
133
{
"Fuml"
, L
"\u0046\u0308"
},
134
{
"GJcy"
, L
"\u0403"
},
135
{
"Gacute"
, L
"\u0047\u0301"
},
136
{
"Gamma"
, L
"\u0393"
},
137
{
"Gbreve"
, L
"\u011e"
},
138
{
"Gbreve"
, L
"\u0047\u0306"
},
139
{
"Gbring"
, L
"\u0047\u032f"
},
140
{
"Gcaron"
, L
"\u0047\u030c"
},
141
{
"Gcedil"
, L
"\u0122"
},
142
{
"Gcirc"
, L
"\u011c"
},
143
{
"Gcirc"
, L
"\u0047\u0302"
},
144
{
"Gcy"
, L
"\u0413"
},
145
{
"Gdot"
, L
"\u0120"
},
146
{
"Gdot"
, L
"\u0047\u0307"
},
147
{
"Gg"
, L
"\u22d9"
},
148
{
"Ggr"
, L
"\u0393"
},
149
{
"Ggrave"
, L
"\u0047\u0300"
},
150
{
"Gmacr"
, L
"\u0047\u0304"
},
151
{
"Gt"
, L
"\u226b"
},
152
{
"Gtilde"
, L
"\u0047\u0303"
},
153
{
"Guml"
, L
"\u0047\u0308"
},
154
{
"HARDcy"
, L
"\u042a"
},
155
{
"Hacute"
, L
"\u0048\u0301"
},
156
{
"Hbreve"
, L
"\u0048\u0306"
},
157
{
"Hbring"
, L
"\u0048\u032f"
},
158
{
"Hcaron"
, L
"\u0048\u030c"
},
159
{
"Hcirc"
, L
"\u0124"
},
160
{
"Hcirc"
, L
"\u0048\u0302"
},
161
{
"Hdot"
, L
"\u0048\u0307"
},
162
{
"Hgrave"
, L
"\u0048\u0300"
},
163
{
"Hmacr"
, L
"\u0048\u0304"
},
164
{
"Hstrok"
, L
"\u0126"
},
165
{
"Htilde"
, L
"\u0048\u0303"
},
166
{
"Huml"
, L
"\u0048\u0308"
},
167
{
"IEcy"
, L
"\u0415"
},
168
{
"IJlig"
, L
"\u0132"
},
169
{
"IOcy"
, L
"\u0401"
},
170
{
"Iacgr"
, L
"\u038a"
},
171
{
"Iacute"
, L
"\u00cd"
},
172
{
"Iacute"
, L
"\u0049\u0301"
},
173
{
"Ibreve"
, L
"\u0049\u0306"
},
174
{
"Ibring"
, L
"\u0049\u032f"
},
175
{
"Icaron"
, L
"\u0049\u030c"
},
176
{
"Icirc"
, L
"\u00ce"
},
177
{
"Icirc"
, L
"\u0049\u0302"
},
178
{
"Icy"
, L
"\u0418"
},
179
{
"Idigr"
, L
"\u03aa"
},
180
{
"Idot"
, L
"\u0130"
},
181
{
"Idot"
, L
"\u0049\u0307"
},
182
{
"Igr"
, L
"\u0399"
},
183
{
"Igrave"
, L
"\u00cc"
},
184
{
"Igrave"
, L
"\u0049\u0300"
},
185
{
"Imacr"
, L
"\u012a"
},
186
{
"Imacr"
, L
"\u0049\u0304"
},
187
{
"Iogon"
, L
"\u012e"
},
188
{
"Iota"
, L
"\u0399"
},
189
{
"Itilde"
, L
"\u0128"
},
190
{
"Itilde"
, L
"\u0049\u0303"
},
191
{
"Iukcy"
, L
"\u0406"
},
192
{
"Iuml"
, L
"\u00cf"
},
193
{
"Iuml"
, L
"\u0049\u0308"
},
194
{
"Jacute"
, L
"\u004a\u0301"
},
195
{
"Jbreve"
, L
"\u004a\u0306"
},
196
{
"Jbring"
, L
"\u004a\u032f"
},
197
{
"Jcaron"
, L
"\u004a\u030c"
},
198
{
"Jcirc"
, L
"\u0134"
},
199
{
"Jcirc"
, L
"\u004a\u0302"
},
200
{
"Jcy"
, L
"\u0419"
},
201
{
"Jdot"
, L
"\u004a\u0307"
},
202
{
"Jgrave"
, L
"\u004a\u0300"
},
203
{
"Jmacr"
, L
"\u004a\u0304"
},
204
{
"Jsercy"
, L
"\u0408"
},
205
{
"Jtilde"
, L
"\u004a\u0303"
},
206
{
"Jukcy"
, L
"\u0404"
},
207
{
"Juml"
, L
"\u004a\u0308"
},
208
{
"KHcy"
, L
"\u0425"
},
209
{
"KHgr"
, L
"\u03a7"
},
210
{
"KJcy"
, L
"\u040c"
},
211
{
"Kacute"
, L
"\u004b\u0301"
},
212
{
"Kappa"
, L
"\u039a"
},
213
{
"Kbreve"
, L
"\u004b\u0306"
},
214
{
"Kbring"
, L
"\u004b\u032f"
},
215
{
"Kcaron"
, L
"\u004b\u030c"
},
216
{
"Kcedil"
, L
"\u0136"
},
217
{
"Kcirc"
, L
"\u004b\u0302"
},
218
{
"Kcy"
, L
"\u041a"
},
219
{
"Kdot"
, L
"\u004b\u0307"
},
220
{
"Kgr"
, L
"\u039a"
},
221
{
"Kgrave"
, L
"\u004b\u0300"
},
222
{
"Kmacr"
, L
"\u004b\u0304"
},
223
{
"Ktilde"
, L
"\u004b\u0303"
},
224
{
"Kuml"
, L
"\u004b\u0308"
},
225
{
"LJcy"
, L
"\u0409"
},
226
{
"Lacute"
, L
"\u0139"
},
227
{
"Lacute"
, L
"\u004c\u0301"
},
228
{
"Lambda"
, L
"\u039b"
},
229
{
"Larr"
, L
"\u219e"
},
230
{
"Lbreve"
, L
"\u004c\u0306"
},
231
{
"Lbring"
, L
"\u004c\u032f"
},
232
{
"Lcaron"
, L
"\u013d"
},
233
{
"Lcaron"
, L
"\u004c\u030c"
},
234
{
"Lcedil"
, L
"\u013b"
},
235
{
"Lcirc"
, L
"\u004c\u0302"
},
236
{
"Lcy"
, L
"\u041b"
},
237
{
"Ldot"
, L
"\u004c\u0307"
},
238
{
"Lgr"
, L
"\u039b"
},
239
{
"Lgrave"
, L
"\u004c\u0300"
},
240
{
"Ll"
, L
"\u22d8"
},
241
{
"Lmacr"
, L
"\u004c\u0304"
},
242
{
"Lmidot"
, L
"\u013f"
},
243
{
"Lstrok"
, L
"\u0141"
},
244
{
"Lt"
, L
"\u226a"
},
245
{
"Ltilde"
, L
"\u004c\u0303"
},
246
{
"Luml"
, L
"\u004c\u0308"
},
247
{
"Macute"
, L
"\u004d\u0301"
},
248
{
"Mbreve"
, L
"\u004d\u0306"
},
249
{
"Mbring"
, L
"\u004d\u032f"
},
250
{
"Mcaron"
, L
"\u004d\u030c"
},
251
{
"Mcirc"
, L
"\u004d\u0302"
},
252
{
"Mcy"
, L
"\u041c"
},
253
{
"Mdot"
, L
"\u004d\u0307"
},
254
{
"Mgr"
, L
"\u039c"
},
255
{
"Mgrave"
, L
"\u004d\u0300"
},
256
{
"Mmacr"
, L
"\u004d\u0304"
},
257
{
"Mtilde"
, L
"\u004d\u0303"
},
258
{
"Mu"
, L
"\u039c"
},
259
{
"Muml"
, L
"\u004d\u0308"
},
260
{
"NJcy"
, L
"\u040a"
},
261
{
"Nacute"
, L
"\u0143"
},
262
{
"Nacute"
, L
"\u004e\u0301"
},
263
{
"Nbreve"
, L
"\u004e\u0306"
},
264
{
"Nbring"
, L
"\u004e\u032f"
},
265
{
"Ncaron"
, L
"\u0147"
},
266
{
"Ncaron"
, L
"\u004e\u030c"
},
267
{
"Ncedil"
, L
"\u0145"
},
268
{
"Ncirc"
, L
"\u004e\u0302"
},
269
{
"Ncy"
, L
"\u041d"
},
270
{
"Ndot"
, L
"\u004e\u0307"
},
271
{
"Ngr"
, L
"\u039d"
},
272
{
"Ngrave"
, L
"\u004e\u0300"
},
273
{
"Nmacr"
, L
"\u004e\u0304"
},
274
{
"Ntilde"
, L
"\u00d1"
},
275
{
"Ntilde"
, L
"\u004e\u0303"
},
276
{
"Nu"
, L
"\u039d"
},
277
{
"Numl"
, L
"\u004e\u0308"
},
278
{
"OElig"
, L
"\u0152"
},
279
{
"OHacgr"
, L
"\u038f"
},
280
{
"OHgr"
, L
"\u03a9"
},
281
{
"Oacgr"
, L
"\u038c"
},
282
{
"Oacute"
, L
"\u00d3"
},
283
{
"Oacute"
, L
"\u004f\u0301"
},
284
{
"Obreve"
, L
"\u004f\u0306"
},
285
{
"Obring"
, L
"\u004f\u032f"
},
286
{
"Ocaron"
, L
"\u01d1"
},
287
{
"Ocaron"
, L
"\u004f\u030c"
},
288
{
"Ocirc"
, L
"\u00d4"
},
289
{
"Ocirc"
, L
"\u004f\u0302"
},
290
{
"Ocy"
, L
"\u041e"
},
291
{
"Odblac"
, L
"\u0150"
},
292
{
"Odot"
, L
"\u004f\u0307"
},
293
{
"Odotb"
, L
"\u1ecc"
},
294
{
"Ogr"
, L
"\u039f"
},
295
{
"Ograve"
, L
"\u00d2"
},
296
{
"Ograve"
, L
"\u004f\u0300"
},
297
{
"Omacr"
, L
"\u014c"
},
298
{
"Omacr"
, L
"\u004f\u0304"
},
299
{
"Omega"
, L
"\u03a9"
},
300
{
"Omicron"
, L
"\u039f"
},
301
{
"Oslash"
, L
"\u00d8"
},
302
{
"Otilde"
, L
"\u00d5"
},
303
{
"Otilde"
, L
"\u004f\u0303"
},
304
{
"Ouml"
, L
"\u00d6"
},
305
{
"Ouml"
, L
"\u004f\u0308"
},
306
{
"PHgr"
, L
"\u03a6"
},
307
{
"PSgr"
, L
"\u03a8"
},
308
{
"Pacute"
, L
"\u0050\u0301"
},
309
{
"Pbreve"
, L
"\u0050\u0306"
},
310
{
"Pbring"
, L
"\u0050\u032f"
},
311
{
"Pcaron"
, L
"\u0050\u030c"
},
312
{
"Pcirc"
, L
"\u0050\u0302"
},
313
{
"Pcy"
, L
"\u041f"
},
314
{
"Pdot"
, L
"\u0050\u0307"
},
315
{
"Pgr"
, L
"\u03a0"
},
316
{
"Pgrave"
, L
"\u0050\u0300"
},
317
{
"Phi"
, L
"\u03a6"
},
318
{
"Pi"
, L
"\u03a0"
},
319
{
"Pmacr"
, L
"\u0050\u0304"
},
320
{
"Prime"
, L
"\u2033"
},
321
{
"Psi"
, L
"\u03a8"
},
322
{
"Ptilde"
, L
"\u0050\u0303"
},
323
{
"Puml"
, L
"\u0050\u0308"
},
324
{
"Qacute"
, L
"\u0051\u0301"
},
325
{
"Qbreve"
, L
"\u0051\u0306"
},
326
{
"Qbring"
, L
"\u0051\u032f"
},
327
{
"Qcaron"
, L
"\u0051\u030c"
},
328
{
"Qcirc"
, L
"\u0051\u0302"
},
329
{
"Qdot"
, L
"\u0051\u0307"
},
330
{
"Qgrave"
, L
"\u0051\u0300"
},
331
{
"Qmacr"
, L
"\u0051\u0304"
},
332
{
"Qtilde"
, L
"\u0051\u0303"
},
333
{
"Quml"
, L
"\u0051\u0308"
},
334
{
"Racute"
, L
"\u0154"
},
335
{
"Racute"
, L
"\u0052\u0301"
},
336
{
"Rarr"
, L
"\u21a0"
},
337
{
"Rbreve"
, L
"\u0052\u0306"
},
338
{
"Rbring"
, L
"\u0052\u032f"
},
339
{
"Rcaron"
, L
"\u0158"
},
340
{
"Rcaron"
, L
"\u0052\u030c"
},
341
{
"Rcedil"
, L
"\u0156"
},
342
{
"Rcirc"
, L
"\u0052\u0302"
},
343
{
"Rcy"
, L
"\u0420"
},
344
{
"Rdot"
, L
"\u0052\u0307"
},
345
{
"Rgr"
, L
"\u03a1"
},
346
{
"Rgrave"
, L
"\u0052\u0300"
},
347
{
"Rho"
, L
"\u03a1"
},
348
{
"Rmacr"
, L
"\u0052\u0304"
},
349
{
"Rtilde"
, L
"\u0052\u0303"
},
350
{
"Ruml"
, L
"\u0052\u0308"
},
351
{
"SHCHcy"
, L
"\u0429"
},
352
{
"SHcy"
, L
"\u0428"
},
353
{
"SOFTcy"
, L
"\u042c"
},
354
{
"Sacute"
, L
"\u015a"
},
355
{
"Sacute"
, L
"\u0053\u0301"
},
356
{
"Sbreve"
, L
"\u0053\u0306"
},
357
{
"Sbring"
, L
"\u0053\u032f"
},
358
{
"Scaron"
, L
"\u0160"
},
359
{
"Scaron"
, L
"\u0053\u030c"
},
360
{
"Scedil"
, L
"\u015e"
},
361
{
"Scirc"
, L
"\u015c"
},
362
{
"Scirc"
, L
"\u0053\u0302"
},
363
{
"Scy"
, L
"\u0421"
},
364
{
"Sdot"
, L
"\u0053\u0307"
},
365
{
"Sgr"
, L
"\u03a3"
},
366
{
"Sgrave"
, L
"\u0053\u0300"
},
367
{
"Sigma"
, L
"\u03a3"
},
368
{
"Smacr"
, L
"\u0053\u0304"
},
369
{
"Stilde"
, L
"\u0053\u0303"
},
370
{
"Sub"
, L
"\u22d0"
},
371
{
"Suml"
, L
"\u0053\u0308"
},
372
{
"Sup"
, L
"\u22d1"
},
373
{
"THORN"
, L
"\u00de"
},
374
{
"THgr"
, L
"\u0398"
},
375
{
"TSHcy"
, L
"\u040b"
},
376
{
"TScy"
, L
"\u0426"
},
377
{
"Tacute"
, L
"\u0054\u0301"
},
378
{
"Tau"
, L
"\u03a4"
},
379
{
"Tbreve"
, L
"\u0054\u0306"
},
380
{
"Tbring"
, L
"\u0054\u032f"
},
381
{
"Tcaron"
, L
"\u0164"
},
382
{
"Tcaron"
, L
"\u0054\u030c"
},
383
{
"Tcedil"
, L
"\u0162"
},
384
{
"Tcirc"
, L
"\u0054\u0302"
},
385
{
"Tcy"
, L
"\u0422"
},
386
{
"Tdot"
, L
"\u0054\u0307"
},
387
{
"Tgr"
, L
"\u03a4"
},
388
{
"Tgrave"
, L
"\u0054\u0300"
},
389
{
"Theta"
, L
"\u0398"
},
390
{
"Tmacr"
, L
"\u0054\u0304"
},
391
{
"Tstrok"
, L
"\u0166"
},
392
{
"Ttilde"
, L
"\u0054\u0303"
},
393
{
"Tuml"
, L
"\u0054\u0308"
},
394
{
"Uacgr"
, L
"\u038e"
},
395
{
"Uacute"
, L
"\u00da"
},
396
{
"Uacute"
, L
"\u0055\u0301"
},
397
{
"Ubrcy"
, L
"\u040e"
},
398
{
"Ubreve"
, L
"\u016c"
},
399
{
"Ubreve"
, L
"\u0055\u0306"
},
400
{
"Ubring"
, L
"\u0055\u032f"
},
401
{
"Ucaron"
, L
"\u0055\u030c"
},
402
{
"Ucirc"
, L
"\u00db"
},
403
{
"Ucirc"
, L
"\u0055\u0302"
},
404
{
"Ucy"
, L
"\u0423"
},
405
{
"Udblac"
, L
"\u0170"
},
406
{
"Udigr"
, L
"\u03ab"
},
407
{
"Udot"
, L
"\u0055\u0307"
},
408
{
"Ugr"
, L
"\u03a5"
},
409
{
"Ugrave"
, L
"\u00d9"
},
410
{
"Ugrave"
, L
"\u0055\u0300"
},
411
{
"Umacr"
, L
"\u016a"
},
412
{
"Umacr"
, L
"\u0055\u0304"
},
413
{
"Uogon"
, L
"\u0172"
},
414
{
"Upsi"
, L
"\u03a5"
},
415
{
"Upsilon"
, L
"\u03a5"
},
416
{
"Uring"
, L
"\u016e"
},
417
{
"Utilde"
, L
"\u0168"
},
418
{
"Utilde"
, L
"\u0055\u0303"
},
419
{
"Uuml"
, L
"\u00dc"
},
420
{
"Uuml"
, L
"\u0055\u0308"
},
421
{
"Vacute"
, L
"\u0056\u0301"
},
422
{
"Vbreve"
, L
"\u0056\u0306"
},
423
{
"Vbring"
, L
"\u0056\u032f"
},
424
{
"Vcaron"
, L
"\u0056\u030c"
},
425
{
"Vcirc"
, L
"\u0056\u0302"
},
426
{
"Vcy"
, L
"\u0412"
},
427
{
"Vdash"
, L
"\u22a9"
},
428
{
"Vdot"
, L
"\u0056\u0307"
},
429
{
"Verbar"
, L
"\u2016"
},
430
{
"Vgrave"
, L
"\u0056\u0300"
},
431
{
"Vmacr"
, L
"\u0056\u0304"
},
432
{
"Vtilde"
, L
"\u0056\u0303"
},
433
{
"Vuml"
, L
"\u0056\u0308"
},
434
{
"Vvdash"
, L
"\u22aa"
},
435
{
"Wacute"
, L
"\u0057\u0301"
},
436
{
"Wbreve"
, L
"\u0057\u0306"
},
437
{
"Wbring"
, L
"\u0057\u032f"
},
438
{
"Wcaron"
, L
"\u0057\u030c"
},
439
{
"Wcirc"
, L
"\u0174"
},
440
{
"Wcirc"
, L
"\u0057\u0302"
},
441
{
"Wdot"
, L
"\u0057\u0307"
},
442
{
"Wgrave"
, L
"\u0057\u0300"
},
443
{
"Wmacr"
, L
"\u0057\u0304"
},
444
{
"Wtilde"
, L
"\u0057\u0303"
},
445
{
"Wuml"
, L
"\u0057\u0308"
},
446
{
"Xacute"
, L
"\u0058\u0301"
},
447
{
"Xbreve"
, L
"\u0058\u0306"
},
448
{
"Xbring"
, L
"\u0058\u032f"
},
449
{
"Xcaron"
, L
"\u0058\u030c"
},
450
{
"Xcirc"
, L
"\u0058\u0302"
},
451
{
"Xdot"
, L
"\u0058\u0307"
},
452
{
"Xgr"
, L
"\u039e"
},
453
{
"Xgrave"
, L
"\u0058\u0300"
},
454
{
"Xi"
, L
"\u039e"
},
455
{
"Xmacr"
, L
"\u0058\u0304"
},
456
{
"Xtilde"
, L
"\u0058\u0303"
},
457
{
"Xuml"
, L
"\u0058\u0308"
},
458
{
"YAcy"
, L
"\u042f"
},
459
{
"YIcy"
, L
"\u0407"
},
460
{
"YUcy"
, L
"\u042e"
},
461
{
"Yacute"
, L
"\u00dd"
},
462
{
"Yacute"
, L
"\u0059\u0301"
},
463
{
"Ybreve"
, L
"\u0059\u0306"
},
464
{
"Ybring"
, L
"\u0059\u032f"
},
465
{
"Ycaron"
, L
"\u0059\u030c"
},
466
{
"Ycirc"
, L
"\u0176"
},
467
{
"Ycirc"
, L
"\u0059\u0302"
},
468
{
"Ycy"
, L
"\u042b"
},
469
{
"Ydot"
, L
"\u0059\u0307"
},
470
{
"Ygrave"
, L
"\u0059\u0300"
},
471
{
"Ymacr"
, L
"\u0059\u0304"
},
472
{
"Ytilde"
, L
"\u0059\u0303"
},
473
{
"Yuml"
, L
"\u0178"
},
474
{
"Yuml"
, L
"\u0059\u0308"
},
475
{
"ZHcy"
, L
"\u0416"
},
476
{
"Zacute"
, L
"\u0179"
},
477
{
"Zacute"
, L
"\u005a\u0301"
},
478
{
"Zbreve"
, L
"\u005a\u0306"
},
479
{
"Zbring"
, L
"\u005a\u032f"
},
480
{
"Zcaron"
, L
"\u017d"
},
481
{
"Zcaron"
, L
"\u005a\u030c"
},
482
{
"Zcirc"
, L
"\u005a\u0302"
},
483
{
"Zcy"
, L
"\u0417"
},
484
{
"Zdot"
, L
"\u017b"
},
485
{
"Zdot"
, L
"\u005a\u0307"
},
486
{
"Zeta"
, L
"\u0396"
},
487
{
"Zgr"
, L
"\u0396"
},
488
{
"Zgrave"
, L
"\u005a\u0300"
},
489
{
"Zmacr"
, L
"\u005a\u0304"
},
490
{
"Ztilde"
, L
"\u005a\u0303"
},
491
{
"Zuml"
, L
"\u005a\u0308"
},
492
{
"aacgr"
, L
"\u03ac"
},
493
{
"aacute"
, L
"\u00e1"
},
494
{
"aacute"
, L
"\u0061\u0301"
},
495
{
"abreve"
, L
"\u0103"
},
496
{
"abreve"
, L
"\u0061\u0306"
},
497
{
"abring"
, L
"\u0061\u032f"
},
498
{
"acaron"
, L
"\u0061\u030c"
},
499
{
"acirc"
, L
"\u00e2"
},
500
{
"acirc"
, L
"\u0061\u0302"
},
501
{
"acute"
, L
"\u00b4"
},
502
{
"acy"
, L
"\u0430"
},
503
{
"adot"
, L
"\u0061\u0307"
},
504
{
"aelig"
, L
"\u00e6"
},
505
{
"agr"
, L
"\u03b1"
},
506
{
"agrave"
, L
"\u00e0"
},
507
{
"agrave"
, L
"\u0061\u0300"
},
508
{
"alefsym"
, L
"\u2135"
},
509
{
"aleph"
, L
"\u2135"
},
510
{
"alpha"
, L
"\u03b1"
},
511
{
"amacr"
, L
"\u0101"
},
512
{
"amacr"
, L
"\u0061\u0304"
},
513
{
"amalg"
, L
"\u2210"
},
514
{
"amp"
, L
"\u0026"
},
515
{
"and"
, L
"\u2227"
},
516
{
"ang"
, L
"\u2220"
},
517
{
"ang90"
, L
"\u221f"
},
518
{
"angmsd"
, L
"\u2221"
},
519
{
"angsph"
, L
"\u2222"
},
520
{
"angst"
, L
"\u212b"
},
521
{
"aogon"
, L
"\u0105"
},
522
{
"ap"
, L
"\u2248"
},
523
{
"ape"
, L
"\u224a"
},
524
{
"apos"
, L
"\u0027"
},
525
{
"apos"
, L
"\u02bc"
},
526
{
"aring"
, L
"\u00e5"
},
527
{
"ast"
, L
"\u002a"
},
528
{
"asymp"
, L
"\u2248"
},
529
{
"atilde"
, L
"\u00e3"
},
530
{
"atilde"
, L
"\u0061\u0303"
},
531
{
"auml"
, L
"\u00e4"
},
532
{
"auml"
, L
"\u0061\u0308"
},
533
{
"b.Delta"
, L
"\u0394"
},
534
{
"b.Gamma"
, L
"\u0393"
},
535
{
"b.Lambda"
, L
"\u039b"
},
536
{
"b.Omega"
, L
"\u03a9"
},
537
{
"b.Phi"
, L
"\u03a6"
},
538
{
"b.Pi"
, L
"\u03a0"
},
539
{
"b.Psi"
, L
"\u03a8"
},
540
{
"b.Sigma"
, L
"\u03a3"
},
541
{
"b.Theta"
, L
"\u0398"
},
542
{
"b.Upsi"
, L
"\u03a5"
},
543
{
"b.Xi"
, L
"\u039e"
},
544
{
"b.alpha"
, L
"\u03b1"
},
545
{
"b.beta"
, L
"\u03b2"
},
546
{
"b.chi"
, L
"\u03c7"
},
547
{
"b.delta"
, L
"\u03b4"
},
548
{
"b.epsi"
, L
"\u03b5"
},
549
{
"b.epsis"
, L
"\u03b5"
},
550
{
"b.epsiv"
, L
"\u03b5"
},
551
{
"b.eta"
, L
"\u03b7"
},
552
{
"b.gamma"
, L
"\u03b3"
},
553
{
"b.gammad"
, L
"\u03dc"
},
554
{
"b.iota"
, L
"\u03b9"
},
555
{
"b.kappa"
, L
"\u03ba"
},
556
{
"b.kappav"
, L
"\u03f0"
},
557
{
"b.lambda"
, L
"\u03bb"
},
558
{
"b.mu"
, L
"\u03bc"
},
559
{
"b.nu"
, L
"\u03bd"
},
560
{
"b.omega"
, L
"\u03ce"
},
561
{
"b.phis"
, L
"\u03c6"
},
562
{
"b.phiv"
, L
"\u03d5"
},
563
{
"b.pi"
, L
"\u03c0"
},
564
{
"b.piv"
, L
"\u03d6"
},
565
{
"b.psi"
, L
"\u03c8"
},
566
{
"b.rho"
, L
"\u03c1"
},
567
{
"b.rhov"
, L
"\u03f1"
},
568
{
"b.sigma"
, L
"\u03c3"
},
569
{
"b.sigmav"
, L
"\u03c2"
},
570
{
"b.tau"
, L
"\u03c4"
},
571
{
"b.thetas"
, L
"\u03b8"
},
572
{
"b.thetav"
, L
"\u03d1"
},
573
{
"b.upsi"
, L
"\u03c5"
},
574
{
"b.xi"
, L
"\u03be"
},
575
{
"b.zeta"
, L
"\u03b6"
},
576
{
"bacute"
, L
"\u0062\u0301"
},
577
{
"barwed"
, L
"\u22bc"
},
578
{
"bbreve"
, L
"\u0062\u0306"
},
579
{
"bbring"
, L
"\u0062\u032f"
},
580
{
"bcaron"
, L
"\u0062\u030c"
},
581
{
"bcirc"
, L
"\u0062\u0302"
},
582
{
"bcong"
, L
"\u224c"
},
583
{
"bcy"
, L
"\u0431"
},
584
{
"bdot"
, L
"\u0062\u0307"
},
585
{
"bdquo"
, L
"\u201e"
},
586
{
"becaus"
, L
"\u2235"
},
587
{
"bepsi"
, L
"\u220d"
},
588
{
"bernou"
, L
"\u212c"
},
589
{
"beta"
, L
"\u03b2"
},
590
{
"beth"
, L
"\u2136"
},
591
{
"bgr"
, L
"\u03b2"
},
592
{
"bgrave"
, L
"\u0062\u0300"
},
593
{
"blank"
, L
"\u2423"
},
594
{
"blk12"
, L
"\u2592"
},
595
{
"blk14"
, L
"\u2591"
},
596
{
"blk34"
, L
"\u2593"
},
597
{
"block"
, L
"\u2588"
},
598
{
"bmacr"
, L
"\u0062\u0304"
},
599
{
"bottom"
, L
"\u22a5"
},
600
{
"bowtie"
, L
"\u22c8"
},
601
{
"boxDL"
, L
"\u2557"
},
602
{
"boxDR"
, L
"\u2554"
},
603
{
"boxDl"
, L
"\u2556"
},
604
{
"boxDr"
, L
"\u2553"
},
605
{
"boxH"
, L
"\u2550"
},
606
{
"boxHD"
, L
"\u2566"
},
607
{
"boxHU"
, L
"\u2569"
},
608
{
"boxHd"
, L
"\u2564"
},
609
{
"boxHu"
, L
"\u2567"
},
610
{
"boxUL"
, L
"\u255d"
},
611
{
"boxUR"
, L
"\u255a"
},
612
{
"boxUl"
, L
"\u255c"
},
613
{
"boxUr"
, L
"\u2559"
},
614
{
"boxV"
, L
"\u2551"
},
615
{
"boxVH"
, L
"\u256c"
},
616
{
"boxVL"
, L
"\u2563"
},
617
{
"boxVR"
, L
"\u2560"
},
618
{
"boxVh"
, L
"\u256b"
},
619
{
"boxVl"
, L
"\u2562"
},
620
{
"boxVr"
, L
"\u255f"
},
621
{
"boxdL"
, L
"\u2555"
},
622
{
"boxdR"
, L
"\u2552"
},
623
{
"boxdl"
, L
"\u2510"
},
624
{
"boxdr"
, L
"\u250c"
},
625
{
"boxh"
, L
"\u2500"
},
626
{
"boxhD"
, L
"\u2565"
},
627
{
"boxhU"
, L
"\u2568"
},
628
{
"boxhd"
, L
"\u252c"
},
629
{
"boxhu"
, L
"\u2534"
},
630
{
"boxuL"
, L
"\u255b"
},
631
{
"boxuR"
, L
"\u2558"
},
632
{
"boxul"
, L
"\u2518"
},
633
{
"boxur"
, L
"\u2514"
},
634
{
"boxv"
, L
"\u2502"
},
635
{
"boxvH"
, L
"\u256a"
},
636
{
"boxvL"
, L
"\u2561"
},
637
{
"boxvR"
, L
"\u255e"
},
638
{
"boxvh"
, L
"\u253c"
},
639
{
"boxvl"
, L
"\u2524"
},
640
{
"boxvr"
, L
"\u251c"
},
641
{
"bprime"
, L
"\u2035"
},
642
{
"breve"
, L
"\u02d8"
},
643
{
"brvbar"
, L
"\u00a6"
},
644
{
"bsim"
, L
"\u223d"
},
645
{
"bsime"
, L
"\u22cd"
},
646
{
"bsol"
, L
"\u005c"
},
647
{
"btilde"
, L
"\u0062\u0303"
},
648
{
"bull"
, L
"\u2022"
},
649
{
"buml"
, L
"\u0062\u0308"
},
650
{
"bump"
, L
"\u224e"
},
651
{
"bumpe"
, L
"\u224f"
},
652
{
"cacute"
, L
"\u0107"
},
653
{
"cacute"
, L
"\u0063\u0301"
},
654
{
"cap"
, L
"\u2229"
},
655
{
"caret"
, L
"\u2041"
},
656
{
"caron"
, L
"\u02c7"
},
657
{
"cbreve"
, L
"\u0063\u0306"
},
658
{
"cbring"
, L
"\u0063\u032f"
},
659
{
"ccaron"
, L
"\u010d"
},
660
{
"ccaron"
, L
"\u0063\u030c"
},
661
{
"ccedil"
, L
"\u00e7"
},
662
{
"ccirc"
, L
"\u0109"
},
663
{
"ccirc"
, L
"\u0063\u0302"
},
664
{
"cdot"
, L
"\u010b"
},
665
{
"cdot"
, L
"\u0063\u0307"
},
666
{
"cedil"
, L
"\u00b8"
},
667
{
"cent"
, L
"\u00a2"
},
668
{
"cgrave"
, L
"\u0063\u0300"
},
669
{
"chcy"
, L
"\u0447"
},
670
{
"check"
, L
"\u2713"
},
671
{
"chi"
, L
"\u03c7"
},
672
{
"cir"
, L
"\u25cb"
},
673
{
"circ"
, L
"\u02c6"
},
674
{
"circlef"
, L
"\u25cf"
},
675
{
"circlefb"
, L
"\u25d2"
},
676
{
"circlefl"
, L
"\u25d0"
},
677
{
"circlefr"
, L
"\u25d1"
},
678
{
"circleft"
, L
"\u25d3"
},
679
{
"cire"
, L
"\u2257"
},
680
{
"clubs"
, L
"\u2663"
},
681
{
"cmacr"
, L
"\u0063\u0304"
},
682
{
"colon"
, L
"\u003a"
},
683
{
"colone"
, L
"\u2254"
},
684
{
"comma"
, L
"\u002c"
},
685
{
"commat"
, L
"\u0040"
},
686
{
"comp"
, L
"\u2201"
},
687
{
"compfn"
, L
"\u2218"
},
688
{
"cong"
, L
"\u2245"
},
689
{
"conint"
, L
"\u222e"
},
690
{
"coprod"
, L
"\u2210"
},
691
{
"copy"
, L
"\u00a9"
},
692
{
"copysr"
, L
"\u2117"
},
693
{
"crarr"
, L
"\u21b5"
},
694
{
"cross"
, L
"\u2717"
},
695
{
"ctilde"
, L
"\u0063\u0303"
},
696
{
"cuepr"
, L
"\u22de"
},
697
{
"cuesc"
, L
"\u22df"
},
698
{
"cularr"
, L
"\u21b6"
},
699
{
"cuml"
, L
"\u0063\u0308"
},
700
{
"cup"
, L
"\u222a"
},
701
{
"cupre"
, L
"\u227c"
},
702
{
"curarr"
, L
"\u21b7"
},
703
{
"curren"
, L
"\u00a4"
},
704
{
"cuvee"
, L
"\u22ce"
},
705
{
"cuwed"
, L
"\u22cf"
},
706
{
"dArr"
, L
"\u21d3"
},
707
{
"dacute"
, L
"\u0064\u0301"
},
708
{
"dagger"
, L
"\u2020"
},
709
{
"daleth"
, L
"\u2138"
},
710
{
"darr"
, L
"\u2193"
},
711
{
"darr2"
, L
"\u21ca"
},
712
{
"dash"
, L
"\u2010"
},
713
{
"dashv"
, L
"\u22a3"
},
714
{
"dblac"
, L
"\u02dd"
},
715
{
"dbreve"
, L
"\u0064\u0306"
},
716
{
"dbring"
, L
"\u0064\u032f"
},
717
{
"dcaron"
, L
"\u010f"
},
718
{
"dcaron"
, L
"\u0064\u030c"
},
719
{
"dcirc"
, L
"\u0064\u0302"
},
720
{
"dcy"
, L
"\u0434"
},
721
{
"ddot"
, L
"\u0064\u0307"
},
722
{
"deg"
, L
"\u00b0"
},
723
{
"delta"
, L
"\u03b4"
},
724
{
"dgr"
, L
"\u03b4"
},
725
{
"dgrave"
, L
"\u0064\u0300"
},
726
{
"dharl"
, L
"\u21c3"
},
727
{
"dharr"
, L
"\u21c2"
},
728
{
"diam"
, L
"\u22c4"
},
729
{
"diamondf"
, L
"\u25c6"
},
730
{
"diams"
, L
"\u2666"
},
731
{
"die"
, L
"\u00a8"
},
732
{
"divide"
, L
"\u00f7"
},
733
{
"divonx"
, L
"\u22c7"
},
734
{
"djcy"
, L
"\u0452"
},
735
{
"dlarr"
, L
"\u2199"
},
736
{
"dlcorn"
, L
"\u231e"
},
737
{
"dlcrop"
, L
"\u230d"
},
738
{
"dmacr"
, L
"\u0064\u0304"
},
739
{
"dollar"
, L
"\u0024"
},
740
{
"dot"
, L
"\u02d9"
},
741
{
"drarr"
, L
"\u2198"
},
742
{
"drcorn"
, L
"\u231f"
},
743
{
"drcrop"
, L
"\u230c"
},
744
{
"dscy"
, L
"\u0455"
},
745
{
"dstrok"
, L
"\u0111"
},
746
{
"dtilde"
, L
"\u0064\u0303"
},
747
{
"dtri"
, L
"\u25bf"
},
748
{
"dtrif"
, L
"\u25be"
},
749
{
"duml"
, L
"\u0064\u0308"
},
750
{
"dzcy"
, L
"\u045f"
},
751
{
"eDot"
, L
"\u2251"
},
752
{
"eacgr"
, L
"\u03ad"
},
753
{
"eacute"
, L
"\u00e9"
},
754
{
"eacute"
, L
"\u0065\u0301"
},
755
{
"ebreve"
, L
"\u0065\u0306"
},
756
{
"ebring"
, L
"\u0065\u032f"
},
757
{
"ecaron"
, L
"\u011b"
},
758
{
"ecaron"
, L
"\u0065\u030c"
},
759
{
"ecir"
, L
"\u2256"
},
760
{
"ecirc"
, L
"\u00ea"
},
761
{
"ecirc"
, L
"\u0065\u0302"
},
762
{
"ecolon"
, L
"\u2255"
},
763
{
"ecy"
, L
"\u044d"
},
764
{
"edot"
, L
"\u0117"
},
765
{
"edot"
, L
"\u0065\u0307"
},
766
{
"edotb"
, L
"\u1eb9"
},
767
{
"eeacgr"
, L
"\u03ae"
},
768
{
"eegr"
, L
"\u03b7"
},
769
{
"efDot"
, L
"\u2252"
},
770
{
"egr"
, L
"\u03b5"
},
771
{
"egrave"
, L
"\u00e8"
},
772
{
"egrave"
, L
"\u0065\u0300"
},
773
{
"egs"
, L
"\u22dd"
},
774
{
"ell"
, L
"\u2113"
},
775
{
"els"
, L
"\u22dc"
},
776
{
"emacr"
, L
"\u0113"
},
777
{
"emacr"
, L
"\u0065\u0304"
},
778
{
"empty"
, L
"\u2205"
},
779
{
"emsp"
, L
"\u2003"
},
780
{
"emsp13"
, L
"\u2004"
},
781
{
"emsp14"
, L
"\u2005"
},
782
{
"eng"
, L
"\u014b"
},
783
{
"ensp"
, L
"\u2002"
},
784
{
"eogon"
, L
"\u0119"
},
785
{
"epsi"
, L
"\u03b5"
},
786
{
"epsilon"
, L
"\u03b5"
},
787
{
"epsis"
, L
"\u220a"
},
788
{
"equals"
, L
"\u003d"
},
789
{
"equiv"
, L
"\u2261"
},
790
{
"erDot"
, L
"\u2253"
},
791
{
"esdot"
, L
"\u2250"
},
792
{
"eta"
, L
"\u03b7"
},
793
{
"eth"
, L
"\u00f0"
},
794
{
"etilde"
, L
"\u0065\u0303"
},
795
{
"euml"
, L
"\u00eb"
},
796
{
"euml"
, L
"\u0065\u0308"
},
797
{
"euro"
, L
"\u20ac"
},
798
{
"excl"
, L
"\u0021"
},
799
{
"exist"
, L
"\u2203"
},
800
{
"facute"
, L
"\u0066\u0301"
},
801
{
"fbreve"
, L
"\u0066\u0306"
},
802
{
"fbring"
, L
"\u0066\u032f"
},
803
{
"fcaron"
, L
"\u0066\u030c"
},
804
{
"fcirc"
, L
"\u0066\u0302"
},
805
{
"fcy"
, L
"\u0444"
},
806
{
"fdot"
, L
"\u0066\u0307"
},
807
{
"female"
, L
"\u2640"
},
808
{
"ffilig"
, L
"\ufb03"
},
809
{
"fflig"
, L
"\ufb00"
},
810
{
"ffllig"
, L
"\ufb04"
},
811
{
"fgrave"
, L
"\u0066\u0300"
},
812
{
"filig"
, L
"\ufb01"
},
813
{
"flat"
, L
"\u266d"
},
814
{
"fllig"
, L
"\ufb02"
},
815
{
"fmacr"
, L
"\u0066\u0304"
},
816
{
"fnof"
, L
"\u0192"
},
817
{
"forall"
, L
"\u2200"
},
818
{
"fork"
, L
"\u22d4"
},
819
{
"frac12"
, L
"\u00bd"
},
820
{
"frac13"
, L
"\u2153"
},
821
{
"frac14"
, L
"\u00bc"
},
822
{
"frac15"
, L
"\u2155"
},
823
{
"frac16"
, L
"\u2159"
},
824
{
"frac18"
, L
"\u215b"
},
825
{
"frac23"
, L
"\u2154"
},
826
{
"frac25"
, L
"\u2156"
},
827
{
"frac34"
, L
"\u00be"
},
828
{
"frac35"
, L
"\u2157"
},
829
{
"frac38"
, L
"\u215c"
},
830
{
"frac45"
, L
"\u2158"
},
831
{
"frac56"
, L
"\u215a"
},
832
{
"frac58"
, L
"\u215d"
},
833
{
"frac78"
, L
"\u215e"
},
834
{
"frasl"
, L
"\u2044"
},
835
{
"frown"
, L
"\u2322"
},
836
{
"ftilde"
, L
"\u0066\u0303"
},
837
{
"fuml"
, L
"\u0066\u0308"
},
838
{
"gE"
, L
"\u2267"
},
839
{
"gacute"
, L
"\u01f5"
},
840
{
"gacute"
, L
"\u0067\u0301"
},
841
{
"gamma"
, L
"\u03b3"
},
842
{
"gammad"
, L
"\u03dc"
},
843
{
"gbreve"
, L
"\u011f"
},
844
{
"gbreve"
, L
"\u0067\u0306"
},
845
{
"gbring"
, L
"\u0067\u032f"
},
846
{
"gcaron"
, L
"\u0067\u030c"
},
847
{
"gcedil"
, L
"\u0123"
},
848
{
"gcirc"
, L
"\u011d"
},
849
{
"gcirc"
, L
"\u0067\u0302"
},
850
{
"gcy"
, L
"\u0433"
},
851
{
"gdot"
, L
"\u0121"
},
852
{
"gdot"
, L
"\u0067\u0307"
},
853
{
"ge"
, L
"\u2265"
},
854
{
"gel"
, L
"\u22db"
},
855
{
"ges"
, L
"\u2265"
},
856
{
"ggr"
, L
"\u03b3"
},
857
{
"ggrave"
, L
"\u0067\u0300"
},
858
{
"gimel"
, L
"\u2137"
},
859
{
"gjcy"
, L
"\u0453"
},
860
{
"gl"
, L
"\u2277"
},
861
{
"gmacr"
, L
"\u0067\u0304"
},
862
{
"gnE"
, L
"\u2269"
},
863
{
"gne"
, L
"\u2269"
},
864
{
"gnsim"
, L
"\u22e7"
},
865
{
"grave"
, L
"\u0060"
},
866
{
"gsdot"
, L
"\u22d7"
},
867
{
"gsim"
, L
"\u2273"
},
868
{
"gt"
, L
"\u003e"
},
869
{
"gtilde"
, L
"\u0067\u0303"
},
870
{
"guml"
, L
"\u0067\u0308"
},
871
{
"gvnE"
, L
"\u2269"
},
872
{
"hArr"
, L
"\u21d4"
},
873
{
"hacute"
, L
"\u0068\u0301"
},
874
{
"hairsp"
, L
"\u200a"
},
875
{
"half"
, L
"\u00bd"
},
876
{
"hamilt"
, L
"\u210b"
},
877
{
"hardcy"
, L
"\u044a"
},
878
{
"harr"
, L
"\u2194"
},
879
{
"harrw"
, L
"\u21ad"
},
880
{
"hbreve"
, L
"\u0068\u0306"
},
881
{
"hbring"
, L
"\u0068\u032f"
},
882
{
"hcaron"
, L
"\u0068\u030c"
},
883
{
"hcirc"
, L
"\u0125"
},
884
{
"hcirc"
, L
"\u0068\u0302"
},
885
{
"hdot"
, L
"\u0068\u0307"
},
886
{
"hearts"
, L
"\u2665"
},
887
{
"hellip"
, L
"\u2026"
},
888
{
"hgrave"
, L
"\u0068\u0300"
},
889
{
"hmacr"
, L
"\u0068\u0304"
},
890
{
"horbar"
, L
"\u2015"
},
891
{
"hstrok"
, L
"\u0127"
},
892
{
"htilde"
, L
"\u0068\u0303"
},
893
{
"huml"
, L
"\u0068\u0308"
},
894
{
"hybull"
, L
"\u2043"
},
895
{
"hyphen"
, L
"\u002d"
},
896
{
"iacgr"
, L
"\u03af"
},
897
{
"iacute"
, L
"\u00ed"
},
898
{
"iacute"
, L
"\u0069\u0301"
},
899
{
"ibreve"
, L
"\u0069\u0306"
},
900
{
"ibring"
, L
"\u0069\u032f"
},
901
{
"icaron"
, L
"\u0069\u030c"
},
902
{
"icirc"
, L
"\u00ee"
},
903
{
"icirc"
, L
"\u0069\u0302"
},
904
{
"icy"
, L
"\u0438"
},
905
{
"idiagr"
, L
"\u0390"
},
906
{
"idigr"
, L
"\u03ca"
},
907
{
"idot"
, L
"\u0069\u0307"
},
908
{
"iecy"
, L
"\u0435"
},
909
{
"iexcl"
, L
"\u00a1"
},
910
{
"iff"
, L
"\u21d4"
},
911
{
"igr"
, L
"\u03b9"
},
912
{
"igrave"
, L
"\u00ec"
},
913
{
"igrave"
, L
"\u0069\u0300"
},
914
{
"ijlig"
, L
"\u0133"
},
915
{
"imacr"
, L
"\u012b"
},
916
{
"imacr"
, L
"\u0069\u0304"
},
917
{
"image"
, L
"\u2111"
},
918
{
"incare"
, L
"\u2105"
},
919
{
"infin"
, L
"\u221e"
},
920
{
"inodot"
, L
"\u0131"
},
921
{
"inodot"
, L
"\u0131"
},
922
{
"int"
, L
"\u222b"
},
923
{
"intcal"
, L
"\u22ba"
},
924
{
"iocy"
, L
"\u0451"
},
925
{
"iogon"
, L
"\u012f"
},
926
{
"iota"
, L
"\u03b9"
},
927
{
"iquest"
, L
"\u00bf"
},
928
{
"isin"
, L
"\u2208"
},
929
{
"itilde"
, L
"\u0129"
},
930
{
"itilde"
, L
"\u0069\u0303"
},
931
{
"iukcy"
, L
"\u0456"
},
932
{
"iuml"
, L
"\u00ef"
},
933
{
"iuml"
, L
"\u0069\u0308"
},
934
{
"jacute"
, L
"\u006a\u0301"
},
935
{
"jbreve"
, L
"\u006a\u0306"
},
936
{
"jbring"
, L
"\u006a\u032f"
},
937
{
"jcaron"
, L
"\u006a\u030c"
},
938
{
"jcirc"
, L
"\u0135"
},
939
{
"jcirc"
, L
"\u006a\u0302"
},
940
{
"jcy"
, L
"\u0439"
},
941
{
"jdot"
, L
"\u006a\u0307"
},
942
{
"jgrave"
, L
"\u006a\u0300"
},
943
{
"jmacr"
, L
"\u006a\u0304"
},
944
{
"jsercy"
, L
"\u0458"
},
945
{
"jtilde"
, L
"\u006a\u0303"
},
946
{
"jukcy"
, L
"\u0454"
},
947
{
"juml"
, L
"\u006a\u0308"
},
948
{
"kacute"
, L
"\u006b\u0301"
},
949
{
"kappa"
, L
"\u03ba"
},
950
{
"kappav"
, L
"\u03f0"
},
951
{
"kbreve"
, L
"\u006b\u0306"
},
952
{
"kbring"
, L
"\u006b\u032f"
},
953
{
"kcaron"
, L
"\u006b\u030c"
},
954
{
"kcedil"
, L
"\u0137"
},
955
{
"kcirc"
, L
"\u006b\u0302"
},
956
{
"kcy"
, L
"\u043a"
},
957
{
"kdot"
, L
"\u006b\u0307"
},
958
{
"kgr"
, L
"\u03ba"
},
959
{
"kgrave"
, L
"\u006b\u0300"
},
960
{
"kgreen"
, L
"\u0138"
},
961
{
"khcy"
, L
"\u0445"
},
962
{
"khgr"
, L
"\u03c7"
},
963
{
"kjcy"
, L
"\u045c"
},
964
{
"kmacr"
, L
"\u006b\u0304"
},
965
{
"ktilde"
, L
"\u006b\u0303"
},
966
{
"kuml"
, L
"\u006b\u0308"
},
967
{
"lAarr"
, L
"\u21da"
},
968
{
"lArr"
, L
"\u21d0"
},
969
{
"lE"
, L
"\u2266"
},
970
{
"lacute"
, L
"\u013a"
},
971
{
"lacute"
, L
"\u006c\u0301"
},
972
{
"lagran"
, L
"\u2112"
},
973
{
"lambda"
, L
"\u03bb"
},
974
{
"lang"
, L
"\u2329"
},
975
{
"laquo"
, L
"\u00ab"
},
976
{
"larr"
, L
"\u2190"
},
977
{
"larr2"
, L
"\u21c7"
},
978
{
"larrhk"
, L
"\u21a9"
},
979
{
"larrlp"
, L
"\u21ab"
},
980
{
"larrtl"
, L
"\u21a2"
},
981
{
"lbreve"
, L
"\u006c\u0306"
},
982
{
"lbring"
, L
"\u006c\u032f"
},
983
{
"lcaron"
, L
"\u013e"
},
984
{
"lcaron"
, L
"\u006c\u030c"
},
985
{
"lcedil"
, L
"\u013c"
},
986
{
"lceil"
, L
"\u2308"
},
987
{
"lcirc"
, L
"\u006c\u0302"
},
988
{
"lcub"
, L
"\u007b"
},
989
{
"lcy"
, L
"\u043b"
},
990
{
"ldot"
, L
"\u22d6"
},
991
{
"ldot"
, L
"\u006c\u0307"
},
992
{
"ldquo"
, L
"\u201c"
},
993
{
"ldquor"
, L
"\u201e"
},
994
{
"le"
, L
"\u2264"
},
995
{
"leg"
, L
"\u22da"
},
996
{
"les"
, L
"\u2264"
},
997
{
"lfloor"
, L
"\u230a"
},
998
{
"lg"
, L
"\u2276"
},
999
{
"lgr"
, L
"\u03bb"
},
1000
{
"lgrave"
, L
"\u006c\u0300"
},
1001
{
"lhard"
, L
"\u21bd"
},
1002
{
"lharu"
, L
"\u21bc"
},
1003
{
"lhblk"
, L
"\u2584"
},
1004
{
"ljcy"
, L
"\u0459"
},
1005
{
"lmacr"
, L
"\u006c\u0304"
},
1006
{
"lmidot"
, L
"\u0140"
},
1007
{
"lnE"
, L
"\u2268"
},
1008
{
"lne"
, L
"\u2268"
},
1009
{
"lnsim"
, L
"\u22e6"
},
1010
{
"lowast"
, L
"\u2217"
},
1011
{
"lowbar"
, L
"\u005f"
},
1012
{
"loz"
, L
"\u25ca"
},
1013
{
"loz"
, L
"\u2727"
},
1014
{
"lozf"
, L
"\u2726"
},
1015
{
"lpar"
, L
"\u0028"
},
1016
{
"lrarr2"
, L
"\u21c6"
},
1017
{
"lrhar2"
, L
"\u21cb"
},
1018
{
"lrm"
, L
"\u200e"
},
1019
{
"lsaquo"
, L
"\u2039"
},
1020
{
"lsh"
, L
"\u21b0"
},
1021
{
"lsim"
, L
"\u2272"
},
1022
{
"lsqb"
, L
"\u005b"
},
1023
{
"lsquo"
, L
"\u2018"
},
1024
{
"lsquor"
, L
"\u201a"
},
1025
{
"lstrok"
, L
"\u0142"
},
1026
{
"lt"
, L
"\u003c"
},
1027
{
"lthree"
, L
"\u22cb"
},
1028
{
"ltilde"
, L
"\u006c\u0303"
},
1029
{
"ltimes"
, L
"\u22c9"
},
1030
{
"ltri"
, L
"\u25c3"
},
1031
{
"ltrie"
, L
"\u22b4"
},
1032
{
"ltrif"
, L
"\u25c2"
},
1033
{
"luml"
, L
"\u006c\u0308"
},
1034
{
"lvnE"
, L
"\u2268"
},
1035
{
"macr"
, L
"\u00af"
},
1036
{
"macute"
, L
"\u006d\u0301"
},
1037
{
"male"
, L
"\u2642"
},
1038
{
"malt"
, L
"\u2720"
},
1039
{
"map"
, L
"\u21a6"
},
1040
{
"marker"
, L
"\u25ae"
},
1041
{
"mbreve"
, L
"\u006d\u0306"
},
1042
{
"mbring"
, L
"\u006d\u032f"
},
1043
{
"mcaron"
, L
"\u006d\u030c"
},
1044
{
"mcirc"
, L
"\u006d\u0302"
},
1045
{
"mcy"
, L
"\u043c"
},
1046
{
"mdash"
, L
"\u2014"
},
1047
{
"mdot"
, L
"\u006d\u0307"
},
1048
{
"mgr"
, L
"\u03bc"
},
1049
{
"mgrave"
, L
"\u006d\u0300"
},
1050
{
"micro"
, L
"\u00b5"
},
1051
{
"mid"
, L
"\u2223"
},
1052
{
"middot"
, L
"\u00b7"
},
1053
{
"minus"
, L
"\u2212"
},
1054
{
"minusb"
, L
"\u229f"
},
1055
{
"mldr"
, L
"\u2026"
},
1056
{
"mmacr"
, L
"\u006d\u0304"
},
1057
{
"mnplus"
, L
"\u2213"
},
1058
{
"models"
, L
"\u22a7"
},
1059
{
"mtilde"
, L
"\u006d\u0303"
},
1060
{
"mu"
, L
"\u03bc"
},
1061
{
"mumap"
, L
"\u22b8"
},
1062
{
"muml"
, L
"\u006d\u0308"
},
1063
{
"nVDash"
, L
"\u22af"
},
1064
{
"nVdash"
, L
"\u22ae"
},
1065
{
"nabla"
, L
"\u2207"
},
1066
{
"nacute"
, L
"\u0144"
},
1067
{
"nacute"
, L
"\u006e\u0301"
},
1068
{
"nap"
, L
"\u2249"
},
1069
{
"napos"
, L
"\u0149"
},
1070
{
"natur"
, L
"\u266e"
},
1071
{
"nbreve"
, L
"\u006e\u0306"
},
1072
{
"nbring"
, L
"\u006e\u032f"
},
1073
{
"nbsp"
, L
"\u00a0"
},
1074
{
"ncaron"
, L
"\u0148"
},
1075
{
"ncaron"
, L
"\u006e\u030c"
},
1076
{
"ncedil"
, L
"\u0146"
},
1077
{
"ncirc"
, L
"\u006e\u0302"
},
1078
{
"ncong"
, L
"\u2247"
},
1079
{
"ncy"
, L
"\u043d"
},
1080
{
"ndash"
, L
"\u2013"
},
1081
{
"ndot"
, L
"\u006e\u0307"
},
1082
{
"ne"
, L
"\u2260"
},
1083
{
"nearr"
, L
"\u2197"
},
1084
{
"nequiv"
, L
"\u2262"
},
1085
{
"nexist"
, L
"\u2204"
},
1086
{
"nge"
, L
"\u2271"
},
1087
{
"nges"
, L
"\u2271"
},
1088
{
"ngr"
, L
"\u03bd"
},
1089
{
"ngrave"
, L
"\u006e\u0300"
},
1090
{
"ngt"
, L
"\u226f"
},
1091
{
"nhArr"
, L
"\u21ce"
},
1092
{
"nharr"
, L
"\u21ae"
},
1093
{
"ni"
, L
"\u220b"
},
1094
{
"njcy"
, L
"\u045a"
},
1095
{
"nlArr"
, L
"\u21cd"
},
1096
{
"nlarr"
, L
"\u219a"
},
1097
{
"nldr"
, L
"\u2025"
},
1098
{
"nle"
, L
"\u2270"
},
1099
{
"nles"
, L
"\u2270"
},
1100
{
"nlt"
, L
"\u226e"
},
1101
{
"nltri"
, L
"\u22ea"
},
1102
{
"nltrie"
, L
"\u22ec"
},
1103
{
"nmacr"
, L
"\u006e\u0304"
},
1104
{
"nmid"
, L
"\u2224"
},
1105
{
"not"
, L
"\u00ac"
},
1106
{
"notin"
, L
"\u2209"
},
1107
{
"npar"
, L
"\u2226"
},
1108
{
"npr"
, L
"\u2280"
},
1109
{
"npre"
, L
"\u22e0"
},
1110
{
"nrArr"
, L
"\u21cf"
},
1111
{
"nrarr"
, L
"\u219b"
},
1112
{
"nrtri"
, L
"\u22eb"
},
1113
{
"nrtrie"
, L
"\u22ed"
},
1114
{
"nsc"
, L
"\u2281"
},
1115
{
"nsce"
, L
"\u22e1"
},
1116
{
"nsim"
, L
"\u2241"
},
1117
{
"nsime"
, L
"\u2244"
},
1118
{
"nspar"
, L
"\u2226"
},
1119
{
"nsub"
, L
"\u2284"
},
1120
{
"nsubE"
, L
"\u2288"
},
1121
{
"nsube"
, L
"\u2288"
},
1122
{
"nsup"
, L
"\u2285"
},
1123
{
"nsupE"
, L
"\u2289"
},
1124
{
"nsupe"
, L
"\u2289"
},
1125
{
"ntilde"
, L
"\u00f1"
},
1126
{
"ntilde"
, L
"\u006e\u0303"
},
1127
{
"nu"
, L
"\u03bd"
},
1128
{
"num"
, L
"\u0023"
},
1129
{
"numero"
, L
"\u2116"
},
1130
{
"numl"
, L
"\u006e\u0308"
},
1131
{
"numsp"
, L
"\u2007"
},
1132
{
"nvDash"
, L
"\u22ad"
},
1133
{
"nvdash"
, L
"\u22ac"
},
1134
{
"nwarr"
, L
"\u2196"
},
1135
{
"oS"
, L
"\u24c8"
},
1136
{
"oacgr"
, L
"\u03cc"
},
1137
{
"oacute"
, L
"\u00f3"
},
1138
{
"oacute"
, L
"\u006f\u0301"
},
1139
{
"oast"
, L
"\u229b"
},
1140
{
"obreve"
, L
"\u006f\u0306"
},
1141
{
"obring"
, L
"\u006f\u032f"
},
1142
{
"ocaron"
, L
"\u01d2"
},
1143
{
"ocaron"
, L
"\u006f\u030c"
},
1144
{
"ocir"
, L
"\u229a"
},
1145
{
"ocirc"
, L
"\u00f4"
},
1146
{
"ocirc"
, L
"\u006f\u0302"
},
1147
{
"ocy"
, L
"\u043e"
},
1148
{
"odash"
, L
"\u229d"
},
1149
{
"odblac"
, L
"\u0151"
},
1150
{
"odot"
, L
"\u2299"
},
1151
{
"odot"
, L
"\u006f\u0307"
},
1152
{
"odotb"
, L
"\u1ecd"
},
1153
{
"oelig"
, L
"\u0153"
},
1154
{
"ogon"
, L
"\u02db"
},
1155
{
"ogr"
, L
"\u03bf"
},
1156
{
"ograve"
, L
"\u00f2"
},
1157
{
"ograve"
, L
"\u006f\u0300"
},
1158
{
"ohacgr"
, L
"\u03ce"
},
1159
{
"ohgr"
, L
"\u03c9"
},
1160
{
"ohm"
, L
"\u2126"
},
1161
{
"olarr"
, L
"\u21ba"
},
1162
{
"oline"
, L
"\u203e"
},
1163
{
"omacr"
, L
"\u014d"
},
1164
{
"omacr"
, L
"\u006f\u0304"
},
1165
{
"omega"
, L
"\u03c9"
},
1166
{
"omicron"
, L
"\u03bf"
},
1167
{
"ominus"
, L
"\u2296"
},
1168
{
"oplus"
, L
"\u2295"
},
1169
{
"or"
, L
"\u2228"
},
1170
{
"orarr"
, L
"\u21bb"
},
1171
{
"order"
, L
"\u2134"
},
1172
{
"ordf"
, L
"\u00aa"
},
1173
{
"ordm"
, L
"\u00ba"
},
1174
{
"oslash"
, L
"\u00f8"
},
1175
{
"osol"
, L
"\u2298"
},
1176
{
"otilde"
, L
"\u00f5"
},
1177
{
"otilde"
, L
"\u006f\u0303"
},
1178
{
"otimes"
, L
"\u2297"
},
1179
{
"ouml"
, L
"\u00f6"
},
1180
{
"ouml"
, L
"\u006f\u0308"
},
1181
{
"pacute"
, L
"\u0070\u0301"
},
1182
{
"page"
, L
"\u000c"
},
1183
{
"par"
, L
"\u2225"
},
1184
{
"para"
, L
"\u00b6"
},
1185
{
"part"
, L
"\u2202"
},
1186
{
"pbreve"
, L
"\u0070\u0306"
},
1187
{
"pbring"
, L
"\u0070\u032f"
},
1188
{
"pcaron"
, L
"\u0070\u030c"
},
1189
{
"pcirc"
, L
"\u0070\u0302"
},
1190
{
"pcy"
, L
"\u043f"
},
1191
{
"pdot"
, L
"\u0070\u0307"
},
1192
{
"percnt"
, L
"\u0025"
},
1193
{
"period"
, L
"\u002e"
},
1194
{
"permil"
, L
"\u2030"
},
1195
{
"perp"
, L
"\u22a5"
},
1196
{
"pgr"
, L
"\u03c0"
},
1197
{
"pgrave"
, L
"\u0070\u0300"
},
1198
{
"phgr"
, L
"\u03c6"
},
1199
{
"phi"
, L
"\u03c6"
},
1200
{
"phis"
, L
"\u03c6"
},
1201
{
"phiv"
, L
"\u03d5"
},
1202
{
"phmmat"
, L
"\u2133"
},
1203
{
"phone"
, L
"\u260e"
},
1204
{
"pi"
, L
"\u03c0"
},
1205
{
"piv"
, L
"\u03d6"
},
1206
{
"planck"
, L
"\u210f"
},
1207
{
"plus"
, L
"\u002b"
},
1208
{
"plusb"
, L
"\u229e"
},
1209
{
"plusdo"
, L
"\u2214"
},
1210
{
"plusmn"
, L
"\u00b1"
},
1211
{
"pmacr"
, L
"\u0070\u0304"
},
1212
{
"pound"
, L
"\u00a3"
},
1213
{
"pr"
, L
"\u227a"
},
1214
{
"pre"
, L
"\u227c"
},
1215
{
"prime"
, L
"\u2032"
},
1216
{
"prnsim"
, L
"\u22e8"
},
1217
{
"prod"
, L
"\u220f"
},
1218
{
"prop"
, L
"\u221d"
},
1219
{
"prsim"
, L
"\u227e"
},
1220
{
"psgr"
, L
"\u03c8"
},
1221
{
"psi"
, L
"\u03c8"
},
1222
{
"ptilde"
, L
"\u0070\u0303"
},
1223
{
"puml"
, L
"\u0070\u0308"
},
1224
{
"puncsp"
, L
"\u2008"
},
1225
{
"qacute"
, L
"\u0071\u0301"
},
1226
{
"qbreve"
, L
"\u0071\u0306"
},
1227
{
"qbring"
, L
"\u0071\u032f"
},
1228
{
"qcaron"
, L
"\u0071\u030c"
},
1229
{
"qcirc"
, L
"\u0071\u0302"
},
1230
{
"qdot"
, L
"\u0071\u0307"
},
1231
{
"qgrave"
, L
"\u0071\u0300"
},
1232
{
"qmacr"
, L
"\u0071\u0304"
},
1233
{
"qtilde"
, L
"\u0071\u0303"
},
1234
{
"quest"
, L
"\u003f"
},
1235
{
"quml"
, L
"\u0071\u0308"
},
1236
{
"quot"
, L
"\u0022"
},
1237
{
"rAarr"
, L
"\u21db"
},
1238
{
"rArr"
, L
"\u21d2"
},
1239
{
"racute"
, L
"\u0155"
},
1240
{
"racute"
, L
"\u0072\u0301"
},
1241
{
"radic"
, L
"\u221a"
},
1242
{
"rang"
, L
"\u232a"
},
1243
{
"raquo"
, L
"\u00bb"
},
1244
{
"rarr"
, L
"\u2192"
},
1245
{
"rarr2"
, L
"\u21c9"
},
1246
{
"rarrhk"
, L
"\u21aa"
},
1247
{
"rarrlp"
, L
"\u21ac"
},
1248
{
"rarrtl"
, L
"\u21a3"
},
1249
{
"rarrw"
, L
"\u219d"
},
1250
{
"rbreve"
, L
"\u0072\u0306"
},
1251
{
"rbring"
, L
"\u0072\u032f"
},
1252
{
"rcaron"
, L
"\u0159"
},
1253
{
"rcaron"
, L
"\u0072\u030c"
},
1254
{
"rcedil"
, L
"\u0157"
},
1255
{
"rceil"
, L
"\u2309"
},
1256
{
"rcirc"
, L
"\u0072\u0302"
},
1257
{
"rcub"
, L
"\u007d"
},
1258
{
"rcy"
, L
"\u0440"
},
1259
{
"rdot"
, L
"\u0072\u0307"
},
1260
{
"rdquo"
, L
"\u201d"
},
1261
{
"rdquor"
, L
"\u201c"
},
1262
{
"real"
, L
"\u211c"
},
1263
{
"rect"
, L
"\u25ad"
},
1264
{
"reg"
, L
"\u00ae"
},
1265
{
"rfloor"
, L
"\u230b"
},
1266
{
"rgr"
, L
"\u03c1"
},
1267
{
"rgrave"
, L
"\u0072\u0300"
},
1268
{
"rhard"
, L
"\u21c1"
},
1269
{
"rharu"
, L
"\u21c0"
},
1270
{
"rho"
, L
"\u03c1"
},
1271
{
"rhov"
, L
"\u03f1"
},
1272
{
"ring"
, L
"\u02da"
},
1273
{
"rlarr2"
, L
"\u21c4"
},
1274
{
"rlhar2"
, L
"\u21cc"
},
1275
{
"rlm"
, L
"\u200f"
},
1276
{
"rmacr"
, L
"\u0072\u0304"
},
1277
{
"rpar"
, L
"\u0029"
},
1278
{
"rsaquo"
, L
"\u203a"
},
1279
{
"rsh"
, L
"\u21b1"
},
1280
{
"rsqb"
, L
"\u005d"
},
1281
{
"rsquo"
, L
"\u2019"
},
1282
{
"rsquor"
, L
"\u2018"
},
1283
{
"rthree"
, L
"\u22cc"
},
1284
{
"rtilde"
, L
"\u0072\u0303"
},
1285
{
"rtimes"
, L
"\u22ca"
},
1286
{
"rtri"
, L
"\u25b9"
},
1287
{
"rtrie"
, L
"\u22b5"
},
1288
{
"rtrif"
, L
"\u25b8"
},
1289
{
"ruml"
, L
"\u0072\u0308"
},
1290
{
"rx"
, L
"\u211e"
},
1291
{
"sacute"
, L
"\u015b"
},
1292
{
"sacute"
, L
"\u0073\u0301"
},
1293
{
"samalg"
, L
"\u2210"
},
1294
{
"sbquo"
, L
"\u201a"
},
1295
{
"sbreve"
, L
"\u0073\u0306"
},
1296
{
"sbring"
, L
"\u0073\u032f"
},
1297
{
"sbsol"
, L
"\u005c"
},
1298
{
"sc"
, L
"\u227b"
},
1299
{
"scaron"
, L
"\u0161"
},
1300
{
"scaron"
, L
"\u0073\u030c"
},
1301
{
"sccue"
, L
"\u227d"
},
1302
{
"sce"
, L
"\u227d"
},
1303
{
"scedil"
, L
"\u015f"
},
1304
{
"schwa"
, L
"\u0259"
},
1305
{
"schwaacute"
, L
"\u0259\u0301"
},
1306
{
"schwadgrave"
, L
"\u0259\u030f"
},
1307
{
"schwagrave"
, L
"\u0259\u0300"
},
1308
{
"schwamacr"
, L
"\u0259\u0304"
},
1309
{
"scirc"
, L
"\u015d"
},
1310
{
"scirc"
, L
"\u0073\u0302"
},
1311
{
"scnsim"
, L
"\u22e9"
},
1312
{
"scsim"
, L
"\u227f"
},
1313
{
"scy"
, L
"\u0441"
},
1314
{
"sdot"
, L
"\u22c5"
},
1315
{
"sdot"
, L
"\u0073\u0307"
},
1316
{
"sdotb"
, L
"\u22a1"
},
1317
{
"sect"
, L
"\u00a7"
},
1318
{
"semi"
, L
"\u003b"
},
1319
{
"setmn"
, L
"\u2216"
},
1320
{
"sext"
, L
"\u2736"
},
1321
{
"sfgr"
, L
"\u03c2"
},
1322
{
"sfrown"
, L
"\u2322"
},
1323
{
"sgr"
, L
"\u03c3"
},
1324
{
"sgrave"
, L
"\u0073\u0300"
},
1325
{
"sharp"
, L
"\u266f"
},
1326
{
"shchcy"
, L
"\u0449"
},
1327
{
"shcy"
, L
"\u0448"
},
1328
{
"shy"
, L
"\u00ad"
},
1329
{
"sigma"
, L
"\u03c3"
},
1330
{
"sigmaf"
, L
"\u03c2"
},
1331
{
"sigmav"
, L
"\u03c2"
},
1332
{
"sim"
, L
"\u223c"
},
1333
{
"sime"
, L
"\u2243"
},
1334
{
"smacr"
, L
"\u0073\u0304"
},
1335
{
"smile"
, L
"\u2323"
},
1336
{
"softcy"
, L
"\u044c"
},
1337
{
"sol"
, L
"\u002f"
},
1338
{
"spades"
, L
"\u2660"
},
1339
{
"spar"
, L
"\u2225"
},
1340
{
"sqcap"
, L
"\u2293"
},
1341
{
"sqcup"
, L
"\u2294"
},
1342
{
"sqsub"
, L
"\u228f"
},
1343
{
"sqsube"
, L
"\u2291"
},
1344
{
"sqsup"
, L
"\u2290"
},
1345
{
"sqsupe"
, L
"\u2292"
},
1346
{
"squ"
, L
"\u25a1"
},
1347
{
"square"
, L
"\u25a1"
},
1348
{
"squarf"
, L
"\u25a0"
},
1349
{
"squf"
, L
"\u25aa"
},
1350
{
"ssetmn"
, L
"\u2216"
},
1351
{
"ssmile"
, L
"\u2323"
},
1352
{
"sstarf"
, L
"\u22c6"
},
1353
{
"star"
, L
"\u2606"
},
1354
{
"starf"
, L
"\u2605"
},
1355
{
"stilde"
, L
"\u0073\u0303"
},
1356
{
"sub"
, L
"\u2282"
},
1357
{
"subE"
, L
"\u2286"
},
1358
{
"sube"
, L
"\u2286"
},
1359
{
"subnE"
, L
"\u228a"
},
1360
{
"subne"
, L
"\u228a"
},
1361
{
"sum"
, L
"\u2211"
},
1362
{
"suml"
, L
"\u0073\u0308"
},
1363
{
"sung"
, L
"\u266a"
},
1364
{
"sup"
, L
"\u2283"
},
1365
{
"sup1"
, L
"\u00b9"
},
1366
{
"sup2"
, L
"\u00b2"
},
1367
{
"sup3"
, L
"\u00b3"
},
1368
{
"supE"
, L
"\u2287"
},
1369
{
"supe"
, L
"\u2287"
},
1370
{
"supnE"
, L
"\u228b"
},
1371
{
"supne"
, L
"\u228b"
},
1372
{
"szlig"
, L
"\u00df"
},
1373
{
"tacute"
, L
"\u0074\u0301"
},
1374
{
"target"
, L
"\u2316"
},
1375
{
"tau"
, L
"\u03c4"
},
1376
{
"tbreve"
, L
"\u0074\u0306"
},
1377
{
"tbring"
, L
"\u0074\u032f"
},
1378
{
"tcaron"
, L
"\u0165"
},
1379
{
"tcaron"
, L
"\u0074\u030c"
},
1380
{
"tcedil"
, L
"\u0163"
},
1381
{
"tcirc"
, L
"\u0074\u0302"
},
1382
{
"tcy"
, L
"\u0442"
},
1383
{
"tdot"
, L
"\u20db"
},
1384
{
"tdot"
, L
"\u0074\u0307"
},
1385
{
"telrec"
, L
"\u2315"
},
1386
{
"tgr"
, L
"\u03c4"
},
1387
{
"tgrave"
, L
"\u0074\u0300"
},
1388
{
"there4"
, L
"\u2234"
},
1389
{
"theta"
, L
"\u03b8"
},
1390
{
"thetas"
, L
"\u03b8"
},
1391
{
"thetasym"
, L
"\u03d1"
},
1392
{
"thetav"
, L
"\u03d1"
},
1393
{
"thgr"
, L
"\u03b8"
},
1394
{
"thinsp"
, L
"\u2009"
},
1395
{
"thkap"
, L
"\u2248"
},
1396
{
"thksim"
, L
"\u223c"
},
1397
{
"thorn"
, L
"\u00fe"
},
1398
{
"tilde"
, L
"\u02dc"
},
1399
{
"times"
, L
"\u00d7"
},
1400
{
"timesb"
, L
"\u22a0"
},
1401
{
"tmacr"
, L
"\u0074\u0304"
},
1402
{
"top"
, L
"\u22a4"
},
1403
{
"tprime"
, L
"\u2034"
},
1404
{
"trade"
, L
"\u2122"
},
1405
{
"trie"
, L
"\u225c"
},
1406
{
"tscy"
, L
"\u0446"
},
1407
{
"tshcy"
, L
"\u045b"
},
1408
{
"tstrok"
, L
"\u0167"
},
1409
{
"ttilde"
, L
"\u0074\u0303"
},
1410
{
"tuml"
, L
"\u0074\u0308"
},
1411
{
"twixt"
, L
"\u226c"
},
1412
{
"uArr"
, L
"\u21d1"
},
1413
{
"uacgr"
, L
"\u03cd"
},
1414
{
"uacute"
, L
"\u00fa"
},
1415
{
"uacute"
, L
"\u0075\u0301"
},
1416
{
"uarr"
, L
"\u2191"
},
1417
{
"uarr2"
, L
"\u21c8"
},
1418
{
"ubrcy"
, L
"\u045e"
},
1419
{
"ubreve"
, L
"\u016d"
},
1420
{
"ubreve"
, L
"\u0075\u0306"
},
1421
{
"ubring"
, L
"\u0075\u032f"
},
1422
{
"ucaron"
, L
"\u0075\u030c"
},
1423
{
"ucirc"
, L
"\u00fb"
},
1424
{
"ucirc"
, L
"\u0075\u0302"
},
1425
{
"ucy"
, L
"\u0443"
},
1426
{
"udblac"
, L
"\u0171"
},
1427
{
"udiagr"
, L
"\u03b0"
},
1428
{
"udigr"
, L
"\u03cb"
},
1429
{
"udot"
, L
"\u0075\u0307"
},
1430
{
"ugr"
, L
"\u03c5"
},
1431
{
"ugrave"
, L
"\u00f9"
},
1432
{
"ugrave"
, L
"\u0075\u0300"
},
1433
{
"uharl"
, L
"\u21bf"
},
1434
{
"uharr"
, L
"\u21be"
},
1435
{
"uhblk"
, L
"\u2580"
},
1436
{
"ulcorn"
, L
"\u231c"
},
1437
{
"ulcrop"
, L
"\u230f"
},
1438
{
"umacr"
, L
"\u016b"
},
1439
{
"umacr"
, L
"\u0075\u0304"
},
1440
{
"uml"
, L
"\u00a8"
},
1441
{
"uogon"
, L
"\u0173"
},
1442
{
"uplus"
, L
"\u228e"
},
1443
{
"upsi"
, L
"\u03c5"
},
1444
{
"upsih"
, L
"\u03d2"
},
1445
{
"upsilon"
, L
"\u03c5"
},
1446
{
"urcorn"
, L
"\u231d"
},
1447
{
"urcrop"
, L
"\u230e"
},
1448
{
"uring"
, L
"\u016f"
},
1449
{
"utilde"
, L
"\u0169"
},
1450
{
"utilde"
, L
"\u0075\u0303"
},
1451
{
"utri"
, L
"\u25b5"
},
1452
{
"utrif"
, L
"\u25b4"
},
1453
{
"uuml"
, L
"\u00fc"
},
1454
{
"uuml"
, L
"\u0075\u0308"
},
1455
{
"vArr"
, L
"\u21d5"
},
1456
{
"vDash"
, L
"\u22a8"
},
1457
{
"vacute"
, L
"\u0076\u0301"
},
1458
{
"varr"
, L
"\u2195"
},
1459
{
"vbreve"
, L
"\u0076\u0306"
},
1460
{
"vbring"
, L
"\u0076\u032f"
},
1461
{
"vcaron"
, L
"\u0076\u030c"
},
1462
{
"vcirc"
, L
"\u0076\u0302"
},
1463
{
"vcy"
, L
"\u0432"
},
1464
{
"vdash"
, L
"\u22a2"
},
1465
{
"vdot"
, L
"\u0076\u0307"
},
1466
{
"veebar"
, L
"\u22bb"
},
1467
{
"vellip"
, L
"\u22ee"
},
1468
{
"verbar"
, L
"\u007c"
},
1469
{
"vgrave"
, L
"\u0076\u0300"
},
1470
{
"vltri"
, L
"\u22b2"
},
1471
{
"vmacr"
, L
"\u0076\u0304"
},
1472
{
"vprime"
, L
"\u2032"
},
1473
{
"vprop"
, L
"\u221d"
},
1474
{
"vrtri"
, L
"\u22b3"
},
1475
{
"vsubnE"
, L
"\u228a"
},
1476
{
"vsubne"
, L
"\u228a"
},
1477
{
"vsupnE"
, L
"\u228b"
},
1478
{
"vsupne"
, L
"\u228b"
},
1479
{
"vtab"
, L
"\u000b"
},
1480
{
"vtilde"
, L
"\u0076\u0303"
},
1481
{
"vuml"
, L
"\u0076\u0308"
},
1482
{
"wacute"
, L
"\u0077\u0301"
},
1483
{
"wbreve"
, L
"\u0077\u0306"
},
1484
{
"wbring"
, L
"\u0077\u032f"
},
1485
{
"wcaron"
, L
"\u0077\u030c"
},
1486
{
"wcirc"
, L
"\u0175"
},
1487
{
"wcirc"
, L
"\u0077\u0302"
},
1488
{
"wdot"
, L
"\u0077\u0307"
},
1489
{
"wedgeq"
, L
"\u2259"
},
1490
{
"weierp"
, L
"\u2118"
},
1491
{
"wgrave"
, L
"\u0077\u0300"
},
1492
{
"wmacr"
, L
"\u0077\u0304"
},
1493
{
"wreath"
, L
"\u2240"
},
1494
{
"wtilde"
, L
"\u0077\u0303"
},
1495
{
"wuml"
, L
"\u0077\u0308"
},
1496
{
"xacute"
, L
"\u0078\u0301"
},
1497
{
"xbreve"
, L
"\u0078\u0306"
},
1498
{
"xbring"
, L
"\u0078\u032f"
},
1499
{
"xcaron"
, L
"\u0078\u030c"
},
1500
{
"xcirc"
, L
"\u25cb"
},
1501
{
"xcirc"
, L
"\u0078\u0302"
},
1502
{
"xdot"
, L
"\u0078\u0307"
},
1503
{
"xdtri"
, L
"\u25bd"
},
1504
{
"xgr"
, L
"\u03be"
},
1505
{
"xgrave"
, L
"\u0078\u0300"
},
1506
{
"xhArr"
, L
"\u2194"
},
1507
{
"xharr"
, L
"\u2194"
},
1508
{
"xi"
, L
"\u03be"
},
1509
{
"xlArr"
, L
"\u21d0"
},
1510
{
"xmacr"
, L
"\u0078\u0304"
},
1511
{
"xrArr"
, L
"\u21d2"
},
1512
{
"xtilde"
, L
"\u0078\u0303"
},
1513
{
"xuml"
, L
"\u0078\u0308"
},
1514
{
"xutri"
, L
"\u25b3"
},
1515
{
"yacute"
, L
"\u00fd"
},
1516
{
"yacute"
, L
"\u0079\u0301"
},
1517
{
"yacy"
, L
"\u044f"
},
1518
{
"ybreve"
, L
"\u0079\u0306"
},
1519
{
"ybring"
, L
"\u0079\u032f"
},
1520
{
"ycaron"
, L
"\u0079\u030c"
},
1521
{
"ycirc"
, L
"\u0177"
},
1522
{
"ycirc"
, L
"\u0079\u0302"
},
1523
{
"ycy"
, L
"\u044b"
},
1524
{
"ydot"
, L
"\u0079\u0307"
},
1525
{
"yen"
, L
"\u00a5"
},
1526
{
"ygrave"
, L
"\u0079\u0300"
},
1527
{
"yicy"
, L
"\u0457"
},
1528
{
"ymacr"
, L
"\u0079\u0304"
},
1529
{
"ytilde"
, L
"\u0079\u0303"
},
1530
{
"yucy"
, L
"\u044e"
},
1531
{
"yuml"
, L
"\u00ff"
},
1532
{
"yuml"
, L
"\u0079\u0308"
},
1533
{
"zacute"
, L
"\u017a"
},
1534
{
"zacute"
, L
"\u007a\u0301"
},
1535
{
"zbreve"
, L
"\u007a\u0306"
},
1536
{
"zbring"
, L
"\u007a\u032f"
},
1537
{
"zcaron"
, L
"\u017e"
},
1538
{
"zcaron"
, L
"\u007a\u030c"
},
1539
{
"zcirc"
, L
"\u007a\u0302"
},
1540
{
"zcy"
, L
"\u0437"
},
1541
{
"zdot"
, L
"\u017c"
},
1542
{
"zdot"
, L
"\u007a\u0307"
},
1543
{
"zeta"
, L
"\u03b6"
},
1544
{
"zgr"
, L
"\u03b6"
},
1545
{
"zgrave"
, L
"\u007a\u0300"
},
1546
{
"zhcy"
, L
"\u0436"
},
1547
{
"zmacr"
, L
"\u007a\u0304"
},
1548
{
"ztilde"
, L
"\u007a\u0303"
},
1549
{
"zuml"
, L
"\u007a\u0308"
},
1550
{
"zwj"
, L
"\u200d"
},
1551
{
"zwnj"
, L
"\u200c"
},
1552
};
1553
1554
inline
const
size_t
unicode_sgml[] = {
1555
0x5b6,
1556
0x48d,
1557
0x30d,
1558
0x4c3,
1559
0x457,
1560
0x2d2,
1561
0x497,
1562
0x1f1,
1563
0x1fb,
1564
0x3e6,
1565
0x4ec,
1566
0x1fe,
1567
0x4a6,
1568
0x29b,
1569
0x36e,
1570
0x498,
1571
0x528,
1572
0x299,
1573
0x515,
1574
0x3f1,
1575
0x303,
1576
0x353,
1577
0x4c1,
1578
0x29c,
1579
0xe,
1580
0x3,
1581
0x9,
1582
0x15,
1583
0x11,
1584
0x5,
1585
0xb,
1586
0x17,
1587
0x7,
1588
0x6,
1589
0x22,
1590
0x18,
1591
0x1d,
1592
0x24,
1593
0x23,
1594
0x1a,
1595
0x1f,
1596
0x25,
1597
0x1c,
1598
0x1b,
1599
0x33,
1600
0x28,
1601
0x30,
1602
0x36,
1603
0x35,
1604
0x2a,
1605
0x32,
1606
0x37,
1607
0x2d,
1608
0x2b,
1609
0x47,
1610
0x3c,
1611
0x42,
1612
0x4c,
1613
0x48,
1614
0x3e,
1615
0x44,
1616
0x4d,
1617
0x41,
1618
0x3f,
1619
0x61,
1620
0x54,
1621
0x5a,
1622
0x67,
1623
0x63,
1624
0x55,
1625
0x5d,
1626
0x69,
1627
0x58,
1628
0x56,
1629
0x71,
1630
0x6a,
1631
0x6e,
1632
0x73,
1633
0x72,
1634
0x6b,
1635
0x70,
1636
0x74,
1637
0x6d,
1638
0x6c,
1639
0x84,
1640
0x76,
1641
0x7e,
1642
0x87,
1643
0x85,
1644
0x79,
1645
0x81,
1646
0x88,
1647
0x7b,
1648
0x7a,
1649
0x91,
1650
0x8a,
1651
0x8f,
1652
0x94,
1653
0x92,
1654
0x8b,
1655
0x90,
1656
0x95,
1657
0x8d,
1658
0x8c,
1659
0xa7,
1660
0x9b,
1661
0xa0,
1662
0xad,
1663
0xa9,
1664
0x9c,
1665
0xa4,
1666
0xb0,
1667
0x9e,
1668
0x9d,
1669
0xb9,
1670
0xb1,
1671
0xb6,
1672
0xbc,
1673
0xba,
1674
0xb2,
1675
0xb8,
1676
0xbe,
1677
0xb4,
1678
0xb3,
1679
0xcc,
1680
0xc2,
1681
0xc8,
1682
0xce,
1683
0xcd,
1684
0xc4,
1685
0xca,
1686
0xcf,
1687
0xc6,
1688
0xc5,
1689
0xde,
1690
0xd2,
1691
0xda,
1692
0xe4,
1693
0xe0,
1694
0xd5,
1695
0xdc,
1696
0xe5,
1697
0xd8,
1698
0xd6,
1699
0xee,
1700
0xe6,
1701
0xea,
1702
0xf0,
1703
0xef,
1704
0xe7,
1705
0xec,
1706
0xf2,
1707
0xe9,
1708
0xe8,
1709
0xff,
1710
0xf5,
1711
0xfb,
1712
0x102,
1713
0x100,
1714
0xf6,
1715
0xfd,
1716
0x104,
1717
0xf9,
1718
0xf7,
1719
0x117,
1720
0x10a,
1721
0x110,
1722
0x11e,
1723
0x119,
1724
0x10b,
1725
0x113,
1726
0x120,
1727
0x10e,
1728
0x10c,
1729
0x12b,
1730
0x123,
1731
0x127,
1732
0x131,
1733
0x12e,
1734
0x124,
1735
0x129,
1736
0x132,
1737
0x126,
1738
0x125,
1739
0x139,
1740
0x133,
1741
0x137,
1742
0x13b,
1743
0x13a,
1744
0x134,
1745
0x138,
1746
0x13c,
1747
0x136,
1748
0x135,
1749
0x149,
1750
0x13e,
1751
0x145,
1752
0x14c,
1753
0x14b,
1754
0x140,
1755
0x147,
1756
0x14d,
1757
0x143,
1758
0x141,
1759
0x15d,
1760
0x152,
1761
0x159,
1762
0x160,
1763
0x15f,
1764
0x153,
1765
0x15b,
1766
0x162,
1767
0x156,
1768
0x154,
1769
0x173,
1770
0x168,
1771
0x16f,
1772
0x177,
1773
0x175,
1774
0x16a,
1775
0x171,
1776
0x178,
1777
0x16d,
1778
0x16b,
1779
0x189,
1780
0x17b,
1781
0x182,
1782
0x191,
1783
0x18b,
1784
0x17e,
1785
0x186,
1786
0x193,
1787
0x180,
1788
0x17f,
1789
0x19d,
1790
0x194,
1791
0x198,
1792
0x19f,
1793
0x19e,
1794
0x195,
1795
0x19b,
1796
0x1a0,
1797
0x197,
1798
0x196,
1799
0x1a9,
1800
0x1a2,
1801
0x1a7,
1802
0x1ab,
1803
0x1aa,
1804
0x1a3,
1805
0x1a8,
1806
0x1ac,
1807
0x1a5,
1808
0x1a4,
1809
0x1b4,
1810
0x1ad,
1811
0x1b1,
1812
0x1b7,
1813
0x1b6,
1814
0x1ae,
1815
0x1b2,
1816
0x1b8,
1817
0x1b0,
1818
0x1af,
1819
0x1c5,
1820
0x1bd,
1821
0x1c2,
1822
0x1c7,
1823
0x1c6,
1824
0x1be,
1825
0x1c4,
1826
0x1c9,
1827
0x1c0,
1828
0x1bf,
1829
0x1d7,
1830
0x1cc,
1831
0x1d1,
1832
0x1d9,
1833
0x1d8,
1834
0x1cd,
1835
0x1d4,
1836
0x1da,
1837
0x1d0,
1838
0x1ce,
1839
0x3ed,
1840
0x275,
1841
0x500,
1842
0x4ef,
1843
0x3e2,
1844
0x350,
1845
0x1ea,
1846
0x1dd,
1847
0x1e3,
1848
0x201,
1849
0x1ef,
1850
0x1df,
1851
0x1e6,
1852
0x203,
1853
0x1e1,
1854
0x1e0,
1855
0x23f,
1856
0x22f,
1857
0x234,
1858
0x276,
1859
0x245,
1860
0x231,
1861
0x237,
1862
0x278,
1863
0x233,
1864
0x232,
1865
0x28b,
1866
0x27c,
1867
0x286,
1868
0x2a6,
1869
0x298,
1870
0x280,
1871
0x288,
1872
0x2aa,
1873
0x283,
1874
0x281,
1875
0x2c4,
1876
0x2b2,
1877
0x2be,
1878
0x2d9,
1879
0x2d1,
1880
0x2ba,
1881
0x2c0,
1882
0x2dc,
1883
0x2bd,
1884
0x2bb,
1885
0x2f3,
1886
0x2e1,
1887
0x2e8,
1888
0x309,
1889
0x2f8,
1890
0x2e2,
1891
0x2ec,
1892
0x30b,
1893
0x2e5,
1894
0x2e3,
1895
0x31a,
1896
0x30f,
1897
0x313,
1898
0x333,
1899
0x31e,
1900
0x310,
1901
0x315,
1902
0x334,
1903
0x312,
1904
0x311,
1905
0x348,
1906
0x337,
1907
0x340,
1908
0x354,
1909
0x34c,
1910
0x33b,
1911
0x343,
1912
0x355,
1913
0x33d,
1914
0x33c,
1915
0x367,
1916
0x358,
1917
0x363,
1918
0x36b,
1919
0x368,
1920
0x35f,
1921
0x364,
1922
0x36c,
1923
0x361,
1924
0x360,
1925
0x380,
1926
0x371,
1927
0x376,
1928
0x391,
1929
0x383,
1930
0x372,
1931
0x37a,
1932
0x394,
1933
0x374,
1934
0x373,
1935
0x39d,
1936
0x395,
1937
0x39a,
1938
0x3a0,
1939
0x39e,
1940
0x396,
1941
0x39c,
1942
0x3a2,
1943
0x398,
1944
0x397,
1945
0x3ae,
1946
0x3a3,
1947
0x3aa,
1948
0x3b4,
1949
0x3b3,
1950
0x3a6,
1951
0x3ac,
1952
0x3b5,
1953
0x3a8,
1954
0x3a7,
1955
0x3d7,
1956
0x3ba,
1957
0x3ca,
1958
0x3f3,
1959
0x3dc,
1960
0x3c4,
1961
0x3ce,
1962
0x3f8,
1963
0x3c7,
1964
0x3c5,
1965
0x408,
1966
0x3fb,
1967
0x403,
1968
0x412,
1969
0x40f,
1970
0x400,
1971
0x406,
1972
0x415,
1973
0x402,
1974
0x401,
1975
0x430,
1976
0x41a,
1977
0x424,
1978
0x455,
1979
0x43e,
1980
0x41e,
1981
0x428,
1982
0x459,
1983
0x422,
1984
0x41f,
1985
0x474,
1986
0x461,
1987
0x469,
1988
0x488,
1989
0x47b,
1990
0x463,
1991
0x46e,
1992
0x48b,
1993
0x466,
1994
0x464,
1995
0x49c,
1996
0x48c,
1997
0x494,
1998
0x4b5,
1999
0x4aa,
2000
0x491,
2001
0x496,
2002
0x4b6,
2003
0x493,
2004
0x492,
2005
0x4be,
2006
0x4b8,
2007
0x4bc,
2008
0x4c0,
2009
0x4bf,
2010
0x4b9,
2011
0x4bd,
2012
0x4c2,
2013
0x4bb,
2014
0x4ba,
2015
0x4e2,
2016
0x4c7,
2017
0x4d7,
2018
0x4f3,
2019
0x4eb,
2020
0x4d1,
2021
0x4da,
2022
0x4f8,
2023
0x4d4,
2024
0x4d2,
2025
0x51b,
2026
0x4fb,
2027
0x50d,
2028
0x53a,
2029
0x525,
2030
0x4fe,
2031
0x512,
2032
0x541,
2033
0x503,
2034
0x4ff,
2035
0x55a,
2036
0x54c,
2037
0x554,
2038
0x570,
2039
0x568,
2040
0x54f,
2041
0x557,
2042
0x571,
2043
0x552,
2044
0x550,
2045
0x587,
2046
0x576,
2047
0x57f,
2048
0x599,
2049
0x58e,
2050
0x57b,
2051
0x584,
2052
0x59d,
2053
0x57d,
2054
0x57c,
2055
0x5ac,
2056
0x5a0,
2057
0x5a5,
2058
0x5b7,
2059
0x5ae,
2060
0x5a2,
2061
0x5a8,
2062
0x5b8,
2063
0x5a4,
2064
0x5a3,
2065
0x5c2,
2066
0x5b9,
2067
0x5be,
2068
0x5c5,
2069
0x5c3,
2070
0x5ba,
2071
0x5bf,
2072
0x5c6,
2073
0x5bc,
2074
0x5bb,
2075
0x5d0,
2076
0x5c7,
2077
0x5cc,
2078
0x5d7,
2079
0x5d5,
2080
0x5c8,
2081
0x5cd,
2082
0x5d8,
2083
0x5ca,
2084
0x5c9,
2085
0x5e5,
2086
0x5db,
2087
0x5e1,
2088
0x5e8,
2089
0x5e7,
2090
0x5dd,
2091
0x5e3,
2092
0x5eb,
2093
0x5df,
2094
0x5de,
2095
0x5f8,
2096
0x5ed,
2097
0x5f2,
2098
0x5fb,
2099
0x5fa,
2100
0x5ee,
2101
0x5f5,
2102
0x5fc,
2103
0x5f1,
2104
0x5ef,
2105
0x3cb,
2106
0x5ab,
2107
0x4d8,
2108
0x420,
2109
0x37c,
2110
0x28a,
2111
0x4ab,
2112
0x2ae,
2113
0x5e4,
2114
0x272,
2115
0x514,
2116
0x49,
2117
0x2ca,
2118
0x58f,
2119
0x2a2,
2120
0x483,
2121
0x3be,
2122
0x440,
2123
0x51f,
2124
0x4df,
2125
0x3fa,
2126
0x2c1,
2127
0x4a9,
2128
0x545,
2129
0x546,
2130
0x1e4,
2131
0x409,
2132
0x48f,
2133
0x40b,
2134
0x289,
2135
0x544,
2136
0x484,
2137
0x4ca,
2138
0x324,
2139
0x322,
2140
0x35a,
2141
0x32a,
2142
0x38e,
2143
0xd,
2144
0x2,
2145
0x8,
2146
0x14,
2147
0x16,
2148
0x13,
2149
0x0,
2150
0x2e,
2151
0x60,
2152
0x53,
2153
0x59,
2154
0x68,
2155
0xa6,
2156
0x9a,
2157
0x9f,
2158
0xaf,
2159
0x51,
2160
0x101,
2161
0x116,
2162
0x109,
2163
0x10f,
2164
0x11d,
2165
0x11f,
2166
0x566,
2167
0x11c,
2168
0x188,
2169
0x17a,
2170
0x181,
2171
0x192,
2172
0x1bc,
2173
0x164,
2174
0x54b,
2175
0x1e9,
2176
0x1dc,
2177
0x1e2,
2178
0x200,
2179
0x202,
2180
0x1fd,
2181
0x1e7,
2182
0x284,
2183
0x2f2,
2184
0x2e0,
2185
0x2e7,
2186
0x30a,
2187
0x37f,
2188
0x370,
2189
0x375,
2190
0x393,
2191
0x308,
2192
0x454,
2193
0x473,
2194
0x460,
2195
0x468,
2196
0x487,
2197
0x48a,
2198
0x2cb,
2199
0x485,
2200
0x586,
2201
0x575,
2202
0x57e,
2203
0x59c,
2204
0x5da,
2205
0x564,
2206
0x5ea,
2207
0x10,
2208
0x1ee,
2209
0x4,
2210
0x1de,
2211
0x12,
2212
0x1f8,
2213
0x27,
2214
0x27b,
2215
0x2f,
2216
0x285,
2217
0x31,
2218
0x287,
2219
0x2c,
2220
0x282,
2221
0x40,
2222
0x2bc,
2223
0x4b,
2224
0x2d8,
2225
0x62,
2226
0x2f7,
2227
0x5c,
2228
0x2eb,
2229
0x64,
2230
0x2ff,
2231
0x57,
2232
0x2e4,
2233
0x7d,
2234
0x33f,
2235
0x78,
2236
0x33a,
2237
0x80,
2238
0x342,
2239
0x7c,
2240
0x33e,
2241
0x8e,
2242
0x362,
2243
0x93,
2244
0x36a,
2245
0xac,
2246
0x390,
2247
0xa8,
2248
0x382,
2249
0xaa,
2250
0x38c,
2251
0xa3,
2252
0x387,
2253
0x388,
2254
0x97,
2255
0x381,
2256
0xb5,
2257
0x399,
2258
0xc7,
2259
0x3a9,
2260
0x3af,
2261
0xd1,
2262
0x3b9,
2263
0xd9,
2264
0x3c8,
2265
0xd7,
2266
0x3c6,
2267
0xe1,
2268
0x3dd,
2269
0xe2,
2270
0x3f0,
2271
0xf4,
2272
0x419,
2273
0xfa,
2274
0x423,
2275
0xf8,
2276
0x421,
2277
0x41c,
2278
0x50,
2279
0x2fd,
2280
0x118,
2281
0x47a,
2282
0x112,
2283
0x46c,
2284
0x105,
2285
0x470,
2286
0x13d,
2287
0x4c6,
2288
0x144,
2289
0x4d5,
2290
0x142,
2291
0x4d3,
2292
0x151,
2293
0x4fa,
2294
0x158,
2295
0x50c,
2296
0x157,
2297
0x506,
2298
0x155,
2299
0x502,
2300
0x16e,
2301
0x553,
2302
0x16c,
2303
0x551,
2304
0x176,
2305
0x56f,
2306
0x190,
2307
0x598,
2308
0x18a,
2309
0x58d,
2310
0x17d,
2311
0x57a,
2312
0x18f,
2313
0x597,
2314
0x184,
2315
0x581,
2316
0x18c,
2317
0x590,
2318
0x1a6,
2319
0x5bd,
2320
0x1c1,
2321
0x5e0,
2322
0x1c8,
2323
0x1cb,
2324
0x5ec,
2325
0x1d3,
2326
0x5f4,
2327
0x1cf,
2328
0x5f0,
2329
0x31f,
2330
0x10d,
2331
0x465,
2332
0x336,
2333
0x507,
2334
0x50a,
2335
0x508,
2336
0x50b,
2337
0x509,
2338
0x1fc,
2339
0x290,
2340
0x27f,
2341
0x271,
2342
0x2d3,
2343
0x4e7,
2344
0x471,
2345
0x565,
2346
0x2b9,
2347
0x1,
2348
0x52,
2349
0x4e,
2350
0x99,
2351
0x108,
2352
0x179,
2353
0x106,
2354
0x378,
2355
0xc,
2356
0xf,
2357
0x20,
2358
0x21,
2359
0x77,
2360
0x83,
2361
0x205,
2362
0x45,
2363
0x46,
2364
0x204,
2365
0x5f,
2366
0x65,
2367
0x1d5,
2368
0x1d6,
2369
0x4f,
2370
0x66,
2371
0x165,
2372
0x174,
2373
0x20c,
2374
0xa5,
2375
0xab,
2376
0xc3,
2377
0xcb,
2378
0xd3,
2379
0xdd,
2380
0x206,
2381
0xed,
2382
0xf1,
2383
0xfe,
2384
0x103,
2385
0x1b3,
2386
0x1b5,
2387
0x20e,
2388
0x115,
2389
0x11b,
2390
0x12a,
2391
0x12d,
2392
0x209,
2393
0x148,
2394
0x14a,
2395
0x15c,
2396
0x15e,
2397
0x20b,
2398
0x169,
2399
0x172,
2400
0x187,
2401
0x18d,
2402
0x18e,
2403
0x20d,
2404
0x121,
2405
0x12c,
2406
0x208,
2407
0x34,
2408
0xc0,
2409
0x122,
2410
0x130,
2411
0x20a,
2412
0x107,
2413
0x11a,
2414
0x207,
2415
0xa2,
2416
0x185,
2417
0x1db,
2418
0x2df,
2419
0x2ee,
2420
0x36f,
2421
0x582,
2422
0x1e8,
2423
0x1ed,
2424
0x20f,
2425
0x210,
2426
0x23c,
2427
0x23e,
2428
0x217,
2429
0x338,
2430
0x347,
2431
0x212,
2432
0x2c2,
2433
0x2c3,
2434
0x213,
2435
0x214,
2436
0x215,
2437
0x2f1,
2438
0x300,
2439
0x301,
2440
0x22e,
2441
0x5f6,
2442
0x5f7,
2443
0x216,
2444
0x2ef,
2445
0x307,
2446
0x22a,
2447
0x55c,
2448
0x55d,
2449
0x560,
2450
0x219,
2451
0x37e,
2452
0x38d,
2453
0x21a,
2454
0x3a4,
2455
0x3ad,
2456
0x21c,
2457
0x3bc,
2458
0x3d6,
2459
0x21d,
2460
0x407,
2461
0x413,
2462
0x21e,
2463
0x42f,
2464
0x456,
2465
0x22d,
2466
0x5cf,
2467
0x5d3,
2468
0x472,
2469
0x47d,
2470
0x222,
2471
0x49b,
2472
0x4a3,
2473
0x225,
2474
0x4e1,
2475
0x4e5,
2476
0x228,
2477
0x518,
2478
0x521,
2479
0x522,
2480
0x227,
2481
0x51a,
2482
0x520,
2483
0x229,
2484
0x54e,
2485
0x559,
2486
0x22c,
2487
0x585,
2488
0x592,
2489
0x594,
2490
0x220,
2491
0x49d,
2492
0x49e,
2493
0x49f,
2494
0x211,
2495
0x28e,
2496
0x3b1,
2497
0x224,
2498
0x4b3,
2499
0x4b4,
2500
0x476,
2501
0x47c,
2502
0x379,
2503
0x583,
2504
0x45f,
2505
0x574,
2506
0x21f,
2507
0x475,
2508
0x22b,
2509
0x55e,
2510
0x55f,
2511
0x593,
2512
0x221,
2513
0x4a0,
2514
0x223,
2515
0x4a4,
2516
0x218,
2517
0x339,
2518
0x21b,
2519
0x3a5,
2520
0x226,
2521
0x4e6,
2522
0x98,
2523
0x39,
2524
0x75,
2525
0xbd,
2526
0x3a,
2527
0xae,
2528
0x1ba,
2529
0xbb,
2530
0xd0,
2531
0xf3,
2532
0x166,
2533
0xc1,
2534
0x17c,
2535
0x3b,
2536
0xa,
2537
0x1e,
2538
0x199,
2539
0x7f,
2540
0x43,
2541
0x96,
2542
0x1ca,
2543
0x1d2,
2544
0xa1,
2545
0xb7,
2546
0xc9,
2547
0xdb,
2548
0xeb,
2549
0xfc,
2550
0x111,
2551
0x128,
2552
0x146,
2553
0x15a,
2554
0x170,
2555
0x183,
2556
0x6f,
2557
0xbf,
2558
0x167,
2559
0x26,
2560
0x14f,
2561
0x14e,
2562
0x89,
2563
0x1c3,
2564
0x150,
2565
0x5b,
2566
0x1bb,
2567
0x1b9,
2568
0x1e5,
2569
0x236,
2570
0x5a6,
2571
0x341,
2572
0x2bf,
2573
0x37b,
2574
0x5f9,
2575
0x5f3,
2576
0x377,
2577
0x39b,
2578
0x3ab,
2579
0x3cc,
2580
0x404,
2581
0x426,
2582
0x46a,
2583
0x495,
2584
0x4d9,
2585
0x510,
2586
0x555,
2587
0x580,
2588
0x314,
2589
0x3b0,
2590
0x56d,
2591
0x28c,
2592
0x51e,
2593
0x51d,
2594
0x35c,
2595
0x5e2,
2596
0x527,
2597
0x2ea,
2598
0x5e9,
2599
0x5dc,
2600
0x38b,
2601
0x2cd,
2602
0x34a,
2603
0x3a1,
2604
0x2d7,
2605
0x392,
2606
0x5e6,
2607
0x39f,
2608
0x3db,
2609
0x435,
2610
0x56e,
2611
0x3b2,
2612
0x579,
2613
0x2dd,
2614
0x5e,
2615
0x2ed,
2616
0x114,
2617
0x46f,
2618
0x2fe,
2619
0x2fa,
2620
0x2fb,
2621
0x2fc,
2622
0x45a,
2623
0x4b7,
2624
0x561,
2625
0x359,
2626
0x5fe,
2627
0x5fd,
2628
0x3e9,
2629
0x4ea,
2630
0x2b7,
2631
0x427,
2632
0x405,
2633
0x369,
2634
0x19c,
2635
0x3ee,
2636
0x4f1,
2637
0x4f0,
2638
0x3ef,
2639
0x4fd,
2640
0x3cf,
2641
0x4dc,
2642
0x4db,
2643
0x238,
2644
0x3d0,
2645
0x2b3,
2646
0x3d,
2647
0x277,
2648
0x438,
2649
0x366,
2650
0x40e,
2651
0x499,
2652
0x4ae,
2653
0x5af,
2654
0x12f,
2655
0x56a,
2656
0x270,
2657
0x3ea,
2658
0x4ed,
2659
0x479,
2660
0x27e,
2661
0x36d,
2662
0x331,
2663
0x30c,
2664
0x556,
2665
0x4a,
2666
0x385,
2667
0x35b,
2668
0x4a5,
2669
0x384,
2670
0x3bb,
2671
0x2f5,
2672
0x458,
2673
0x2a3,
2674
0x5c1,
2675
0x4dd,
2676
0x4f9,
2677
0x56b,
2678
0x477,
2679
0x1f7,
2680
0x23b,
2681
0x4a1,
2682
0x482,
2683
0x1eb,
2684
0x1ec,
2685
0x23d,
2686
0x349,
2687
0x2b4,
2688
0x323,
2689
0x328,
2690
0x325,
2691
0x329,
2692
0x32b,
2693
0x32d,
2694
0x326,
2695
0x32e,
2696
0x327,
2697
0x32c,
2698
0x32f,
2699
0x330,
2700
0x3bf,
2701
0x577,
2702
0x4cb,
2703
0x2b5,
2704
0x35d,
2705
0x5d1,
2706
0x5d2,
2707
0x5a1,
2708
0x45d,
2709
0x42a,
2710
0x2d4,
2711
0x2ce,
2712
0x437,
2713
0x446,
2714
0x4d0,
2715
0xd4,
2716
0x13f,
2717
0x3c3,
2718
0x4cf,
2719
0x3fe,
2720
0x3c1,
2721
0x4cd,
2722
0x3c2,
2723
0x4ce,
2724
0x35e,
2725
0x433,
2726
0x3eb,
2727
0x4ee,
2728
0x2a4,
2729
0x2a9,
2730
0x2ad,
2731
0x478,
2732
0x481,
2733
0x3d9,
2734
0x3d8,
2735
0x589,
2736
0x588,
2737
0x4e4,
2738
0x4e3,
2739
0x2c6,
2740
0x2c5,
2741
0x4e8,
2742
0x3e7,
2743
0x3c0,
2744
0x578,
2745
0x4cc,
2746
0x2b6,
2747
0x3e8,
2748
0x4e9,
2749
0x436,
2750
0x432,
2751
0x445,
2752
0x3b7,
2753
0x5d4,
2754
0x573,
2755
0x4c5,
2756
0x5d6,
2757
0x2b1,
2758
0x357,
2759
0x37d,
2760
0x59e,
2761
0x3b6,
2762
0x4c4,
2763
0x320,
2764
0x29d,
2765
0x490,
2766
0x30e,
2767
0x42c,
2768
0x2f9,
2769
0x418,
2770
0x38f,
2771
0x441,
2772
0x302,
2773
0x434,
2774
0x23a,
2775
0x4b0,
2776
0x1f0,
2777
0x2a1,
2778
0x4fc,
2779
0x540,
2780
0x40c,
2781
0x410,
2782
0x4a8,
2783
0x516,
2784
0x535,
2785
0x3e1,
2786
0x29e,
2787
0x4c8,
2788
0x4b1,
2789
0x5b0,
2790
0x386,
2791
0x1f4,
2792
0x1f3,
2793
0x1f5,
2794
0x1f6,
2795
0x40a,
2796
0x43f,
2797
0x48e,
2798
0x52a,
2799
0x442,
2800
0x44d,
2801
0x1f2,
2802
0x480,
2803
0x27d,
2804
0x2ab,
2805
0x389,
2806
0x2a0,
2807
0x55b,
2808
0x239,
2809
0x523,
2810
0x563,
2811
0x273,
2812
0x5c4,
2813
0x44b,
2814
0x524,
2815
0x44c,
2816
0x29f,
2817
0x425,
2818
0x1f9,
2819
0x1ff,
2820
0x562,
2821
0x41b,
2822
0x1fa,
2823
0x235,
2824
0x279,
2825
0x27a,
2826
0x306,
2827
0x2de,
2828
0x2f0,
2829
0x305,
2830
0x29a,
2831
0x2e9,
2832
0x2e6,
2833
0x296,
2834
0x5c0,
2835
0x56c,
2836
0x429,
2837
0x304,
2838
0x42b,
2839
0x3d1,
2840
0x3d3,
2841
0x344,
2842
0x346,
2843
0x3b8,
2844
0x335,
2845
0x3de,
2846
0x3df,
2847
0x3f9,
2848
0x34d,
2849
0x34e,
2850
0x356,
2851
0xe3,
2852
0x86,
2853
0x572,
2854
0x43b,
2855
0x431,
2856
0x439,
2857
0x43a,
2858
0x42d,
2859
0x42e,
2860
0x3ec,
2861
0x352,
2862
0x3d5,
2863
0x34b,
2864
0x4ac,
2865
0x501,
2866
0x2ac,
2867
0x4ad,
2868
0x504,
2869
0x505,
2870
0x4b2,
2871
0x50f,
2872
0x443,
2873
0x449,
2874
0x53b,
2875
0x543,
2876
0x44e,
2877
0x451,
2878
0x53c,
2879
0x53d,
2880
0x547,
2881
0x548,
2882
0x44f,
2883
0x450,
2884
0x452,
2885
0x453,
2886
0x53e,
2887
0x53f,
2888
0x5b2,
2889
0x5b3,
2890
0x549,
2891
0x54a,
2892
0x5b4,
2893
0x5b5,
2894
0x591,
2895
0x52d,
2896
0x52f,
2897
0x52e,
2898
0x530,
2899
0x52b,
2900
0x52c,
2901
0x47f,
2902
0x47e,
2903
0x489,
2904
0x486,
2905
0x46d,
2906
0x467,
2907
0x462,
2908
0x46b,
2909
0x4a7,
2910
0x40d,
2911
0x567,
2912
0x513,
2913
0x5a7,
2914
0x2b8,
2915
0x569,
2916
0x246,
2917
0x49a,
2918
0x411,
2919
0x59f,
2920
0x19a,
2921
0x1a1,
2922
0x45c,
2923
0x45b,
2924
0x417,
2925
0x416,
2926
0x5ad,
2927
0x5b1,
2928
0x3f6,
2929
0x4f6,
2930
0x414,
2931
0x38a,
2932
0x5a9,
2933
0x230,
2934
0x2c7,
2935
0x511,
2936
0x537,
2937
0x2cc,
2938
0x247,
2939
0x3f4,
2940
0x4f4,
2941
0x3f2,
2942
0x4f2,
2943
0x274,
2944
0x2af,
2945
0x2b0,
2946
0x161,
2947
0x163,
2948
0x29,
2949
0x38,
2950
0x321,
2951
0x3cd,
2952
0x351,
2953
0xdf,
2954
0x82,
2955
0x3d2,
2956
0x345,
2957
0x2f6,
2958
0x2f4,
2959
0x2a7,
2960
0x2a8,
2961
0x444,
2962
0x44a,
2963
0x3e0,
2964
0x34f,
2965
0x4af,
2966
0x50e,
2967
0x43c,
2968
0x447,
2969
0x43d,
2970
0x448,
2971
0x5aa,
2972
0x19,
2973
0x3c9,
2974
0x4d6,
2975
0x3d4,
2976
0x4e0,
2977
0x2d6,
2978
0x2d0,
2979
0x596,
2980
0x58c,
2981
0x558,
2982
0x54d,
2983
0x58b,
2984
0x595,
2985
0x2cf,
2986
0x2d5,
2987
0x332,
2988
0x519,
2989
0x526,
2990
0x536,
2991
0x3bd,
2992
0x4c9,
2993
0x240,
2994
0x45e,
2995
0x260,
2996
0x269,
2997
0x25f,
2998
0x25e,
2999
0x268,
3000
0x267,
3001
0x26f,
3002
0x26e,
3003
0x263,
3004
0x264,
3005
0x26d,
3006
0x24c,
3007
0x255,
3008
0x25d,
3009
0x24b,
3010
0x249,
3011
0x25c,
3012
0x24a,
3013
0x248,
3014
0x266,
3015
0x254,
3016
0x252,
3017
0x265,
3018
0x253,
3019
0x251,
3020
0x26c,
3021
0x25b,
3022
0x258,
3023
0x26b,
3024
0x25a,
3025
0x257,
3026
0x24f,
3027
0x261,
3028
0x24d,
3029
0x250,
3030
0x262,
3031
0x24e,
3032
0x26a,
3033
0x259,
3034
0x256,
3035
0x58a,
3036
0x3da,
3037
0x244,
3038
0x242,
3039
0x241,
3040
0x243,
3041
0x533,
3042
0x531,
3043
0x532,
3044
0x534,
3045
0x4de,
3046
0x3ff,
3047
0x5d9,
3048
0x59b,
3049
0x59a,
3050
0x4f7,
3051
0x4f5,
3052
0x5ce,
3053
0x2db,
3054
0x2da,
3055
0x3f7,
3056
0x3f5,
3057
0x2c8,
3058
0x3e3,
3059
0x28f,
3060
0x5cb,
3061
0x291,
3062
0x293,
3063
0x294,
3064
0x292,
3065
0x295,
3066
0x539,
3067
0x538,
3068
0x4a2,
3069
0x316,
3070
0x3fc,
3071
0x529,
3072
0x297,
3073
0x365,
3074
0x2c9,
3075
0x542,
3076
0x31c,
3077
0x41d,
3078
0x51c,
3079
0x28d,
3080
0x2a5,
3081
0x3fd,
3082
0x3e5,
3083
0x3e4,
3084
0x517,
3085
0x318,
3086
0x31b,
3087
0x31d,
3088
0x317,
3089
0x319,
3090
};
3092
}
Generated on Tue Jan 23 2024 09:21:19 for stdex by
1.10.0