~ubuntu-branches/ubuntu/precise/ipe/precise

« back to all changes in this revision

Viewing changes to src/xpdflib/nametounicodetable.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2004-06-08 00:44:02 UTC
  • Revision ID: james.westby@ubuntu.com-20040608004402-72yu51xlh7vt6p9m
Tags: upstream-6.0pre16
ImportĀ upstreamĀ versionĀ 6.0pre16

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// -*- C++ -*-
 
2
//========================================================================
 
3
//
 
4
// NameToUnicodeTable.h
 
5
//
 
6
// Copyright 2001-2002 Glyph & Cog, LLC
 
7
//
 
8
//========================================================================
 
9
 
 
10
static struct {
 
11
  Unicode u;
 
12
  char *name;
 
13
} nameToUnicodeTab[] = {
 
14
  {0x0021, "!"},
 
15
  {0x0023, "#"},
 
16
  {0x0024, "$"},
 
17
  {0x0025, "%"},
 
18
  {0x0026, "&"},
 
19
  {0x0027, "'"},
 
20
  {0x0028, "("},
 
21
  {0x0029, ")"},
 
22
  {0x002a, "*"},
 
23
  {0x002b, "+"},
 
24
  {0x002c, ","},
 
25
  {0x002d, "-"},
 
26
  {0x002e, "."},
 
27
  {0x002f, "/"},
 
28
  {0x0030, "0"},
 
29
  {0x0031, "1"},
 
30
  {0x0032, "2"},
 
31
  {0x0033, "3"},
 
32
  {0x0034, "4"},
 
33
  {0x0035, "5"},
 
34
  {0x0036, "6"},
 
35
  {0x0037, "7"},
 
36
  {0x0038, "8"},
 
37
  {0x0039, "9"},
 
38
  {0x003a, ":"},
 
39
  {0x003b, ";"},
 
40
  {0x003c, "<"},
 
41
  {0x003d, "="},
 
42
  {0x003e, ">"},
 
43
  {0x003f, "?"},
 
44
  {0x0040, "@"},
 
45
  {0x0041, "A"},
 
46
  {0x00c6, "AE"},
 
47
  {0x01fc, "AEacute"},
 
48
  {0x00c6, "AEsmall"},
 
49
  {0x00c1, "Aacute"},
 
50
  {0x00c1, "Aacutesmall"},
 
51
  {0x0102, "Abreve"},
 
52
  {0x00c2, "Acircumflex"},
 
53
  {0x00c2, "Acircumflexsmall"},
 
54
  {0xf6c9, "Acute"},
 
55
  {0xf6c9, "Acutesmall"},
 
56
  {0x00c4, "Adieresis"},
 
57
  {0x00c4, "Adieresissmall"},
 
58
  {0x00c0, "Agrave"},
 
59
  {0x00c0, "Agravesmall"},
 
60
  {0x0391, "Alpha"},
 
61
  {0x0386, "Alphatonos"},
 
62
  {0x0100, "Amacron"},
 
63
  {0x0104, "Aogonek"},
 
64
  {0x00c5, "Aring"},
 
65
  {0x01fa, "Aringacute"},
 
66
  {0x00c5, "Aringsmall"},
 
67
  {0x0041, "Asmall"},
 
68
  {0x00c3, "Atilde"},
 
69
  {0x00c3, "Atildesmall"},
 
70
  {0x0042, "B"},
 
71
  {0x0392, "Beta"},
 
72
  {0xf6f4, "Brevesmall"},
 
73
  {0x0042, "Bsmall"},
 
74
  {0x0043, "C"},
 
75
  {0x0106, "Cacute"},
 
76
  {0xf6ca, "Caron"},
 
77
  {0xf6ca, "Caronsmall"},
 
78
  {0x010c, "Ccaron"},
 
79
  {0x00c7, "Ccedilla"},
 
80
  {0x00c7, "Ccedillasmall"},
 
81
  {0x0108, "Ccircumflex"},
 
82
  {0x010a, "Cdotaccent"},
 
83
  {0xf7b8, "Cedillasmall"},
 
84
  {0x03a7, "Chi"},
 
85
  {0xf6f6, "Circumflexsmall"},
 
86
  {0x0043, "Csmall"},
 
87
  {0x0044, "D"},
 
88
  {0x010e, "Dcaron"},
 
89
  {0x0110, "Dcroat"},
 
90
  {0x2206, "Delta"},
 
91
  {0xf6cb, "Dieresis"},
 
92
  {0xf6cc, "DieresisAcute"},
 
93
  {0xf6cd, "DieresisGrave"},
 
94
  {0xf6cb, "Dieresissmall"},
 
95
  {0xf6f7, "Dotaccentsmall"},
 
96
  {0x0044, "Dsmall"},
 
97
  {0x0045, "E"},
 
98
  {0x00c9, "Eacute"},
 
99
  {0x00c9, "Eacutesmall"},
 
100
  {0x0114, "Ebreve"},
 
101
  {0x011a, "Ecaron"},
 
102
  {0x00ca, "Ecircumflex"},
 
103
  {0x00ca, "Ecircumflexsmall"},
 
104
  {0x00cb, "Edieresis"},
 
105
  {0x00cb, "Edieresissmall"},
 
106
  {0x0116, "Edotaccent"},
 
107
  {0x00c8, "Egrave"},
 
108
  {0x00c8, "Egravesmall"},
 
109
  {0x0112, "Emacron"},
 
110
  {0x014a, "Eng"},
 
111
  {0x0118, "Eogonek"},
 
112
  {0x0395, "Epsilon"},
 
113
  {0x0388, "Epsilontonos"},
 
114
  {0x0045, "Esmall"},
 
115
  {0x0397, "Eta"},
 
116
  {0x0389, "Etatonos"},
 
117
  {0x00d0, "Eth"},
 
118
  {0x00d0, "Ethsmall"},
 
119
  {0x20ac, "Euro"},
 
120
  {0x0046, "F"},
 
121
  {0x0046, "Fsmall"},
 
122
  {0x0047, "G"},
 
123
  {0x0393, "Gamma"},
 
124
  {0x011e, "Gbreve"},
 
125
  {0x01e6, "Gcaron"},
 
126
  {0x011c, "Gcircumflex"},
 
127
  {0x0122, "Gcommaaccent"},
 
128
  {0x0120, "Gdotaccent"},
 
129
  {0xf6ce, "Grave"},
 
130
  {0xf6ce, "Gravesmall"},
 
131
  {0x0047, "Gsmall"},
 
132
  {0x0048, "H"},
 
133
  {0x25cf, "H18533"},
 
134
  {0x25aa, "H18543"},
 
135
  {0x25ab, "H18551"},
 
136
  {0x25a1, "H22073"},
 
137
  {0x0126, "Hbar"},
 
138
  {0x0124, "Hcircumflex"},
 
139
  {0x0048, "Hsmall"},
 
140
  {0xf6cf, "Hungarumlaut"},
 
141
  {0xf6cf, "Hungarumlautsmall"},
 
142
  {0x0049, "I"},
 
143
  {0x0132, "IJ"},
 
144
  {0x00cd, "Iacute"},
 
145
  {0x00cd, "Iacutesmall"},
 
146
  {0x012c, "Ibreve"},
 
147
  {0x00ce, "Icircumflex"},
 
148
  {0x00ce, "Icircumflexsmall"},
 
149
  {0x00cf, "Idieresis"},
 
150
  {0x00cf, "Idieresissmall"},
 
151
  {0x0130, "Idotaccent"},
 
152
  {0x2111, "Ifraktur"},
 
153
  {0x00cc, "Igrave"},
 
154
  {0x00cc, "Igravesmall"},
 
155
  {0x012a, "Imacron"},
 
156
  {0x012e, "Iogonek"},
 
157
  {0x0399, "Iota"},
 
158
  {0x03aa, "Iotadieresis"},
 
159
  {0x038a, "Iotatonos"},
 
160
  {0x0049, "Ismall"},
 
161
  {0x0128, "Itilde"},
 
162
  {0x004a, "J"},
 
163
  {0x0134, "Jcircumflex"},
 
164
  {0x004a, "Jsmall"},
 
165
  {0x004b, "K"},
 
166
  {0x039a, "Kappa"},
 
167
  {0x0136, "Kcommaaccent"},
 
168
  {0x004b, "Ksmall"},
 
169
  {0x004c, "L"},
 
170
  {0xf6bf, "LL"},
 
171
  {0x0139, "Lacute"},
 
172
  {0x039b, "Lambda"},
 
173
  {0x013d, "Lcaron"},
 
174
  {0x013b, "Lcommaaccent"},
 
175
  {0x013f, "Ldot"},
 
176
  {0x0141, "Lslash"},
 
177
  {0x0141, "Lslashsmall"},
 
178
  {0x004c, "Lsmall"},
 
179
  {0x004d, "M"},
 
180
  {0xf6d0, "Macron"},
 
181
  {0xf6d0, "Macronsmall"},
 
182
  {0x004d, "Msmall"},
 
183
  {0x039c, "Mu"},
 
184
  {0x004e, "N"},
 
185
  {0x0143, "Nacute"},
 
186
  {0x0147, "Ncaron"},
 
187
  {0x0145, "Ncommaaccent"},
 
188
  {0x004e, "Nsmall"},
 
189
  {0x00d1, "Ntilde"},
 
190
  {0x00d1, "Ntildesmall"},
 
191
  {0x039d, "Nu"},
 
192
  {0x004f, "O"},
 
193
  {0x0152, "OE"},
 
194
  {0x0152, "OEsmall"},
 
195
  {0x00d3, "Oacute"},
 
196
  {0x00d3, "Oacutesmall"},
 
197
  {0x014e, "Obreve"},
 
198
  {0x00d4, "Ocircumflex"},
 
199
  {0x00d4, "Ocircumflexsmall"},
 
200
  {0x00d6, "Odieresis"},
 
201
  {0x00d6, "Odieresissmall"},
 
202
  {0xf6fb, "Ogoneksmall"},
 
203
  {0x00d2, "Ograve"},
 
204
  {0x00d2, "Ogravesmall"},
 
205
  {0x01a0, "Ohorn"},
 
206
  {0x0150, "Ohungarumlaut"},
 
207
  {0x014c, "Omacron"},
 
208
  {0x2126, "Omega"},
 
209
  {0x038f, "Omegatonos"},
 
210
  {0x039f, "Omicron"},
 
211
  {0x038c, "Omicrontonos"},
 
212
  {0x00d8, "Oslash"},
 
213
  {0x01fe, "Oslashacute"},
 
214
  {0x00d8, "Oslashsmall"},
 
215
  {0x004f, "Osmall"},
 
216
  {0x00d5, "Otilde"},
 
217
  {0x00d5, "Otildesmall"},
 
218
  {0x0050, "P"},
 
219
  {0x03a6, "Phi"},
 
220
  {0x03a0, "Pi"},
 
221
  {0x03a8, "Psi"},
 
222
  {0x0050, "Psmall"},
 
223
  {0x0051, "Q"},
 
224
  {0x0051, "Qsmall"},
 
225
  {0x0052, "R"},
 
226
  {0x0154, "Racute"},
 
227
  {0x0158, "Rcaron"},
 
228
  {0x0156, "Rcommaaccent"},
 
229
  {0x211c, "Rfraktur"},
 
230
  {0x03a1, "Rho"},
 
231
  {0xf6fc, "Ringsmall"},
 
232
  {0x0052, "Rsmall"},
 
233
  {0x0053, "S"},
 
234
  {0x250c, "SF010000"},
 
235
  {0x2514, "SF020000"},
 
236
  {0x2510, "SF030000"},
 
237
  {0x2518, "SF040000"},
 
238
  {0x253c, "SF050000"},
 
239
  {0x252c, "SF060000"},
 
240
  {0x2534, "SF070000"},
 
241
  {0x251c, "SF080000"},
 
242
  {0x2524, "SF090000"},
 
243
  {0x2500, "SF100000"},
 
244
  {0x2502, "SF110000"},
 
245
  {0x2561, "SF190000"},
 
246
  {0x2562, "SF200000"},
 
247
  {0x2556, "SF210000"},
 
248
  {0x2555, "SF220000"},
 
249
  {0x2563, "SF230000"},
 
250
  {0x2551, "SF240000"},
 
251
  {0x2557, "SF250000"},
 
252
  {0x255d, "SF260000"},
 
253
  {0x255c, "SF270000"},
 
254
  {0x255b, "SF280000"},
 
255
  {0x255e, "SF360000"},
 
256
  {0x255f, "SF370000"},
 
257
  {0x255a, "SF380000"},
 
258
  {0x2554, "SF390000"},
 
259
  {0x2569, "SF400000"},
 
260
  {0x2566, "SF410000"},
 
261
  {0x2560, "SF420000"},
 
262
  {0x2550, "SF430000"},
 
263
  {0x256c, "SF440000"},
 
264
  {0x2567, "SF450000"},
 
265
  {0x2568, "SF460000"},
 
266
  {0x2564, "SF470000"},
 
267
  {0x2565, "SF480000"},
 
268
  {0x2559, "SF490000"},
 
269
  {0x2558, "SF500000"},
 
270
  {0x2552, "SF510000"},
 
271
  {0x2553, "SF520000"},
 
272
  {0x256b, "SF530000"},
 
273
  {0x256a, "SF540000"},
 
274
  {0x015a, "Sacute"},
 
275
  {0x0160, "Scaron"},
 
276
  {0x0160, "Scaronsmall"},
 
277
  {0x015e, "Scedilla"},
 
278
  {0x015c, "Scircumflex"},
 
279
  {0x0218, "Scommaaccent"},
 
280
  {0x03a3, "Sigma"},
 
281
  {0x0053, "Ssmall"},
 
282
  {0x0054, "T"},
 
283
  {0x03a4, "Tau"},
 
284
  {0x0166, "Tbar"},
 
285
  {0x0164, "Tcaron"},
 
286
  {0x0162, "Tcommaaccent"},
 
287
  {0x0398, "Theta"},
 
288
  {0x00de, "Thorn"},
 
289
  {0x00de, "Thornsmall"},
 
290
  {0xf6fe, "Tildesmall"},
 
291
  {0x0054, "Tsmall"},
 
292
  {0x0055, "U"},
 
293
  {0x00da, "Uacute"},
 
294
  {0x00da, "Uacutesmall"},
 
295
  {0x016c, "Ubreve"},
 
296
  {0x00db, "Ucircumflex"},
 
297
  {0x00db, "Ucircumflexsmall"},
 
298
  {0x00dc, "Udieresis"},
 
299
  {0x00dc, "Udieresissmall"},
 
300
  {0x00d9, "Ugrave"},
 
301
  {0x00d9, "Ugravesmall"},
 
302
  {0x01af, "Uhorn"},
 
303
  {0x0170, "Uhungarumlaut"},
 
304
  {0x016a, "Umacron"},
 
305
  {0x0172, "Uogonek"},
 
306
  {0x03a5, "Upsilon"},
 
307
  {0x03d2, "Upsilon1"},
 
308
  {0x03ab, "Upsilondieresis"},
 
309
  {0x038e, "Upsilontonos"},
 
310
  {0x016e, "Uring"},
 
311
  {0x0055, "Usmall"},
 
312
  {0x0168, "Utilde"},
 
313
  {0x0056, "V"},
 
314
  {0x0056, "Vsmall"},
 
315
  {0x0057, "W"},
 
316
  {0x1e82, "Wacute"},
 
317
  {0x0174, "Wcircumflex"},
 
318
  {0x1e84, "Wdieresis"},
 
319
  {0x1e80, "Wgrave"},
 
320
  {0x0057, "Wsmall"},
 
321
  {0x0058, "X"},
 
322
  {0x039e, "Xi"},
 
323
  {0x0058, "Xsmall"},
 
324
  {0x0059, "Y"},
 
325
  {0x00dd, "Yacute"},
 
326
  {0x00dd, "Yacutesmall"},
 
327
  {0x0176, "Ycircumflex"},
 
328
  {0x0178, "Ydieresis"},
 
329
  {0x0178, "Ydieresissmall"},
 
330
  {0x1ef2, "Ygrave"},
 
331
  {0x0059, "Ysmall"},
 
332
  {0x005a, "Z"},
 
333
  {0x0179, "Zacute"},
 
334
  {0x017d, "Zcaron"},
 
335
  {0x017d, "Zcaronsmall"},
 
336
  {0x017b, "Zdotaccent"},
 
337
  {0x0396, "Zeta"},
 
338
  {0x005a, "Zsmall"},
 
339
  {0x0022, "\""},
 
340
  {0x005c, "\\"},
 
341
  {0x005d, "]"},
 
342
  {0x005e, "^"},
 
343
  {0x005f, "_"},
 
344
  {0x0060, "`"},
 
345
  {0x0061, "a"},
 
346
  {0x00e1, "aacute"},
 
347
  {0x0103, "abreve"},
 
348
  {0x00e2, "acircumflex"},
 
349
  {0x00b4, "acute"},
 
350
  {0x0301, "acutecomb"},
 
351
  {0x00e4, "adieresis"},
 
352
  {0x00e6, "ae"},
 
353
  {0x01fd, "aeacute"},
 
354
  {0x2015, "afii00208"},
 
355
  {0x0410, "afii10017"},
 
356
  {0x0411, "afii10018"},
 
357
  {0x0412, "afii10019"},
 
358
  {0x0413, "afii10020"},
 
359
  {0x0414, "afii10021"},
 
360
  {0x0415, "afii10022"},
 
361
  {0x0401, "afii10023"},
 
362
  {0x0416, "afii10024"},
 
363
  {0x0417, "afii10025"},
 
364
  {0x0418, "afii10026"},
 
365
  {0x0419, "afii10027"},
 
366
  {0x041a, "afii10028"},
 
367
  {0x041b, "afii10029"},
 
368
  {0x041c, "afii10030"},
 
369
  {0x041d, "afii10031"},
 
370
  {0x041e, "afii10032"},
 
371
  {0x041f, "afii10033"},
 
372
  {0x0420, "afii10034"},
 
373
  {0x0421, "afii10035"},
 
374
  {0x0422, "afii10036"},
 
375
  {0x0423, "afii10037"},
 
376
  {0x0424, "afii10038"},
 
377
  {0x0425, "afii10039"},
 
378
  {0x0426, "afii10040"},
 
379
  {0x0427, "afii10041"},
 
380
  {0x0428, "afii10042"},
 
381
  {0x0429, "afii10043"},
 
382
  {0x042a, "afii10044"},
 
383
  {0x042b, "afii10045"},
 
384
  {0x042c, "afii10046"},
 
385
  {0x042d, "afii10047"},
 
386
  {0x042e, "afii10048"},
 
387
  {0x042f, "afii10049"},
 
388
  {0x0490, "afii10050"},
 
389
  {0x0402, "afii10051"},
 
390
  {0x0403, "afii10052"},
 
391
  {0x0404, "afii10053"},
 
392
  {0x0405, "afii10054"},
 
393
  {0x0406, "afii10055"},
 
394
  {0x0407, "afii10056"},
 
395
  {0x0408, "afii10057"},
 
396
  {0x0409, "afii10058"},
 
397
  {0x040a, "afii10059"},
 
398
  {0x040b, "afii10060"},
 
399
  {0x040c, "afii10061"},
 
400
  {0x040e, "afii10062"},
 
401
  {0xf6c4, "afii10063"},
 
402
  {0xf6c5, "afii10064"},
 
403
  {0x0430, "afii10065"},
 
404
  {0x0431, "afii10066"},
 
405
  {0x0432, "afii10067"},
 
406
  {0x0433, "afii10068"},
 
407
  {0x0434, "afii10069"},
 
408
  {0x0435, "afii10070"},
 
409
  {0x0451, "afii10071"},
 
410
  {0x0436, "afii10072"},
 
411
  {0x0437, "afii10073"},
 
412
  {0x0438, "afii10074"},
 
413
  {0x0439, "afii10075"},
 
414
  {0x043a, "afii10076"},
 
415
  {0x043b, "afii10077"},
 
416
  {0x043c, "afii10078"},
 
417
  {0x043d, "afii10079"},
 
418
  {0x043e, "afii10080"},
 
419
  {0x043f, "afii10081"},
 
420
  {0x0440, "afii10082"},
 
421
  {0x0441, "afii10083"},
 
422
  {0x0442, "afii10084"},
 
423
  {0x0443, "afii10085"},
 
424
  {0x0444, "afii10086"},
 
425
  {0x0445, "afii10087"},
 
426
  {0x0446, "afii10088"},
 
427
  {0x0447, "afii10089"},
 
428
  {0x0448, "afii10090"},
 
429
  {0x0449, "afii10091"},
 
430
  {0x044a, "afii10092"},
 
431
  {0x044b, "afii10093"},
 
432
  {0x044c, "afii10094"},
 
433
  {0x044d, "afii10095"},
 
434
  {0x044e, "afii10096"},
 
435
  {0x044f, "afii10097"},
 
436
  {0x0491, "afii10098"},
 
437
  {0x0452, "afii10099"},
 
438
  {0x0453, "afii10100"},
 
439
  {0x0454, "afii10101"},
 
440
  {0x0455, "afii10102"},
 
441
  {0x0456, "afii10103"},
 
442
  {0x0457, "afii10104"},
 
443
  {0x0458, "afii10105"},
 
444
  {0x0459, "afii10106"},
 
445
  {0x045a, "afii10107"},
 
446
  {0x045b, "afii10108"},
 
447
  {0x045c, "afii10109"},
 
448
  {0x045e, "afii10110"},
 
449
  {0x040f, "afii10145"},
 
450
  {0x0462, "afii10146"},
 
451
  {0x0472, "afii10147"},
 
452
  {0x0474, "afii10148"},
 
453
  {0xf6c6, "afii10192"},
 
454
  {0x045f, "afii10193"},
 
455
  {0x0463, "afii10194"},
 
456
  {0x0473, "afii10195"},
 
457
  {0x0475, "afii10196"},
 
458
  {0xf6c7, "afii10831"},
 
459
  {0xf6c8, "afii10832"},
 
460
  {0x04d9, "afii10846"},
 
461
  {0x200e, "afii299"},
 
462
  {0x200f, "afii300"},
 
463
  {0x200d, "afii301"},
 
464
  {0x066a, "afii57381"},
 
465
  {0x060c, "afii57388"},
 
466
  {0x0660, "afii57392"},
 
467
  {0x0661, "afii57393"},
 
468
  {0x0662, "afii57394"},
 
469
  {0x0663, "afii57395"},
 
470
  {0x0664, "afii57396"},
 
471
  {0x0665, "afii57397"},
 
472
  {0x0666, "afii57398"},
 
473
  {0x0667, "afii57399"},
 
474
  {0x0668, "afii57400"},
 
475
  {0x0669, "afii57401"},
 
476
  {0x061b, "afii57403"},
 
477
  {0x061f, "afii57407"},
 
478
  {0x0621, "afii57409"},
 
479
  {0x0622, "afii57410"},
 
480
  {0x0623, "afii57411"},
 
481
  {0x0624, "afii57412"},
 
482
  {0x0625, "afii57413"},
 
483
  {0x0626, "afii57414"},
 
484
  {0x0627, "afii57415"},
 
485
  {0x0628, "afii57416"},
 
486
  {0x0629, "afii57417"},
 
487
  {0x062a, "afii57418"},
 
488
  {0x062b, "afii57419"},
 
489
  {0x062c, "afii57420"},
 
490
  {0x062d, "afii57421"},
 
491
  {0x062e, "afii57422"},
 
492
  {0x062f, "afii57423"},
 
493
  {0x0630, "afii57424"},
 
494
  {0x0631, "afii57425"},
 
495
  {0x0632, "afii57426"},
 
496
  {0x0633, "afii57427"},
 
497
  {0x0634, "afii57428"},
 
498
  {0x0635, "afii57429"},
 
499
  {0x0636, "afii57430"},
 
500
  {0x0637, "afii57431"},
 
501
  {0x0638, "afii57432"},
 
502
  {0x0639, "afii57433"},
 
503
  {0x063a, "afii57434"},
 
504
  {0x0640, "afii57440"},
 
505
  {0x0641, "afii57441"},
 
506
  {0x0642, "afii57442"},
 
507
  {0x0643, "afii57443"},
 
508
  {0x0644, "afii57444"},
 
509
  {0x0645, "afii57445"},
 
510
  {0x0646, "afii57446"},
 
511
  {0x0648, "afii57448"},
 
512
  {0x0649, "afii57449"},
 
513
  {0x064a, "afii57450"},
 
514
  {0x064b, "afii57451"},
 
515
  {0x064c, "afii57452"},
 
516
  {0x064d, "afii57453"},
 
517
  {0x064e, "afii57454"},
 
518
  {0x064f, "afii57455"},
 
519
  {0x0650, "afii57456"},
 
520
  {0x0651, "afii57457"},
 
521
  {0x0652, "afii57458"},
 
522
  {0x0647, "afii57470"},
 
523
  {0x06a4, "afii57505"},
 
524
  {0x067e, "afii57506"},
 
525
  {0x0686, "afii57507"},
 
526
  {0x0698, "afii57508"},
 
527
  {0x06af, "afii57509"},
 
528
  {0x0679, "afii57511"},
 
529
  {0x0688, "afii57512"},
 
530
  {0x0691, "afii57513"},
 
531
  {0x06ba, "afii57514"},
 
532
  {0x06d2, "afii57519"},
 
533
  {0x06d5, "afii57534"},
 
534
  {0x20aa, "afii57636"},
 
535
  {0x05be, "afii57645"},
 
536
  {0x05c3, "afii57658"},
 
537
  {0x05d0, "afii57664"},
 
538
  {0x05d1, "afii57665"},
 
539
  {0x05d2, "afii57666"},
 
540
  {0x05d3, "afii57667"},
 
541
  {0x05d4, "afii57668"},
 
542
  {0x05d5, "afii57669"},
 
543
  {0x05d6, "afii57670"},
 
544
  {0x05d7, "afii57671"},
 
545
  {0x05d8, "afii57672"},
 
546
  {0x05d9, "afii57673"},
 
547
  {0x05da, "afii57674"},
 
548
  {0x05db, "afii57675"},
 
549
  {0x05dc, "afii57676"},
 
550
  {0x05dd, "afii57677"},
 
551
  {0x05de, "afii57678"},
 
552
  {0x05df, "afii57679"},
 
553
  {0x05e0, "afii57680"},
 
554
  {0x05e1, "afii57681"},
 
555
  {0x05e2, "afii57682"},
 
556
  {0x05e3, "afii57683"},
 
557
  {0x05e4, "afii57684"},
 
558
  {0x05e5, "afii57685"},
 
559
  {0x05e6, "afii57686"},
 
560
  {0x05e7, "afii57687"},
 
561
  {0x05e8, "afii57688"},
 
562
  {0x05e9, "afii57689"},
 
563
  {0x05ea, "afii57690"},
 
564
  {0xfb2a, "afii57694"},
 
565
  {0xfb2b, "afii57695"},
 
566
  {0xfb4b, "afii57700"},
 
567
  {0xfb1f, "afii57705"},
 
568
  {0x05f0, "afii57716"},
 
569
  {0x05f1, "afii57717"},
 
570
  {0x05f2, "afii57718"},
 
571
  {0xfb35, "afii57723"},
 
572
  {0x05b4, "afii57793"},
 
573
  {0x05b5, "afii57794"},
 
574
  {0x05b6, "afii57795"},
 
575
  {0x05bb, "afii57796"},
 
576
  {0x05b8, "afii57797"},
 
577
  {0x05b7, "afii57798"},
 
578
  {0x05b0, "afii57799"},
 
579
  {0x05b2, "afii57800"},
 
580
  {0x05b1, "afii57801"},
 
581
  {0x05b3, "afii57802"},
 
582
  {0x05c2, "afii57803"},
 
583
  {0x05c1, "afii57804"},
 
584
  {0x05b9, "afii57806"},
 
585
  {0x05bc, "afii57807"},
 
586
  {0x05bd, "afii57839"},
 
587
  {0x05bf, "afii57841"},
 
588
  {0x05c0, "afii57842"},
 
589
  {0x02bc, "afii57929"},
 
590
  {0x2105, "afii61248"},
 
591
  {0x2113, "afii61289"},
 
592
  {0x2116, "afii61352"},
 
593
  {0x202c, "afii61573"},
 
594
  {0x202d, "afii61574"},
 
595
  {0x202e, "afii61575"},
 
596
  {0x200c, "afii61664"},
 
597
  {0x066d, "afii63167"},
 
598
  {0x02bd, "afii64937"},
 
599
  {0x00e0, "agrave"},
 
600
  {0x2135, "aleph"},
 
601
  {0x03b1, "alpha"},
 
602
  {0x03ac, "alphatonos"},
 
603
  {0x0101, "amacron"},
 
604
  {0x0026, "ampersand"},
 
605
  {0x0026, "ampersandsmall"},
 
606
  {0x2220, "angle"},
 
607
  {0x2329, "angleleft"},
 
608
  {0x232a, "angleright"},
 
609
  {0x0387, "anoteleia"},
 
610
  {0x0105, "aogonek"},
 
611
  {0x2248, "approxequal"},
 
612
  {0x00e5, "aring"},
 
613
  {0x01fb, "aringacute"},
 
614
  {0x2194, "arrowboth"},
 
615
  {0x21d4, "arrowdblboth"},
 
616
  {0x21d3, "arrowdbldown"},
 
617
  {0x21d0, "arrowdblleft"},
 
618
  {0x21d2, "arrowdblright"},
 
619
  {0x21d1, "arrowdblup"},
 
620
  {0x2193, "arrowdown"},
 
621
  {0xf8e7, "arrowhorizex"},
 
622
  {0x2190, "arrowleft"},
 
623
  {0x2192, "arrowright"},
 
624
  {0x2191, "arrowup"},
 
625
  {0x2195, "arrowupdn"},
 
626
  {0x21a8, "arrowupdnbse"},
 
627
  {0xf8e6, "arrowvertex"},
 
628
  {0x005e, "asciicircum"},
 
629
  {0x007e, "asciitilde"},
 
630
  {0x002a, "asterisk"},
 
631
  {0x2217, "asteriskmath"},
 
632
  {0xf6e9, "asuperior"},
 
633
  {0x0040, "at"},
 
634
  {0x00e3, "atilde"},
 
635
  {0x0062, "b"},
 
636
  {0x005c, "backslash"},
 
637
  {0x007c, "bar"},
 
638
  {0x03b2, "beta"},
 
639
  {0x2588, "block"},
 
640
  {0xf8f4, "braceex"},
 
641
  {0x007b, "braceleft"},
 
642
  {0xf8f3, "braceleftbt"},
 
643
  {0xf8f2, "braceleftmid"},
 
644
  {0xf8f1, "bracelefttp"},
 
645
  {0x007d, "braceright"},
 
646
  {0xf8fe, "bracerightbt"},
 
647
  {0xf8fd, "bracerightmid"},
 
648
  {0xf8fc, "bracerighttp"},
 
649
  {0x005b, "bracketleft"},
 
650
  {0xf8f0, "bracketleftbt"},
 
651
  {0xf8ef, "bracketleftex"},
 
652
  {0xf8ee, "bracketlefttp"},
 
653
  {0x005d, "bracketright"},
 
654
  {0xf8fb, "bracketrightbt"},
 
655
  {0xf8fa, "bracketrightex"},
 
656
  {0xf8f9, "bracketrighttp"},
 
657
  {0x02d8, "breve"},
 
658
  {0x00a6, "brokenbar"},
 
659
  {0xf6ea, "bsuperior"},
 
660
  {0x2022, "bullet"},
 
661
  {0x0063, "c"},
 
662
  {0x0107, "cacute"},
 
663
  {0x02c7, "caron"},
 
664
  {0x21b5, "carriagereturn"},
 
665
  {0x010d, "ccaron"},
 
666
  {0x00e7, "ccedilla"},
 
667
  {0x0109, "ccircumflex"},
 
668
  {0x010b, "cdotaccent"},
 
669
  {0x00b8, "cedilla"},
 
670
  {0x00a2, "cent"},
 
671
  {0xf6df, "centinferior"},
 
672
  {0x00a2, "centoldstyle"},
 
673
  {0xf6e0, "centsuperior"},
 
674
  {0x03c7, "chi"},
 
675
  {0x25cb, "circle"},
 
676
  {0x2297, "circlemultiply"},
 
677
  {0x2295, "circleplus"},
 
678
  {0x02c6, "circumflex"},
 
679
  {0x2663, "club"},
 
680
  {0x003a, "colon"},
 
681
  {0x20a1, "colonmonetary"},
 
682
  {0x002c, "comma"},
 
683
  {0xf6c3, "commaaccent"},
 
684
  {0xf6e1, "commainferior"},
 
685
  {0xf6e2, "commasuperior"},
 
686
  {0x2245, "congruent"},
 
687
  {0x00a9, "copyright"},
 
688
  {0x00a9, "copyrightsans"},
 
689
  {0x00a9, "copyrightserif"},
 
690
  {0x00a4, "currency"},
 
691
  {0xf6d1, "cyrBreve"},
 
692
  {0xf6d2, "cyrFlex"},
 
693
  {0xf6d4, "cyrbreve"},
 
694
  {0xf6d5, "cyrflex"},
 
695
  {0x0064, "d"},
 
696
  {0x2020, "dagger"},
 
697
  {0x2021, "daggerdbl"},
 
698
  {0xf6d3, "dblGrave"},
 
699
  {0xf6d6, "dblgrave"},
 
700
  {0x010f, "dcaron"},
 
701
  {0x0111, "dcroat"},
 
702
  {0x00b0, "degree"},
 
703
  {0x03b4, "delta"},
 
704
  {0x2666, "diamond"},
 
705
  {0x00a8, "dieresis"},
 
706
  {0xf6d7, "dieresisacute"},
 
707
  {0xf6d8, "dieresisgrave"},
 
708
  {0x0385, "dieresistonos"},
 
709
  {0x00f7, "divide"},
 
710
  {0x2593, "dkshade"},
 
711
  {0x2584, "dnblock"},
 
712
  {0x0024, "dollar"},
 
713
  {0xf6e3, "dollarinferior"},
 
714
  {0x0024, "dollaroldstyle"},
 
715
  {0xf6e4, "dollarsuperior"},
 
716
  {0x20ab, "dong"},
 
717
  {0x02d9, "dotaccent"},
 
718
  {0x0323, "dotbelowcomb"},
 
719
  {0x0131, "dotlessi"},
 
720
  {0xf6be, "dotlessj"},
 
721
  {0x22c5, "dotmath"},
 
722
  {0xf6eb, "dsuperior"},
 
723
  {0x0065, "e"},
 
724
  {0x00e9, "eacute"},
 
725
  {0x0115, "ebreve"},
 
726
  {0x011b, "ecaron"},
 
727
  {0x00ea, "ecircumflex"},
 
728
  {0x00eb, "edieresis"},
 
729
  {0x0117, "edotaccent"},
 
730
  {0x00e8, "egrave"},
 
731
  {0x0038, "eight"},
 
732
  {0x2088, "eightinferior"},
 
733
  {0x0038, "eightoldstyle"},
 
734
  {0x2078, "eightsuperior"},
 
735
  {0x2208, "element"},
 
736
  {0x2026, "ellipsis"},
 
737
  {0x0113, "emacron"},
 
738
  {0x2014, "emdash"},
 
739
  {0x2205, "emptyset"},
 
740
  {0x2013, "endash"},
 
741
  {0x014b, "eng"},
 
742
  {0x0119, "eogonek"},
 
743
  {0x03b5, "epsilon"},
 
744
  {0x03ad, "epsilontonos"},
 
745
  {0x003d, "equal"},
 
746
  {0x2261, "equivalence"},
 
747
  {0x212e, "estimated"},
 
748
  {0xf6ec, "esuperior"},
 
749
  {0x03b7, "eta"},
 
750
  {0x03ae, "etatonos"},
 
751
  {0x00f0, "eth"},
 
752
  {0x0021, "exclam"},
 
753
  {0x203c, "exclamdbl"},
 
754
  {0x00a1, "exclamdown"},
 
755
  {0x00a1, "exclamdownsmall"},
 
756
  {0x0021, "exclamleft"},
 
757
  {0x0021, "exclamsmall"},
 
758
  {0x2203, "existential"},
 
759
  {0x0066, "f"},
 
760
  {0x2640, "female"},
 
761
  {0xfb00, "ff"},
 
762
  {0xfb03, "ffi"},
 
763
  {0xfb04, "ffl"},
 
764
  {0xfb01, "fi"},
 
765
  {0x2012, "figuredash"},
 
766
  {0x25a0, "filledbox"},
 
767
  {0x25ac, "filledrect"},
 
768
  {0x0035, "five"},
 
769
  {0x215d, "fiveeighths"},
 
770
  {0x2085, "fiveinferior"},
 
771
  {0x0035, "fiveoldstyle"},
 
772
  {0x2075, "fivesuperior"},
 
773
  {0xfb02, "fl"},
 
774
  {0x0192, "florin"},
 
775
  {0x0034, "four"},
 
776
  {0x2084, "fourinferior"},
 
777
  {0x0034, "fouroldstyle"},
 
778
  {0x2074, "foursuperior"},
 
779
  {0x2044, "fraction"},
 
780
  {0x20a3, "franc"},
 
781
  {0x0067, "g"},
 
782
  {0x03b3, "gamma"},
 
783
  {0x011f, "gbreve"},
 
784
  {0x01e7, "gcaron"},
 
785
  {0x011d, "gcircumflex"},
 
786
  {0x0123, "gcommaaccent"},
 
787
  {0x0121, "gdotaccent"},
 
788
  {0x00df, "germandbls"},
 
789
  {0x2207, "gradient"},
 
790
  {0x0060, "grave"},
 
791
  {0x0300, "gravecomb"},
 
792
  {0x003e, "greater"},
 
793
  {0x2265, "greaterequal"},
 
794
  {0x00ab, "guillemotleft"},
 
795
  {0x00bb, "guillemotright"},
 
796
  {0x2039, "guilsinglleft"},
 
797
  {0x203a, "guilsinglright"},
 
798
  {0x0068, "h"},
 
799
  {0x0127, "hbar"},
 
800
  {0x0125, "hcircumflex"},
 
801
  {0x2665, "heart"},
 
802
  {0x0309, "hookabovecomb"},
 
803
  {0x2302, "house"},
 
804
  {0x02dd, "hungarumlaut"},
 
805
  {0x002d, "hyphen"},
 
806
  {0xf6e5, "hypheninferior"},
 
807
  {0xf6e6, "hyphensuperior"},
 
808
  {0x0069, "i"},
 
809
  {0x00ed, "iacute"},
 
810
  {0x012d, "ibreve"},
 
811
  {0x00ee, "icircumflex"},
 
812
  {0x00ef, "idieresis"},
 
813
  {0x00ec, "igrave"},
 
814
  {0x0133, "ij"},
 
815
  {0x012b, "imacron"},
 
816
  {0x221e, "infinity"},
 
817
  {0x222b, "integral"},
 
818
  {0x2321, "integralbt"},
 
819
  {0xf8f5, "integralex"},
 
820
  {0x2320, "integraltp"},
 
821
  {0x2229, "intersection"},
 
822
  {0x25d8, "invbullet"},
 
823
  {0x25d9, "invcircle"},
 
824
  {0x263b, "invsmileface"},
 
825
  {0x012f, "iogonek"},
 
826
  {0x03b9, "iota"},
 
827
  {0x03ca, "iotadieresis"},
 
828
  {0x0390, "iotadieresistonos"},
 
829
  {0x03af, "iotatonos"},
 
830
  {0xf6ed, "isuperior"},
 
831
  {0x0129, "itilde"},
 
832
  {0x006a, "j"},
 
833
  {0x0135, "jcircumflex"},
 
834
  {0x006b, "k"},
 
835
  {0x03ba, "kappa"},
 
836
  {0x0137, "kcommaaccent"},
 
837
  {0x0138, "kgreenlandic"},
 
838
  {0x006c, "l"},
 
839
  {0x013a, "lacute"},
 
840
  {0x03bb, "lambda"},
 
841
  {0x013e, "lcaron"},
 
842
  {0x013c, "lcommaaccent"},
 
843
  {0x0140, "ldot"},
 
844
  {0x003c, "less"},
 
845
  {0x2264, "lessequal"},
 
846
  {0x258c, "lfblock"},
 
847
  {0x20a4, "lira"},
 
848
  {0xf6c0, "ll"},
 
849
  {0x2227, "logicaland"},
 
850
  {0x00ac, "logicalnot"},
 
851
  {0x2228, "logicalor"},
 
852
  {0x017f, "longs"},
 
853
  {0x25ca, "lozenge"},
 
854
  {0x0142, "lslash"},
 
855
  {0xf6ee, "lsuperior"},
 
856
  {0x2591, "ltshade"},
 
857
  {0x006d, "m"},
 
858
  {0x00af, "macron"},
 
859
  {0x2642, "male"},
 
860
  {0x2212, "minus"},
 
861
  {0x2032, "minute"},
 
862
  {0xf6ef, "msuperior"},
 
863
  {0x00b5, "mu"},
 
864
  {0x00d7, "multiply"},
 
865
  {0x266a, "musicalnote"},
 
866
  {0x266b, "musicalnotedbl"},
 
867
  {0x006e, "n"},
 
868
  {0x0144, "nacute"},
 
869
  {0x0149, "napostrophe"},
 
870
  {0x00a0, "nbspace"},
 
871
  {0x0148, "ncaron"},
 
872
  {0x0146, "ncommaaccent"},
 
873
  {0x0039, "nine"},
 
874
  {0x2089, "nineinferior"},
 
875
  {0x0039, "nineoldstyle"},
 
876
  {0x2079, "ninesuperior"},
 
877
  {0x00a0, "nonbreakingspace"},
 
878
  {0x2209, "notelement"},
 
879
  {0x2260, "notequal"},
 
880
  {0x2284, "notsubset"},
 
881
  {0x207f, "nsuperior"},
 
882
  {0x00f1, "ntilde"},
 
883
  {0x03bd, "nu"},
 
884
  {0x0023, "numbersign"},
 
885
  {0x006f, "o"},
 
886
  {0x00f3, "oacute"},
 
887
  {0x014f, "obreve"},
 
888
  {0x00f4, "ocircumflex"},
 
889
  {0x00f6, "odieresis"},
 
890
  {0x0153, "oe"},
 
891
  {0x02db, "ogonek"},
 
892
  {0x00f2, "ograve"},
 
893
  {0x01a1, "ohorn"},
 
894
  {0x0151, "ohungarumlaut"},
 
895
  {0x014d, "omacron"},
 
896
  {0x03c9, "omega"},
 
897
  {0x03d6, "omega1"},
 
898
  {0x03ce, "omegatonos"},
 
899
  {0x03bf, "omicron"},
 
900
  {0x03cc, "omicrontonos"},
 
901
  {0x0031, "one"},
 
902
  {0x2024, "onedotenleader"},
 
903
  {0x215b, "oneeighth"},
 
904
  {0xf6dc, "onefitted"},
 
905
  {0x00bd, "onehalf"},
 
906
  {0x2081, "oneinferior"},
 
907
  {0x0031, "oneoldstyle"},
 
908
  {0x00bc, "onequarter"},
 
909
  {0x00b9, "onesuperior"},
 
910
  {0x2153, "onethird"},
 
911
  {0x25e6, "openbullet"},
 
912
  {0x00aa, "ordfeminine"},
 
913
  {0x00ba, "ordmasculine"},
 
914
  {0x221f, "orthogonal"},
 
915
  {0x00f8, "oslash"},
 
916
  {0x01ff, "oslashacute"},
 
917
  {0xf6f0, "osuperior"},
 
918
  {0x00f5, "otilde"},
 
919
  {0x0070, "p"},
 
920
  {0x00b6, "paragraph"},
 
921
  {0x0028, "parenleft"},
 
922
  {0xf8ed, "parenleftbt"},
 
923
  {0xf8ec, "parenleftex"},
 
924
  {0x208d, "parenleftinferior"},
 
925
  {0x207d, "parenleftsuperior"},
 
926
  {0xf8eb, "parenlefttp"},
 
927
  {0x0029, "parenright"},
 
928
  {0xf8f8, "parenrightbt"},
 
929
  {0xf8f7, "parenrightex"},
 
930
  {0x208e, "parenrightinferior"},
 
931
  {0x207e, "parenrightsuperior"},
 
932
  {0xf8f6, "parenrighttp"},
 
933
  {0x2202, "partialdiff"},
 
934
  {0x0025, "percent"},
 
935
  {0x002e, "period"},
 
936
  {0x00b7, "periodcentered"},
 
937
  {0xf6e7, "periodinferior"},
 
938
  {0xf6e8, "periodsuperior"},
 
939
  {0x22a5, "perpendicular"},
 
940
  {0x2030, "perthousand"},
 
941
  {0x20a7, "peseta"},
 
942
  {0x03c6, "phi"},
 
943
  {0x03d5, "phi1"},
 
944
  {0x03c0, "pi"},
 
945
  {0x002b, "plus"},
 
946
  {0x00b1, "plusminus"},
 
947
  {0x211e, "prescription"},
 
948
  {0x220f, "product"},
 
949
  {0x2282, "propersubset"},
 
950
  {0x2283, "propersuperset"},
 
951
  {0x221d, "proportional"},
 
952
  {0x03c8, "psi"},
 
953
  {0x0071, "q"},
 
954
  {0x003f, "question"},
 
955
  {0x00bf, "questiondown"},
 
956
  {0x00bf, "questiondownsmall"},
 
957
  {0x003f, "questionsmall"},
 
958
  {0x0022, "quotedbl"},
 
959
  {0x201e, "quotedblbase"},
 
960
  {0x201c, "quotedblleft"},
 
961
  {0x201d, "quotedblright"},
 
962
  {0x2018, "quoteleft"},
 
963
  {0x201b, "quotereversed"},
 
964
  {0x2019, "quoteright"},
 
965
  {0x201a, "quotesinglbase"},
 
966
  {0x0027, "quotesingle"},
 
967
  {0x0072, "r"},
 
968
  {0x0155, "racute"},
 
969
  {0x221a, "radical"},
 
970
  {0xf8e5, "radicalex"},
 
971
  {0x0159, "rcaron"},
 
972
  {0x0157, "rcommaaccent"},
 
973
  {0x2286, "reflexsubset"},
 
974
  {0x2287, "reflexsuperset"},
 
975
  {0x00ae, "registered"},
 
976
  {0x00ae, "registersans"},
 
977
  {0x00ae, "registerserif"},
 
978
  {0x2310, "revlogicalnot"},
 
979
  {0x03c1, "rho"},
 
980
  {0x02da, "ring"},
 
981
  {0xf6f1, "rsuperior"},
 
982
  {0x2590, "rtblock"},
 
983
  {0xf6dd, "rupiah"},
 
984
  {0x0073, "s"},
 
985
  {0x015b, "sacute"},
 
986
  {0x0161, "scaron"},
 
987
  {0x015f, "scedilla"},
 
988
  {0x015d, "scircumflex"},
 
989
  {0x0219, "scommaaccent"},
 
990
  {0x2033, "second"},
 
991
  {0x00a7, "section"},
 
992
  {0x003b, "semicolon"},
 
993
  {0x0037, "seven"},
 
994
  {0x215e, "seveneighths"},
 
995
  {0x2087, "seveninferior"},
 
996
  {0x0037, "sevenoldstyle"},
 
997
  {0x2077, "sevensuperior"},
 
998
  {0x2592, "shade"},
 
999
  {0x03c3, "sigma"},
 
1000
  {0x03c2, "sigma1"},
 
1001
  {0x223c, "similar"},
 
1002
  {0x0036, "six"},
 
1003
  {0x2086, "sixinferior"},
 
1004
  {0x0036, "sixoldstyle"},
 
1005
  {0x2076, "sixsuperior"},
 
1006
  {0x002f, "slash"},
 
1007
  {0x263a, "smileface"},
 
1008
  {0x0020, "space"},
 
1009
  {0x2660, "spade"},
 
1010
  {0xf6f2, "ssuperior"},
 
1011
  {0x00a3, "sterling"},
 
1012
  {0x220b, "suchthat"},
 
1013
  {0x2211, "summation"},
 
1014
  {0x263c, "sun"},
 
1015
  {0x0074, "t"},
 
1016
  {0x03c4, "tau"},
 
1017
  {0x0167, "tbar"},
 
1018
  {0x0165, "tcaron"},
 
1019
  {0x0163, "tcommaaccent"},
 
1020
  {0x2234, "therefore"},
 
1021
  {0x03b8, "theta"},
 
1022
  {0x03d1, "theta1"},
 
1023
  {0x00fe, "thorn"},
 
1024
  {0x0033, "three"},
 
1025
  {0x215c, "threeeighths"},
 
1026
  {0x2083, "threeinferior"},
 
1027
  {0x0033, "threeoldstyle"},
 
1028
  {0x00be, "threequarters"},
 
1029
  {0xf6de, "threequartersemdash"},
 
1030
  {0x00b3, "threesuperior"},
 
1031
  {0x02dc, "tilde"},
 
1032
  {0x0303, "tildecomb"},
 
1033
  {0x0384, "tonos"},
 
1034
  {0x2122, "trademark"},
 
1035
  {0x2122, "trademarksans"},
 
1036
  {0x2122, "trademarkserif"},
 
1037
  {0x25bc, "triagdn"},
 
1038
  {0x25c4, "triaglf"},
 
1039
  {0x25ba, "triagrt"},
 
1040
  {0x25b2, "triagup"},
 
1041
  {0xf6f3, "tsuperior"},
 
1042
  {0x0032, "two"},
 
1043
  {0x2025, "twodotenleader"},
 
1044
  {0x2082, "twoinferior"},
 
1045
  {0x0032, "twooldstyle"},
 
1046
  {0x00b2, "twosuperior"},
 
1047
  {0x2154, "twothirds"},
 
1048
  {0x0075, "u"},
 
1049
  {0x00fa, "uacute"},
 
1050
  {0x016d, "ubreve"},
 
1051
  {0x00fb, "ucircumflex"},
 
1052
  {0x00fc, "udieresis"},
 
1053
  {0x00f9, "ugrave"},
 
1054
  {0x01b0, "uhorn"},
 
1055
  {0x0171, "uhungarumlaut"},
 
1056
  {0x016b, "umacron"},
 
1057
  {0x005f, "underscore"},
 
1058
  {0x2017, "underscoredbl"},
 
1059
  {0x222a, "union"},
 
1060
  {0x2200, "universal"},
 
1061
  {0x0173, "uogonek"},
 
1062
  {0x2580, "upblock"},
 
1063
  {0x03c5, "upsilon"},
 
1064
  {0x03cb, "upsilondieresis"},
 
1065
  {0x03b0, "upsilondieresistonos"},
 
1066
  {0x03cd, "upsilontonos"},
 
1067
  {0x016f, "uring"},
 
1068
  {0x0169, "utilde"},
 
1069
  {0x0076, "v"},
 
1070
  {0x0077, "w"},
 
1071
  {0x1e83, "wacute"},
 
1072
  {0x0175, "wcircumflex"},
 
1073
  {0x1e85, "wdieresis"},
 
1074
  {0x2118, "weierstrass"},
 
1075
  {0x1e81, "wgrave"},
 
1076
  {0x0078, "x"},
 
1077
  {0x03be, "xi"},
 
1078
  {0x0079, "y"},
 
1079
  {0x00fd, "yacute"},
 
1080
  {0x0177, "ycircumflex"},
 
1081
  {0x00ff, "ydieresis"},
 
1082
  {0x00a5, "yen"},
 
1083
  {0x1ef3, "ygrave"},
 
1084
  {0x007a, "z"},
 
1085
  {0x017a, "zacute"},
 
1086
  {0x017e, "zcaron"},
 
1087
  {0x017c, "zdotaccent"},
 
1088
  {0x0030, "zero"},
 
1089
  {0x2080, "zeroinferior"},
 
1090
  {0x0030, "zerooldstyle"},
 
1091
  {0x2070, "zerosuperior"},
 
1092
  {0x03b6, "zeta"},
 
1093
  {0x007b, "{"},
 
1094
  {0x007c, "|"},
 
1095
  {0x007d, "}"},
 
1096
  {0x007e, "~"},
 
1097
  { 0, NULL }
 
1098
};