Hi Deri,

On Thu Mar 5, 2026 at 1:15 AM CET, Deri wrote:
> On Wednesday, 4 March 2026 21:25:25 GMT onf wrote:
> > So indeed we have different versions of the font. Given that I could not
> > locate a more up-to-date version, would you care to attach yours or give
> > me a link, please?
>
> [derij@pip devpdf]$ otfinfo -i /usr/share/fonts/OTF/adobe-source-code-pro/
> SourceCodePro-Regular.otf 
> Family:              Source Code Pro
> Subfamily:           Regular
> Full name:           Source Code Pro
> PostScript name:     SourceCodePro-Regular
> Version:             Version 2.030;PS 1.0;hotconv 16.6.51;makeotf.lib2.5.65220
> Unique ID:           2.030;ADBO;SourceCodePro-Regular;ADOBE
> Designer:            Paul D. Hunt, Teo Tuominen
> Manufacturer:        Adobe Systems Incorporated
> Vendor URL:          http://www.adobe.com/type
> Trademark:           Source is a trademark of Adobe Systems Incorporated in 
> the United States and/or other countries.
> Copyright:           Copyright 2010, 2012 Adobe Systems Incorporated (http://
> www.adobe.com/), with Reserved Font Name ‘Source’.
> License URL:         http://www.adobe.com/type/legal.html
> License Description: This Font Software is licensed under the SIL Open Font 
> License, Version 1.1. This license is available with a FAQ at: http://
> scripts.sil.org/OFL. This Font Software is distributed on an ‘AS IS’ BASIS, 
> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See 
> the SIL Open Font License for the specific language, permissions and 
> limitations governing your use of this Font Software.
> Vendor ID:           ADBO
>
> It was in a Mageia rpm, I have put a copy of the font here:-
>
> http://chuzzlewit.co.uk/SourceCodePro-Regular.otf

Thanks. That looks like a fairly old version... the one from Google
Fonts has this copyright notice:
  © 2023 Adobe (http://www.adobe.com/), with Reserved Font Name ‘Source’
  
Interestingly enough the version number is lower, though:
  Version 1.026;hotconv 1.1.0;makeotfexe 2.6.0

Anyway, it seems that the font still includes glyph names except they
are part of the CFF table. Unfortunately the OTF spec doesn't seem to
describe the structure of the CFF table (only CFF2) and I don't want
to spend too much time on this, but I inserted some printf debugging
into the relevant parts of neatmkfn and while some of the character
names are predefined by the standard, neatmkfn is clearly getting some
names from the font itself. For instance there is not a single "onum"
string in neatmkfn's source code, yet it's generating glyph names with
".onum" suffix. The debugging output is attached.

Cheers,
onf
=== begin processing CFF table ===
name index at 0x7fe9af9f4fb4
top dict index at 0x7fe9af9f4fce
string index at 0x7fe9af9f500b
charstrings index at 0x7fe9af9fab95
charset at 0x7fe9af9fa82c
font name is 'SourceCodePro-Regular'
--- begin processing charset ---
char 1 => space (part of the standard set)
char 34 => A (part of the standard set)
char 35 => B (part of the standard set)
char 36 => C (part of the standard set)
char 37 => D (part of the standard set)
char 38 => E (part of the standard set)
char 39 => F (part of the standard set)
char 40 => G (part of the standard set)
char 41 => H (part of the standard set)
char 42 => I (part of the standard set)
char 43 => J (part of the standard set)
char 44 => K (part of the standard set)
char 45 => L (part of the standard set)
char 46 => M (part of the standard set)
char 47 => N (part of the standard set)
char 48 => O (part of the standard set)
char 49 => P (part of the standard set)
char 50 => Q (part of the standard set)
char 51 => R (part of the standard set)
char 52 => S (part of the standard set)
char 53 => T (part of the standard set)
char 54 => U (part of the standard set)
char 55 => V (part of the standard set)
char 56 => W (part of the standard set)
char 57 => X (part of the standard set)
char 58 => Y (part of the standard set)
char 59 => Z (part of the standard set)
char 66 => a (part of the standard set)
char 67 => b (part of the standard set)
char 68 => c (part of the standard set)
char 69 => d (part of the standard set)
char 70 => e (part of the standard set)
char 71 => f (part of the standard set)
char 72 => g (part of the standard set)
char 73 => h (part of the standard set)
char 74 => i (part of the standard set)
char 75 => j (part of the standard set)
char 76 => k (part of the standard set)
char 77 => l (part of the standard set)
char 78 => m (part of the standard set)
char 79 => n (part of the standard set)
char 80 => o (part of the standard set)
char 81 => p (part of the standard set)
char 82 => q (part of the standard set)
char 83 => r (part of the standard set)
char 84 => s (part of the standard set)
char 85 => t (part of the standard set)
char 86 => u (part of the standard set)
char 87 => v (part of the standard set)
char 88 => w (part of the standard set)
char 89 => x (part of the standard set)
char 90 => y (part of the standard set)
char 91 => z (part of the standard set)
char 174 => Agrave (part of the standard set)
char 171 => Aacute (part of the standard set)
char 172 => Acircumflex (part of the standard set)
char 176 => Atilde (part of the standard set)
char 173 => Adieresis (part of the standard set)
char 391 => Amacron (lookup at 0x7fe9af9f500b of len 7)
char 392 => Abreve (lookup at 0x7fe9af9f500b of len 6)
char 175 => Aring (part of the standard set)
char 393 => Aringacute (lookup at 0x7fe9af9f500b of len 10)
char 394 => uni01CD (lookup at 0x7fe9af9f500b of len 7)
char 395 => Aogonek (lookup at 0x7fe9af9f500b of len 7)
char 396 => uni1EA0 (lookup at 0x7fe9af9f500b of len 7)
char 397 => uni1EA2 (lookup at 0x7fe9af9f500b of len 7)
char 398 => uni1EA4 (lookup at 0x7fe9af9f500b of len 7)
char 399 => uni1EA6 (lookup at 0x7fe9af9f500b of len 7)
char 400 => uni1EA8 (lookup at 0x7fe9af9f500b of len 7)
char 401 => uni1EAA (lookup at 0x7fe9af9f500b of len 7)
char 402 => uni1EAC (lookup at 0x7fe9af9f500b of len 7)
char 403 => uni1EAE (lookup at 0x7fe9af9f500b of len 7)
char 404 => uni1EB0 (lookup at 0x7fe9af9f500b of len 7)
char 405 => uni1EB2 (lookup at 0x7fe9af9f500b of len 7)
char 406 => uni1EB4 (lookup at 0x7fe9af9f500b of len 7)
char 407 => uni1EB6 (lookup at 0x7fe9af9f500b of len 7)
char 138 => AE (part of the standard set)
char 408 => AEacute (lookup at 0x7fe9af9f500b of len 7)
char 409 => uni01E2 (lookup at 0x7fe9af9f500b of len 7)
char 410 => uni0243 (lookup at 0x7fe9af9f500b of len 7)
char 411 => uni1E06 (lookup at 0x7fe9af9f500b of len 7)
char 177 => Ccedilla (part of the standard set)
char 412 => Cacute (lookup at 0x7fe9af9f500b of len 6)
char 413 => Ccircumflex (lookup at 0x7fe9af9f500b of len 11)
char 414 => Ccaron (lookup at 0x7fe9af9f500b of len 6)
char 415 => Cdotaccent (lookup at 0x7fe9af9f500b of len 10)
char 416 => Dcaron (lookup at 0x7fe9af9f500b of len 6)
char 417 => uni1E0C (lookup at 0x7fe9af9f500b of len 7)
char 418 => uni1E0E (lookup at 0x7fe9af9f500b of len 7)
char 419 => uni1E10 (lookup at 0x7fe9af9f500b of len 7)
char 420 => Dcroat (lookup at 0x7fe9af9f500b of len 6)
char 421 => uni018A (lookup at 0x7fe9af9f500b of len 7)
char 181 => Egrave (part of the standard set)
char 178 => Eacute (part of the standard set)
char 179 => Ecircumflex (part of the standard set)
char 422 => Ecaron (lookup at 0x7fe9af9f500b of len 6)
char 180 => Edieresis (part of the standard set)
char 423 => Emacron (lookup at 0x7fe9af9f500b of len 7)
char 424 => Ebreve (lookup at 0x7fe9af9f500b of len 6)
char 425 => Edotaccent (lookup at 0x7fe9af9f500b of len 10)
char 426 => Eogonek (lookup at 0x7fe9af9f500b of len 7)
char 427 => uni1EB8 (lookup at 0x7fe9af9f500b of len 7)
char 428 => uni1EBA (lookup at 0x7fe9af9f500b of len 7)
char 429 => uni1EBC (lookup at 0x7fe9af9f500b of len 7)
char 430 => uni1EBE (lookup at 0x7fe9af9f500b of len 7)
char 431 => uni1EC0 (lookup at 0x7fe9af9f500b of len 7)
char 432 => uni1EC2 (lookup at 0x7fe9af9f500b of len 7)
char 433 => uni1EC4 (lookup at 0x7fe9af9f500b of len 7)
char 434 => uni1EC6 (lookup at 0x7fe9af9f500b of len 7)
char 435 => uni1E16 (lookup at 0x7fe9af9f500b of len 7)
char 436 => uni01F4 (lookup at 0x7fe9af9f500b of len 7)
char 437 => Gcircumflex (lookup at 0x7fe9af9f500b of len 11)
char 438 => Gbreve (lookup at 0x7fe9af9f500b of len 6)
char 439 => Gdotaccent (lookup at 0x7fe9af9f500b of len 10)
char 440 => uni0122 (lookup at 0x7fe9af9f500b of len 7)
char 441 => Gcaron (lookup at 0x7fe9af9f500b of len 6)
char 442 => uni1E20 (lookup at 0x7fe9af9f500b of len 7)
char 443 => uni00470303 (lookup at 0x7fe9af9f500b of len 11)
char 444 => uni0193 (lookup at 0x7fe9af9f500b of len 7)
char 445 => Hcircumflex (lookup at 0x7fe9af9f500b of len 11)
char 446 => uni1E26 (lookup at 0x7fe9af9f500b of len 7)
char 447 => uni1E24 (lookup at 0x7fe9af9f500b of len 7)
char 448 => uni1E28 (lookup at 0x7fe9af9f500b of len 7)
char 449 => uni1E2A (lookup at 0x7fe9af9f500b of len 7)
char 450 => Hbar (lookup at 0x7fe9af9f500b of len 4)
char 185 => Igrave (part of the standard set)
char 182 => Iacute (part of the standard set)
char 183 => Icircumflex (part of the standard set)
char 451 => Itilde (lookup at 0x7fe9af9f500b of len 6)
char 184 => Idieresis (part of the standard set)
char 452 => Imacron (lookup at 0x7fe9af9f500b of len 7)
char 453 => Idotaccent (lookup at 0x7fe9af9f500b of len 10)
char 454 => uni01CF (lookup at 0x7fe9af9f500b of len 7)
char 455 => Iogonek (lookup at 0x7fe9af9f500b of len 7)
char 456 => uni1EC8 (lookup at 0x7fe9af9f500b of len 7)
char 457 => uni1ECA (lookup at 0x7fe9af9f500b of len 7)
char 458 => Ibreve (lookup at 0x7fe9af9f500b of len 6)
char 459 => Jcircumflex (lookup at 0x7fe9af9f500b of len 11)
char 460 => uni0136 (lookup at 0x7fe9af9f500b of len 7)
char 461 => uni1E32 (lookup at 0x7fe9af9f500b of len 7)
char 462 => uni1E34 (lookup at 0x7fe9af9f500b of len 7)
char 463 => Lacute (lookup at 0x7fe9af9f500b of len 6)
char 464 => Lcaron (lookup at 0x7fe9af9f500b of len 6)
char 465 => uni013B (lookup at 0x7fe9af9f500b of len 7)
char 466 => uni1E36 (lookup at 0x7fe9af9f500b of len 7)
char 467 => uni1E38 (lookup at 0x7fe9af9f500b of len 7)
char 468 => uni1E3A (lookup at 0x7fe9af9f500b of len 7)
char 140 => Lslash (part of the standard set)
char 469 => Ldot (lookup at 0x7fe9af9f500b of len 4)
char 470 => uni1E3E (lookup at 0x7fe9af9f500b of len 7)
char 471 => uni1E40 (lookup at 0x7fe9af9f500b of len 7)
char 472 => uni1E42 (lookup at 0x7fe9af9f500b of len 7)
char 473 => Nacute (lookup at 0x7fe9af9f500b of len 6)
char 474 => uni01F8 (lookup at 0x7fe9af9f500b of len 7)
char 475 => Ncaron (lookup at 0x7fe9af9f500b of len 6)
char 186 => Ntilde (part of the standard set)
char 476 => uni0145 (lookup at 0x7fe9af9f500b of len 7)
char 477 => uni1E44 (lookup at 0x7fe9af9f500b of len 7)
char 478 => uni1E46 (lookup at 0x7fe9af9f500b of len 7)
char 479 => uni1E48 (lookup at 0x7fe9af9f500b of len 7)
char 190 => Ograve (part of the standard set)
char 187 => Oacute (part of the standard set)
char 188 => Ocircumflex (part of the standard set)
char 191 => Otilde (part of the standard set)
char 189 => Odieresis (part of the standard set)
char 480 => Omacron (lookup at 0x7fe9af9f500b of len 7)
char 481 => Ohungarumlaut (lookup at 0x7fe9af9f500b of len 13)
char 482 => Obreve (lookup at 0x7fe9af9f500b of len 6)
char 483 => uni01D1 (lookup at 0x7fe9af9f500b of len 7)
char 484 => uni01EA (lookup at 0x7fe9af9f500b of len 7)
char 485 => uni1ECC (lookup at 0x7fe9af9f500b of len 7)
char 486 => uni1ECE (lookup at 0x7fe9af9f500b of len 7)
char 487 => uni1ED0 (lookup at 0x7fe9af9f500b of len 7)
char 488 => uni1ED2 (lookup at 0x7fe9af9f500b of len 7)
char 489 => uni1ED4 (lookup at 0x7fe9af9f500b of len 7)
char 490 => uni1ED6 (lookup at 0x7fe9af9f500b of len 7)
char 491 => uni1ED8 (lookup at 0x7fe9af9f500b of len 7)
char 492 => Ohorn (lookup at 0x7fe9af9f500b of len 5)
char 493 => uni1EDA (lookup at 0x7fe9af9f500b of len 7)
char 494 => uni1EDC (lookup at 0x7fe9af9f500b of len 7)
char 495 => uni1EDE (lookup at 0x7fe9af9f500b of len 7)
char 496 => uni1EE0 (lookup at 0x7fe9af9f500b of len 7)
char 497 => uni1EE2 (lookup at 0x7fe9af9f500b of len 7)
char 498 => uni1E52 (lookup at 0x7fe9af9f500b of len 7)
char 141 => Oslash (part of the standard set)
char 499 => Oslashacute (lookup at 0x7fe9af9f500b of len 11)
char 142 => OE (part of the standard set)
char 500 => Racute (lookup at 0x7fe9af9f500b of len 6)
char 501 => Rcaron (lookup at 0x7fe9af9f500b of len 6)
char 502 => uni1E58 (lookup at 0x7fe9af9f500b of len 7)
char 503 => uni0156 (lookup at 0x7fe9af9f500b of len 7)
char 504 => uni1E5A (lookup at 0x7fe9af9f500b of len 7)
char 505 => uni1E5C (lookup at 0x7fe9af9f500b of len 7)
char 506 => uni1E5E (lookup at 0x7fe9af9f500b of len 7)
char 507 => Sacute (lookup at 0x7fe9af9f500b of len 6)
char 508 => Scircumflex (lookup at 0x7fe9af9f500b of len 11)
char 192 => Scaron (part of the standard set)
char 509 => Scarondot (lookup at 0x7fe9af9f500b of len 9)
char 510 => uni015E (lookup at 0x7fe9af9f500b of len 7)
char 511 => uni0218 (lookup at 0x7fe9af9f500b of len 7)
char 512 => uni1E60 (lookup at 0x7fe9af9f500b of len 7)
char 513 => uni1E62 (lookup at 0x7fe9af9f500b of len 7)
char 514 => uni1E9E (lookup at 0x7fe9af9f500b of len 7)
char 515 => Tcaron (lookup at 0x7fe9af9f500b of len 6)
char 516 => uni0162 (lookup at 0x7fe9af9f500b of len 7)
char 517 => uni021A (lookup at 0x7fe9af9f500b of len 7)
char 518 => uni1E6C (lookup at 0x7fe9af9f500b of len 7)
char 519 => uni1E6E (lookup at 0x7fe9af9f500b of len 7)
char 520 => Tbar (lookup at 0x7fe9af9f500b of len 4)
char 196 => Ugrave (part of the standard set)
char 193 => Uacute (part of the standard set)
char 194 => Ucircumflex (part of the standard set)
char 521 => Utilde (lookup at 0x7fe9af9f500b of len 6)
char 195 => Udieresis (part of the standard set)
char 522 => Umacron (lookup at 0x7fe9af9f500b of len 7)
char 523 => Ubreve (lookup at 0x7fe9af9f500b of len 6)
char 524 => Uring (lookup at 0x7fe9af9f500b of len 5)
char 525 => Uhungarumlaut (lookup at 0x7fe9af9f500b of len 13)
char 526 => uni01D3 (lookup at 0x7fe9af9f500b of len 7)
char 527 => Uogonek (lookup at 0x7fe9af9f500b of len 7)
char 528 => uni01D5 (lookup at 0x7fe9af9f500b of len 7)
char 529 => uni01D7 (lookup at 0x7fe9af9f500b of len 7)
char 530 => uni01D9 (lookup at 0x7fe9af9f500b of len 7)
char 531 => uni01DB (lookup at 0x7fe9af9f500b of len 7)
char 532 => uni1EE4 (lookup at 0x7fe9af9f500b of len 7)
char 533 => uni1EE6 (lookup at 0x7fe9af9f500b of len 7)
char 534 => Uhorn (lookup at 0x7fe9af9f500b of len 5)
char 535 => uni1EE8 (lookup at 0x7fe9af9f500b of len 7)
char 536 => uni1EEA (lookup at 0x7fe9af9f500b of len 7)
char 537 => uni1EEC (lookup at 0x7fe9af9f500b of len 7)
char 538 => uni1EEE (lookup at 0x7fe9af9f500b of len 7)
char 539 => uni1EF0 (lookup at 0x7fe9af9f500b of len 7)
char 540 => uni1E7E (lookup at 0x7fe9af9f500b of len 7)
char 541 => Wgrave (lookup at 0x7fe9af9f500b of len 6)
char 542 => Wacute (lookup at 0x7fe9af9f500b of len 6)
char 543 => Wcircumflex (lookup at 0x7fe9af9f500b of len 11)
char 544 => Wdieresis (lookup at 0x7fe9af9f500b of len 9)
char 545 => Ygrave (lookup at 0x7fe9af9f500b of len 6)
char 197 => Yacute (part of the standard set)
char 546 => Ycircumflex (lookup at 0x7fe9af9f500b of len 11)
char 198 => Ydieresis (part of the standard set)
char 547 => uni1E8E (lookup at 0x7fe9af9f500b of len 7)
char 548 => uni1EF4 (lookup at 0x7fe9af9f500b of len 7)
char 549 => uni1EF6 (lookup at 0x7fe9af9f500b of len 7)
char 550 => uni1EF8 (lookup at 0x7fe9af9f500b of len 7)
char 551 => Zacute (lookup at 0x7fe9af9f500b of len 6)
char 199 => Zcaron (part of the standard set)
char 552 => Zdotaccent (lookup at 0x7fe9af9f500b of len 10)
char 553 => uni1E90 (lookup at 0x7fe9af9f500b of len 7)
char 554 => uni1E92 (lookup at 0x7fe9af9f500b of len 7)
char 555 => uni1E94 (lookup at 0x7fe9af9f500b of len 7)
char 154 => Eth (part of the standard set)
char 157 => Thorn (part of the standard set)
char 556 => uni018F (lookup at 0x7fe9af9f500b of len 7)
char 557 => Eng (lookup at 0x7fe9af9f500b of len 3)
char 558 => IJ (lookup at 0x7fe9af9f500b of len 2)
char 559 => uni004C00B7004C (lookup at 0x7fe9af9f500b of len 15)
char 560 => uni01320301 (lookup at 0x7fe9af9f500b of len 11)
char 203 => agrave (part of the standard set)
char 200 => aacute (part of the standard set)
char 201 => acircumflex (part of the standard set)
char 205 => atilde (part of the standard set)
char 202 => adieresis (part of the standard set)
char 561 => amacron (lookup at 0x7fe9af9f500b of len 7)
char 562 => abreve (lookup at 0x7fe9af9f500b of len 6)
char 204 => aring (part of the standard set)
char 563 => aringacute (lookup at 0x7fe9af9f500b of len 10)
char 564 => uni01CE (lookup at 0x7fe9af9f500b of len 7)
char 565 => aogonek (lookup at 0x7fe9af9f500b of len 7)
char 566 => uni1EA1 (lookup at 0x7fe9af9f500b of len 7)
char 567 => uni1EA3 (lookup at 0x7fe9af9f500b of len 7)
char 568 => uni1EA5 (lookup at 0x7fe9af9f500b of len 7)
char 569 => uni1EA7 (lookup at 0x7fe9af9f500b of len 7)
char 570 => uni1EA9 (lookup at 0x7fe9af9f500b of len 7)
char 571 => uni1EAB (lookup at 0x7fe9af9f500b of len 7)
char 572 => uni1EAD (lookup at 0x7fe9af9f500b of len 7)
char 573 => uni1EAF (lookup at 0x7fe9af9f500b of len 7)
char 574 => uni1EB1 (lookup at 0x7fe9af9f500b of len 7)
char 575 => uni1EB3 (lookup at 0x7fe9af9f500b of len 7)
char 576 => uni1EB5 (lookup at 0x7fe9af9f500b of len 7)
char 577 => uni1EB7 (lookup at 0x7fe9af9f500b of len 7)
char 144 => ae (part of the standard set)
char 578 => aeacute (lookup at 0x7fe9af9f500b of len 7)
char 579 => uni01E3 (lookup at 0x7fe9af9f500b of len 7)
char 580 => uni0180 (lookup at 0x7fe9af9f500b of len 7)
char 581 => uni1E07 (lookup at 0x7fe9af9f500b of len 7)
char 206 => ccedilla (part of the standard set)
char 582 => cacute (lookup at 0x7fe9af9f500b of len 6)
char 583 => ccircumflex (lookup at 0x7fe9af9f500b of len 11)
char 584 => ccaron (lookup at 0x7fe9af9f500b of len 6)
char 585 => cdotaccent (lookup at 0x7fe9af9f500b of len 10)
char 586 => dcaron (lookup at 0x7fe9af9f500b of len 6)
char 587 => uni1E0D (lookup at 0x7fe9af9f500b of len 7)
char 588 => uni1E0F (lookup at 0x7fe9af9f500b of len 7)
char 589 => uni1E11 (lookup at 0x7fe9af9f500b of len 7)
char 590 => dcroat (lookup at 0x7fe9af9f500b of len 6)
char 210 => egrave (part of the standard set)
char 207 => eacute (part of the standard set)
char 208 => ecircumflex (part of the standard set)
char 591 => ecaron (lookup at 0x7fe9af9f500b of len 6)
char 209 => edieresis (part of the standard set)
char 592 => emacron (lookup at 0x7fe9af9f500b of len 7)
char 593 => ebreve (lookup at 0x7fe9af9f500b of len 6)
char 594 => eogonek (lookup at 0x7fe9af9f500b of len 7)
char 595 => edotaccent (lookup at 0x7fe9af9f500b of len 10)
char 596 => uni1EB9 (lookup at 0x7fe9af9f500b of len 7)
char 597 => uni1EBB (lookup at 0x7fe9af9f500b of len 7)
char 598 => uni1EBD (lookup at 0x7fe9af9f500b of len 7)
char 599 => uni1EBF (lookup at 0x7fe9af9f500b of len 7)
char 600 => uni1EC1 (lookup at 0x7fe9af9f500b of len 7)
char 601 => uni1EC3 (lookup at 0x7fe9af9f500b of len 7)
char 602 => uni1EC5 (lookup at 0x7fe9af9f500b of len 7)
char 603 => uni1EC7 (lookup at 0x7fe9af9f500b of len 7)
char 604 => uni1E17 (lookup at 0x7fe9af9f500b of len 7)
char 605 => uni01F5 (lookup at 0x7fe9af9f500b of len 7)
char 606 => gcircumflex (lookup at 0x7fe9af9f500b of len 11)
char 607 => gbreve (lookup at 0x7fe9af9f500b of len 6)
char 608 => gdotaccent (lookup at 0x7fe9af9f500b of len 10)
char 609 => uni0123 (lookup at 0x7fe9af9f500b of len 7)
char 610 => gcaron (lookup at 0x7fe9af9f500b of len 6)
char 611 => uni1E21 (lookup at 0x7fe9af9f500b of len 7)
char 612 => uni00670303 (lookup at 0x7fe9af9f500b of len 11)
char 613 => hcircumflex (lookup at 0x7fe9af9f500b of len 11)
char 614 => uni1E27 (lookup at 0x7fe9af9f500b of len 7)
char 615 => uni1E25 (lookup at 0x7fe9af9f500b of len 7)
char 616 => uni1E96 (lookup at 0x7fe9af9f500b of len 7)
char 617 => uni1E29 (lookup at 0x7fe9af9f500b of len 7)
char 618 => uni1E2B (lookup at 0x7fe9af9f500b of len 7)
char 619 => hbar (lookup at 0x7fe9af9f500b of len 4)
char 214 => igrave (part of the standard set)
char 211 => iacute (part of the standard set)
char 212 => icircumflex (part of the standard set)
char 620 => itilde (lookup at 0x7fe9af9f500b of len 6)
char 213 => idieresis (part of the standard set)
char 621 => imacron (lookup at 0x7fe9af9f500b of len 7)
char 622 => uni01D0 (lookup at 0x7fe9af9f500b of len 7)
char 623 => iogonek (lookup at 0x7fe9af9f500b of len 7)
char 624 => uni1EC9 (lookup at 0x7fe9af9f500b of len 7)
char 625 => uni1ECB (lookup at 0x7fe9af9f500b of len 7)
char 626 => ibreve (lookup at 0x7fe9af9f500b of len 6)
char 145 => dotlessi (part of the standard set)
char 627 => jcircumflex (lookup at 0x7fe9af9f500b of len 11)
char 628 => uni0137 (lookup at 0x7fe9af9f500b of len 7)
char 629 => uni1E33 (lookup at 0x7fe9af9f500b of len 7)
char 630 => uni1E35 (lookup at 0x7fe9af9f500b of len 7)
char 631 => kgreenlandic (lookup at 0x7fe9af9f500b of len 12)
char 632 => lacute (lookup at 0x7fe9af9f500b of len 6)
char 633 => lcaron (lookup at 0x7fe9af9f500b of len 6)
char 634 => uni013C (lookup at 0x7fe9af9f500b of len 7)
char 635 => uni1E37 (lookup at 0x7fe9af9f500b of len 7)
char 636 => uni1E39 (lookup at 0x7fe9af9f500b of len 7)
char 637 => uni1E3B (lookup at 0x7fe9af9f500b of len 7)
char 146 => lslash (part of the standard set)
char 638 => ldot (lookup at 0x7fe9af9f500b of len 4)
char 639 => uni1E3F (lookup at 0x7fe9af9f500b of len 7)
char 640 => uni1E41 (lookup at 0x7fe9af9f500b of len 7)
char 641 => uni1E43 (lookup at 0x7fe9af9f500b of len 7)
char 642 => nacute (lookup at 0x7fe9af9f500b of len 6)
char 643 => uni01F9 (lookup at 0x7fe9af9f500b of len 7)
char 644 => ncaron (lookup at 0x7fe9af9f500b of len 6)
char 215 => ntilde (part of the standard set)
char 645 => uni0146 (lookup at 0x7fe9af9f500b of len 7)
char 646 => uni1E45 (lookup at 0x7fe9af9f500b of len 7)
char 647 => uni1E47 (lookup at 0x7fe9af9f500b of len 7)
char 648 => uni1E49 (lookup at 0x7fe9af9f500b of len 7)
char 649 => napostrophe (lookup at 0x7fe9af9f500b of len 11)
char 219 => ograve (part of the standard set)
char 216 => oacute (part of the standard set)
char 217 => ocircumflex (part of the standard set)
char 220 => otilde (part of the standard set)
char 218 => odieresis (part of the standard set)
char 650 => omacron (lookup at 0x7fe9af9f500b of len 7)
char 651 => ohungarumlaut (lookup at 0x7fe9af9f500b of len 13)
char 652 => uni01D2 (lookup at 0x7fe9af9f500b of len 7)
char 653 => uni01EB (lookup at 0x7fe9af9f500b of len 7)
char 654 => uni1ECD (lookup at 0x7fe9af9f500b of len 7)
char 655 => uni1ECF (lookup at 0x7fe9af9f500b of len 7)
char 656 => uni1ED1 (lookup at 0x7fe9af9f500b of len 7)
char 657 => uni1ED3 (lookup at 0x7fe9af9f500b of len 7)
char 658 => uni1ED5 (lookup at 0x7fe9af9f500b of len 7)
char 659 => uni1ED7 (lookup at 0x7fe9af9f500b of len 7)
char 660 => uni1ED9 (lookup at 0x7fe9af9f500b of len 7)
char 661 => obreve (lookup at 0x7fe9af9f500b of len 6)
char 662 => uni1E53 (lookup at 0x7fe9af9f500b of len 7)
char 663 => ohorn (lookup at 0x7fe9af9f500b of len 5)
char 664 => uni1EDB (lookup at 0x7fe9af9f500b of len 7)
char 665 => uni1EDD (lookup at 0x7fe9af9f500b of len 7)
char 666 => uni1EDF (lookup at 0x7fe9af9f500b of len 7)
char 667 => uni1EE1 (lookup at 0x7fe9af9f500b of len 7)
char 668 => uni1EE3 (lookup at 0x7fe9af9f500b of len 7)
char 147 => oslash (part of the standard set)
char 669 => oslashacute (lookup at 0x7fe9af9f500b of len 11)
char 148 => oe (part of the standard set)
char 670 => racute (lookup at 0x7fe9af9f500b of len 6)
char 671 => uni0157 (lookup at 0x7fe9af9f500b of len 7)
char 672 => rcaron (lookup at 0x7fe9af9f500b of len 6)
char 673 => uni1E59 (lookup at 0x7fe9af9f500b of len 7)
char 674 => uni1E5B (lookup at 0x7fe9af9f500b of len 7)
char 675 => uni1E5D (lookup at 0x7fe9af9f500b of len 7)
char 676 => uni1E5F (lookup at 0x7fe9af9f500b of len 7)
char 677 => sacute (lookup at 0x7fe9af9f500b of len 6)
char 678 => scircumflex (lookup at 0x7fe9af9f500b of len 11)
char 221 => scaron (part of the standard set)
char 679 => scarondot (lookup at 0x7fe9af9f500b of len 9)
char 680 => uni015F (lookup at 0x7fe9af9f500b of len 7)
char 681 => uni0219 (lookup at 0x7fe9af9f500b of len 7)
char 682 => uni1E61 (lookup at 0x7fe9af9f500b of len 7)
char 683 => uni1E63 (lookup at 0x7fe9af9f500b of len 7)
char 149 => germandbls (part of the standard set)
char 684 => longs (lookup at 0x7fe9af9f500b of len 5)
char 685 => tcaron (lookup at 0x7fe9af9f500b of len 6)
char 686 => uni0163 (lookup at 0x7fe9af9f500b of len 7)
char 687 => uni021B (lookup at 0x7fe9af9f500b of len 7)
char 688 => uni1E6D (lookup at 0x7fe9af9f500b of len 7)
char 689 => uni1E6F (lookup at 0x7fe9af9f500b of len 7)
char 690 => uni1E97 (lookup at 0x7fe9af9f500b of len 7)
char 691 => tbar (lookup at 0x7fe9af9f500b of len 4)
char 225 => ugrave (part of the standard set)
char 222 => uacute (part of the standard set)
char 223 => ucircumflex (part of the standard set)
char 692 => utilde (lookup at 0x7fe9af9f500b of len 6)
char 224 => udieresis (part of the standard set)
char 693 => umacron (lookup at 0x7fe9af9f500b of len 7)
char 694 => ubreve (lookup at 0x7fe9af9f500b of len 6)
char 695 => uring (lookup at 0x7fe9af9f500b of len 5)
char 696 => uhungarumlaut (lookup at 0x7fe9af9f500b of len 13)
char 697 => uni01D4 (lookup at 0x7fe9af9f500b of len 7)
char 698 => uogonek (lookup at 0x7fe9af9f500b of len 7)
char 699 => uni01D6 (lookup at 0x7fe9af9f500b of len 7)
char 700 => uni01D8 (lookup at 0x7fe9af9f500b of len 7)
char 701 => uni01DA (lookup at 0x7fe9af9f500b of len 7)
char 702 => uni01DC (lookup at 0x7fe9af9f500b of len 7)
char 703 => uni1EE5 (lookup at 0x7fe9af9f500b of len 7)
char 704 => uni1EE7 (lookup at 0x7fe9af9f500b of len 7)
char 705 => uhorn (lookup at 0x7fe9af9f500b of len 5)
char 706 => uni1EE9 (lookup at 0x7fe9af9f500b of len 7)
char 707 => uni1EEB (lookup at 0x7fe9af9f500b of len 7)
char 708 => uni1EED (lookup at 0x7fe9af9f500b of len 7)
char 709 => uni1EEF (lookup at 0x7fe9af9f500b of len 7)
char 710 => uni1EF1 (lookup at 0x7fe9af9f500b of len 7)
char 711 => uni1E7F (lookup at 0x7fe9af9f500b of len 7)
char 712 => wgrave (lookup at 0x7fe9af9f500b of len 6)
char 713 => wacute (lookup at 0x7fe9af9f500b of len 6)
char 714 => wcircumflex (lookup at 0x7fe9af9f500b of len 11)
char 715 => wdieresis (lookup at 0x7fe9af9f500b of len 9)
char 716 => ygrave (lookup at 0x7fe9af9f500b of len 6)
char 226 => yacute (part of the standard set)
char 717 => ycircumflex (lookup at 0x7fe9af9f500b of len 11)
char 227 => ydieresis (part of the standard set)
char 718 => uni1E8F (lookup at 0x7fe9af9f500b of len 7)
char 719 => uni1EF5 (lookup at 0x7fe9af9f500b of len 7)
char 720 => uni1EF7 (lookup at 0x7fe9af9f500b of len 7)
char 721 => uni1EF9 (lookup at 0x7fe9af9f500b of len 7)
char 722 => zacute (lookup at 0x7fe9af9f500b of len 6)
char 228 => zcaron (part of the standard set)
char 723 => zdotaccent (lookup at 0x7fe9af9f500b of len 10)
char 724 => uni1E91 (lookup at 0x7fe9af9f500b of len 7)
char 725 => uni1E93 (lookup at 0x7fe9af9f500b of len 7)
char 726 => uni1E95 (lookup at 0x7fe9af9f500b of len 7)
char 167 => eth (part of the standard set)
char 162 => thorn (part of the standard set)
char 727 => eng (lookup at 0x7fe9af9f500b of len 3)
char 728 => uni0237 (lookup at 0x7fe9af9f500b of len 7)
char 729 => ij (lookup at 0x7fe9af9f500b of len 2)
char 730 => uni006C00B7006C (lookup at 0x7fe9af9f500b of len 15)
char 731 => uni01330301 (lookup at 0x7fe9af9f500b of len 11)
char 732 => uni0250 (lookup at 0x7fe9af9f500b of len 7)
char 733 => uni0252 (lookup at 0x7fe9af9f500b of len 7)
char 734 => uni0253 (lookup at 0x7fe9af9f500b of len 7)
char 735 => uni0254 (lookup at 0x7fe9af9f500b of len 7)
char 736 => uni0255 (lookup at 0x7fe9af9f500b of len 7)
char 737 => uni0256 (lookup at 0x7fe9af9f500b of len 7)
char 738 => uni0257 (lookup at 0x7fe9af9f500b of len 7)
char 739 => uni0258 (lookup at 0x7fe9af9f500b of len 7)
char 740 => uni0251 (lookup at 0x7fe9af9f500b of len 7)
char 741 => uni0299 (lookup at 0x7fe9af9f500b of len 7)
char 742 => uni0259 (lookup at 0x7fe9af9f500b of len 7)
char 743 => uni025A (lookup at 0x7fe9af9f500b of len 7)
char 744 => uni025B (lookup at 0x7fe9af9f500b of len 7)
char 745 => uni025C (lookup at 0x7fe9af9f500b of len 7)
char 746 => uni025E (lookup at 0x7fe9af9f500b of len 7)
char 747 => uni025F (lookup at 0x7fe9af9f500b of len 7)
char 748 => uni0260 (lookup at 0x7fe9af9f500b of len 7)
char 749 => uni0261 (lookup at 0x7fe9af9f500b of len 7)
char 750 => uni0262 (lookup at 0x7fe9af9f500b of len 7)
char 751 => uni0263 (lookup at 0x7fe9af9f500b of len 7)
char 752 => uni0264 (lookup at 0x7fe9af9f500b of len 7)
char 753 => uni0265 (lookup at 0x7fe9af9f500b of len 7)
char 754 => uni0266 (lookup at 0x7fe9af9f500b of len 7)
char 755 => uni0267 (lookup at 0x7fe9af9f500b of len 7)
char 756 => uni029C (lookup at 0x7fe9af9f500b of len 7)
char 757 => uni0268 (lookup at 0x7fe9af9f500b of len 7)
char 758 => uni026A (lookup at 0x7fe9af9f500b of len 7)
char 759 => uni029D (lookup at 0x7fe9af9f500b of len 7)
char 760 => uni029E (lookup at 0x7fe9af9f500b of len 7)
char 761 => uni026B (lookup at 0x7fe9af9f500b of len 7)
char 762 => uni026C (lookup at 0x7fe9af9f500b of len 7)
char 763 => uni026D (lookup at 0x7fe9af9f500b of len 7)
char 764 => uni026E (lookup at 0x7fe9af9f500b of len 7)
char 765 => uni029F (lookup at 0x7fe9af9f500b of len 7)
char 766 => uni026F (lookup at 0x7fe9af9f500b of len 7)
char 767 => uni0270 (lookup at 0x7fe9af9f500b of len 7)
char 768 => uni0271 (lookup at 0x7fe9af9f500b of len 7)
char 769 => uni0272 (lookup at 0x7fe9af9f500b of len 7)
char 770 => uni0273 (lookup at 0x7fe9af9f500b of len 7)
char 771 => uni0274 (lookup at 0x7fe9af9f500b of len 7)
char 772 => uni0275 (lookup at 0x7fe9af9f500b of len 7)
char 773 => uni0276 (lookup at 0x7fe9af9f500b of len 7)
char 774 => uni0278 (lookup at 0x7fe9af9f500b of len 7)
char 775 => uni0279 (lookup at 0x7fe9af9f500b of len 7)
char 776 => uni027A (lookup at 0x7fe9af9f500b of len 7)
char 777 => uni027B (lookup at 0x7fe9af9f500b of len 7)
char 778 => uni027D (lookup at 0x7fe9af9f500b of len 7)
char 779 => uni027E (lookup at 0x7fe9af9f500b of len 7)
char 780 => uni0280 (lookup at 0x7fe9af9f500b of len 7)
char 781 => uni0281 (lookup at 0x7fe9af9f500b of len 7)
char 782 => uni0282 (lookup at 0x7fe9af9f500b of len 7)
char 783 => uni0283 (lookup at 0x7fe9af9f500b of len 7)
char 784 => uni0284 (lookup at 0x7fe9af9f500b of len 7)
char 785 => uni0287 (lookup at 0x7fe9af9f500b of len 7)
char 786 => uni0288 (lookup at 0x7fe9af9f500b of len 7)
char 787 => uni0289 (lookup at 0x7fe9af9f500b of len 7)
char 788 => uni028A (lookup at 0x7fe9af9f500b of len 7)
char 789 => uni028B (lookup at 0x7fe9af9f500b of len 7)
char 790 => uni028C (lookup at 0x7fe9af9f500b of len 7)
char 791 => uni028D (lookup at 0x7fe9af9f500b of len 7)
char 792 => uni028E (lookup at 0x7fe9af9f500b of len 7)
char 793 => uni028F (lookup at 0x7fe9af9f500b of len 7)
char 794 => uni0290 (lookup at 0x7fe9af9f500b of len 7)
char 795 => uni0291 (lookup at 0x7fe9af9f500b of len 7)
char 796 => uni0292 (lookup at 0x7fe9af9f500b of len 7)
char 797 => uni02A4 (lookup at 0x7fe9af9f500b of len 7)
char 798 => uni02A6 (lookup at 0x7fe9af9f500b of len 7)
char 799 => uni02A7 (lookup at 0x7fe9af9f500b of len 7)
char 800 => uni0294 (lookup at 0x7fe9af9f500b of len 7)
char 801 => uni0295 (lookup at 0x7fe9af9f500b of len 7)
char 802 => uni02A1 (lookup at 0x7fe9af9f500b of len 7)
char 803 => uni02A2 (lookup at 0x7fe9af9f500b of len 7)
char 804 => uni01C2 (lookup at 0x7fe9af9f500b of len 7)
char 805 => uni0298 (lookup at 0x7fe9af9f500b of len 7)
char 806 => uni014A.a (lookup at 0x7fe9af9f500b of len 9)
char 807 => a.a (lookup at 0x7fe9af9f500b of len 3)
char 808 => agrave.a (lookup at 0x7fe9af9f500b of len 8)
char 809 => aacute.a (lookup at 0x7fe9af9f500b of len 8)
char 810 => acircumflex.a (lookup at 0x7fe9af9f500b of len 13)
char 811 => atilde.a (lookup at 0x7fe9af9f500b of len 8)
char 812 => adieresis.a (lookup at 0x7fe9af9f500b of len 11)
char 813 => amacron.a (lookup at 0x7fe9af9f500b of len 9)
char 814 => abreve.a (lookup at 0x7fe9af9f500b of len 8)
char 815 => aring.a (lookup at 0x7fe9af9f500b of len 7)
char 816 => aringacute.a (lookup at 0x7fe9af9f500b of len 12)
char 817 => uni01CE.a (lookup at 0x7fe9af9f500b of len 9)
char 818 => uni1EA1.a (lookup at 0x7fe9af9f500b of len 9)
char 819 => uni1EA3.a (lookup at 0x7fe9af9f500b of len 9)
char 820 => uni1EA5.a (lookup at 0x7fe9af9f500b of len 9)
char 821 => uni1EA7.a (lookup at 0x7fe9af9f500b of len 9)
char 822 => uni1EA9.a (lookup at 0x7fe9af9f500b of len 9)
char 823 => uni1EAB.a (lookup at 0x7fe9af9f500b of len 9)
char 824 => uni1EAD.a (lookup at 0x7fe9af9f500b of len 9)
char 825 => uni1EAF.a (lookup at 0x7fe9af9f500b of len 9)
char 826 => uni1EB1.a (lookup at 0x7fe9af9f500b of len 9)
char 827 => uni1EB3.a (lookup at 0x7fe9af9f500b of len 9)
char 828 => uni1EB5.a (lookup at 0x7fe9af9f500b of len 9)
char 829 => uni1EB7.a (lookup at 0x7fe9af9f500b of len 9)
char 830 => aogonek.a (lookup at 0x7fe9af9f500b of len 9)
char 831 => g.a (lookup at 0x7fe9af9f500b of len 3)
char 832 => uni01F5.a (lookup at 0x7fe9af9f500b of len 9)
char 833 => gcircumflex.a (lookup at 0x7fe9af9f500b of len 13)
char 834 => gbreve.a (lookup at 0x7fe9af9f500b of len 8)
char 835 => gdotaccent.a (lookup at 0x7fe9af9f500b of len 12)
char 836 => uni0123.a (lookup at 0x7fe9af9f500b of len 9)
char 837 => gcaron.a (lookup at 0x7fe9af9f500b of len 8)
char 838 => uni1E21.a (lookup at 0x7fe9af9f500b of len 9)
char 839 => uni00670303.a (lookup at 0x7fe9af9f500b of len 13)
char 840 => i.a (lookup at 0x7fe9af9f500b of len 3)
char 841 => dotlessi.a (lookup at 0x7fe9af9f500b of len 10)
char 842 => igrave.a (lookup at 0x7fe9af9f500b of len 8)
char 843 => iacute.a (lookup at 0x7fe9af9f500b of len 8)
char 844 => icircumflex.a (lookup at 0x7fe9af9f500b of len 13)
char 845 => itilde.a (lookup at 0x7fe9af9f500b of len 8)
char 846 => idieresis.a (lookup at 0x7fe9af9f500b of len 11)
char 847 => imacron.a (lookup at 0x7fe9af9f500b of len 9)
char 848 => uni01D0.a (lookup at 0x7fe9af9f500b of len 9)
char 849 => iogonek.a (lookup at 0x7fe9af9f500b of len 9)
char 850 => uni1EC9.a (lookup at 0x7fe9af9f500b of len 9)
char 851 => uni1ECB.a (lookup at 0x7fe9af9f500b of len 9)
char 852 => uni012D.a (lookup at 0x7fe9af9f500b of len 9)
char 853 => uni0268.a (lookup at 0x7fe9af9f500b of len 9)
char 854 => iogonek.d (lookup at 0x7fe9af9f500b of len 9)
char 855 => iogonek.da (lookup at 0x7fe9af9f500b of len 10)
char 856 => uni0268.d (lookup at 0x7fe9af9f500b of len 9)
char 857 => uni0268.da (lookup at 0x7fe9af9f500b of len 10)
char 858 => uni029D.d (lookup at 0x7fe9af9f500b of len 9)
char 859 => l.a (lookup at 0x7fe9af9f500b of len 3)
char 860 => lacute.a (lookup at 0x7fe9af9f500b of len 8)
char 861 => lcaron.a (lookup at 0x7fe9af9f500b of len 8)
char 862 => uni013C.a (lookup at 0x7fe9af9f500b of len 9)
char 863 => uni1E37.a (lookup at 0x7fe9af9f500b of len 9)
char 864 => uni1E39.a (lookup at 0x7fe9af9f500b of len 9)
char 865 => uni1E3B.a (lookup at 0x7fe9af9f500b of len 9)
char 866 => lslash.a (lookup at 0x7fe9af9f500b of len 8)
char 867 => ldot.a (lookup at 0x7fe9af9f500b of len 6)
char 868 => uni006C00B7006C.a (lookup at 0x7fe9af9f500b of len 17)
char 869 => uni026B.a (lookup at 0x7fe9af9f500b of len 9)
char 870 => uni026C.a (lookup at 0x7fe9af9f500b of len 9)
char 871 => Alpha (lookup at 0x7fe9af9f500b of len 5)
char 872 => Beta (lookup at 0x7fe9af9f500b of len 4)
char 873 => Gamma (lookup at 0x7fe9af9f500b of len 5)
char 874 => uni0394 (lookup at 0x7fe9af9f500b of len 7)
char 875 => Epsilon (lookup at 0x7fe9af9f500b of len 7)
char 876 => Zeta (lookup at 0x7fe9af9f500b of len 4)
char 877 => Eta (lookup at 0x7fe9af9f500b of len 3)
char 878 => Theta (lookup at 0x7fe9af9f500b of len 5)
char 879 => Iota (lookup at 0x7fe9af9f500b of len 4)
char 880 => Kappa (lookup at 0x7fe9af9f500b of len 5)
char 881 => Lambda (lookup at 0x7fe9af9f500b of len 6)
char 882 => Mu (lookup at 0x7fe9af9f500b of len 2)
char 883 => Nu (lookup at 0x7fe9af9f500b of len 2)
char 884 => Xi (lookup at 0x7fe9af9f500b of len 2)
char 885 => Omicron (lookup at 0x7fe9af9f500b of len 7)
char 886 => Pi (lookup at 0x7fe9af9f500b of len 2)
char 887 => Rho (lookup at 0x7fe9af9f500b of len 3)
char 888 => Sigma (lookup at 0x7fe9af9f500b of len 5)
char 889 => Tau (lookup at 0x7fe9af9f500b of len 3)
char 890 => Upsilon (lookup at 0x7fe9af9f500b of len 7)
char 891 => Phi (lookup at 0x7fe9af9f500b of len 3)
char 892 => Chi (lookup at 0x7fe9af9f500b of len 3)
char 893 => Psi (lookup at 0x7fe9af9f500b of len 3)
char 894 => uni03A9 (lookup at 0x7fe9af9f500b of len 7)
char 895 => Alphatonos (lookup at 0x7fe9af9f500b of len 10)
char 896 => Epsilontonos (lookup at 0x7fe9af9f500b of len 12)
char 897 => Etatonos (lookup at 0x7fe9af9f500b of len 8)
char 898 => Iotatonos (lookup at 0x7fe9af9f500b of len 9)
char 899 => Iotadieresis (lookup at 0x7fe9af9f500b of len 12)
char 900 => Omicrontonos (lookup at 0x7fe9af9f500b of len 12)
char 901 => Upsilontonos (lookup at 0x7fe9af9f500b of len 12)
char 902 => Upsilondieresis (lookup at 0x7fe9af9f500b of len 15)
char 903 => Omegatonos (lookup at 0x7fe9af9f500b of len 10)
char 904 => alpha (lookup at 0x7fe9af9f500b of len 5)
char 905 => beta (lookup at 0x7fe9af9f500b of len 4)
char 906 => gamma (lookup at 0x7fe9af9f500b of len 5)
char 907 => delta (lookup at 0x7fe9af9f500b of len 5)
char 908 => epsilon (lookup at 0x7fe9af9f500b of len 7)
char 909 => zeta (lookup at 0x7fe9af9f500b of len 4)
char 910 => eta (lookup at 0x7fe9af9f500b of len 3)
char 911 => theta (lookup at 0x7fe9af9f500b of len 5)
char 912 => iota (lookup at 0x7fe9af9f500b of len 4)
char 913 => kappa (lookup at 0x7fe9af9f500b of len 5)
char 914 => lambda (lookup at 0x7fe9af9f500b of len 6)
char 915 => uni03BC (lookup at 0x7fe9af9f500b of len 7)
char 916 => nu (lookup at 0x7fe9af9f500b of len 2)
char 917 => xi (lookup at 0x7fe9af9f500b of len 2)
char 918 => omicron (lookup at 0x7fe9af9f500b of len 7)
char 919 => pi (lookup at 0x7fe9af9f500b of len 2)
char 920 => rho (lookup at 0x7fe9af9f500b of len 3)
char 921 => sigma (lookup at 0x7fe9af9f500b of len 5)
char 922 => tau (lookup at 0x7fe9af9f500b of len 3)
char 923 => upsilon (lookup at 0x7fe9af9f500b of len 7)
char 924 => phi (lookup at 0x7fe9af9f500b of len 3)
char 925 => chi (lookup at 0x7fe9af9f500b of len 3)
char 926 => psi (lookup at 0x7fe9af9f500b of len 3)
char 927 => omega (lookup at 0x7fe9af9f500b of len 5)
char 928 => uni03C2 (lookup at 0x7fe9af9f500b of len 7)
char 929 => uni03D0 (lookup at 0x7fe9af9f500b of len 7)
char 930 => uni03D1 (lookup at 0x7fe9af9f500b of len 7)
char 931 => uni03D5 (lookup at 0x7fe9af9f500b of len 7)
char 932 => phi.a (lookup at 0x7fe9af9f500b of len 5)
char 933 => alphatonos (lookup at 0x7fe9af9f500b of len 10)
char 934 => epsilontonos (lookup at 0x7fe9af9f500b of len 12)
char 935 => etatonos (lookup at 0x7fe9af9f500b of len 8)
char 936 => iotatonos (lookup at 0x7fe9af9f500b of len 9)
char 937 => iotadieresis (lookup at 0x7fe9af9f500b of len 12)
char 938 => omicrontonos (lookup at 0x7fe9af9f500b of len 12)
char 939 => upsilontonos (lookup at 0x7fe9af9f500b of len 12)
char 940 => upsilondieresis (lookup at 0x7fe9af9f500b of len 15)
char 941 => omegatonos (lookup at 0x7fe9af9f500b of len 10)
char 942 => iotadieresistonos (lookup at 0x7fe9af9f500b of len 17)
char 943 => upsilondieresistonos (lookup at 0x7fe9af9f500b of len 20)
char 944 => uni03D7 (lookup at 0x7fe9af9f500b of len 7)
char 945 => uni03D9 (lookup at 0x7fe9af9f500b of len 7)
char 946 => uni03DB (lookup at 0x7fe9af9f500b of len 7)
char 947 => uni03DD (lookup at 0x7fe9af9f500b of len 7)
char 948 => uni03E1 (lookup at 0x7fe9af9f500b of len 7)
char 949 => uni037E (lookup at 0x7fe9af9f500b of len 7)
char 950 => anoteleia (lookup at 0x7fe9af9f500b of len 9)
char 951 => anoteleia.cap (lookup at 0x7fe9af9f500b of len 13)
char 952 => uni0374 (lookup at 0x7fe9af9f500b of len 7)
char 953 => uni0375 (lookup at 0x7fe9af9f500b of len 7)
char 954 => tonos (lookup at 0x7fe9af9f500b of len 5)
char 955 => tonos.cap (lookup at 0x7fe9af9f500b of len 9)
char 956 => dieresistonos (lookup at 0x7fe9af9f500b of len 13)
char 957 => uni037A (lookup at 0x7fe9af9f500b of len 7)
char 958 => uni1FBE (lookup at 0x7fe9af9f500b of len 7)
char 959 => uni1FBD (lookup at 0x7fe9af9f500b of len 7)
char 960 => uni1FBF (lookup at 0x7fe9af9f500b of len 7)
char 961 => uni1FFE (lookup at 0x7fe9af9f500b of len 7)
char 962 => uni1FEF (lookup at 0x7fe9af9f500b of len 7)
char 963 => uni1FFD (lookup at 0x7fe9af9f500b of len 7)
char 964 => uni1FCD (lookup at 0x7fe9af9f500b of len 7)
char 965 => uni1FDD (lookup at 0x7fe9af9f500b of len 7)
char 966 => uni1FCE (lookup at 0x7fe9af9f500b of len 7)
char 967 => uni1FDE (lookup at 0x7fe9af9f500b of len 7)
char 968 => uni1FCF (lookup at 0x7fe9af9f500b of len 7)
char 969 => uni1FDF (lookup at 0x7fe9af9f500b of len 7)
char 970 => uni1FC0 (lookup at 0x7fe9af9f500b of len 7)
char 971 => uni1FED (lookup at 0x7fe9af9f500b of len 7)
char 972 => uni1FEE (lookup at 0x7fe9af9f500b of len 7)
char 973 => uni1FC1 (lookup at 0x7fe9af9f500b of len 7)
char 974 => uni1FBD.cap (lookup at 0x7fe9af9f500b of len 11)
char 975 => uni1FFE.cap (lookup at 0x7fe9af9f500b of len 11)
char 976 => uni1FEF.cap (lookup at 0x7fe9af9f500b of len 11)
char 977 => uni1FFD.cap (lookup at 0x7fe9af9f500b of len 11)
char 978 => uni1FCD.cap (lookup at 0x7fe9af9f500b of len 11)
char 979 => uni1FDD.cap (lookup at 0x7fe9af9f500b of len 11)
char 980 => uni1FCE.cap (lookup at 0x7fe9af9f500b of len 11)
char 981 => uni1FDE.cap (lookup at 0x7fe9af9f500b of len 11)
char 982 => uni1FCF.cap (lookup at 0x7fe9af9f500b of len 11)
char 983 => uni1FDF.cap (lookup at 0x7fe9af9f500b of len 11)
char 984 => uni0410 (lookup at 0x7fe9af9f500b of len 7)
char 985 => uni0411 (lookup at 0x7fe9af9f500b of len 7)
char 986 => uni0412 (lookup at 0x7fe9af9f500b of len 7)
char 987 => uni0413 (lookup at 0x7fe9af9f500b of len 7)
char 988 => uni0414 (lookup at 0x7fe9af9f500b of len 7)
char 989 => uni0415 (lookup at 0x7fe9af9f500b of len 7)
char 990 => uni0416 (lookup at 0x7fe9af9f500b of len 7)
char 991 => uni0417 (lookup at 0x7fe9af9f500b of len 7)
char 992 => uni0418 (lookup at 0x7fe9af9f500b of len 7)
char 993 => uni0419 (lookup at 0x7fe9af9f500b of len 7)
char 994 => uni041A (lookup at 0x7fe9af9f500b of len 7)
char 995 => uni041B (lookup at 0x7fe9af9f500b of len 7)
char 996 => uni041C (lookup at 0x7fe9af9f500b of len 7)
char 997 => uni041D (lookup at 0x7fe9af9f500b of len 7)
char 998 => uni041E (lookup at 0x7fe9af9f500b of len 7)
char 999 => uni041F (lookup at 0x7fe9af9f500b of len 7)
char 1000 => uni0420 (lookup at 0x7fe9af9f500b of len 7)
char 1001 => uni0421 (lookup at 0x7fe9af9f500b of len 7)
char 1002 => uni0422 (lookup at 0x7fe9af9f500b of len 7)
char 1003 => uni0423 (lookup at 0x7fe9af9f500b of len 7)
char 1004 => uni0424 (lookup at 0x7fe9af9f500b of len 7)
char 1005 => uni0425 (lookup at 0x7fe9af9f500b of len 7)
char 1006 => uni0426 (lookup at 0x7fe9af9f500b of len 7)
char 1007 => uni0427 (lookup at 0x7fe9af9f500b of len 7)
char 1008 => uni0428 (lookup at 0x7fe9af9f500b of len 7)
char 1009 => uni0429 (lookup at 0x7fe9af9f500b of len 7)
char 1010 => uni042A (lookup at 0x7fe9af9f500b of len 7)
char 1011 => uni042B (lookup at 0x7fe9af9f500b of len 7)
char 1012 => uni042C (lookup at 0x7fe9af9f500b of len 7)
char 1013 => uni042D (lookup at 0x7fe9af9f500b of len 7)
char 1014 => uni042E (lookup at 0x7fe9af9f500b of len 7)
char 1015 => uni042F (lookup at 0x7fe9af9f500b of len 7)
char 1016 => uni0400 (lookup at 0x7fe9af9f500b of len 7)
char 1017 => uni0401 (lookup at 0x7fe9af9f500b of len 7)
char 1018 => uni0402 (lookup at 0x7fe9af9f500b of len 7)
char 1019 => uni0403 (lookup at 0x7fe9af9f500b of len 7)
char 1020 => uni0404 (lookup at 0x7fe9af9f500b of len 7)
char 1021 => uni0405 (lookup at 0x7fe9af9f500b of len 7)
char 1022 => uni0406 (lookup at 0x7fe9af9f500b of len 7)
char 1023 => uni0407 (lookup at 0x7fe9af9f500b of len 7)
char 1024 => uni0408 (lookup at 0x7fe9af9f500b of len 7)
char 1025 => uni0409 (lookup at 0x7fe9af9f500b of len 7)
char 1026 => uni040A (lookup at 0x7fe9af9f500b of len 7)
char 1027 => uni040B (lookup at 0x7fe9af9f500b of len 7)
char 1028 => uni040C (lookup at 0x7fe9af9f500b of len 7)
char 1029 => uni040D (lookup at 0x7fe9af9f500b of len 7)
char 1030 => uni040E (lookup at 0x7fe9af9f500b of len 7)
char 1031 => uni040F (lookup at 0x7fe9af9f500b of len 7)
char 1032 => uni0462 (lookup at 0x7fe9af9f500b of len 7)
char 1033 => uni0472 (lookup at 0x7fe9af9f500b of len 7)
char 1034 => uni0474 (lookup at 0x7fe9af9f500b of len 7)
char 1035 => uni0490 (lookup at 0x7fe9af9f500b of len 7)
char 1036 => uni0492 (lookup at 0x7fe9af9f500b of len 7)
char 1037 => uni0496 (lookup at 0x7fe9af9f500b of len 7)
char 1038 => uni0498 (lookup at 0x7fe9af9f500b of len 7)
char 1039 => uni049A (lookup at 0x7fe9af9f500b of len 7)
char 1040 => uni04A0 (lookup at 0x7fe9af9f500b of len 7)
char 1041 => uni04A2 (lookup at 0x7fe9af9f500b of len 7)
char 1042 => uni04AA (lookup at 0x7fe9af9f500b of len 7)
char 1043 => uni04AE (lookup at 0x7fe9af9f500b of len 7)
char 1044 => uni04B0 (lookup at 0x7fe9af9f500b of len 7)
char 1045 => uni04B2 (lookup at 0x7fe9af9f500b of len 7)
char 1046 => uni04B6 (lookup at 0x7fe9af9f500b of len 7)
char 1047 => uni04BA (lookup at 0x7fe9af9f500b of len 7)
char 1048 => uni04C0 (lookup at 0x7fe9af9f500b of len 7)
char 1049 => uni04C1 (lookup at 0x7fe9af9f500b of len 7)
char 1050 => uni04D0 (lookup at 0x7fe9af9f500b of len 7)
char 1051 => uni04D4 (lookup at 0x7fe9af9f500b of len 7)
char 1052 => uni04D6 (lookup at 0x7fe9af9f500b of len 7)
char 1053 => uni04D8 (lookup at 0x7fe9af9f500b of len 7)
char 1054 => uni04E2 (lookup at 0x7fe9af9f500b of len 7)
char 1055 => uni04E6 (lookup at 0x7fe9af9f500b of len 7)
char 1056 => uni04E8 (lookup at 0x7fe9af9f500b of len 7)
char 1057 => uni04EE (lookup at 0x7fe9af9f500b of len 7)
char 1058 => uni04F2 (lookup at 0x7fe9af9f500b of len 7)
char 1059 => uni0430 (lookup at 0x7fe9af9f500b of len 7)
char 1060 => uni0431 (lookup at 0x7fe9af9f500b of len 7)
char 1061 => uni0432 (lookup at 0x7fe9af9f500b of len 7)
char 1062 => uni0433 (lookup at 0x7fe9af9f500b of len 7)
char 1063 => uni0434 (lookup at 0x7fe9af9f500b of len 7)
char 1064 => uni0435 (lookup at 0x7fe9af9f500b of len 7)
char 1065 => uni0436 (lookup at 0x7fe9af9f500b of len 7)
char 1066 => uni0437 (lookup at 0x7fe9af9f500b of len 7)
char 1067 => uni0438 (lookup at 0x7fe9af9f500b of len 7)
char 1068 => uni0439 (lookup at 0x7fe9af9f500b of len 7)
char 1069 => uni043A (lookup at 0x7fe9af9f500b of len 7)
char 1070 => uni043B (lookup at 0x7fe9af9f500b of len 7)
char 1071 => uni043C (lookup at 0x7fe9af9f500b of len 7)
char 1072 => uni043D (lookup at 0x7fe9af9f500b of len 7)
char 1073 => uni043E (lookup at 0x7fe9af9f500b of len 7)
char 1074 => uni043F (lookup at 0x7fe9af9f500b of len 7)
char 1075 => uni0440 (lookup at 0x7fe9af9f500b of len 7)
char 1076 => uni0441 (lookup at 0x7fe9af9f500b of len 7)
char 1077 => uni0442 (lookup at 0x7fe9af9f500b of len 7)
char 1078 => uni0443 (lookup at 0x7fe9af9f500b of len 7)
char 1079 => uni0444 (lookup at 0x7fe9af9f500b of len 7)
char 1080 => uni0445 (lookup at 0x7fe9af9f500b of len 7)
char 1081 => uni0446 (lookup at 0x7fe9af9f500b of len 7)
char 1082 => uni0447 (lookup at 0x7fe9af9f500b of len 7)
char 1083 => uni0448 (lookup at 0x7fe9af9f500b of len 7)
char 1084 => uni0449 (lookup at 0x7fe9af9f500b of len 7)
char 1085 => uni044A (lookup at 0x7fe9af9f500b of len 7)
char 1086 => uni044B (lookup at 0x7fe9af9f500b of len 7)
char 1087 => uni044C (lookup at 0x7fe9af9f500b of len 7)
char 1088 => uni044D (lookup at 0x7fe9af9f500b of len 7)
char 1089 => uni044E (lookup at 0x7fe9af9f500b of len 7)
char 1090 => uni044F (lookup at 0x7fe9af9f500b of len 7)
char 1091 => uni0450 (lookup at 0x7fe9af9f500b of len 7)
char 1092 => uni0451 (lookup at 0x7fe9af9f500b of len 7)
char 1093 => uni0452 (lookup at 0x7fe9af9f500b of len 7)
char 1094 => uni0453 (lookup at 0x7fe9af9f500b of len 7)
char 1095 => uni0454 (lookup at 0x7fe9af9f500b of len 7)
char 1096 => uni0455 (lookup at 0x7fe9af9f500b of len 7)
char 1097 => uni0456 (lookup at 0x7fe9af9f500b of len 7)
char 1098 => uni0457 (lookup at 0x7fe9af9f500b of len 7)
char 1099 => uni0458 (lookup at 0x7fe9af9f500b of len 7)
char 1100 => uni0459 (lookup at 0x7fe9af9f500b of len 7)
char 1101 => uni045A (lookup at 0x7fe9af9f500b of len 7)
char 1102 => uni045B (lookup at 0x7fe9af9f500b of len 7)
char 1103 => uni045C (lookup at 0x7fe9af9f500b of len 7)
char 1104 => uni045D (lookup at 0x7fe9af9f500b of len 7)
char 1105 => uni045E (lookup at 0x7fe9af9f500b of len 7)
char 1106 => uni045F (lookup at 0x7fe9af9f500b of len 7)
char 1107 => uni0463 (lookup at 0x7fe9af9f500b of len 7)
char 1108 => uni0473 (lookup at 0x7fe9af9f500b of len 7)
char 1109 => uni0475 (lookup at 0x7fe9af9f500b of len 7)
char 1110 => uni0491 (lookup at 0x7fe9af9f500b of len 7)
char 1111 => uni0493 (lookup at 0x7fe9af9f500b of len 7)
char 1112 => uni0497 (lookup at 0x7fe9af9f500b of len 7)
char 1113 => uni0499 (lookup at 0x7fe9af9f500b of len 7)
char 1114 => uni049B (lookup at 0x7fe9af9f500b of len 7)
char 1115 => uni04A1 (lookup at 0x7fe9af9f500b of len 7)
char 1116 => uni04A3 (lookup at 0x7fe9af9f500b of len 7)
char 1117 => uni04AB (lookup at 0x7fe9af9f500b of len 7)
char 1118 => uni04AF (lookup at 0x7fe9af9f500b of len 7)
char 1119 => uni04B1 (lookup at 0x7fe9af9f500b of len 7)
char 1120 => uni04B3 (lookup at 0x7fe9af9f500b of len 7)
char 1121 => uni04B7 (lookup at 0x7fe9af9f500b of len 7)
char 1122 => uni04BB (lookup at 0x7fe9af9f500b of len 7)
char 1123 => uni04C2 (lookup at 0x7fe9af9f500b of len 7)
char 1124 => uni04CF (lookup at 0x7fe9af9f500b of len 7)
char 1125 => uni04D1 (lookup at 0x7fe9af9f500b of len 7)
char 1126 => uni04D5 (lookup at 0x7fe9af9f500b of len 7)
char 1127 => uni04D7 (lookup at 0x7fe9af9f500b of len 7)
char 1128 => uni04D9 (lookup at 0x7fe9af9f500b of len 7)
char 1129 => uni04E3 (lookup at 0x7fe9af9f500b of len 7)
char 1130 => uni04E7 (lookup at 0x7fe9af9f500b of len 7)
char 1131 => uni04E9 (lookup at 0x7fe9af9f500b of len 7)
char 1132 => uni04EF (lookup at 0x7fe9af9f500b of len 7)
char 1133 => uni04F3 (lookup at 0x7fe9af9f500b of len 7)
char 1134 => uni0430.a (lookup at 0x7fe9af9f500b of len 9)
char 1135 => uni04D1.a (lookup at 0x7fe9af9f500b of len 9)
char 1136 => uni0431.srb (lookup at 0x7fe9af9f500b of len 11)
char 1137 => uni0456.a (lookup at 0x7fe9af9f500b of len 9)
char 1138 => uni0457.a (lookup at 0x7fe9af9f500b of len 9)
char 1139 => uni04CF.a (lookup at 0x7fe9af9f500b of len 9)
char 1140 => uni2116 (lookup at 0x7fe9af9f500b of len 7)
char 7 => ampersand (part of the standard set)
char 17 => zero (part of the standard set)
char 18 => one (part of the standard set)
char 19 => two (part of the standard set)
char 20 => three (part of the standard set)
char 21 => four (part of the standard set)
char 22 => five (part of the standard set)
char 23 => six (part of the standard set)
char 24 => seven (part of the standard set)
char 25 => eight (part of the standard set)
char 26 => nine (part of the standard set)
char 1141 => zero.a (lookup at 0x7fe9af9f500b of len 6)
char 1142 => one.a (lookup at 0x7fe9af9f500b of len 5)
char 1143 => zero.onum (lookup at 0x7fe9af9f500b of len 9)
char 1144 => one.onum (lookup at 0x7fe9af9f500b of len 8)
char 1145 => two.onum (lookup at 0x7fe9af9f500b of len 8)
char 1146 => three.onum (lookup at 0x7fe9af9f500b of len 10)
char 1147 => four.onum (lookup at 0x7fe9af9f500b of len 9)
char 1148 => five.onum (lookup at 0x7fe9af9f500b of len 9)
char 1149 => six.onum (lookup at 0x7fe9af9f500b of len 8)
char 1150 => seven.onum (lookup at 0x7fe9af9f500b of len 10)
char 1151 => eight.onum (lookup at 0x7fe9af9f500b of len 10)
char 1152 => nine.onum (lookup at 0x7fe9af9f500b of len 9)
char 1153 => zero.b (lookup at 0x7fe9af9f500b of len 6)
char 1154 => one.b (lookup at 0x7fe9af9f500b of len 5)
char 1155 => zero.cap (lookup at 0x7fe9af9f500b of len 8)
char 1156 => one.cap (lookup at 0x7fe9af9f500b of len 7)
char 1157 => two.cap (lookup at 0x7fe9af9f500b of len 7)
char 1158 => three.cap (lookup at 0x7fe9af9f500b of len 9)
char 1159 => four.cap (lookup at 0x7fe9af9f500b of len 8)
char 1160 => five.cap (lookup at 0x7fe9af9f500b of len 8)
char 1161 => six.cap (lookup at 0x7fe9af9f500b of len 7)
char 1162 => seven.cap (lookup at 0x7fe9af9f500b of len 9)
char 1163 => eight.cap (lookup at 0x7fe9af9f500b of len 9)
char 1164 => nine.cap (lookup at 0x7fe9af9f500b of len 8)
char 1165 => zero.c (lookup at 0x7fe9af9f500b of len 6)
char 1166 => one.c (lookup at 0x7fe9af9f500b of len 5)
char 15 => period (part of the standard set)
char 13 => comma (part of the standard set)
char 27 => colon (part of the standard set)
char 28 => semicolon (part of the standard set)
char 121 => ellipsis (part of the standard set)
char 2 => exclam (part of the standard set)
char 96 => exclamdown (part of the standard set)
char 32 => question (part of the standard set)
char 123 => questiondown (part of the standard set)
char 104 => quotesingle (part of the standard set)
char 3 => quotedbl (part of the standard set)
char 65 => quoteleft (part of the standard set)
char 8 => quoteright (part of the standard set)
char 105 => quotedblleft (part of the standard set)
char 119 => quotedblright (part of the standard set)
char 117 => quotesinglbase (part of the standard set)
char 118 => quotedblbase (part of the standard set)
char 1167 => quotereversed (lookup at 0x7fe9af9f500b of len 13)
char 107 => guilsinglleft (part of the standard set)
char 108 => guilsinglright (part of the standard set)
char 106 => guillemotleft (part of the standard set)
char 120 => guillemotright (part of the standard set)
char 14 => hyphen (part of the standard set)
char 1168 => uni00AD (lookup at 0x7fe9af9f500b of len 7)
char 1169 => uni2010 (lookup at 0x7fe9af9f500b of len 7)
char 111 => endash (part of the standard set)
char 137 => emdash (part of the standard set)
char 314 => figuredash (part of the standard set)
char 1170 => uni2015 (lookup at 0x7fe9af9f500b of len 7)
char 114 => periodcentered (part of the standard set)
char 116 => bullet (part of the standard set)
char 1171 => uni25E6 (lookup at 0x7fe9af9f500b of len 7)
char 1172 => uni25AA (lookup at 0x7fe9af9f500b of len 7)
char 1173 => uni25AB (lookup at 0x7fe9af9f500b of len 7)
char 1174 => uni25B4 (lookup at 0x7fe9af9f500b of len 7)
char 1175 => uni25B5 (lookup at 0x7fe9af9f500b of len 7)
char 1176 => uni25B8 (lookup at 0x7fe9af9f500b of len 7)
char 1177 => uni25B9 (lookup at 0x7fe9af9f500b of len 7)
char 1178 => uni25BE (lookup at 0x7fe9af9f500b of len 7)
char 1179 => uni25BF (lookup at 0x7fe9af9f500b of len 7)
char 1180 => uni25C2 (lookup at 0x7fe9af9f500b of len 7)
char 1181 => uni25C3 (lookup at 0x7fe9af9f500b of len 7)
char 1182 => invbullet (lookup at 0x7fe9af9f500b of len 9)
char 1183 => filledrect (lookup at 0x7fe9af9f500b of len 10)
char 64 => underscore (part of the standard set)
char 1184 => underscoredbl (lookup at 0x7fe9af9f500b of len 13)
char 1185 => uni203E (lookup at 0x7fe9af9f500b of len 7)
char 1186 => uni203F (lookup at 0x7fe9af9f500b of len 7)
char 9 => parenleft (part of the standard set)
char 10 => parenright (part of the standard set)
char 60 => bracketleft (part of the standard set)
char 62 => bracketright (part of the standard set)
char 92 => braceleft (part of the standard set)
char 94 => braceright (part of the standard set)
char 16 => slash (part of the standard set)
char 93 => bar (part of the standard set)
char 61 => backslash (part of the standard set)
char 160 => brokenbar (part of the standard set)
char 11 => asterisk (part of the standard set)
char 112 => dagger (part of the standard set)
char 113 => daggerdbl (part of the standard set)
char 102 => section (part of the standard set)
char 115 => paragraph (part of the standard set)
char 1187 => uni2016 (lookup at 0x7fe9af9f500b of len 7)
char 1188 => exclamdbl (lookup at 0x7fe9af9f500b of len 9)
char 1189 => uni2047 (lookup at 0x7fe9af9f500b of len 7)
char 1190 => uni2049 (lookup at 0x7fe9af9f500b of len 7)
char 1191 => uni2048 (lookup at 0x7fe9af9f500b of len 7)
char 1192 => uni203D (lookup at 0x7fe9af9f500b of len 7)
char 1193 => uni2E18 (lookup at 0x7fe9af9f500b of len 7)
char 1194 => uni231C (lookup at 0x7fe9af9f500b of len 7)
char 1195 => uni231D (lookup at 0x7fe9af9f500b of len 7)
char 1196 => uni231E (lookup at 0x7fe9af9f500b of len 7)
char 1197 => uni231F (lookup at 0x7fe9af9f500b of len 7)
char 1198 => uni27E6 (lookup at 0x7fe9af9f500b of len 7)
char 1199 => uni27E7 (lookup at 0x7fe9af9f500b of len 7)
char 1200 => uni2E22 (lookup at 0x7fe9af9f500b of len 7)
char 1201 => uni2E23 (lookup at 0x7fe9af9f500b of len 7)
char 1202 => uni2E24 (lookup at 0x7fe9af9f500b of len 7)
char 1203 => uni2E25 (lookup at 0x7fe9af9f500b of len 7)
char 170 => copyright (part of the standard set)
char 1204 => uni2117 (lookup at 0x7fe9af9f500b of len 7)
char 165 => registered (part of the standard set)
char 153 => trademark (part of the standard set)
char 1205 => uni2120 (lookup at 0x7fe9af9f500b of len 7)
char 33 => at (part of the standard set)
char 1206 => at.case (lookup at 0x7fe9af9f500b of len 7)
char 4 => numbersign (part of the standard set)
char 1207 => asterisk.a (lookup at 0x7fe9af9f500b of len 10)
char 1208 => hyphen.a (lookup at 0x7fe9af9f500b of len 8)
char 1209 => uni00AD.a (lookup at 0x7fe9af9f500b of len 9)
char 1210 => uni2010.a (lookup at 0x7fe9af9f500b of len 9)
char 1211 => dollar.a (lookup at 0x7fe9af9f500b of len 8)
char 1212 => zero.sups (lookup at 0x7fe9af9f500b of len 9)
char 1213 => one.sups (lookup at 0x7fe9af9f500b of len 8)
char 1214 => two.sups (lookup at 0x7fe9af9f500b of len 8)
char 1215 => three.sups (lookup at 0x7fe9af9f500b of len 10)
char 1216 => four.sups (lookup at 0x7fe9af9f500b of len 9)
char 1217 => five.sups (lookup at 0x7fe9af9f500b of len 9)
char 1218 => six.sups (lookup at 0x7fe9af9f500b of len 8)
char 1219 => seven.sups (lookup at 0x7fe9af9f500b of len 10)
char 1220 => eight.sups (lookup at 0x7fe9af9f500b of len 10)
char 1221 => nine.sups (lookup at 0x7fe9af9f500b of len 9)
char 1222 => parenleft.sups (lookup at 0x7fe9af9f500b of len 14)
char 1223 => parenright.sups (lookup at 0x7fe9af9f500b of len 15)
char 1224 => period.sups (lookup at 0x7fe9af9f500b of len 11)
char 1225 => comma.sups (lookup at 0x7fe9af9f500b of len 10)
char 1226 => zero.subs (lookup at 0x7fe9af9f500b of len 9)
char 1227 => one.subs (lookup at 0x7fe9af9f500b of len 8)
char 1228 => two.subs (lookup at 0x7fe9af9f500b of len 8)
char 1229 => three.subs (lookup at 0x7fe9af9f500b of len 10)
char 1230 => four.subs (lookup at 0x7fe9af9f500b of len 9)
char 1231 => five.subs (lookup at 0x7fe9af9f500b of len 9)
char 1232 => six.subs (lookup at 0x7fe9af9f500b of len 8)
char 1233 => seven.subs (lookup at 0x7fe9af9f500b of len 10)
char 1234 => eight.subs (lookup at 0x7fe9af9f500b of len 10)
char 1235 => nine.subs (lookup at 0x7fe9af9f500b of len 9)
char 1236 => parenleft.subs (lookup at 0x7fe9af9f500b of len 14)
char 1237 => parenright.subs (lookup at 0x7fe9af9f500b of len 15)
char 1238 => period.subs (lookup at 0x7fe9af9f500b of len 11)
char 1239 => comma.subs (lookup at 0x7fe9af9f500b of len 10)
char 1240 => zero.dnom (lookup at 0x7fe9af9f500b of len 9)
char 1241 => one.dnom (lookup at 0x7fe9af9f500b of len 8)
char 1242 => two.dnom (lookup at 0x7fe9af9f500b of len 8)
char 1243 => three.dnom (lookup at 0x7fe9af9f500b of len 10)
char 1244 => four.dnom (lookup at 0x7fe9af9f500b of len 9)
char 1245 => five.dnom (lookup at 0x7fe9af9f500b of len 9)
char 1246 => six.dnom (lookup at 0x7fe9af9f500b of len 8)
char 1247 => seven.dnom (lookup at 0x7fe9af9f500b of len 10)
char 1248 => eight.dnom (lookup at 0x7fe9af9f500b of len 10)
char 1249 => nine.dnom (lookup at 0x7fe9af9f500b of len 9)
char 1250 => parenleft.dnom (lookup at 0x7fe9af9f500b of len 14)
char 1251 => parenright.dnom (lookup at 0x7fe9af9f500b of len 15)
char 1252 => period.dnom (lookup at 0x7fe9af9f500b of len 11)
char 1253 => comma.dnom (lookup at 0x7fe9af9f500b of len 10)
char 1254 => zero.numr (lookup at 0x7fe9af9f500b of len 9)
char 1255 => one.numr (lookup at 0x7fe9af9f500b of len 8)
char 1256 => two.numr (lookup at 0x7fe9af9f500b of len 8)
char 1257 => three.numr (lookup at 0x7fe9af9f500b of len 10)
char 1258 => four.numr (lookup at 0x7fe9af9f500b of len 9)
char 1259 => five.numr (lookup at 0x7fe9af9f500b of len 9)
char 1260 => six.numr (lookup at 0x7fe9af9f500b of len 8)
char 1261 => seven.numr (lookup at 0x7fe9af9f500b of len 10)
char 1262 => eight.numr (lookup at 0x7fe9af9f500b of len 10)
char 1263 => nine.numr (lookup at 0x7fe9af9f500b of len 9)
char 1264 => parenleft.numr (lookup at 0x7fe9af9f500b of len 14)
char 1265 => parenright.numr (lookup at 0x7fe9af9f500b of len 15)
char 1266 => period.numr (lookup at 0x7fe9af9f500b of len 11)
char 1267 => comma.numr (lookup at 0x7fe9af9f500b of len 10)
char 139 => ordfeminine (part of the standard set)
char 1268 => ordfeminine.a (lookup at 0x7fe9af9f500b of len 13)
char 143 => ordmasculine (part of the standard set)
char 1269 => a.sups (lookup at 0x7fe9af9f500b of len 6)
char 1270 => b.sups (lookup at 0x7fe9af9f500b of len 6)
char 1271 => c.sups (lookup at 0x7fe9af9f500b of len 6)
char 1272 => d.sups (lookup at 0x7fe9af9f500b of len 6)
char 1273 => e.sups (lookup at 0x7fe9af9f500b of len 6)
char 1274 => f.sups (lookup at 0x7fe9af9f500b of len 6)
char 1275 => g.sups (lookup at 0x7fe9af9f500b of len 6)
char 1276 => h.sups (lookup at 0x7fe9af9f500b of len 6)
char 1277 => i.sups (lookup at 0x7fe9af9f500b of len 6)
char 1278 => j.sups (lookup at 0x7fe9af9f500b of len 6)
char 1279 => k.sups (lookup at 0x7fe9af9f500b of len 6)
char 1280 => l.sups (lookup at 0x7fe9af9f500b of len 6)
char 1281 => m.sups (lookup at 0x7fe9af9f500b of len 6)
char 1282 => n.sups (lookup at 0x7fe9af9f500b of len 6)
char 1283 => o.sups (lookup at 0x7fe9af9f500b of len 6)
char 1284 => p.sups (lookup at 0x7fe9af9f500b of len 6)
char 1285 => q.sups (lookup at 0x7fe9af9f500b of len 6)
char 1286 => r.sups (lookup at 0x7fe9af9f500b of len 6)
char 1287 => s.sups (lookup at 0x7fe9af9f500b of len 6)
char 1288 => t.sups (lookup at 0x7fe9af9f500b of len 6)
char 1289 => u.sups (lookup at 0x7fe9af9f500b of len 6)
char 1290 => v.sups (lookup at 0x7fe9af9f500b of len 6)
char 1291 => w.sups (lookup at 0x7fe9af9f500b of len 6)
char 1292 => x.sups (lookup at 0x7fe9af9f500b of len 6)
char 1293 => y.sups (lookup at 0x7fe9af9f500b of len 6)
char 1294 => z.sups (lookup at 0x7fe9af9f500b of len 6)
char 1295 => egrave.sups (lookup at 0x7fe9af9f500b of len 11)
char 1296 => eacute.sups (lookup at 0x7fe9af9f500b of len 11)
char 1297 => eogonek.sups (lookup at 0x7fe9af9f500b of len 12)
char 1298 => uni0259.sups (lookup at 0x7fe9af9f500b of len 12)
char 1299 => uni0266.sups (lookup at 0x7fe9af9f500b of len 12)
char 1300 => uni02E0 (lookup at 0x7fe9af9f500b of len 7)
char 1301 => uni02E4 (lookup at 0x7fe9af9f500b of len 7)
char 1302 => a.supa (lookup at 0x7fe9af9f500b of len 6)
char 1303 => g.supa (lookup at 0x7fe9af9f500b of len 6)
char 1304 => i.supa (lookup at 0x7fe9af9f500b of len 6)
char 1305 => colon.sups (lookup at 0x7fe9af9f500b of len 10)
char 1306 => hyphen.sups (lookup at 0x7fe9af9f500b of len 11)
char 1307 => endash.sups (lookup at 0x7fe9af9f500b of len 11)
char 1308 => emdash.sups (lookup at 0x7fe9af9f500b of len 11)
char 103 => currency (part of the standard set)
char 5 => dollar (part of the standard set)
char 98 => sterling (part of the standard set)
char 100 => yen (part of the standard set)
char 1309 => Euro (lookup at 0x7fe9af9f500b of len 4)
char 97 => cent (part of the standard set)
char 1310 => uni0192 (lookup at 0x7fe9af9f500b of len 7)
char 300 => colonmonetary (part of the standard set)
char 1311 => lira (lookup at 0x7fe9af9f500b of len 4)
char 1312 => uni20A6 (lookup at 0x7fe9af9f500b of len 7)
char 1313 => peseta (lookup at 0x7fe9af9f500b of len 6)
char 1314 => uni20A9 (lookup at 0x7fe9af9f500b of len 7)
char 1315 => dong (lookup at 0x7fe9af9f500b of len 4)
char 1316 => uni20B1 (lookup at 0x7fe9af9f500b of len 7)
char 1317 => uni20B2 (lookup at 0x7fe9af9f500b of len 7)
char 1318 => uni20B4 (lookup at 0x7fe9af9f500b of len 7)
char 1319 => uni20B5 (lookup at 0x7fe9af9f500b of len 7)
char 1320 => uni20B9 (lookup at 0x7fe9af9f500b of len 7)
char 1321 => uni20BA (lookup at 0x7fe9af9f500b of len 7)
char 1322 => uni20AE (lookup at 0x7fe9af9f500b of len 7)
char 1323 => uni20B8 (lookup at 0x7fe9af9f500b of len 7)
char 1324 => uni20BD (lookup at 0x7fe9af9f500b of len 7)
char 1325 => franc (lookup at 0x7fe9af9f500b of len 5)
char 99 => fraction (part of the standard set)
char 1326 => uni2215 (lookup at 0x7fe9af9f500b of len 7)
char 1327 => slash.frac (lookup at 0x7fe9af9f500b of len 10)
char 6 => percent (part of the standard set)
char 122 => perthousand (part of the standard set)
char 158 => onequarter (part of the standard set)
char 155 => onehalf (part of the standard set)
char 163 => threequarters (part of the standard set)
char 324 => onethird (part of the standard set)
char 325 => twothirds (part of the standard set)
char 1328 => uni2155 (lookup at 0x7fe9af9f500b of len 7)
char 1329 => uni2156 (lookup at 0x7fe9af9f500b of len 7)
char 1330 => uni2157 (lookup at 0x7fe9af9f500b of len 7)
char 1331 => uni2158 (lookup at 0x7fe9af9f500b of len 7)
char 1332 => uni2159 (lookup at 0x7fe9af9f500b of len 7)
char 1333 => uni215A (lookup at 0x7fe9af9f500b of len 7)
char 1334 => uni2150 (lookup at 0x7fe9af9f500b of len 7)
char 320 => oneeighth (part of the standard set)
char 321 => threeeighths (part of the standard set)
char 322 => fiveeighths (part of the standard set)
char 323 => seveneighths (part of the standard set)
char 1335 => uni2151 (lookup at 0x7fe9af9f500b of len 7)
char 1336 => uni2152 (lookup at 0x7fe9af9f500b of len 7)
char 1337 => uni2189 (lookup at 0x7fe9af9f500b of len 7)
char 12 => plus (part of the standard set)
char 166 => minus (part of the standard set)
char 168 => multiply (part of the standard set)
char 159 => divide (part of the standard set)
char 1338 => uni2219 (lookup at 0x7fe9af9f500b of len 7)
char 30 => equal (part of the standard set)
char 1339 => equivalence (lookup at 0x7fe9af9f500b of len 11)
char 29 => less (part of the standard set)
char 31 => greater (part of the standard set)
char 1340 => lessequal (lookup at 0x7fe9af9f500b of len 9)
char 1341 => greaterequal (lookup at 0x7fe9af9f500b of len 12)
char 156 => plusminus (part of the standard set)
char 63 => asciicircum (part of the standard set)
char 1342 => notequal (lookup at 0x7fe9af9f500b of len 8)
char 95 => asciitilde (part of the standard set)
char 1343 => approxequal (lookup at 0x7fe9af9f500b of len 11)
char 151 => logicalnot (part of the standard set)
char 1344 => revlogicalnot (lookup at 0x7fe9af9f500b of len 13)
char 1345 => intersection (lookup at 0x7fe9af9f500b of len 12)
char 1346 => orthogonal (lookup at 0x7fe9af9f500b of len 10)
char 1347 => infinity (lookup at 0x7fe9af9f500b of len 8)
char 161 => degree (part of the standard set)
char 1348 => uni2032 (lookup at 0x7fe9af9f500b of len 7)
char 1349 => uni2033 (lookup at 0x7fe9af9f500b of len 7)
char 1350 => uni2035 (lookup at 0x7fe9af9f500b of len 7)
char 1351 => uni00B5 (lookup at 0x7fe9af9f500b of len 7)
char 1352 => partialdiff (lookup at 0x7fe9af9f500b of len 11)
char 1353 => integral (lookup at 0x7fe9af9f500b of len 8)
char 1354 => integraltp (lookup at 0x7fe9af9f500b of len 10)
char 1355 => integralbt (lookup at 0x7fe9af9f500b of len 10)
char 1356 => radical (lookup at 0x7fe9af9f500b of len 7)
char 1357 => uni2206 (lookup at 0x7fe9af9f500b of len 7)
char 1358 => uni2126 (lookup at 0x7fe9af9f500b of len 7)
char 1359 => uni2200 (lookup at 0x7fe9af9f500b of len 7)
char 1360 => uni2203 (lookup at 0x7fe9af9f500b of len 7)
char 1361 => uni2237 (lookup at 0x7fe9af9f500b of len 7)
char 1362 => summation (lookup at 0x7fe9af9f500b of len 9)
char 1363 => product (lookup at 0x7fe9af9f500b of len 7)
char 1364 => uni2105 (lookup at 0x7fe9af9f500b of len 7)
char 1365 => uni2113 (lookup at 0x7fe9af9f500b of len 7)
char 1366 => estimated (lookup at 0x7fe9af9f500b of len 9)
char 1367 => uni2190 (lookup at 0x7fe9af9f500b of len 7)
char 1368 => arrowup (lookup at 0x7fe9af9f500b of len 7)
char 1369 => uni2192 (lookup at 0x7fe9af9f500b of len 7)
char 1370 => arrowdown (lookup at 0x7fe9af9f500b of len 9)
char 1371 => uni2196 (lookup at 0x7fe9af9f500b of len 7)
char 1372 => uni2197 (lookup at 0x7fe9af9f500b of len 7)
char 1373 => uni2198 (lookup at 0x7fe9af9f500b of len 7)
char 1374 => uni2199 (lookup at 0x7fe9af9f500b of len 7)
char 1375 => uni21D0 (lookup at 0x7fe9af9f500b of len 7)
char 1376 => uni21D1 (lookup at 0x7fe9af9f500b of len 7)
char 1377 => uni21D2 (lookup at 0x7fe9af9f500b of len 7)
char 1378 => uni21D3 (lookup at 0x7fe9af9f500b of len 7)
char 1379 => arrowboth (lookup at 0x7fe9af9f500b of len 9)
char 1380 => arrowupdn (lookup at 0x7fe9af9f500b of len 9)
char 1381 => arrowupdnbse (lookup at 0x7fe9af9f500b of len 12)
char 1382 => uni25CF (lookup at 0x7fe9af9f500b of len 7)
char 1383 => uni25CB (lookup at 0x7fe9af9f500b of len 7)
char 1384 => uni25A0 (lookup at 0x7fe9af9f500b of len 7)
char 1385 => uni25A1 (lookup at 0x7fe9af9f500b of len 7)
char 1386 => uni2752 (lookup at 0x7fe9af9f500b of len 7)
char 1387 => uni25C6 (lookup at 0x7fe9af9f500b of len 7)
char 1388 => triagup (lookup at 0x7fe9af9f500b of len 7)
char 1389 => uni25B3 (lookup at 0x7fe9af9f500b of len 7)
char 1390 => uni25B6 (lookup at 0x7fe9af9f500b of len 7)
char 1391 => uni25B7 (lookup at 0x7fe9af9f500b of len 7)
char 1392 => triagdn (lookup at 0x7fe9af9f500b of len 7)
char 1393 => uni25BD (lookup at 0x7fe9af9f500b of len 7)
char 1394 => uni25C0 (lookup at 0x7fe9af9f500b of len 7)
char 1395 => uni25C1 (lookup at 0x7fe9af9f500b of len 7)
char 1396 => triagrt (lookup at 0x7fe9af9f500b of len 7)
char 1397 => triaglf (lookup at 0x7fe9af9f500b of len 7)
char 1398 => invcircle (lookup at 0x7fe9af9f500b of len 9)
char 1399 => uni25C9 (lookup at 0x7fe9af9f500b of len 7)
char 1400 => uni2610 (lookup at 0x7fe9af9f500b of len 7)
char 1401 => uni2611 (lookup at 0x7fe9af9f500b of len 7)
char 1402 => uni2713 (lookup at 0x7fe9af9f500b of len 7)
char 1403 => musicalnote (lookup at 0x7fe9af9f500b of len 11)
char 1404 => musicalnotedbl (lookup at 0x7fe9af9f500b of len 14)
char 1405 => heart (lookup at 0x7fe9af9f500b of len 5)
char 1406 => club (lookup at 0x7fe9af9f500b of len 4)
char 1407 => diamond (lookup at 0x7fe9af9f500b of len 7)
char 1408 => spade (lookup at 0x7fe9af9f500b of len 5)
char 1409 => smileface (lookup at 0x7fe9af9f500b of len 9)
char 1410 => invsmileface (lookup at 0x7fe9af9f500b of len 12)
char 1411 => uni2764 (lookup at 0x7fe9af9f500b of len 7)
char 1412 => uni2615 (lookup at 0x7fe9af9f500b of len 7)
char 1413 => u1F4A9 (lookup at 0x7fe9af9f500b of len 6)
char 1414 => u1F916 (lookup at 0x7fe9af9f500b of len 6)
char 1415 => u1F512 (lookup at 0x7fe9af9f500b of len 6)
char 1416 => female (lookup at 0x7fe9af9f500b of len 6)
char 1417 => male (lookup at 0x7fe9af9f500b of len 4)
char 1418 => sun (lookup at 0x7fe9af9f500b of len 3)
char 1419 => lozenge (lookup at 0x7fe9af9f500b of len 7)
char 1420 => house (lookup at 0x7fe9af9f500b of len 5)
char 1421 => uni02B9 (lookup at 0x7fe9af9f500b of len 7)
char 1422 => uni02BB (lookup at 0x7fe9af9f500b of len 7)
char 1423 => uni02BC (lookup at 0x7fe9af9f500b of len 7)
char 1424 => uni02BE (lookup at 0x7fe9af9f500b of len 7)
char 1425 => uni02BF (lookup at 0x7fe9af9f500b of len 7)
char 1426 => uni02C1 (lookup at 0x7fe9af9f500b of len 7)
char 1427 => uni02D0 (lookup at 0x7fe9af9f500b of len 7)
char 1428 => uni02D1 (lookup at 0x7fe9af9f500b of len 7)
char 1429 => uni02DE (lookup at 0x7fe9af9f500b of len 7)
char 124 => grave (part of the standard set)
char 125 => acute (part of the standard set)
char 126 => circumflex (part of the standard set)
char 136 => caron (part of the standard set)
char 1430 => uni02C8 (lookup at 0x7fe9af9f500b of len 7)
char 1431 => uni02C9 (lookup at 0x7fe9af9f500b of len 7)
char 1432 => uni02CA (lookup at 0x7fe9af9f500b of len 7)
char 1433 => uni02CB (lookup at 0x7fe9af9f500b of len 7)
char 1434 => uni02CC (lookup at 0x7fe9af9f500b of len 7)
char 127 => tilde (part of the standard set)
char 131 => dieresis (part of the standard set)
char 128 => macron (part of the standard set)
char 129 => breve (part of the standard set)
char 132 => ring (part of the standard set)
char 134 => hungarumlaut (part of the standard set)
char 130 => dotaccent (part of the standard set)
char 133 => cedilla (part of the standard set)
char 135 => ogonek (part of the standard set)
char 1435 => uni25CC (lookup at 0x7fe9af9f500b of len 7)
char 1436 => uni0300 (lookup at 0x7fe9af9f500b of len 7)
char 1437 => uni0300.cap (lookup at 0x7fe9af9f500b of len 11)
char 1438 => uni0300.g (lookup at 0x7fe9af9f500b of len 9)
char 1439 => uni0301 (lookup at 0x7fe9af9f500b of len 7)
char 1440 => uni0301.cap (lookup at 0x7fe9af9f500b of len 11)
char 1441 => uni0301.g (lookup at 0x7fe9af9f500b of len 9)
char 1442 => uni0302 (lookup at 0x7fe9af9f500b of len 7)
char 1443 => uni0302.cap (lookup at 0x7fe9af9f500b of len 11)
char 1444 => uni0303 (lookup at 0x7fe9af9f500b of len 7)
char 1445 => uni0303.cap (lookup at 0x7fe9af9f500b of len 11)
char 1446 => uni0304 (lookup at 0x7fe9af9f500b of len 7)
char 1447 => uni0304.cap (lookup at 0x7fe9af9f500b of len 11)
char 1448 => uni0305 (lookup at 0x7fe9af9f500b of len 7)
char 1449 => uni0305.cap (lookup at 0x7fe9af9f500b of len 11)
char 1450 => uni0306 (lookup at 0x7fe9af9f500b of len 7)
char 1451 => uni0306.c (lookup at 0x7fe9af9f500b of len 9)
char 1452 => uni0306.cap (lookup at 0x7fe9af9f500b of len 11)
char 1453 => uni0306.ccap (lookup at 0x7fe9af9f500b of len 12)
char 1454 => uni0307 (lookup at 0x7fe9af9f500b of len 7)
char 1455 => uni0307.cap (lookup at 0x7fe9af9f500b of len 11)
char 1456 => uni0308 (lookup at 0x7fe9af9f500b of len 7)
char 1457 => uni0308.cap (lookup at 0x7fe9af9f500b of len 11)
char 1458 => uni0309 (lookup at 0x7fe9af9f500b of len 7)
char 1459 => uni0309.cap (lookup at 0x7fe9af9f500b of len 11)
char 1460 => uni0310 (lookup at 0x7fe9af9f500b of len 7)
char 1461 => uni0310.cap (lookup at 0x7fe9af9f500b of len 11)
char 1462 => uni030A (lookup at 0x7fe9af9f500b of len 7)
char 1463 => uni030A.cap (lookup at 0x7fe9af9f500b of len 11)
char 1464 => uni030B (lookup at 0x7fe9af9f500b of len 7)
char 1465 => uni030B.cap (lookup at 0x7fe9af9f500b of len 11)
char 1466 => uni030C (lookup at 0x7fe9af9f500b of len 7)
char 1467 => uni030C.cap (lookup at 0x7fe9af9f500b of len 11)
char 1468 => uni030C.a (lookup at 0x7fe9af9f500b of len 9)
char 1469 => uni030F (lookup at 0x7fe9af9f500b of len 7)
char 1470 => uni030F.cap (lookup at 0x7fe9af9f500b of len 11)
char 1471 => uni0311 (lookup at 0x7fe9af9f500b of len 7)
char 1472 => uni0311.cap (lookup at 0x7fe9af9f500b of len 11)
char 1473 => uni0312 (lookup at 0x7fe9af9f500b of len 7)
char 1474 => uni0312.g (lookup at 0x7fe9af9f500b of len 9)
char 1475 => uni0313 (lookup at 0x7fe9af9f500b of len 7)
char 1476 => uni0313.g (lookup at 0x7fe9af9f500b of len 9)
char 1477 => uni0318 (lookup at 0x7fe9af9f500b of len 7)
char 1478 => uni0319 (lookup at 0x7fe9af9f500b of len 7)
char 1479 => uni031A (lookup at 0x7fe9af9f500b of len 7)
char 1480 => uni031B (lookup at 0x7fe9af9f500b of len 7)
char 1481 => uni031C (lookup at 0x7fe9af9f500b of len 7)
char 1482 => uni031D (lookup at 0x7fe9af9f500b of len 7)
char 1483 => uni031E (lookup at 0x7fe9af9f500b of len 7)
char 1484 => uni031F (lookup at 0x7fe9af9f500b of len 7)
char 1485 => uni0320 (lookup at 0x7fe9af9f500b of len 7)
char 1486 => uni0323 (lookup at 0x7fe9af9f500b of len 7)
char 1487 => uni0324 (lookup at 0x7fe9af9f500b of len 7)
char 1488 => uni0325 (lookup at 0x7fe9af9f500b of len 7)
char 1489 => uni0326 (lookup at 0x7fe9af9f500b of len 7)
char 1490 => uni0326.a (lookup at 0x7fe9af9f500b of len 9)
char 1491 => uni0327 (lookup at 0x7fe9af9f500b of len 7)
char 1492 => uni0327.cap (lookup at 0x7fe9af9f500b of len 11)
char 1493 => uni0328 (lookup at 0x7fe9af9f500b of len 7)
char 1494 => uni0328.cap (lookup at 0x7fe9af9f500b of len 11)
char 1495 => uni0329 (lookup at 0x7fe9af9f500b of len 7)
char 1496 => uni032A (lookup at 0x7fe9af9f500b of len 7)
char 1497 => uni032C (lookup at 0x7fe9af9f500b of len 7)
char 1498 => uni032E (lookup at 0x7fe9af9f500b of len 7)
char 1499 => uni032F (lookup at 0x7fe9af9f500b of len 7)
char 1500 => uni0330 (lookup at 0x7fe9af9f500b of len 7)
char 1501 => uni0331 (lookup at 0x7fe9af9f500b of len 7)
char 1502 => uni0334 (lookup at 0x7fe9af9f500b of len 7)
char 1503 => uni0339 (lookup at 0x7fe9af9f500b of len 7)
char 1504 => uni033A (lookup at 0x7fe9af9f500b of len 7)
char 1505 => uni033B (lookup at 0x7fe9af9f500b of len 7)
char 1506 => uni033C (lookup at 0x7fe9af9f500b of len 7)
char 1507 => uni033D (lookup at 0x7fe9af9f500b of len 7)
char 1508 => uni0342 (lookup at 0x7fe9af9f500b of len 7)
char 1509 => uni0342.cap (lookup at 0x7fe9af9f500b of len 11)
char 1510 => uni0345 (lookup at 0x7fe9af9f500b of len 7)
char 1511 => uni035F (lookup at 0x7fe9af9f500b of len 7)
char 1512 => uni0361 (lookup at 0x7fe9af9f500b of len 7)
char 1513 => uni03080301 (lookup at 0x7fe9af9f500b of len 11)
char 1514 => uni03080301.cap (lookup at 0x7fe9af9f500b of len 15)
char 1515 => uni03080301.g (lookup at 0x7fe9af9f500b of len 13)
char 1516 => uni03080300 (lookup at 0x7fe9af9f500b of len 11)
char 1517 => uni03080300.cap (lookup at 0x7fe9af9f500b of len 15)
char 1518 => uni03080300.g (lookup at 0x7fe9af9f500b of len 13)
char 1519 => uni03080303 (lookup at 0x7fe9af9f500b of len 11)
char 1520 => uni03080304 (lookup at 0x7fe9af9f500b of len 11)
char 1521 => uni03080304.cap (lookup at 0x7fe9af9f500b of len 15)
char 1522 => uni0308030C (lookup at 0x7fe9af9f500b of len 11)
char 1523 => uni0308030C.cap (lookup at 0x7fe9af9f500b of len 15)
char 1524 => uni03020301 (lookup at 0x7fe9af9f500b of len 11)
char 1525 => uni03020301.cap (lookup at 0x7fe9af9f500b of len 15)
char 1526 => uni03020300 (lookup at 0x7fe9af9f500b of len 11)
char 1527 => uni03020300.cap (lookup at 0x7fe9af9f500b of len 15)
char 1528 => uni03020309 (lookup at 0x7fe9af9f500b of len 11)
char 1529 => uni03020309.cap (lookup at 0x7fe9af9f500b of len 15)
char 1530 => uni03020303 (lookup at 0x7fe9af9f500b of len 11)
char 1531 => uni03020303.cap (lookup at 0x7fe9af9f500b of len 15)
char 1532 => uni03060301 (lookup at 0x7fe9af9f500b of len 11)
char 1533 => uni03060301.cap (lookup at 0x7fe9af9f500b of len 15)
char 1534 => uni03060300 (lookup at 0x7fe9af9f500b of len 11)
char 1535 => uni03060300.cap (lookup at 0x7fe9af9f500b of len 15)
char 1536 => uni03060309 (lookup at 0x7fe9af9f500b of len 11)
char 1537 => uni03060309.cap (lookup at 0x7fe9af9f500b of len 15)
char 1538 => uni03060303 (lookup at 0x7fe9af9f500b of len 11)
char 1539 => uni03060303.cap (lookup at 0x7fe9af9f500b of len 15)
char 1540 => uni03020306 (lookup at 0x7fe9af9f500b of len 11)
char 1541 => uni03020306.cap (lookup at 0x7fe9af9f500b of len 15)
char 1542 => uni03040301 (lookup at 0x7fe9af9f500b of len 11)
char 1543 => uni03040301.cap (lookup at 0x7fe9af9f500b of len 15)
char 1544 => uni030C0307 (lookup at 0x7fe9af9f500b of len 11)
char 1545 => uni030C0307.cap (lookup at 0x7fe9af9f500b of len 15)
char 1546 => uni03120301 (lookup at 0x7fe9af9f500b of len 11)
char 1547 => uni03120300 (lookup at 0x7fe9af9f500b of len 11)
char 1548 => uni03120303 (lookup at 0x7fe9af9f500b of len 11)
char 1549 => uni03130301 (lookup at 0x7fe9af9f500b of len 11)
char 1550 => uni03130300 (lookup at 0x7fe9af9f500b of len 11)
char 1551 => uni03130303 (lookup at 0x7fe9af9f500b of len 11)
char 1552 => uni00A0 (lookup at 0x7fe9af9f500b of len 7)
char 1553 => uni2007 (lookup at 0x7fe9af9f500b of len 7)
char 1554 => space.frac (lookup at 0x7fe9af9f500b of len 10)
char 1555 => nbspace.frac (lookup at 0x7fe9af9f500b of len 12)
char 1556 => uni2500 (lookup at 0x7fe9af9f500b of len 7)
char 1557 => uni2501 (lookup at 0x7fe9af9f500b of len 7)
char 1558 => uni2502 (lookup at 0x7fe9af9f500b of len 7)
char 1559 => uni2503 (lookup at 0x7fe9af9f500b of len 7)
char 1560 => uni2504 (lookup at 0x7fe9af9f500b of len 7)
char 1561 => uni2505 (lookup at 0x7fe9af9f500b of len 7)
char 1562 => uni2506 (lookup at 0x7fe9af9f500b of len 7)
char 1563 => uni2507 (lookup at 0x7fe9af9f500b of len 7)
char 1564 => uni2508 (lookup at 0x7fe9af9f500b of len 7)
char 1565 => uni2509 (lookup at 0x7fe9af9f500b of len 7)
char 1566 => uni250A (lookup at 0x7fe9af9f500b of len 7)
char 1567 => uni250B (lookup at 0x7fe9af9f500b of len 7)
char 1568 => uni250C (lookup at 0x7fe9af9f500b of len 7)
char 1569 => uni250D (lookup at 0x7fe9af9f500b of len 7)
char 1570 => uni250E (lookup at 0x7fe9af9f500b of len 7)
char 1571 => uni250F (lookup at 0x7fe9af9f500b of len 7)
char 1572 => uni2510 (lookup at 0x7fe9af9f500b of len 7)
char 1573 => uni2511 (lookup at 0x7fe9af9f500b of len 7)
char 1574 => uni2512 (lookup at 0x7fe9af9f500b of len 7)
char 1575 => uni2513 (lookup at 0x7fe9af9f500b of len 7)
char 1576 => uni2514 (lookup at 0x7fe9af9f500b of len 7)
char 1577 => uni2515 (lookup at 0x7fe9af9f500b of len 7)
char 1578 => uni2516 (lookup at 0x7fe9af9f500b of len 7)
char 1579 => uni2517 (lookup at 0x7fe9af9f500b of len 7)
char 1580 => uni2518 (lookup at 0x7fe9af9f500b of len 7)
char 1581 => uni2519 (lookup at 0x7fe9af9f500b of len 7)
char 1582 => uni251A (lookup at 0x7fe9af9f500b of len 7)
char 1583 => uni251B (lookup at 0x7fe9af9f500b of len 7)
char 1584 => uni251C (lookup at 0x7fe9af9f500b of len 7)
char 1585 => uni251D (lookup at 0x7fe9af9f500b of len 7)
char 1586 => uni251E (lookup at 0x7fe9af9f500b of len 7)
char 1587 => uni251F (lookup at 0x7fe9af9f500b of len 7)
char 1588 => uni2520 (lookup at 0x7fe9af9f500b of len 7)
char 1589 => uni2521 (lookup at 0x7fe9af9f500b of len 7)
char 1590 => uni2522 (lookup at 0x7fe9af9f500b of len 7)
char 1591 => uni2523 (lookup at 0x7fe9af9f500b of len 7)
char 1592 => uni2524 (lookup at 0x7fe9af9f500b of len 7)
char 1593 => uni2525 (lookup at 0x7fe9af9f500b of len 7)
char 1594 => uni2526 (lookup at 0x7fe9af9f500b of len 7)
char 1595 => uni2527 (lookup at 0x7fe9af9f500b of len 7)
char 1596 => uni2528 (lookup at 0x7fe9af9f500b of len 7)
char 1597 => uni2529 (lookup at 0x7fe9af9f500b of len 7)
char 1598 => uni252A (lookup at 0x7fe9af9f500b of len 7)
char 1599 => uni252B (lookup at 0x7fe9af9f500b of len 7)
char 1600 => uni252C (lookup at 0x7fe9af9f500b of len 7)
char 1601 => uni252D (lookup at 0x7fe9af9f500b of len 7)
char 1602 => uni252E (lookup at 0x7fe9af9f500b of len 7)
char 1603 => uni252F (lookup at 0x7fe9af9f500b of len 7)
char 1604 => uni2530 (lookup at 0x7fe9af9f500b of len 7)
char 1605 => uni2531 (lookup at 0x7fe9af9f500b of len 7)
char 1606 => uni2532 (lookup at 0x7fe9af9f500b of len 7)
char 1607 => uni2533 (lookup at 0x7fe9af9f500b of len 7)
char 1608 => uni2534 (lookup at 0x7fe9af9f500b of len 7)
char 1609 => uni2535 (lookup at 0x7fe9af9f500b of len 7)
char 1610 => uni2536 (lookup at 0x7fe9af9f500b of len 7)
char 1611 => uni2537 (lookup at 0x7fe9af9f500b of len 7)
char 1612 => uni2538 (lookup at 0x7fe9af9f500b of len 7)
char 1613 => uni2539 (lookup at 0x7fe9af9f500b of len 7)
char 1614 => uni253A (lookup at 0x7fe9af9f500b of len 7)
char 1615 => uni253B (lookup at 0x7fe9af9f500b of len 7)
char 1616 => uni253C (lookup at 0x7fe9af9f500b of len 7)
char 1617 => uni253D (lookup at 0x7fe9af9f500b of len 7)
char 1618 => uni253E (lookup at 0x7fe9af9f500b of len 7)
char 1619 => uni253F (lookup at 0x7fe9af9f500b of len 7)
char 1620 => uni2540 (lookup at 0x7fe9af9f500b of len 7)
char 1621 => uni2541 (lookup at 0x7fe9af9f500b of len 7)
char 1622 => uni2542 (lookup at 0x7fe9af9f500b of len 7)
char 1623 => uni2543 (lookup at 0x7fe9af9f500b of len 7)
char 1624 => uni2544 (lookup at 0x7fe9af9f500b of len 7)
char 1625 => uni2545 (lookup at 0x7fe9af9f500b of len 7)
char 1626 => uni2546 (lookup at 0x7fe9af9f500b of len 7)
char 1627 => uni2547 (lookup at 0x7fe9af9f500b of len 7)
char 1628 => uni2548 (lookup at 0x7fe9af9f500b of len 7)
char 1629 => uni2549 (lookup at 0x7fe9af9f500b of len 7)
char 1630 => uni254A (lookup at 0x7fe9af9f500b of len 7)
char 1631 => uni254B (lookup at 0x7fe9af9f500b of len 7)
char 1632 => uni254C (lookup at 0x7fe9af9f500b of len 7)
char 1633 => uni254D (lookup at 0x7fe9af9f500b of len 7)
char 1634 => uni254E (lookup at 0x7fe9af9f500b of len 7)
char 1635 => uni254F (lookup at 0x7fe9af9f500b of len 7)
char 1636 => uni2550 (lookup at 0x7fe9af9f500b of len 7)
char 1637 => uni2551 (lookup at 0x7fe9af9f500b of len 7)
char 1638 => uni2552 (lookup at 0x7fe9af9f500b of len 7)
char 1639 => uni2553 (lookup at 0x7fe9af9f500b of len 7)
char 1640 => uni2554 (lookup at 0x7fe9af9f500b of len 7)
char 1641 => uni2555 (lookup at 0x7fe9af9f500b of len 7)
char 1642 => uni2556 (lookup at 0x7fe9af9f500b of len 7)
char 1643 => uni2557 (lookup at 0x7fe9af9f500b of len 7)
char 1644 => uni2558 (lookup at 0x7fe9af9f500b of len 7)
char 1645 => uni2559 (lookup at 0x7fe9af9f500b of len 7)
char 1646 => uni255A (lookup at 0x7fe9af9f500b of len 7)
char 1647 => uni255B (lookup at 0x7fe9af9f500b of len 7)
char 1648 => uni255C (lookup at 0x7fe9af9f500b of len 7)
char 1649 => uni255D (lookup at 0x7fe9af9f500b of len 7)
char 1650 => uni255E (lookup at 0x7fe9af9f500b of len 7)
char 1651 => uni255F (lookup at 0x7fe9af9f500b of len 7)
char 1652 => uni2560 (lookup at 0x7fe9af9f500b of len 7)
char 1653 => uni2561 (lookup at 0x7fe9af9f500b of len 7)
char 1654 => uni2562 (lookup at 0x7fe9af9f500b of len 7)
char 1655 => uni2563 (lookup at 0x7fe9af9f500b of len 7)
char 1656 => uni2564 (lookup at 0x7fe9af9f500b of len 7)
char 1657 => uni2565 (lookup at 0x7fe9af9f500b of len 7)
char 1658 => uni2566 (lookup at 0x7fe9af9f500b of len 7)
char 1659 => uni2567 (lookup at 0x7fe9af9f500b of len 7)
char 1660 => uni2568 (lookup at 0x7fe9af9f500b of len 7)
char 1661 => uni2569 (lookup at 0x7fe9af9f500b of len 7)
char 1662 => uni256A (lookup at 0x7fe9af9f500b of len 7)
char 1663 => uni256B (lookup at 0x7fe9af9f500b of len 7)
char 1664 => uni256C (lookup at 0x7fe9af9f500b of len 7)
char 1665 => uni256D (lookup at 0x7fe9af9f500b of len 7)
char 1666 => uni256E (lookup at 0x7fe9af9f500b of len 7)
char 1667 => uni256F (lookup at 0x7fe9af9f500b of len 7)
char 1668 => uni2570 (lookup at 0x7fe9af9f500b of len 7)
char 1669 => uni2571 (lookup at 0x7fe9af9f500b of len 7)
char 1670 => uni2572 (lookup at 0x7fe9af9f500b of len 7)
char 1671 => uni2573 (lookup at 0x7fe9af9f500b of len 7)
char 1672 => uni2574 (lookup at 0x7fe9af9f500b of len 7)
char 1673 => uni2575 (lookup at 0x7fe9af9f500b of len 7)
char 1674 => uni2576 (lookup at 0x7fe9af9f500b of len 7)
char 1675 => uni2577 (lookup at 0x7fe9af9f500b of len 7)
char 1676 => uni2578 (lookup at 0x7fe9af9f500b of len 7)
char 1677 => uni2579 (lookup at 0x7fe9af9f500b of len 7)
char 1678 => uni257A (lookup at 0x7fe9af9f500b of len 7)
char 1679 => uni257B (lookup at 0x7fe9af9f500b of len 7)
char 1680 => uni257C (lookup at 0x7fe9af9f500b of len 7)
char 1681 => uni257D (lookup at 0x7fe9af9f500b of len 7)
char 1682 => uni257E (lookup at 0x7fe9af9f500b of len 7)
char 1683 => uni257F (lookup at 0x7fe9af9f500b of len 7)
char 1684 => uni2580 (lookup at 0x7fe9af9f500b of len 7)
char 1685 => uni2581 (lookup at 0x7fe9af9f500b of len 7)
char 1686 => uni2582 (lookup at 0x7fe9af9f500b of len 7)
char 1687 => uni2583 (lookup at 0x7fe9af9f500b of len 7)
char 1688 => uni2584 (lookup at 0x7fe9af9f500b of len 7)
char 1689 => uni2585 (lookup at 0x7fe9af9f500b of len 7)
char 1690 => uni2586 (lookup at 0x7fe9af9f500b of len 7)
char 1691 => uni2587 (lookup at 0x7fe9af9f500b of len 7)
char 1692 => uni2588 (lookup at 0x7fe9af9f500b of len 7)
char 1693 => uni2589 (lookup at 0x7fe9af9f500b of len 7)
char 1694 => uni258A (lookup at 0x7fe9af9f500b of len 7)
char 1695 => uni258B (lookup at 0x7fe9af9f500b of len 7)
char 1696 => uni258C (lookup at 0x7fe9af9f500b of len 7)
char 1697 => uni258D (lookup at 0x7fe9af9f500b of len 7)
char 1698 => uni258E (lookup at 0x7fe9af9f500b of len 7)
char 1699 => uni258F (lookup at 0x7fe9af9f500b of len 7)
char 1700 => uni2590 (lookup at 0x7fe9af9f500b of len 7)
char 1701 => uni2591 (lookup at 0x7fe9af9f500b of len 7)
char 1702 => uni2592 (lookup at 0x7fe9af9f500b of len 7)
char 1703 => uni2593 (lookup at 0x7fe9af9f500b of len 7)
char 1704 => uni2594 (lookup at 0x7fe9af9f500b of len 7)
char 1705 => uni2595 (lookup at 0x7fe9af9f500b of len 7)
char 1706 => uni2596 (lookup at 0x7fe9af9f500b of len 7)
char 1707 => uni2597 (lookup at 0x7fe9af9f500b of len 7)
char 1708 => uni2598 (lookup at 0x7fe9af9f500b of len 7)
char 1709 => uni2599 (lookup at 0x7fe9af9f500b of len 7)
char 1710 => uni259A (lookup at 0x7fe9af9f500b of len 7)
char 1711 => uni259B (lookup at 0x7fe9af9f500b of len 7)
char 1712 => uni259C (lookup at 0x7fe9af9f500b of len 7)
char 1713 => uni259D (lookup at 0x7fe9af9f500b of len 7)
char 1714 => uni259E (lookup at 0x7fe9af9f500b of len 7)
char 1715 => uni259F (lookup at 0x7fe9af9f500b of len 7)
char 1716 => uni202F (lookup at 0x7fe9af9f500b of len 7)
char 1717 => uniFEFF (lookup at 0x7fe9af9f500b of len 7)
char 1718 => uniFE0E (lookup at 0x7fe9af9f500b of len 7)
char 1719 => uniFE0F (lookup at 0x7fe9af9f500b of len 7)
char 1720 => u1F3B5 (lookup at 0x7fe9af9f500b of len 6)
char 1721 => u1F3B6 (lookup at 0x7fe9af9f500b of len 6)
char 1722 => u1F3B5_uniFE0F (lookup at 0x7fe9af9f500b of len 14)
char 1723 => u1F3B6_uniFE0F (lookup at 0x7fe9af9f500b of len 14)
char 1724 => uni2611_uniFE0F (lookup at 0x7fe9af9f500b of len 15)
char 1725 => uni2713_uniFE0F (lookup at 0x7fe9af9f500b of len 15)
char 1726 => uni2665_uniFE0F (lookup at 0x7fe9af9f500b of len 15)
char 1727 => uni2663_uniFE0F (lookup at 0x7fe9af9f500b of len 15)
char 1728 => uni2666_uniFE0F (lookup at 0x7fe9af9f500b of len 15)
char 1729 => uni2660_uniFE0F (lookup at 0x7fe9af9f500b of len 15)
char 1730 => uni263A_uniFE0F (lookup at 0x7fe9af9f500b of len 15)
char 1731 => uni263B_uniFE0F (lookup at 0x7fe9af9f500b of len 15)
char 1732 => uni2764_uniFE0F (lookup at 0x7fe9af9f500b of len 15)
char 1733 => uni2615_uniFE0F (lookup at 0x7fe9af9f500b of len 15)
char 1734 => u1F4A9_uniFE0F (lookup at 0x7fe9af9f500b of len 14)
char 1735 => u1F916_uniFE0F (lookup at 0x7fe9af9f500b of len 14)
char 1736 => u1F512_uniFE0F (lookup at 0x7fe9af9f500b of len 14)
char 1737 => f_i (lookup at 0x7fe9af9f500b of len 3)
char 1738 => f_l (lookup at 0x7fe9af9f500b of len 3)
char 1739 => uniE0A0 (lookup at 0x7fe9af9f500b of len 7)
char 1740 => uniE0A1 (lookup at 0x7fe9af9f500b of len 7)
char 1741 => uniE0A2 (lookup at 0x7fe9af9f500b of len 7)
char 1742 => uniE0B0 (lookup at 0x7fe9af9f500b of len 7)
char 1743 => uniE0B1 (lookup at 0x7fe9af9f500b of len 7)
char 1744 => uniE0B2 (lookup at 0x7fe9af9f500b of len 7)
char 1745 => uniE0B3 (lookup at 0x7fe9af9f500b of len 7)
--- end processing charset ---
=== end processing CFF table ===
            • ... G. Branden Robinson
        • ... Deri via discussion of the GNU roff typesetting system and related software
          • ... onf
            • ... onf
            • ... Deri via discussion of the GNU roff typesetting system and related software
    • ... Damian McGuckin
  • ... onf
  • ... onf
  • ... onf
    • ... Deri via discussion of the GNU roff typesetting system and related software
      • ... onf
        • ... Deri via discussion of the GNU roff typesetting system and related software

Reply via email to