-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFiraCode-SemiBold.sfd
8490 lines (8488 loc) · 364 KB
/
FiraCode-SemiBold.sfd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
SplineFontDB: 3.2
FontName: FiraCodeNFM-SemBd
FullName: FiraCode Nerd Font Mono SemBd
FamilyName: FiraCode Nerd Font Mono SemBd
Weight: Demi
Copyright: Copyright 2014-2021 The Fira Code Project Authors (https://github.com/tonsky/FiraCode)
UComments: "Patched with 'Nerd Fonts Patcher' (https://github.com/ryanoasis/nerd-fonts)+AAoACgAA* Website: https://www.nerdfonts.com+AAoA* Version: 3.0.2+AAoA* Development Website: https://github.com/ryanoasis/nerd-fonts+AAoA* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/-/changelog.md"
FontLog: "Patched with 'Nerd Fonts Patcher' (https://github.com/ryanoasis/nerd-fonts)+AAoACgAA* Website: https://www.nerdfonts.com+AAoA* Version: 3.0.2+AAoA* Development Website: https://github.com/ryanoasis/nerd-fonts+AAoA* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/-/changelog.md"
Version: 6.002;Nerd Fonts 3.0.2
ItalicAngle: 0
UnderlinePosition: -125
UnderlineWidth: 50
Ascent: 1560
Descent: 390
InvalidEm: 0
sfntRevision: 0x00060083
LayerCount: 2
Layer: 0 1 "Back" 1
Layer: 1 1 "Fore" 0
XUID: [1021 448 2125700807 11557775]
StyleMap: 0x0000
FSType: 0
OS2Version: 4
OS2_WeightWidthSlopeOnly: 1
OS2_UseTypoMetrics: 1
CreationTime: 1638550126
ModificationTime: 1694094581
PfmFamily: 17
TTFWeight: 600
TTFWidth: 5
LineGap: 0
VLineGap: 0
Panose: 2 0 0 9 0 0 0 0 0 0
OS2TypoAscent: 1800
OS2TypoAOffset: 0
OS2TypoDescent: -600
OS2TypoDOffset: 0
OS2TypoLinegap: 0
OS2WinAscent: 1800
OS2WinAOffset: 0
OS2WinDescent: 600
OS2WinDOffset: 0
HheadAscent: 1800
HheadAOffset: 0
HheadDescent: -600
HheadDOffset: 0
OS2SubXSize: 1268
OS2SubYSize: 1170
OS2SubXOff: 0
OS2SubYOff: 146
OS2SupXSize: 1268
OS2SupYSize: 1170
OS2SupXOff: 0
OS2SupYOff: 683
OS2StrikeYSize: 50
OS2StrikeYPos: 318
OS2CapHeight: 1383
OS2XHeight: 1059
OS2Vendor: 'CTDB'
OS2CodePages: 6000009f.dfd70000
OS2UnicodeRanges: e00002ef.1201f9fb.02002038.00000000
Lookup: 1 0 0 "'aalt' Access All Alternates lookup 0" { "'aalt' Access All Alternates lookup 0 subtable" } ['aalt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 3 0 0 "'aalt' Access All Alternates lookup 1" { "'aalt' Access All Alternates lookup 1 subtable" } ['aalt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'subs' Subscript lookup 2" { "'subs' Subscript lookup 2 subtable" ("inferior") } ['subs' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'sups' Superscript lookup 3" { "'sups' Superscript lookup 3 subtable" ("superior") } ['sups' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'numr' Numerators lookup 4" { "'numr' Numerators lookup 4 subtable" } ['numr' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'dnom' Denominators lookup 5" { "'dnom' Denominators lookup 5 subtable" } ['dnom' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'frac' Diagonal Fractions lookup 6" { "'frac' Diagonal Fractions lookup 6 subtable" } ['frac' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'frac' Diagonal Fractions lookup 7" { "'frac' Diagonal Fractions lookup 7 subtable" } ['frac' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 6 0 0 "'frac' Diagonal Fractions lookup 8" { "'frac' Diagonal Fractions lookup 8 contextual 0" "'frac' Diagonal Fractions lookup 8 contextual 1" } ['frac' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 9" { "Single Substitution lookup 9 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 10" { "Single Substitution lookup 10 subtable" } []
Lookup: 6 0 0 "'ordn' Ordinals lookup 11" { "'ordn' Ordinals lookup 11 contextual 0" "'ordn' Ordinals lookup 11 contextual 1" } ['ordn' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 12" { "Single Substitution lookup 12 subtable" } []
Lookup: 4 0 0 "'ordn' Ordinals lookup 13" { "'ordn' Ordinals lookup 13 subtable" } ['ordn' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'tnum' Tabular Numbers lookup 14" { "'tnum' Tabular Numbers lookup 14 subtable" } ['tnum' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'onum' Oldstyle Figures lookup 15" { "'onum' Oldstyle Figures lookup 15 subtable" ("oldstyle") } ['onum' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'case' Case-Sensitive Forms lookup 16" { "'case' Case-Sensitive Forms lookup 16 subtable" } ['case' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'locl' Localized Forms in Latin lookup 17" { "'locl' Localized Forms in Latin lookup 17 subtable" } ['locl' ('latn' <'TAT ' > ) ]
Lookup: 1 0 0 "'locl' Localized Forms in Latin lookup 18" { "'locl' Localized Forms in Latin lookup 18 subtable" } ['locl' ('latn' <'TRK ' > ) ]
Lookup: 1 0 0 "'locl' Localized Forms in Latin lookup 19" { "'locl' Localized Forms in Latin lookup 19 subtable" } ['locl' ('latn' <'MOL ' > ) ]
Lookup: 1 0 0 "'locl' Localized Forms in Latin lookup 20" { "'locl' Localized Forms in Latin lookup 20 subtable" } ['locl' ('latn' <'ROM ' > ) ]
Lookup: 1 0 0 "'locl' Localized Forms in Latin lookup 21" { "'locl' Localized Forms in Latin lookup 21 subtable" } ['locl' ('latn' <'KAZ ' > ) ]
Lookup: 1 0 0 "'locl' Localized Forms in Latin lookup 22" { "'locl' Localized Forms in Latin lookup 22 subtable" } ['locl' ('latn' <'PLK ' > ) ]
Lookup: 1 0 0 "'locl' Localized Forms in Latin lookup 23" { "'locl' Localized Forms in Latin lookup 23 subtable" } ['locl' ('latn' <'AZE ' > ) ]
Lookup: 6 0 0 "'locl' Localized Forms in Latin lookup 24" { "'locl' Localized Forms in Latin lookup 24 subtable" } ['locl' ('latn' <'CAT ' > ) ]
Lookup: 4 0 0 "Ligature Substitution lookup 25" { "Ligature Substitution lookup 25 subtable" } []
Lookup: 4 0 0 "Ligature Substitution lookup 26" { "Ligature Substitution lookup 26 subtable" } []
Lookup: 1 0 0 "'locl' Localized Forms in Latin lookup 27" { "'locl' Localized Forms in Latin lookup 27 subtable" } ['locl' ('latn' <'CRT ' > ) ]
Lookup: 4 0 0 "'locl' Localized Forms in Latin lookup 28" { "'locl' Localized Forms in Latin lookup 28 subtable" } ['locl' ('latn' <'AFK ' > ) ]
Lookup: 1 0 0 "'zero' Slashed Zero lookup 29" { "'zero' Slashed Zero lookup 29 subtable" } ['zero' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 30" { "'calt' Contextual Alternates lookup 30 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 31" { "Single Substitution lookup 31 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 32" { "'calt' Contextual Alternates lookup 32 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 33" { "Single Substitution lookup 33 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 34" { "Single Substitution lookup 34 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 35" { "Single Substitution lookup 35 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 36" { "'calt' Contextual Alternates lookup 36 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 37" { "Single Substitution lookup 37 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 38" { "Single Substitution lookup 38 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 39" { "Single Substitution lookup 39 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 40" { "'calt' Contextual Alternates lookup 40 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 41" { "Single Substitution lookup 41 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 42" { "Single Substitution lookup 42 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 43" { "'calt' Contextual Alternates lookup 43 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 44" { "Single Substitution lookup 44 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 45" { "Single Substitution lookup 45 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 46" { "'calt' Contextual Alternates lookup 46 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 47" { "Single Substitution lookup 47 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 48" { "'calt' Contextual Alternates lookup 48 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 49" { "Single Substitution lookup 49 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 50" { "'calt' Contextual Alternates lookup 50 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 51" { "Single Substitution lookup 51 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 52" { "Single Substitution lookup 52 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 53" { "Single Substitution lookup 53 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 54" { "'calt' Contextual Alternates lookup 54 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 55" { "Single Substitution lookup 55 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 56" { "Single Substitution lookup 56 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 57" { "Single Substitution lookup 57 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 58" { "'calt' Contextual Alternates lookup 58 contextual 0" "'calt' Contextual Alternates lookup 58 contextual 1" "'calt' Contextual Alternates lookup 58 contextual 2" "'calt' Contextual Alternates lookup 58 contextual 3" "'calt' Contextual Alternates lookup 58 contextual 4" "'calt' Contextual Alternates lookup 58 contextual 5" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 59" { "Single Substitution lookup 59 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 60" { "Single Substitution lookup 60 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 61" { "Single Substitution lookup 61 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 62" { "'calt' Contextual Alternates lookup 62 contextual 0" "'calt' Contextual Alternates lookup 62 contextual 1" "'calt' Contextual Alternates lookup 62 contextual 2" "'calt' Contextual Alternates lookup 62 contextual 3" "'calt' Contextual Alternates lookup 62 contextual 4" "'calt' Contextual Alternates lookup 62 contextual 5" "'calt' Contextual Alternates lookup 62 contextual 6" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 63" { "Single Substitution lookup 63 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 64" { "Single Substitution lookup 64 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 65" { "'calt' Contextual Alternates lookup 65 contextual 0" "'calt' Contextual Alternates lookup 65 contextual 1" "'calt' Contextual Alternates lookup 65 contextual 2" "'calt' Contextual Alternates lookup 65 contextual 3" "'calt' Contextual Alternates lookup 65 contextual 4" "'calt' Contextual Alternates lookup 65 contextual 5" "'calt' Contextual Alternates lookup 65 contextual 6" "'calt' Contextual Alternates lookup 65 contextual 7" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 66" { "Single Substitution lookup 66 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 67" { "Single Substitution lookup 67 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 68" { "'calt' Contextual Alternates lookup 68 contextual 0" "'calt' Contextual Alternates lookup 68 contextual 1" "'calt' Contextual Alternates lookup 68 contextual 2" "'calt' Contextual Alternates lookup 68 contextual 3" "'calt' Contextual Alternates lookup 68 contextual 4" "'calt' Contextual Alternates lookup 68 contextual 5" "'calt' Contextual Alternates lookup 68 contextual 6" "'calt' Contextual Alternates lookup 68 contextual 7" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 69" { "Single Substitution lookup 69 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 70" { "Single Substitution lookup 70 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 71" { "'calt' Contextual Alternates lookup 71 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 72" { "Single Substitution lookup 72 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 73" { "Single Substitution lookup 73 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 74" { "'calt' Contextual Alternates lookup 74 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 75" { "Single Substitution lookup 75 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 76" { "Single Substitution lookup 76 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 77" { "'calt' Contextual Alternates lookup 77 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 78" { "Single Substitution lookup 78 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 79" { "Single Substitution lookup 79 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 80" { "Single Substitution lookup 80 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 81" { "'calt' Contextual Alternates lookup 81 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 82" { "Single Substitution lookup 82 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 83" { "Single Substitution lookup 83 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 84" { "Single Substitution lookup 84 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 85" { "'calt' Contextual Alternates lookup 85 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 86" { "Single Substitution lookup 86 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 87" { "Single Substitution lookup 87 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 88" { "'calt' Contextual Alternates lookup 88 contextual 0" "'calt' Contextual Alternates lookup 88 contextual 1" "'calt' Contextual Alternates lookup 88 contextual 2" "'calt' Contextual Alternates lookup 88 contextual 3" "'calt' Contextual Alternates lookup 88 contextual 4" "'calt' Contextual Alternates lookup 88 contextual 5" "'calt' Contextual Alternates lookup 88 contextual 6" "'calt' Contextual Alternates lookup 88 contextual 7" "'calt' Contextual Alternates lookup 88 contextual 8" "'calt' Contextual Alternates lookup 88 contextual 9" "'calt' Contextual Alternates lookup 88 contextual 10" "'calt' Contextual Alternates lookup 88 contextual 11" "'calt' Contextual Alternates lookup 88 contextual 12" "'calt' Contextual Alternates lookup 88 contextual 13" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 89" { "Single Substitution lookup 89 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 90" { "Single Substitution lookup 90 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 91" { "Single Substitution lookup 91 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 92" { "'calt' Contextual Alternates lookup 92 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 93" { "Single Substitution lookup 93 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 94" { "Single Substitution lookup 94 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 95" { "'calt' Contextual Alternates lookup 95 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 96" { "Single Substitution lookup 96 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 97" { "Single Substitution lookup 97 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 98" { "'calt' Contextual Alternates lookup 98 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 99" { "Single Substitution lookup 99 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 100" { "Single Substitution lookup 100 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 101" { "'calt' Contextual Alternates lookup 101 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 102" { "Single Substitution lookup 102 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 103" { "'calt' Contextual Alternates lookup 103 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 104" { "Single Substitution lookup 104 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 105" { "'calt' Contextual Alternates lookup 105 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 106" { "Single Substitution lookup 106 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 107" { "'calt' Contextual Alternates lookup 107 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 108" { "Single Substitution lookup 108 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 109" { "'calt' Contextual Alternates lookup 109 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 110" { "Single Substitution lookup 110 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 111" { "'calt' Contextual Alternates lookup 111 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 112" { "Single Substitution lookup 112 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 113" { "'calt' Contextual Alternates lookup 113 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 114" { "Single Substitution lookup 114 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 115" { "Single Substitution lookup 115 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 116" { "'calt' Contextual Alternates lookup 116 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 117" { "Single Substitution lookup 117 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 118" { "Single Substitution lookup 118 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 119" { "'calt' Contextual Alternates lookup 119 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 120" { "Single Substitution lookup 120 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 121" { "Single Substitution lookup 121 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 122" { "Single Substitution lookup 122 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 123" { "'calt' Contextual Alternates lookup 123 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 124" { "Single Substitution lookup 124 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 125" { "Single Substitution lookup 125 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 126" { "Single Substitution lookup 126 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 127" { "'calt' Contextual Alternates lookup 127 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 128" { "Single Substitution lookup 128 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 129" { "Single Substitution lookup 129 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 130" { "Single Substitution lookup 130 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 131" { "'calt' Contextual Alternates lookup 131 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 132" { "Single Substitution lookup 132 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 133" { "Single Substitution lookup 133 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 134" { "Single Substitution lookup 134 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 135" { "'calt' Contextual Alternates lookup 135 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 136" { "Single Substitution lookup 136 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 137" { "Single Substitution lookup 137 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 138" { "'calt' Contextual Alternates lookup 138 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 139" { "Single Substitution lookup 139 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 140" { "'calt' Contextual Alternates lookup 140 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 141" { "Single Substitution lookup 141 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 142" { "Single Substitution lookup 142 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 143" { "'calt' Contextual Alternates lookup 143 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 144" { "Single Substitution lookup 144 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 145" { "'calt' Contextual Alternates lookup 145 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 146" { "Single Substitution lookup 146 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 147" { "'calt' Contextual Alternates lookup 147 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 148" { "Single Substitution lookup 148 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 149" { "'calt' Contextual Alternates lookup 149 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 150" { "Single Substitution lookup 150 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 151" { "Single Substitution lookup 151 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 152" { "'calt' Contextual Alternates lookup 152 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 153" { "Single Substitution lookup 153 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 154" { "'calt' Contextual Alternates lookup 154 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 155" { "Single Substitution lookup 155 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 156" { "'calt' Contextual Alternates lookup 156 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 157" { "Single Substitution lookup 157 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 158" { "'calt' Contextual Alternates lookup 158 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 159" { "Single Substitution lookup 159 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 160" { "'calt' Contextual Alternates lookup 160 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 161" { "Single Substitution lookup 161 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 162" { "'calt' Contextual Alternates lookup 162 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 163" { "Single Substitution lookup 163 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 164" { "'calt' Contextual Alternates lookup 164 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 165" { "Single Substitution lookup 165 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 166" { "'calt' Contextual Alternates lookup 166 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 167" { "Single Substitution lookup 167 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 168" { "Single Substitution lookup 168 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 169" { "'calt' Contextual Alternates lookup 169 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 170" { "Single Substitution lookup 170 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 171" { "'calt' Contextual Alternates lookup 171 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 172" { "Single Substitution lookup 172 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 173" { "'calt' Contextual Alternates lookup 173 contextual 0" "'calt' Contextual Alternates lookup 173 contextual 1" "'calt' Contextual Alternates lookup 173 contextual 2" "'calt' Contextual Alternates lookup 173 contextual 3" "'calt' Contextual Alternates lookup 173 contextual 4" "'calt' Contextual Alternates lookup 173 contextual 5" "'calt' Contextual Alternates lookup 173 contextual 6" "'calt' Contextual Alternates lookup 173 contextual 7" "'calt' Contextual Alternates lookup 173 contextual 8" "'calt' Contextual Alternates lookup 173 contextual 9" "'calt' Contextual Alternates lookup 173 contextual 10" "'calt' Contextual Alternates lookup 173 contextual 11" "'calt' Contextual Alternates lookup 173 contextual 12" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 174" { "Single Substitution lookup 174 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 175" { "Single Substitution lookup 175 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 176" { "'calt' Contextual Alternates lookup 176 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 177" { "Single Substitution lookup 177 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 178" { "'calt' Contextual Alternates lookup 178 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 179" { "Single Substitution lookup 179 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 180" { "Single Substitution lookup 180 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 181" { "'calt' Contextual Alternates lookup 181 contextual 0" "'calt' Contextual Alternates lookup 181 contextual 1" "'calt' Contextual Alternates lookup 181 contextual 2" "'calt' Contextual Alternates lookup 181 contextual 3" "'calt' Contextual Alternates lookup 181 contextual 4" "'calt' Contextual Alternates lookup 181 contextual 5" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 182" { "Single Substitution lookup 182 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 183" { "'calt' Contextual Alternates lookup 183 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 184" { "Single Substitution lookup 184 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 185" { "'calt' Contextual Alternates lookup 185 contextual 0" "'calt' Contextual Alternates lookup 185 contextual 1" "'calt' Contextual Alternates lookup 185 contextual 2" "'calt' Contextual Alternates lookup 185 contextual 3" "'calt' Contextual Alternates lookup 185 contextual 4" "'calt' Contextual Alternates lookup 185 contextual 5" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 186" { "Single Substitution lookup 186 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 187" { "Single Substitution lookup 187 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 188" { "'calt' Contextual Alternates lookup 188 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 189" { "Single Substitution lookup 189 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 190" { "'calt' Contextual Alternates lookup 190 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 191" { "Single Substitution lookup 191 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 192" { "'calt' Contextual Alternates lookup 192 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 193" { "Single Substitution lookup 193 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 194" { "'calt' Contextual Alternates lookup 194 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 195" { "Single Substitution lookup 195 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 196" { "'calt' Contextual Alternates lookup 196 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 197" { "Single Substitution lookup 197 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 198" { "'calt' Contextual Alternates lookup 198 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 199" { "Single Substitution lookup 199 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 200" { "'calt' Contextual Alternates lookup 200 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 201" { "Single Substitution lookup 201 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 202" { "'calt' Contextual Alternates lookup 202 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 203" { "Single Substitution lookup 203 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 204" { "'calt' Contextual Alternates lookup 204 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 205" { "Single Substitution lookup 205 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 206" { "'calt' Contextual Alternates lookup 206 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 207" { "Single Substitution lookup 207 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 208" { "'calt' Contextual Alternates lookup 208 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 209" { "Single Substitution lookup 209 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 210" { "'calt' Contextual Alternates lookup 210 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 211" { "Single Substitution lookup 211 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 212" { "'calt' Contextual Alternates lookup 212 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 213" { "Single Substitution lookup 213 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 214" { "'calt' Contextual Alternates lookup 214 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 215" { "Single Substitution lookup 215 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 216" { "'calt' Contextual Alternates lookup 216 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 217" { "Single Substitution lookup 217 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 218" { "'calt' Contextual Alternates lookup 218 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 219" { "Single Substitution lookup 219 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 220" { "Single Substitution lookup 220 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 221" { "'calt' Contextual Alternates lookup 221 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 222" { "Single Substitution lookup 222 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 223" { "Single Substitution lookup 223 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 224" { "'calt' Contextual Alternates lookup 224 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 225" { "Single Substitution lookup 225 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 226" { "'calt' Contextual Alternates lookup 226 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 227" { "Single Substitution lookup 227 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 228" { "'calt' Contextual Alternates lookup 228 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 229" { "Single Substitution lookup 229 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 230" { "Single Substitution lookup 230 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 231" { "'calt' Contextual Alternates lookup 231 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 232" { "Single Substitution lookup 232 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 233" { "'calt' Contextual Alternates lookup 233 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 234" { "Single Substitution lookup 234 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 235" { "'calt' Contextual Alternates lookup 235 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 236" { "Single Substitution lookup 236 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 237" { "Single Substitution lookup 237 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 238" { "'calt' Contextual Alternates lookup 238 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 239" { "Single Substitution lookup 239 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 240" { "Single Substitution lookup 240 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 241" { "'calt' Contextual Alternates lookup 241 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 242" { "Single Substitution lookup 242 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 243" { "'calt' Contextual Alternates lookup 243 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 244" { "Single Substitution lookup 244 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 245" { "'calt' Contextual Alternates lookup 245 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 246" { "Single Substitution lookup 246 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 247" { "Single Substitution lookup 247 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 248" { "'calt' Contextual Alternates lookup 248 contextual 0" "'calt' Contextual Alternates lookup 248 contextual 1" "'calt' Contextual Alternates lookup 248 contextual 2" "'calt' Contextual Alternates lookup 248 contextual 3" "'calt' Contextual Alternates lookup 248 contextual 4" "'calt' Contextual Alternates lookup 248 contextual 5" "'calt' Contextual Alternates lookup 248 contextual 6" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 249" { "Single Substitution lookup 249 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 250" { "Single Substitution lookup 250 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 251" { "'calt' Contextual Alternates lookup 251 contextual 0" "'calt' Contextual Alternates lookup 251 contextual 1" "'calt' Contextual Alternates lookup 251 contextual 2" "'calt' Contextual Alternates lookup 251 contextual 3" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 252" { "Single Substitution lookup 252 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 253" { "'calt' Contextual Alternates lookup 253 contextual 0" "'calt' Contextual Alternates lookup 253 contextual 1" "'calt' Contextual Alternates lookup 253 contextual 2" "'calt' Contextual Alternates lookup 253 contextual 3" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 254" { "Single Substitution lookup 254 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 255" { "'calt' Contextual Alternates lookup 255 contextual 0" "'calt' Contextual Alternates lookup 255 contextual 1" "'calt' Contextual Alternates lookup 255 contextual 2" "'calt' Contextual Alternates lookup 255 contextual 3" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 256" { "Single Substitution lookup 256 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 257" { "Single Substitution lookup 257 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 258" { "Single Substitution lookup 258 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 259" { "Single Substitution lookup 259 subtable" } []
Lookup: 2 0 0 "'calt' Contextual Alternates lookup 260" { "'calt' Contextual Alternates lookup 260 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 261" { "'calt' Contextual Alternates lookup 261 contextual 0" "'calt' Contextual Alternates lookup 261 contextual 1" "'calt' Contextual Alternates lookup 261 contextual 2" "'calt' Contextual Alternates lookup 261 contextual 3" "'calt' Contextual Alternates lookup 261 contextual 4" "'calt' Contextual Alternates lookup 261 contextual 5" "'calt' Contextual Alternates lookup 261 contextual 6" "'calt' Contextual Alternates lookup 261 contextual 7" "'calt' Contextual Alternates lookup 261 contextual 8" "'calt' Contextual Alternates lookup 261 contextual 9" "'calt' Contextual Alternates lookup 261 contextual 10" "'calt' Contextual Alternates lookup 261 contextual 11" "'calt' Contextual Alternates lookup 261 contextual 12" "'calt' Contextual Alternates lookup 261 contextual 13" "'calt' Contextual Alternates lookup 261 contextual 14" "'calt' Contextual Alternates lookup 261 contextual 15" "'calt' Contextual Alternates lookup 261 contextual 16" "'calt' Contextual Alternates lookup 261 contextual 17" "'calt' Contextual Alternates lookup 261 contextual 18" "'calt' Contextual Alternates lookup 261 contextual 19" "'calt' Contextual Alternates lookup 261 contextual 20" "'calt' Contextual Alternates lookup 261 contextual 21" "'calt' Contextual Alternates lookup 261 contextual 22" "'calt' Contextual Alternates lookup 261 contextual 23" "'calt' Contextual Alternates lookup 261 contextual 24" "'calt' Contextual Alternates lookup 261 contextual 25" "'calt' Contextual Alternates lookup 261 contextual 26" "'calt' Contextual Alternates lookup 261 contextual 27" "'calt' Contextual Alternates lookup 261 contextual 28" "'calt' Contextual Alternates lookup 261 contextual 29" "'calt' Contextual Alternates lookup 261 contextual 30" "'calt' Contextual Alternates lookup 261 contextual 31" "'calt' Contextual Alternates lookup 261 contextual 32" "'calt' Contextual Alternates lookup 261 contextual 33" "'calt' Contextual Alternates lookup 261 contextual 34" "'calt' Contextual Alternates lookup 261 contextual 35" "'calt' Contextual Alternates lookup 261 contextual 36" "'calt' Contextual Alternates lookup 261 contextual 37" "'calt' Contextual Alternates lookup 261 contextual 38" "'calt' Contextual Alternates lookup 261 contextual 39" "'calt' Contextual Alternates lookup 261 contextual 40" "'calt' Contextual Alternates lookup 261 contextual 41" "'calt' Contextual Alternates lookup 261 contextual 42" "'calt' Contextual Alternates lookup 261 contextual 43" "'calt' Contextual Alternates lookup 261 contextual 44" "'calt' Contextual Alternates lookup 261 contextual 45" "'calt' Contextual Alternates lookup 261 contextual 46" "'calt' Contextual Alternates lookup 261 contextual 47" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 262" { "Single Substitution lookup 262 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 263" { "Single Substitution lookup 263 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 264" { "Single Substitution lookup 264 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 265" { "Single Substitution lookup 265 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 266" { "Single Substitution lookup 266 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 267" { "Single Substitution lookup 267 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 268" { "Single Substitution lookup 268 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 269" { "Single Substitution lookup 269 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 270" { "Single Substitution lookup 270 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 271" { "Single Substitution lookup 271 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 272" { "'calt' Contextual Alternates lookup 272 contextual 0" "'calt' Contextual Alternates lookup 272 contextual 1" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 273" { "Single Substitution lookup 273 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 274" { "'calt' Contextual Alternates lookup 274 contextual 0" "'calt' Contextual Alternates lookup 274 contextual 1" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 275" { "Single Substitution lookup 275 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 276" { "'calt' Contextual Alternates lookup 276 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 277" { "Single Substitution lookup 277 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 278" { "Single Substitution lookup 278 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 279" { "Single Substitution lookup 279 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 280" { "Single Substitution lookup 280 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 281" { "'calt' Contextual Alternates lookup 281 contextual 0" "'calt' Contextual Alternates lookup 281 contextual 1" "'calt' Contextual Alternates lookup 281 contextual 2" "'calt' Contextual Alternates lookup 281 contextual 3" "'calt' Contextual Alternates lookup 281 contextual 4" "'calt' Contextual Alternates lookup 281 contextual 5" "'calt' Contextual Alternates lookup 281 contextual 6" "'calt' Contextual Alternates lookup 281 contextual 7" "'calt' Contextual Alternates lookup 281 contextual 8" "'calt' Contextual Alternates lookup 281 contextual 9" "'calt' Contextual Alternates lookup 281 contextual 10" "'calt' Contextual Alternates lookup 281 contextual 11" "'calt' Contextual Alternates lookup 281 contextual 12" "'calt' Contextual Alternates lookup 281 contextual 13" "'calt' Contextual Alternates lookup 281 contextual 14" "'calt' Contextual Alternates lookup 281 contextual 15" "'calt' Contextual Alternates lookup 281 contextual 16" "'calt' Contextual Alternates lookup 281 contextual 17" "'calt' Contextual Alternates lookup 281 contextual 18" "'calt' Contextual Alternates lookup 281 contextual 19" "'calt' Contextual Alternates lookup 281 contextual 20" "'calt' Contextual Alternates lookup 281 contextual 21" "'calt' Contextual Alternates lookup 281 contextual 22" "'calt' Contextual Alternates lookup 281 contextual 23" "'calt' Contextual Alternates lookup 281 contextual 24" "'calt' Contextual Alternates lookup 281 contextual 25" "'calt' Contextual Alternates lookup 281 contextual 26" "'calt' Contextual Alternates lookup 281 contextual 27" "'calt' Contextual Alternates lookup 281 contextual 28" "'calt' Contextual Alternates lookup 281 contextual 29" "'calt' Contextual Alternates lookup 281 contextual 30" "'calt' Contextual Alternates lookup 281 contextual 31" "'calt' Contextual Alternates lookup 281 contextual 32" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 282" { "Single Substitution lookup 282 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 283" { "Single Substitution lookup 283 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 284" { "Single Substitution lookup 284 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 285" { "Single Substitution lookup 285 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 286" { "Single Substitution lookup 286 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 287" { "Single Substitution lookup 287 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 288" { "Single Substitution lookup 288 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 289" { "Single Substitution lookup 289 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 290" { "Single Substitution lookup 290 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 291" { "'calt' Contextual Alternates lookup 291 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 292" { "Single Substitution lookup 292 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 293" { "Single Substitution lookup 293 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 294" { "'calt' Contextual Alternates lookup 294 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 295" { "Single Substitution lookup 295 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 296" { "Single Substitution lookup 296 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 297" { "'calt' Contextual Alternates lookup 297 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 298" { "Single Substitution lookup 298 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 299" { "Single Substitution lookup 299 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 300" { "'calt' Contextual Alternates lookup 300 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 301" { "Single Substitution lookup 301 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 302" { "Single Substitution lookup 302 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 303" { "'calt' Contextual Alternates lookup 303 subtable" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 304" { "Single Substitution lookup 304 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 305" { "Single Substitution lookup 305 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 306" { "'calt' Contextual Alternates lookup 306 contextual 0" "'calt' Contextual Alternates lookup 306 contextual 1" "'calt' Contextual Alternates lookup 306 contextual 2" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 307" { "Single Substitution lookup 307 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 308" { "Single Substitution lookup 308 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 309" { "Single Substitution lookup 309 subtable" } []
Lookup: 6 0 0 "'calt' Contextual Alternates lookup 310" { "'calt' Contextual Alternates lookup 310 contextual 0" "'calt' Contextual Alternates lookup 310 contextual 1" "'calt' Contextual Alternates lookup 310 contextual 2" "'calt' Contextual Alternates lookup 310 contextual 3" "'calt' Contextual Alternates lookup 310 contextual 4" "'calt' Contextual Alternates lookup 310 contextual 5" } ['calt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 311" { "Single Substitution lookup 311 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 312" { "Single Substitution lookup 312 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 313" { "Single Substitution lookup 313 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 314" { "Single Substitution lookup 314 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 315" { "Single Substitution lookup 315 subtable" } []
Lookup: 1 0 0 "'salt' Stylistic Alternatives lookup 316" { "'salt' Stylistic Alternatives lookup 316 subtable" } ['salt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'ss01' Style Set 1 lookup 317" { "'ss01' Style Set 1 lookup 317 subtable" } ['ss01' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'ss02' Style Set 2 lookup 318" { "'ss02' Style Set 2 lookup 318 subtable" } ['ss02' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'ss03' Style Set 3 lookup 319" { "'ss03' Style Set 3 lookup 319 subtable" } ['ss03' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 6 0 0 "'ss03' Style Set 3 lookup 320" { "'ss03' Style Set 3 lookup 320 contextual 0" "'ss03' Style Set 3 lookup 320 contextual 1" } ['ss03' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 321" { "Single Substitution lookup 321 subtable" } []
Lookup: 1 0 0 "'ss04' Style Set 4 lookup 322" { "'ss04' Style Set 4 lookup 322 subtable" } ['ss04' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'ss05' Style Set 5 lookup 323" { "'ss05' Style Set 5 lookup 323 subtable" } ['ss05' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 6 0 0 "'ss05' Style Set 5 lookup 324" { "'ss05' Style Set 5 lookup 324 subtable" } ['ss05' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 325" { "Single Substitution lookup 325 subtable" } []
Lookup: 6 0 0 "'ss06' Style Set 6 lookup 326" { "'ss06' Style Set 6 lookup 326 subtable" } ['ss06' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 327" { "Single Substitution lookup 327 subtable" } []
Lookup: 6 0 0 "'ss07' Style Set 7 lookup 328" { "'ss07' Style Set 7 lookup 328 subtable" } ['ss07' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 329" { "Single Substitution lookup 329 subtable" } []
Lookup: 6 0 0 "'ss07' Style Set 7 lookup 330" { "'ss07' Style Set 7 lookup 330 subtable" } ['ss07' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 331" { "Single Substitution lookup 331 subtable" } []
Lookup: 1 0 0 "'ss08' Style Set 8 lookup 332" { "'ss08' Style Set 8 lookup 332 subtable" } ['ss08' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 6 0 0 "'ss09' Style Set 9 lookup 333" { "'ss09' Style Set 9 lookup 333 subtable" } ['ss09' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 334" { "Single Substitution lookup 334 subtable" } []
Lookup: 6 0 0 "'ss09' Style Set 9 lookup 335" { "'ss09' Style Set 9 lookup 335 subtable" } ['ss09' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 336" { "Single Substitution lookup 336 subtable" } []
Lookup: 6 0 0 "'ss09' Style Set 9 lookup 337" { "'ss09' Style Set 9 lookup 337 subtable" } ['ss09' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 338" { "Single Substitution lookup 338 subtable" } []
Lookup: 6 0 0 "'ss09' Style Set 9 lookup 339" { "'ss09' Style Set 9 lookup 339 subtable" } ['ss09' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 340" { "Single Substitution lookup 340 subtable" } []
Lookup: 6 0 0 "'ss10' Style Set 10 lookup 341" { "'ss10' Style Set 10 lookup 341 contextual 0" "'ss10' Style Set 10 lookup 341 contextual 1" } ['ss10' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 342" { "Single Substitution lookup 342 subtable" } []
Lookup: 6 0 0 "'ss10' Style Set 10 lookup 343" { "'ss10' Style Set 10 lookup 343 contextual 0" "'ss10' Style Set 10 lookup 343 contextual 1" } ['ss10' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 344" { "Single Substitution lookup 344 subtable" } []
Lookup: 6 0 0 "'ss10' Style Set 10 lookup 345" { "'ss10' Style Set 10 lookup 345 contextual 0" "'ss10' Style Set 10 lookup 345 contextual 1" } ['ss10' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 346" { "Single Substitution lookup 346 subtable" } []
Lookup: 6 0 0 "'ss10' Style Set 10 lookup 347" { "'ss10' Style Set 10 lookup 347 contextual 0" "'ss10' Style Set 10 lookup 347 contextual 1" } ['ss10' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 348" { "Single Substitution lookup 348 subtable" } []
Lookup: 6 0 0 "'ss10' Style Set 10 lookup 349" { "'ss10' Style Set 10 lookup 349 subtable" } ['ss10' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 350" { "Single Substitution lookup 350 subtable" } []
Lookup: 6 0 0 "'ss10' Style Set 10 lookup 351" { "'ss10' Style Set 10 lookup 351 subtable" } ['ss10' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 352" { "Single Substitution lookup 352 subtable" } []
Lookup: 6 0 0 "'ccmp' Glyph Composition/Decomposition lookup 353" { "'ccmp' Glyph Composition/Decomposition lookup 353 contextual 0" "'ccmp' Glyph Composition/Decomposition lookup 353 contextual 1" "'ccmp' Glyph Composition/Decomposition lookup 353 contextual 2" "'ccmp' Glyph Composition/Decomposition lookup 353 contextual 3" } ['ccmp' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 354" { "Single Substitution lookup 354 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 355" { "Single Substitution lookup 355 subtable" } []
Lookup: 6 0 0 "'ccmp' Glyph Composition/Decomposition lookup 356" { "'ccmp' Glyph Composition/Decomposition lookup 356 subtable" } ['ccmp' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 357" { "Single Substitution lookup 357 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 358" { "Single Substitution lookup 358 subtable" } []
Lookup: 1 0 0 "'sinf' Scientific Inferiors lookup 359" { "'sinf' Scientific Inferiors lookup 359 subtable" } ['sinf' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'hwid' Half Widths lookup 360" { "'hwid' Half Widths lookup 360 subtable" ("hw") } ['hwid' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'cv01' Character Variants 01 lookup 361" { "'cv01' Character Variants 01 lookup 361 subtable" } ['cv01' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'cv02' Character Variants 02 lookup 362" { "'cv02' Character Variants 02 lookup 362 subtable" } ['cv02' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'cv03' Character Variants 03 lookup 363" { "'cv03' Character Variants 03 lookup 363 subtable" } ['cv03' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'cv04' Character Variants 04 lookup 364" { "'cv04' Character Variants 04 lookup 364 subtable" } ['cv04' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'cv05' Character Variants 05 lookup 365" { "'cv05' Character Variants 05 lookup 365 subtable" } ['cv05' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'cv06' Character Variants 06 lookup 366" { "'cv06' Character Variants 06 lookup 366 subtable" } ['cv06' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'cv07' Character Variants 07 lookup 367" { "'cv07' Character Variants 07 lookup 367 subtable" } ['cv07' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'cv08' Character Variants 08 lookup 368" { "'cv08' Character Variants 08 lookup 368 subtable" } ['cv08' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'cv09' Character Variants 09 lookup 369" { "'cv09' Character Variants 09 lookup 369 subtable" } ['cv09' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'cv10' Character Variants 10 lookup 370" { "'cv10' Character Variants 10 lookup 370 subtable" } ['cv10' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'cv11' Character Variants 11 lookup 371" { "'cv11' Character Variants 11 lookup 371 subtable" } ['cv11' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'cv12' Character Variants 12 lookup 372" { "'cv12' Character Variants 12 lookup 372 subtable" } ['cv12' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'cv13' Character Variants 13 lookup 373" { "'cv13' Character Variants 13 lookup 373 subtable" } ['cv13' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'cv14' Character Variants 14 lookup 374" { "'cv14' Character Variants 14 lookup 374 subtable" } ['cv14' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'cv15' Character Variants 15 lookup 375" { "'cv15' Character Variants 15 lookup 375 subtable" } ['cv15' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'cv16' Character Variants 16 lookup 376" { "'cv16' Character Variants 16 lookup 376 subtable" } ['cv16' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'cv17' Character Variants 17 lookup 377" { "'cv17' Character Variants 17 lookup 377 subtable" } ['cv17' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'cv18' Character Variants 18 lookup 378" { "'cv18' Character Variants 18 lookup 378 subtable" } ['cv18' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'cv19' Character Variants 19 lookup 379" { "'cv19' Character Variants 19 lookup 379 subtable" } ['cv19' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 6 0 0 "'cv20' Character Variants 20 lookup 380" { "'cv20' Character Variants 20 lookup 380 subtable" } ['cv20' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 381" { "Single Substitution lookup 381 subtable" } []
Lookup: 6 0 0 "'cv21' Character Variants 21 lookup 382" { "'cv21' Character Variants 21 lookup 382 contextual 0" "'cv21' Character Variants 21 lookup 382 contextual 1" "'cv21' Character Variants 21 lookup 382 contextual 2" "'cv21' Character Variants 21 lookup 382 contextual 3" } ['cv21' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 383" { "Single Substitution lookup 383 subtable" } []
Lookup: 6 0 0 "'cv22' Character Variants 22 lookup 384" { "'cv22' Character Variants 22 lookup 384 contextual 0" "'cv22' Character Variants 22 lookup 384 contextual 1" "'cv22' Character Variants 22 lookup 384 contextual 2" "'cv22' Character Variants 22 lookup 384 contextual 3" } ['cv22' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 385" { "Single Substitution lookup 385 subtable" } []
Lookup: 1 0 0 "'cv23' Character Variants 23 lookup 386" { "'cv23' Character Variants 23 lookup 386 subtable" } ['cv23' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 6 0 0 "'cv24' Character Variants 24 lookup 387" { "'cv24' Character Variants 24 lookup 387 subtable" } ['cv24' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 388" { "Single Substitution lookup 388 subtable" } []
Lookup: 6 0 0 "'cv25' Character Variants 25 lookup 389" { "'cv25' Character Variants 25 lookup 389 subtable" } ['cv25' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 390" { "Single Substitution lookup 390 subtable" } []
Lookup: 6 0 0 "'cv26' Character Variants 26 lookup 391" { "'cv26' Character Variants 26 lookup 391 subtable" } ['cv26' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 392" { "Single Substitution lookup 392 subtable" } []
Lookup: 6 0 0 "'cv27' Character Variants 27 lookup 393" { "'cv27' Character Variants 27 lookup 393 subtable" } ['cv27' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 394" { "Single Substitution lookup 394 subtable" } []
Lookup: 6 0 0 "'cv28' Character Variants 28 lookup 395" { "'cv28' Character Variants 28 lookup 395 subtable" } ['cv28' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 396" { "Single Substitution lookup 396 subtable" } []
Lookup: 1 0 0 "Single Substitution lookup 397" { "Single Substitution lookup 397 subtable" } []
Lookup: 1 0 0 "'cv29' Character Variants 29 lookup 398" { "'cv29' Character Variants 29 lookup 398 subtable" } ['cv29' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'cv30' Character Variants 30 lookup 399" { "'cv30' Character Variants 30 lookup 399 subtable" } ['cv30' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "'cv31' Character Variants 31 lookup 400" { "'cv31' Character Variants 31 lookup 400 subtable" } ['cv31' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 6 0 0 "'cv32' Character Variants 32 lookup 401" { "'cv32' Character Variants 32 lookup 401 subtable" } ['cv32' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 402" { "Single Substitution lookup 402 subtable" } []
Lookup: 260 0 0 "'mark' Mark Positioning lookup 0" { "'mark' Mark Positioning lookup 0 subtable" } ['mark' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 260 0 0 "'mark' Mark Positioning lookup 1" { "'mark' Mark Positioning lookup 1 subtable" } ['mark' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 262 16 0 "'mkmk' Mark to Mark lookup 2" { "'mkmk' Mark to Mark lookup 2 subtable" } ['mkmk' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
Lookup: 262 65552 0 "'mkmk' Mark to Mark lookup 3" { "'mkmk' Mark to Mark lookup 3 subtable" } ['mkmk' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AFK ' 'AZE ' 'CAT ' 'CRT ' 'KAZ ' 'MOL ' 'PLK ' 'ROM ' 'TAT ' 'TRK ' 'dflt' > 'zinh' <'dflt' > 'zyyy' <'dflt' > ) ]
MarkAttachSets: 2
"MarkSet-0" 23 uni0326 uni0327 uni0345
"MarkSet-1" 133 gravecomb acutecomb uni0302 tildecomb uni0304 uni0305 uni0306 uni0307 uni0308 uni030A uni030B uni030C uni030F uni0313 uni0314 uni0342
DEI: 91125
ChainSub2: glyph "'cv32' Character Variants 32 lookup 401 subtable" 0 0 0 4
String: 6 period
BString: 6 period
FString: 7 glyph33
0
String: 6 period
BString: 0
FString: 15 glyph33 glyph33
0
String: 6 period
BString: 0
FString: 7 glyph33
1
SeqLookup: 0 "Single Substitution lookup 402"
String: 7 glyph33
BString: 13 period.spacer
FString: 0
1
SeqLookup: 0 "Single Substitution lookup 402"
EndFPST
ChainSub2: glyph "'cv28' Character Variants 28 lookup 395 subtable" 0 0 0 2
String: 6 period
BString: 9 braceleft
FString: 0
1
SeqLookup: 0 "Single Substitution lookup 396"
String: 6 period
BString: 0
FString: 10 braceright
1
SeqLookup: 0 "Single Substitution lookup 397"
EndFPST
ChainSub2: glyph "'cv27' Character Variants 27 lookup 393 subtable" 0 0 0 2
String: 11 bracketleft
BString: 0
FString: 12 bracketright
1
SeqLookup: 0 "Single Substitution lookup 394"
String: 12 bracketright
BString: 18 bracketleft.spacer
FString: 0
1
SeqLookup: 0 "Single Substitution lookup 394"
EndFPST
ChainSub2: glyph "'cv26' Character Variants 26 lookup 391 subtable" 0 0 0 4
String: 6 hyphen
BString: 12 colon.spacer
FString: 0
1
SeqLookup: 0 "Single Substitution lookup 392"
String: 5 colon
BString: 5 colon
FString: 6 hyphen
0
String: 5 colon
BString: 0
FString: 13 hyphen hyphen
0
String: 5 colon
BString: 0
FString: 6 hyphen
1
SeqLookup: 0 "Single Substitution lookup 392"
EndFPST
ChainSub2: glyph "'cv25' Character Variants 25 lookup 389 subtable" 0 0 0 4
String: 6 hyphen
BString: 13 period.spacer
FString: 0
1
SeqLookup: 0 "Single Substitution lookup 390"
String: 6 period
BString: 6 period
FString: 6 hyphen
0
String: 6 period
BString: 0
FString: 13 hyphen hyphen
0
String: 6 period
BString: 0
FString: 6 hyphen
1
SeqLookup: 0 "Single Substitution lookup 390"
EndFPST
ChainSub2: glyph "'cv24' Character Variants 24 lookup 387 subtable" 0 0 0 2
String: 21 slash_equal_start.seq
BString: 0
FString: 13 equal_end.seq
1
SeqLookup: 0 "Single Substitution lookup 388"
String: 13 equal_end.seq
BString: 12 slash.spacer
FString: 0
1
SeqLookup: 0 "Single Substitution lookup 388"
EndFPST
ChainSub2: coverage "'cv22' Character Variants 22 lookup 384 contextual 3" 0 0 0 1
1 0 1
Coverage: 7 glyph33
FCoverage: 4 less
1
SeqLookup: 0 "Single Substitution lookup 385"
EndFPST
ChainSub2: coverage "'cv22' Character Variants 22 lookup 384 contextual 2" 0 0 0 1
1 1 0
Coverage: 4 less
BCoverage: 12 equal.spacer
1
SeqLookup: 0 "Single Substitution lookup 385"
EndFPST
ChainSub2: coverage "'cv22' Character Variants 22 lookup 384 contextual 1" 0 0 0 1
1 0 2
Coverage: 7 glyph33
FCoverage: 4 less
FCoverage: 20 less glyph33 greater
0
EndFPST
ChainSub2: coverage "'cv22' Character Variants 22 lookup 384 contextual 0" 0 0 0 1
1 1 1
Coverage: 7 glyph33
BCoverage: 7 glyph33
FCoverage: 4 less
0
EndFPST
ChainSub2: coverage "'cv21' Character Variants 21 lookup 382 contextual 3" 0 0 0 1
1 0 1
Coverage: 7 glyph33
FCoverage: 4 less
1
SeqLookup: 0 "Single Substitution lookup 383"
EndFPST
ChainSub2: coverage "'cv21' Character Variants 21 lookup 382 contextual 2" 0 0 0 1
1 1 0
Coverage: 4 less
BCoverage: 12 equal.spacer
1
SeqLookup: 0 "Single Substitution lookup 383"
EndFPST
ChainSub2: coverage "'cv21' Character Variants 21 lookup 382 contextual 1" 0 0 0 1
1 0 2
Coverage: 7 glyph33
FCoverage: 4 less
FCoverage: 20 less glyph33 greater
0
EndFPST
ChainSub2: coverage "'cv21' Character Variants 21 lookup 382 contextual 0" 0 0 0 1
1 1 1
Coverage: 7 glyph33
BCoverage: 7 glyph33
FCoverage: 4 less
0
EndFPST
ChainSub2: glyph "'cv20' Character Variants 20 lookup 380 subtable" 0 0 0 2
String: 15 less_equal.liga
BString: 20 less_equal_start.seq
FString: 0
1
SeqLookup: 0 "Single Substitution lookup 381"
String: 11 less.spacer
BString: 0
FString: 15 less_equal.liga
1
SeqLookup: 0 "Single Substitution lookup 381"
EndFPST
ChainSub2: class "'ccmp' Glyph Composition/Decomposition lookup 356 subtable" 2 2 2 2
Class: 129 grave dieresis macron acute cedilla circumflex caron breve dotaccent glyph340 glyph342 hungarumlaut uni0326 tonos uni1FEF uni1FFD
BClass: 202 tonos.case uni1FEF.case uni1FFD.case uni0326.case dieresis.case dotaccent.case grave.case acute.case hungarumlaut.case circumflex.case caron.case breve.case ring.case tilde.case macron.case cedilla.case
FClass: 202 tonos.case uni1FEF.case uni1FFD.case uni0326.case dieresis.case dotaccent.case grave.case acute.case hungarumlaut.case circumflex.case caron.case breve.case ring.case tilde.case macron.case cedilla.case
1 0 1
ClsList: 1
BClsList:
FClsList: 1
1
SeqLookup: 0 "Single Substitution lookup 357"
1 1 0
ClsList: 1
BClsList: 1
FClsList:
1
SeqLookup: 0 "Single Substitution lookup 358"
ClassNames: "0" "1"
BClassNames: "0" "1"
FClassNames: "0" "1"
EndFPST
ChainSub2: coverage "'ccmp' Glyph Composition/Decomposition lookup 353 contextual 3" 0 0 0 1
1 1 0
Coverage: 129 grave dieresis macron acute cedilla circumflex caron breve dotaccent glyph340 glyph342 hungarumlaut uni0326 tonos uni1FEF uni1FFD
BCoverage: 3365 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Agrave Aacute Acircumflex Atilde Adieresis Aring AE Ccedilla Egrave Eacute Ecircumflex Edieresis Igrave Iacute Icircumflex Idieresis Eth Ntilde Ograve Oacute Ocircumflex Otilde Odieresis Oslash Ugrave Uacute Ucircumflex Udieresis Yacute Thorn Amacron Abreve Aogonek Cacute Ccircumflex Cdotaccent Ccaron Dcaron Dcroat Emacron Ebreve Edotaccent Eogonek Ecaron Gcircumflex Gbreve Gdotaccent uni0122 Hcircumflex Hbar Itilde Imacron Ibreve Iogonek Idotaccent IJ Jcircumflex uni0136 Lacute uni013B Lcaron Ldot Lslash Nacute uni0145 Ncaron Eng Omacron Obreve Ohungarumlaut OE Racute uni0156 Rcaron Sacute Scircumflex Scedilla Scaron uni0162 Tcaron Tbar Utilde Umacron Ubreve Uring Uhungarumlaut Uogonek Wcircumflex Ycircumflex Ydieresis Zacute Zdotaccent Zcaron AEacute Oslashacute uni0218 uni021A uni0370 uni0372 uni0376 Yotgreek Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Alpha Beta Gamma uni0394 Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi uni03A9 Iotadieresis Upsilondieresis uni03CF uni03D2 uni03D3 uni03D4 uni03D8 uni03DA uni03DC uni03DE uni03E0 uni03F4 uni03F7 uni03F9 uni03FA uni03FD uni03FE uni03FF uni0400 uni0401 uni0402 uni0403 uni0404 uni0405 uni0406 uni0407 uni0408 uni0409 uni040A uni040B uni040C uni040D uni040E uni040F uni0410 uni0411 uni0412 uni0413 uni0414 uni0415 uni0416 uni0417 uni0418 uni0419 uni041A uni041B uni041C uni041D uni041E uni041F uni0420 uni0421 uni0422 uni0423 uni0424 uni0425 uni0426 uni0427 uni0428 uni0429 uni042A uni042B uni042C uni042D uni042E uni042F uni0460 uni0462 uni0464 uni0466 uni0468 uni046A uni046C uni046E uni0470 uni0472 uni0474 uni0476 uni0478 uni048A uni048C uni048E uni0490 uni0492 uni0494 uni0496 uni0498 uni049A uni049C uni049E uni04A0 uni04A2 uni04A4 uni04A6 uni04A8 uni04AA uni04AC Ustraitcy Ustraitstrokecy uni04B2 uni04B4 uni04B6 uni04B8 uni04BA uni04BC uni04BE uni04C0 uni04C1 uni04C3 uni04C5 uni04C7 uni04C9 uni04CB uni04CD uni04D0 uni04D2 uni04D4 uni04D6 uni04D8 uni04DA uni04DC uni04DE uni04E0 uni04E2 uni04E4 uni04E6 uni04E8 uni04EA uni04EC uni04EE uni04F0 uni04F2 uni04F4 uni04F6 uni04F8 uni04FA uni04FC uni04FE uni0500 uni0502 uni0504 uni0506 uni0508 uni050A uni050C uni050E uni0510 uni0512 uni0514 uni0516 uni0518 uni051A uni051C uni051E uni0520 uni0522 uni0524 uni0526 uni0528 uni052A uni052C uni052E Wgrave Wacute Wdieresis uni1E9E Ygrave uni1F08 uni1F09 uni1F0A uni1F0B uni1F0C uni1F0D uni1F0E uni1F0F uni1F18 uni1F19 uni1F1A uni1F1B uni1F1C uni1F1D uni1F28 uni1F29 uni1F2A uni1F2B uni1F2C uni1F2D uni1F2E uni1F2F uni1F38 uni1F39 uni1F3A uni1F3B uni1F3C uni1F3D uni1F3E uni1F3F uni1F48 uni1F49 uni1F4A uni1F4B uni1F4C uni1F4D uni1F59 uni1F5B uni1F5D uni1F5F uni1F68 uni1F69 uni1F6A uni1F6B uni1F6C uni1F6D uni1F6E uni1F6F uni1F88 uni1F89 uni1F8A uni1F8B uni1F8C uni1F8D uni1F8E uni1F8F uni1F98 uni1F99 uni1F9A uni1F9B uni1F9C uni1F9D uni1F9E uni1F9F uni1FA8 uni1FA9 uni1FAA uni1FAB uni1FAC uni1FAD uni1FAE uni1FAF uni1FB8 uni1FB9 uni1FBA uni1FBB uni1FBC uni1FC8 uni1FC9 uni1FCA uni1FCB uni1FCC uni1FD8 uni1FD9 uni1FDA uni1FDB uni1FE8 uni1FE9 uni1FEA uni1FEB uni1FEC uni1FF8 uni1FF9 uni1FFA uni1FFB uni1FFC uni2102 uni210D uni2115 uni2119 uni211A uni211D uni2124 u1D539 Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK F.spacer T.spacer
1
SeqLookup: 0 "Single Substitution lookup 355"
EndFPST
ChainSub2: coverage "'ccmp' Glyph Composition/Decomposition lookup 353 contextual 2" 0 0 0 1
1 1 0
Coverage: 129 grave dieresis macron acute cedilla circumflex caron breve dotaccent glyph340 glyph342 hungarumlaut uni0326 tonos uni1FEF uni1FFD
BCoverage: 129 grave dieresis macron acute cedilla circumflex caron breve dotaccent glyph340 glyph342 hungarumlaut uni0326 tonos uni1FEF uni1FFD
1
SeqLookup: 0 "Single Substitution lookup 354"
EndFPST
ChainSub2: coverage "'ccmp' Glyph Composition/Decomposition lookup 353 contextual 1" 0 0 0 1
1 0 2
Coverage: 1 i
FCoverage: 23 uni0326 uni0327 uni0345
FCoverage: 125 gravecomb acutecomb uni0302 tildecomb uni0304 uni0306 uni0307 uni0308 uni030A uni030B uni030C uni030F uni0313 uni0314 uni0342
1
SeqLookup: 0 "Single Substitution lookup 355"
EndFPST
ChainSub2: coverage "'ccmp' Glyph Composition/Decomposition lookup 353 contextual 0" 0 0 0 1
1 0 1
Coverage: 1 i
FCoverage: 125 gravecomb acutecomb uni0302 tildecomb uni0304 uni0306 uni0307 uni0308 uni030A uni030B uni030C uni030F uni0313 uni0314 uni0342
1
SeqLookup: 0 "Single Substitution lookup 354"
EndFPST
ChainSub2: glyph "'ss10' Style Set 10 lookup 351 subtable" 0 0 0 2
String: 1 f
BString: 0
FString: 1 t
1
SeqLookup: 0 "Single Substitution lookup 352"
String: 1 t
BString: 8 f.spacer
FString: 0
1
SeqLookup: 0 "Single Substitution lookup 352"
EndFPST
ChainSub2: glyph "'ss10' Style Set 10 lookup 349 subtable" 0 0 0 2
String: 1 f
BString: 0
FString: 1 l
1
SeqLookup: 0 "Single Substitution lookup 350"
String: 1 l
BString: 8 f.spacer
FString: 0
1
SeqLookup: 0 "Single Substitution lookup 350"
EndFPST
ChainSub2: coverage "'ss10' Style Set 10 lookup 347 contextual 1" 0 0 0 1
1 0 1
Coverage: 1 f
FCoverage: 12 j j.salt_low
1
SeqLookup: 0 "Single Substitution lookup 348"
EndFPST
ChainSub2: coverage "'ss10' Style Set 10 lookup 347 contextual 0" 0 0 0 1
1 1 0
Coverage: 12 j j.salt_low
BCoverage: 8 f.spacer
1
SeqLookup: 0 "Single Substitution lookup 348"
EndFPST
ChainSub2: coverage "'ss10' Style Set 10 lookup 345 contextual 1" 0 0 0 1
1 0 1
Coverage: 1 f
FCoverage: 12 i i.salt_low
1
SeqLookup: 0 "Single Substitution lookup 346"
EndFPST
ChainSub2: coverage "'ss10' Style Set 10 lookup 345 contextual 0" 0 0 0 1
1 1 0
Coverage: 12 i i.salt_low
BCoverage: 8 f.spacer
1
SeqLookup: 0 "Single Substitution lookup 346"
EndFPST
ChainSub2: coverage "'ss10' Style Set 10 lookup 343 contextual 1" 0 0 0 1
1 0 1
Coverage: 1 F
FCoverage: 12 l l.salt_low
1
SeqLookup: 0 "Single Substitution lookup 344"
EndFPST
ChainSub2: coverage "'ss10' Style Set 10 lookup 343 contextual 0" 0 0 0 1
1 1 0
Coverage: 12 l l.salt_low
BCoverage: 8 F.spacer
1
SeqLookup: 0 "Single Substitution lookup 344"
EndFPST
ChainSub2: coverage "'ss10' Style Set 10 lookup 341 contextual 1" 0 0 0 1
1 0 1
Coverage: 1 T
FCoverage: 12 l l.salt_low
1
SeqLookup: 0 "Single Substitution lookup 342"
EndFPST
ChainSub2: coverage "'ss10' Style Set 10 lookup 341 contextual 0" 0 0 0 1
1 1 0
Coverage: 12 l l.salt_low
BCoverage: 8 T.spacer
1
SeqLookup: 0 "Single Substitution lookup 342"
EndFPST
ChainSub2: glyph "'ss09' Style Set 9 lookup 339 subtable" 0 0 0 2
String: 7 glyph33
BString: 19 bar_equal_start.seq
FString: 0
1
SeqLookup: 0 "Single Substitution lookup 340"
String: 3 bar
BString: 0
FString: 7 glyph33
1
SeqLookup: 0 "Single Substitution lookup 340"
EndFPST
ChainSub2: glyph "'ss09' Style Set 9 lookup 337 subtable" 0 0 0 2
String: 7 glyph33
BString: 23 bar_bar_equal_start.seq
FString: 0
1
SeqLookup: 0 "Single Substitution lookup 338"
String: 12 bar_bar.liga
BString: 0
FString: 7 glyph33
1
SeqLookup: 0 "Single Substitution lookup 338"
EndFPST
ChainSub2: glyph "'ss09' Style Set 9 lookup 335 subtable" 0 0 0 2
String: 7 glyph33
BString: 25 less_less_equal_start.seq
FString: 0
1
SeqLookup: 0 "Single Substitution lookup 336"
String: 14 less_less.liga
BString: 0
FString: 7 glyph33
1
SeqLookup: 0 "Single Substitution lookup 336"
EndFPST
ChainSub2: glyph "'ss09' Style Set 9 lookup 333 subtable" 0 0 0 2
String: 7 glyph33
BString: 31 greater_greater_equal_start.seq
FString: 0
1
SeqLookup: 0 "Single Substitution lookup 334"
String: 20 greater_greater.liga
BString: 0
FString: 7 glyph33
1
SeqLookup: 0 "Single Substitution lookup 334"
EndFPST
ChainSub2: glyph "'ss07' Style Set 7 lookup 330 subtable" 0 0 0 4
String: 6 exclam
BString: 6 exclam
FString: 10 asciitilde
0
String: 6 exclam
BString: 0
FString: 21 asciitilde asciitilde
0
String: 6 exclam
BString: 0
FString: 10 asciitilde
1
SeqLookup: 0 "Single Substitution lookup 331"
String: 10 asciitilde
BString: 13 exclam.spacer
FString: 0
1
SeqLookup: 0 "Single Substitution lookup 331"
EndFPST
ChainSub2: glyph "'ss07' Style Set 7 lookup 328 subtable" 0 0 0 4
String: 7 glyph33
BString: 7 glyph33
FString: 10 asciitilde
0
String: 7 glyph33
BString: 0
FString: 21 asciitilde asciitilde
0
String: 7 glyph33
BString: 0
FString: 10 asciitilde
1
SeqLookup: 0 "Single Substitution lookup 329"
String: 10 asciitilde
BString: 12 equal.spacer
FString: 0
1
SeqLookup: 0 "Single Substitution lookup 329"
EndFPST
ChainSub2: glyph "'ss06' Style Set 6 lookup 326 subtable" 0 0 0 2
String: 9 backslash
BString: 14 backslash.ss06
FString: 0
0
String: 9 backslash
BString: 0
FString: 0
1
SeqLookup: 0 "Single Substitution lookup 327"
EndFPST
ChainSub2: glyph "'ss05' Style Set 5 lookup 324 subtable" 0 0 0 2
String: 18 asciitilde_at.liga
BString: 10 asciitilde
FString: 0
1
SeqLookup: 0 "Single Substitution lookup 325"
String: 17 asciitilde.spacer
BString: 0
FString: 18 asciitilde_at.liga
1
SeqLookup: 0 "Single Substitution lookup 325"
EndFPST
ChainSub2: coverage "'ss03' Style Set 3 lookup 320 contextual 1" 0 0 0 1
1 0 1
Coverage: 22 glyph10 ampersand.ss03
FCoverage: 22 glyph10 ampersand.ss03
1
SeqLookup: 0 "Single Substitution lookup 321"
EndFPST
ChainSub2: coverage "'ss03' Style Set 3 lookup 320 contextual 0" 0 0 0 1
1 0 1
Coverage: 16 ampersand.spacer
FCoverage: 14 ampersand.ss03
1
SeqLookup: 0 "Single Substitution lookup 321"
EndFPST
ChainSub2: coverage "'calt' Contextual Alternates lookup 310 contextual 5" 0 0 0 1
1 0 1
Coverage: 10 underscore
FCoverage: 10 underscore
1
SeqLookup: 0 "Single Substitution lookup 315"
EndFPST
ChainSub2: coverage "'calt' Contextual Alternates lookup 310 contextual 4" 0 0 0 1
1 0 2
Coverage: 10 underscore
FCoverage: 3 bar
FCoverage: 10 underscore
1
SeqLookup: 0 "Single Substitution lookup 314"
EndFPST
ChainSub2: coverage "'calt' Contextual Alternates lookup 310 contextual 3" 0 0 0 1
1 1 0
Coverage: 10 underscore
BCoverage: 68 underscore_middle.seq underscore_start.seq bar_underscore_middle.seq
1
SeqLookup: 0 "Single Substitution lookup 313"
EndFPST
ChainSub2: coverage "'calt' Contextual Alternates lookup 310 contextual 2" 0 0 0 1
1 1 1
Coverage: 10 underscore
BCoverage: 68 underscore_middle.seq underscore_start.seq bar_underscore_middle.seq
FCoverage: 10 underscore
1
SeqLookup: 0 "Single Substitution lookup 312"
EndFPST
ChainSub2: coverage "'calt' Contextual Alternates lookup 310 contextual 1" 0 0 0 1
1 1 2
Coverage: 10 underscore
BCoverage: 68 underscore_middle.seq underscore_start.seq bar_underscore_middle.seq
FCoverage: 3 bar
FCoverage: 10 underscore
1
SeqLookup: 0 "Single Substitution lookup 311"
EndFPST
ChainSub2: coverage "'calt' Contextual Alternates lookup 310 contextual 0" 0 0 0 1
1 1 1
Coverage: 3 bar
BCoverage: 42 underscore_middle.seq underscore_start.seq
FCoverage: 10 underscore
1
SeqLookup: 0 "Single Substitution lookup 311"
EndFPST
ChainSub2: coverage "'calt' Contextual Alternates lookup 306 contextual 2" 0 0 0 1
1 0 1
Coverage: 10 numbersign
FCoverage: 10 numbersign
1
SeqLookup: 0 "Single Substitution lookup 309"
EndFPST
ChainSub2: coverage "'calt' Contextual Alternates lookup 306 contextual 1" 0 0 0 1
1 1 0
Coverage: 10 numbersign
BCoverage: 42 numbersign_middle.seq numbersign_start.seq
1
SeqLookup: 0 "Single Substitution lookup 308"
EndFPST
ChainSub2: coverage "'calt' Contextual Alternates lookup 306 contextual 0" 0 0 0 1
1 1 1
Coverage: 10 numbersign
BCoverage: 42 numbersign_middle.seq numbersign_start.seq
FCoverage: 10 numbersign
1
SeqLookup: 0 "Single Substitution lookup 307"
EndFPST
ChainSub2: class "'calt' Contextual Alternates lookup 303 subtable" 2 3 3 4
Class: 5 colon
BClass: 3748 a b c d e f g h i j k l m n o p q r s t u v w glyph92 y z ordfeminine ordmasculine germandbls agrave aacute acircumflex atilde adieresis aring ae ccedilla egrave eacute ecircumflex edieresis igrave iacute icircumflex idieresis eth ntilde ograve oacute ocircumflex otilde odieresis oslash ugrave uacute ucircumflex udieresis yacute thorn ydieresis amacron abreve aogonek cacute ccircumflex cdotaccent ccaron dcaron dcroat emacron ebreve edotaccent eogonek ecaron gcircumflex gbreve gdotaccent uni0123 hcircumflex hbar itilde imacron ibreve iogonek dotlessi ij jcircumflex uni0137 kgreenlandic lacute uni013C lcaron ldot lslash nacute uni0146 ncaron napostrophe eng omacron obreve ohungarumlaut oe racute uni0157 rcaron sacute scircumflex scedilla scaron uni0163 tcaron tbar utilde umacron ubreve uring uhungarumlaut uogonek wcircumflex ycircumflex zacute zdotaccent zcaron aeacute oslashacute uni0219 uni021B uni0237 uni0371 uni0373 uni0377 uni037A reversedlunatesigmasymbol dottedlunatesigmasymbol reverseddottedlunatesigmasymbol iotadieresistonos alphatonos epsilontonos etatonos iotatonos upsilondieresistonos alpha beta gamma delta epsilon zeta eta theta iota kappa lambda uni03BC nu xi omicron glyph436 rho uni03C2 sigma tau upsilon phi chi psi omega iotadieresis upsilondieresis omicrontonos upsilontonos omegatonos uni03D0 uni03D1 uni03D5 uni03D6 uni03D7 uni03D9 uni03DB uni03DD uni03DF uni03E1 uni03F0 uni03F1 uni03F2 uni03F3 uni03F5 uni03F8 uni03FB uni03FC uni0430 uni0431 uni0432 uni0433 uni0434 uni0435 uni0436 uni0437 uni0438 uni0439 uni043A uni043B uni043C uni043D uni043E uni043F uni0440 uni0441 uni0442 uni0443 uni0444 uni0445 uni0446 uni0447 uni0448 uni0449 uni044A uni044B uni044C uni044D uni044E uni044F uni0450 uni0451 uni0452 uni0453 uni0454 uni0455 uni0456 uni0457 uni0458 uni0459 uni045A uni045B uni045C uni045D uni045E uni045F uni0461 uni0463 uni0465 uni0467 uni0469 uni046B uni046D uni046F uni0471 uni0473 uni0475 uni0477 uni0479 uni048B uni048D uni048F uni0491 uni0493 uni0495 uni0497 uni0499 uni049B uni049D uni049F uni04A1 uni04A3 uni04A5 uni04A7 uni04A9 uni04AB uni04AD ustraitcy ustraitstrokecy uni04B3 uni04B5 uni04B7 uni04B9 uni04BB uni04BD uni04BF uni04C2 uni04C4 uni04C6 uni04C8 uni04CA uni04CC uni04CE uni04CF uni04D1 uni04D3 uni04D5 uni04D7 uni04D9 uni04DB uni04DD uni04DF uni04E1 uni04E3 uni04E5 uni04E7 uni04E9 uni04EB uni04ED uni04EF uni04F1 uni04F3 uni04F5 uni04F7 uni04F9 uni04FB uni04FD uni04FF uni0501 uni0503 uni0505 uni0507 uni0509 uni050B uni050D uni050F uni0511 uni0513 uni0515 uni0517 uni0519 uni051B uni051D uni051F uni0521 uni0523 uni0525 uni0527 uni0529 uni052B uni052D uni052F wgrave wacute wdieresis ygrave uni1F00 uni1F01 uni1F02 uni1F03 uni1F04 uni1F05 uni1F06 uni1F07 uni1F10 uni1F11 uni1F12 uni1F13 uni1F14 uni1F15 uni1F20 uni1F21 uni1F22 uni1F23 uni1F24 uni1F25 uni1F26 uni1F27 uni1F30 uni1F31 uni1F32 uni1F33 uni1F34 uni1F35 uni1F36 uni1F37 uni1F40 uni1F41 uni1F42 uni1F43 uni1F44 uni1F45 uni1F50 uni1F51 uni1F52 uni1F53 uni1F54 uni1F55 uni1F56 uni1F57 uni1F60 uni1F61 uni1F62 uni1F63 uni1F64 uni1F65 uni1F66 uni1F67 uni1F70 uni1F71 uni1F72 uni1F73 uni1F74 uni1F75 uni1F76 uni1F77 uni1F78 uni1F79 uni1F7A uni1F7B uni1F7C uni1F7D uni1F80 uni1F81 uni1F82 uni1F83 uni1F84 uni1F85 uni1F86 uni1F87 uni1F90 uni1F91 uni1F92 uni1F93 uni1F94 uni1F95 uni1F96 uni1F97 uni1FA0 uni1FA1 uni1FA2 uni1FA3 uni1FA4 uni1FA5 uni1FA6 uni1FA7 uni1FB0 uni1FB1 uni1FB2 uni1FB3 uni1FB4 uni1FB6 uni1FB7 uni1FBE uni1FC2 uni1FC3 uni1FC4 uni1FC6 uni1FC7 uni1FD0 uni1FD1 uni1FD2 uni1FD3 uni1FD6 uni1FD7 uni1FE0 uni1FE1 uni1FE2 uni1FE3 uni1FE4 uni1FE5 uni1FE6 uni1FE7 uni1FF2 uni1FF3 uni1FF4 uni1FF6 uni1FF7 uni207F i.loclTRK cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply w_w_w.liga
BClass: 3502 parenleft parenright zero one two three four five six seven eight nine A B C D E F G H I J K L M N O P Q R S T U V W X Y Z bracketleft bracketright braceleft bar braceright Agrave Aacute Acircumflex Atilde Adieresis Aring AE Ccedilla Egrave Eacute Ecircumflex Edieresis Igrave Iacute Icircumflex Idieresis Eth Ntilde Ograve Oacute Ocircumflex Otilde Odieresis Oslash Ugrave Uacute Ucircumflex Udieresis Yacute Thorn Amacron Abreve Aogonek Cacute Ccircumflex Cdotaccent Ccaron Dcaron Dcroat Emacron Ebreve Edotaccent Eogonek Ecaron Gcircumflex Gbreve Gdotaccent uni0122 Hcircumflex Hbar Itilde Imacron Ibreve Iogonek Idotaccent IJ Jcircumflex uni0136 Lacute uni013B Lcaron Ldot Lslash Nacute uni0145 Ncaron Eng Omacron Obreve Ohungarumlaut OE Racute uni0156 Rcaron Sacute Scircumflex Scedilla Scaron uni0162 Tcaron Tbar Utilde Umacron Ubreve Uring Uhungarumlaut Uogonek Wcircumflex Ycircumflex Ydieresis Zacute Zdotaccent Zcaron AEacute Oslashacute uni0218 uni021A uni0370 uni0372 uni0376 Yotgreek Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Alpha Beta Gamma uni0394 Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi uni03A9 Iotadieresis Upsilondieresis uni03CF uni03D2 uni03D3 uni03D4 uni03D8 uni03DA uni03DC uni03DE uni03E0 uni03F4 uni03F7 uni03F9 uni03FA uni03FD uni03FE uni03FF uni0400 uni0401 uni0402 uni0403 uni0404 uni0405 uni0406 uni0407 uni0408 uni0409 uni040A uni040B uni040C uni040D uni040E uni040F uni0410 uni0411 uni0412 uni0413 uni0414 uni0415 uni0416 uni0417 uni0418 uni0419 uni041A uni041B uni041C uni041D uni041E uni041F uni0420 uni0421 uni0422 uni0423 uni0424 uni0425 uni0426 uni0427 uni0428 uni0429 uni042A uni042B uni042C uni042D uni042E uni042F uni0460 uni0462 uni0464 uni0466 uni0468 uni046A uni046C uni046E uni0470 uni0472 uni0474 uni0476 uni0478 uni048A uni048C uni048E uni0490 uni0492 uni0494 uni0496 uni0498 uni049A uni049C uni049E uni04A0 uni04A2 uni04A4 uni04A6 uni04A8 uni04AA uni04AC Ustraitcy Ustraitstrokecy uni04B2 uni04B4 uni04B6 uni04B8 uni04BA uni04BC uni04BE uni04C0 uni04C1 uni04C3 uni04C5 uni04C7 uni04C9 uni04CB uni04CD uni04D0 uni04D2 uni04D4 uni04D6 uni04D8 uni04DA uni04DC uni04DE uni04E0 uni04E2 uni04E4 uni04E6 uni04E8 uni04EA uni04EC uni04EE uni04F0 uni04F2 uni04F4 uni04F6 uni04F8 uni04FA uni04FC uni04FE uni0500 uni0502 uni0504 uni0506 uni0508 uni050A uni050C uni050E uni0510 uni0512 uni0514 uni0516 uni0518 uni051A uni051C uni051E uni0520 uni0522 uni0524 uni0526 uni0528 uni052A uni052C uni052E Wgrave Wacute Wdieresis uni1E9E Ygrave uni1F08 uni1F09 uni1F0A uni1F0B uni1F0C uni1F0D uni1F0E uni1F0F uni1F18 uni1F19 uni1F1A uni1F1B uni1F1C uni1F1D uni1F28 uni1F29 uni1F2A uni1F2B uni1F2C uni1F2D uni1F2E uni1F2F uni1F38 uni1F39 uni1F3A uni1F3B uni1F3C uni1F3D uni1F3E uni1F3F uni1F48 uni1F49 uni1F4A uni1F4B uni1F4C uni1F4D uni1F59 uni1F5B uni1F5D uni1F5F uni1F68 uni1F69 uni1F6A uni1F6B uni1F6C uni1F6D uni1F6E uni1F6F uni1F88 uni1F89 uni1F8A uni1F8B uni1F8C uni1F8D uni1F8E uni1F8F uni1F98 uni1F99 uni1F9A uni1F9B uni1F9C uni1F9D uni1F9E uni1F9F uni1FA8 uni1FA9 uni1FAA uni1FAB uni1FAC uni1FAD uni1FAE uni1FAF uni1FB8 uni1FB9 uni1FBA uni1FBB uni1FBC uni1FC8 uni1FC9 uni1FCA uni1FCB uni1FCC uni1FD8 uni1FD9 uni1FDA uni1FDB uni1FE8 uni1FE9 uni1FEA uni1FEB uni1FEC uni1FF8 uni1FF9 uni1FFA uni1FFB uni1FFC uni2102 uni210D uni2115 uni2119 uni211A uni211D uni2124 uni218A uni218B u1D539 Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK F.spacer T.spacer
FClass: 3748 a b c d e f g h i j k l m n o p q r s t u v w glyph92 y z ordfeminine ordmasculine germandbls agrave aacute acircumflex atilde adieresis aring ae ccedilla egrave eacute ecircumflex edieresis igrave iacute icircumflex idieresis eth ntilde ograve oacute ocircumflex otilde odieresis oslash ugrave uacute ucircumflex udieresis yacute thorn ydieresis amacron abreve aogonek cacute ccircumflex cdotaccent ccaron dcaron dcroat emacron ebreve edotaccent eogonek ecaron gcircumflex gbreve gdotaccent uni0123 hcircumflex hbar itilde imacron ibreve iogonek dotlessi ij jcircumflex uni0137 kgreenlandic lacute uni013C lcaron ldot lslash nacute uni0146 ncaron napostrophe eng omacron obreve ohungarumlaut oe racute uni0157 rcaron sacute scircumflex scedilla scaron uni0163 tcaron tbar utilde umacron ubreve uring uhungarumlaut uogonek wcircumflex ycircumflex zacute zdotaccent zcaron aeacute oslashacute uni0219 uni021B uni0237 uni0371 uni0373 uni0377 uni037A reversedlunatesigmasymbol dottedlunatesigmasymbol reverseddottedlunatesigmasymbol iotadieresistonos alphatonos epsilontonos etatonos iotatonos upsilondieresistonos alpha beta gamma delta epsilon zeta eta theta iota kappa lambda uni03BC nu xi omicron glyph436 rho uni03C2 sigma tau upsilon phi chi psi omega iotadieresis upsilondieresis omicrontonos upsilontonos omegatonos uni03D0 uni03D1 uni03D5 uni03D6 uni03D7 uni03D9 uni03DB uni03DD uni03DF uni03E1 uni03F0 uni03F1 uni03F2 uni03F3 uni03F5 uni03F8 uni03FB uni03FC uni0430 uni0431 uni0432 uni0433 uni0434 uni0435 uni0436 uni0437 uni0438 uni0439 uni043A uni043B uni043C uni043D uni043E uni043F uni0440 uni0441 uni0442 uni0443 uni0444 uni0445 uni0446 uni0447 uni0448 uni0449 uni044A uni044B uni044C uni044D uni044E uni044F uni0450 uni0451 uni0452 uni0453 uni0454 uni0455 uni0456 uni0457 uni0458 uni0459 uni045A uni045B uni045C uni045D uni045E uni045F uni0461 uni0463 uni0465 uni0467 uni0469 uni046B uni046D uni046F uni0471 uni0473 uni0475 uni0477 uni0479 uni048B uni048D uni048F uni0491 uni0493 uni0495 uni0497 uni0499 uni049B uni049D uni049F uni04A1 uni04A3 uni04A5 uni04A7 uni04A9 uni04AB uni04AD ustraitcy ustraitstrokecy uni04B3 uni04B5 uni04B7 uni04B9 uni04BB uni04BD uni04BF uni04C2 uni04C4 uni04C6 uni04C8 uni04CA uni04CC uni04CE uni04CF uni04D1 uni04D3 uni04D5 uni04D7 uni04D9 uni04DB uni04DD uni04DF uni04E1 uni04E3 uni04E5 uni04E7 uni04E9 uni04EB uni04ED uni04EF uni04F1 uni04F3 uni04F5 uni04F7 uni04F9 uni04FB uni04FD uni04FF uni0501 uni0503 uni0505 uni0507 uni0509 uni050B uni050D uni050F uni0511 uni0513 uni0515 uni0517 uni0519 uni051B uni051D uni051F uni0521 uni0523 uni0525 uni0527 uni0529 uni052B uni052D uni052F wgrave wacute wdieresis ygrave uni1F00 uni1F01 uni1F02 uni1F03 uni1F04 uni1F05 uni1F06 uni1F07 uni1F10 uni1F11 uni1F12 uni1F13 uni1F14 uni1F15 uni1F20 uni1F21 uni1F22 uni1F23 uni1F24 uni1F25 uni1F26 uni1F27 uni1F30 uni1F31 uni1F32 uni1F33 uni1F34 uni1F35 uni1F36 uni1F37 uni1F40 uni1F41 uni1F42 uni1F43 uni1F44 uni1F45 uni1F50 uni1F51 uni1F52 uni1F53 uni1F54 uni1F55 uni1F56 uni1F57 uni1F60 uni1F61 uni1F62 uni1F63 uni1F64 uni1F65 uni1F66 uni1F67 uni1F70 uni1F71 uni1F72 uni1F73 uni1F74 uni1F75 uni1F76 uni1F77 uni1F78 uni1F79 uni1F7A uni1F7B uni1F7C uni1F7D uni1F80 uni1F81 uni1F82 uni1F83 uni1F84 uni1F85 uni1F86 uni1F87 uni1F90 uni1F91 uni1F92 uni1F93 uni1F94 uni1F95 uni1F96 uni1F97 uni1FA0 uni1FA1 uni1FA2 uni1FA3 uni1FA4 uni1FA5 uni1FA6 uni1FA7 uni1FB0 uni1FB1 uni1FB2 uni1FB3 uni1FB4 uni1FB6 uni1FB7 uni1FBE uni1FC2 uni1FC3 uni1FC4 uni1FC6 uni1FC7 uni1FD0 uni1FD1 uni1FD2 uni1FD3 uni1FD6 uni1FD7 uni1FE0 uni1FE1 uni1FE2 uni1FE3 uni1FE4 uni1FE5 uni1FE6 uni1FE7 uni1FF2 uni1FF3 uni1FF4 uni1FF6 uni1FF7 uni207F i.loclTRK cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply w_w_w.liga
FClass: 3502 parenleft parenright zero one two three four five six seven eight nine A B C D E F G H I J K L M N O P Q R S T U V W X Y Z bracketleft bracketright braceleft bar braceright Agrave Aacute Acircumflex Atilde Adieresis Aring AE Ccedilla Egrave Eacute Ecircumflex Edieresis Igrave Iacute Icircumflex Idieresis Eth Ntilde Ograve Oacute Ocircumflex Otilde Odieresis Oslash Ugrave Uacute Ucircumflex Udieresis Yacute Thorn Amacron Abreve Aogonek Cacute Ccircumflex Cdotaccent Ccaron Dcaron Dcroat Emacron Ebreve Edotaccent Eogonek Ecaron Gcircumflex Gbreve Gdotaccent uni0122 Hcircumflex Hbar Itilde Imacron Ibreve Iogonek Idotaccent IJ Jcircumflex uni0136 Lacute uni013B Lcaron Ldot Lslash Nacute uni0145 Ncaron Eng Omacron Obreve Ohungarumlaut OE Racute uni0156 Rcaron Sacute Scircumflex Scedilla Scaron uni0162 Tcaron Tbar Utilde Umacron Ubreve Uring Uhungarumlaut Uogonek Wcircumflex Ycircumflex Ydieresis Zacute Zdotaccent Zcaron AEacute Oslashacute uni0218 uni021A uni0370 uni0372 uni0376 Yotgreek Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Alpha Beta Gamma uni0394 Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi uni03A9 Iotadieresis Upsilondieresis uni03CF uni03D2 uni03D3 uni03D4 uni03D8 uni03DA uni03DC uni03DE uni03E0 uni03F4 uni03F7 uni03F9 uni03FA uni03FD uni03FE uni03FF uni0400 uni0401 uni0402 uni0403 uni0404 uni0405 uni0406 uni0407 uni0408 uni0409 uni040A uni040B uni040C uni040D uni040E uni040F uni0410 uni0411 uni0412 uni0413 uni0414 uni0415 uni0416 uni0417 uni0418 uni0419 uni041A uni041B uni041C uni041D uni041E uni041F uni0420 uni0421 uni0422 uni0423 uni0424 uni0425 uni0426 uni0427 uni0428 uni0429 uni042A uni042B uni042C uni042D uni042E uni042F uni0460 uni0462 uni0464 uni0466 uni0468 uni046A uni046C uni046E uni0470 uni0472 uni0474 uni0476 uni0478 uni048A uni048C uni048E uni0490 uni0492 uni0494 uni0496 uni0498 uni049A uni049C uni049E uni04A0 uni04A2 uni04A4 uni04A6 uni04A8 uni04AA uni04AC Ustraitcy Ustraitstrokecy uni04B2 uni04B4 uni04B6 uni04B8 uni04BA uni04BC uni04BE uni04C0 uni04C1 uni04C3 uni04C5 uni04C7 uni04C9 uni04CB uni04CD uni04D0 uni04D2 uni04D4 uni04D6 uni04D8 uni04DA uni04DC uni04DE uni04E0 uni04E2 uni04E4 uni04E6 uni04E8 uni04EA uni04EC uni04EE uni04F0 uni04F2 uni04F4 uni04F6 uni04F8 uni04FA uni04FC uni04FE uni0500 uni0502 uni0504 uni0506 uni0508 uni050A uni050C uni050E uni0510 uni0512 uni0514 uni0516 uni0518 uni051A uni051C uni051E uni0520 uni0522 uni0524 uni0526 uni0528 uni052A uni052C uni052E Wgrave Wacute Wdieresis uni1E9E Ygrave uni1F08 uni1F09 uni1F0A uni1F0B uni1F0C uni1F0D uni1F0E uni1F0F uni1F18 uni1F19 uni1F1A uni1F1B uni1F1C uni1F1D uni1F28 uni1F29 uni1F2A uni1F2B uni1F2C uni1F2D uni1F2E uni1F2F uni1F38 uni1F39 uni1F3A uni1F3B uni1F3C uni1F3D uni1F3E uni1F3F uni1F48 uni1F49 uni1F4A uni1F4B uni1F4C uni1F4D uni1F59 uni1F5B uni1F5D uni1F5F uni1F68 uni1F69 uni1F6A uni1F6B uni1F6C uni1F6D uni1F6E uni1F6F uni1F88 uni1F89 uni1F8A uni1F8B uni1F8C uni1F8D uni1F8E uni1F8F uni1F98 uni1F99 uni1F9A uni1F9B uni1F9C uni1F9D uni1F9E uni1F9F uni1FA8 uni1FA9 uni1FAA uni1FAB uni1FAC uni1FAD uni1FAE uni1FAF uni1FB8 uni1FB9 uni1FBA uni1FBB uni1FBC uni1FC8 uni1FC9 uni1FCA uni1FCB uni1FCC uni1FD8 uni1FD9 uni1FDA uni1FDB uni1FE8 uni1FE9 uni1FEA uni1FEB uni1FEC uni1FF8 uni1FF9 uni1FFA uni1FFB uni1FFC uni2102 uni210D uni2115 uni2119 uni211A uni211D uni2124 uni218A uni218B u1D539 Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK F.spacer T.spacer
1 1 1
ClsList: 1
BClsList: 2
FClsList: 1
0
1 1 1
ClsList: 1
BClsList: 1
FClsList: 2
0
1 1 0
ClsList: 1
BClsList: 2
FClsList:
1
SeqLookup: 0 "Single Substitution lookup 304"
1 0 1
ClsList: 1
BClsList:
FClsList: 2
1
SeqLookup: 0 "Single Substitution lookup 305"
ClassNames: "0" "1"
BClassNames: "0" "1" "2"
FClassNames: "0" "1" "2"
EndFPST
ChainSub2: class "'calt' Contextual Alternates lookup 300 subtable" 2 3 3 4
Class: 12 asteriskmath
BClass: 3748 a b c d e f g h i j k l m n o p q r s t u v w glyph92 y z ordfeminine ordmasculine germandbls agrave aacute acircumflex atilde adieresis aring ae ccedilla egrave eacute ecircumflex edieresis igrave iacute icircumflex idieresis eth ntilde ograve oacute ocircumflex otilde odieresis oslash ugrave uacute ucircumflex udieresis yacute thorn ydieresis amacron abreve aogonek cacute ccircumflex cdotaccent ccaron dcaron dcroat emacron ebreve edotaccent eogonek ecaron gcircumflex gbreve gdotaccent uni0123 hcircumflex hbar itilde imacron ibreve iogonek dotlessi ij jcircumflex uni0137 kgreenlandic lacute uni013C lcaron ldot lslash nacute uni0146 ncaron napostrophe eng omacron obreve ohungarumlaut oe racute uni0157 rcaron sacute scircumflex scedilla scaron uni0163 tcaron tbar utilde umacron ubreve uring uhungarumlaut uogonek wcircumflex ycircumflex zacute zdotaccent zcaron aeacute oslashacute uni0219 uni021B uni0237 uni0371 uni0373 uni0377 uni037A reversedlunatesigmasymbol dottedlunatesigmasymbol reverseddottedlunatesigmasymbol iotadieresistonos alphatonos epsilontonos etatonos iotatonos upsilondieresistonos alpha beta gamma delta epsilon zeta eta theta iota kappa lambda uni03BC nu xi omicron glyph436 rho uni03C2 sigma tau upsilon phi chi psi omega iotadieresis upsilondieresis omicrontonos upsilontonos omegatonos uni03D0 uni03D1 uni03D5 uni03D6 uni03D7 uni03D9 uni03DB uni03DD uni03DF uni03E1 uni03F0 uni03F1 uni03F2 uni03F3 uni03F5 uni03F8 uni03FB uni03FC uni0430 uni0431 uni0432 uni0433 uni0434 uni0435 uni0436 uni0437 uni0438 uni0439 uni043A uni043B uni043C uni043D uni043E uni043F uni0440 uni0441 uni0442 uni0443 uni0444 uni0445 uni0446 uni0447 uni0448 uni0449 uni044A uni044B uni044C uni044D uni044E uni044F uni0450 uni0451 uni0452 uni0453 uni0454 uni0455 uni0456 uni0457 uni0458 uni0459 uni045A uni045B uni045C uni045D uni045E uni045F uni0461 uni0463 uni0465 uni0467 uni0469 uni046B uni046D uni046F uni0471 uni0473 uni0475 uni0477 uni0479 uni048B uni048D uni048F uni0491 uni0493 uni0495 uni0497 uni0499 uni049B uni049D uni049F uni04A1 uni04A3 uni04A5 uni04A7 uni04A9 uni04AB uni04AD ustraitcy ustraitstrokecy uni04B3 uni04B5 uni04B7 uni04B9 uni04BB uni04BD uni04BF uni04C2 uni04C4 uni04C6 uni04C8 uni04CA uni04CC uni04CE uni04CF uni04D1 uni04D3 uni04D5 uni04D7 uni04D9 uni04DB uni04DD uni04DF uni04E1 uni04E3 uni04E5 uni04E7 uni04E9 uni04EB uni04ED uni04EF uni04F1 uni04F3 uni04F5 uni04F7 uni04F9 uni04FB uni04FD uni04FF uni0501 uni0503 uni0505 uni0507 uni0509 uni050B uni050D uni050F uni0511 uni0513 uni0515 uni0517 uni0519 uni051B uni051D uni051F uni0521 uni0523 uni0525 uni0527 uni0529 uni052B uni052D uni052F wgrave wacute wdieresis ygrave uni1F00 uni1F01 uni1F02 uni1F03 uni1F04 uni1F05 uni1F06 uni1F07 uni1F10 uni1F11 uni1F12 uni1F13 uni1F14 uni1F15 uni1F20 uni1F21 uni1F22 uni1F23 uni1F24 uni1F25 uni1F26 uni1F27 uni1F30 uni1F31 uni1F32 uni1F33 uni1F34 uni1F35 uni1F36 uni1F37 uni1F40 uni1F41 uni1F42 uni1F43 uni1F44 uni1F45 uni1F50 uni1F51 uni1F52 uni1F53 uni1F54 uni1F55 uni1F56 uni1F57 uni1F60 uni1F61 uni1F62 uni1F63 uni1F64 uni1F65 uni1F66 uni1F67 uni1F70 uni1F71 uni1F72 uni1F73 uni1F74 uni1F75 uni1F76 uni1F77 uni1F78 uni1F79 uni1F7A uni1F7B uni1F7C uni1F7D uni1F80 uni1F81 uni1F82 uni1F83 uni1F84 uni1F85 uni1F86 uni1F87 uni1F90 uni1F91 uni1F92 uni1F93 uni1F94 uni1F95 uni1F96 uni1F97 uni1FA0 uni1FA1 uni1FA2 uni1FA3 uni1FA4 uni1FA5 uni1FA6 uni1FA7 uni1FB0 uni1FB1 uni1FB2 uni1FB3 uni1FB4 uni1FB6 uni1FB7 uni1FBE uni1FC2 uni1FC3 uni1FC4 uni1FC6 uni1FC7 uni1FD0 uni1FD1 uni1FD2 uni1FD3 uni1FD6 uni1FD7 uni1FE0 uni1FE1 uni1FE2 uni1FE3 uni1FE4 uni1FE5 uni1FE6 uni1FE7 uni1FF2 uni1FF3 uni1FF4 uni1FF6 uni1FF7 uni207F i.loclTRK cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply w_w_w.liga
BClass: 3502 parenleft parenright zero one two three four five six seven eight nine A B C D E F G H I J K L M N O P Q R S T U V W X Y Z bracketleft bracketright braceleft bar braceright Agrave Aacute Acircumflex Atilde Adieresis Aring AE Ccedilla Egrave Eacute Ecircumflex Edieresis Igrave Iacute Icircumflex Idieresis Eth Ntilde Ograve Oacute Ocircumflex Otilde Odieresis Oslash Ugrave Uacute Ucircumflex Udieresis Yacute Thorn Amacron Abreve Aogonek Cacute Ccircumflex Cdotaccent Ccaron Dcaron Dcroat Emacron Ebreve Edotaccent Eogonek Ecaron Gcircumflex Gbreve Gdotaccent uni0122 Hcircumflex Hbar Itilde Imacron Ibreve Iogonek Idotaccent IJ Jcircumflex uni0136 Lacute uni013B Lcaron Ldot Lslash Nacute uni0145 Ncaron Eng Omacron Obreve Ohungarumlaut OE Racute uni0156 Rcaron Sacute Scircumflex Scedilla Scaron uni0162 Tcaron Tbar Utilde Umacron Ubreve Uring Uhungarumlaut Uogonek Wcircumflex Ycircumflex Ydieresis Zacute Zdotaccent Zcaron AEacute Oslashacute uni0218 uni021A uni0370 uni0372 uni0376 Yotgreek Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Alpha Beta Gamma uni0394 Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi uni03A9 Iotadieresis Upsilondieresis uni03CF uni03D2 uni03D3 uni03D4 uni03D8 uni03DA uni03DC uni03DE uni03E0 uni03F4 uni03F7 uni03F9 uni03FA uni03FD uni03FE uni03FF uni0400 uni0401 uni0402 uni0403 uni0404 uni0405 uni0406 uni0407 uni0408 uni0409 uni040A uni040B uni040C uni040D uni040E uni040F uni0410 uni0411 uni0412 uni0413 uni0414 uni0415 uni0416 uni0417 uni0418 uni0419 uni041A uni041B uni041C uni041D uni041E uni041F uni0420 uni0421 uni0422 uni0423 uni0424 uni0425 uni0426 uni0427 uni0428 uni0429 uni042A uni042B uni042C uni042D uni042E uni042F uni0460 uni0462 uni0464 uni0466 uni0468 uni046A uni046C uni046E uni0470 uni0472 uni0474 uni0476 uni0478 uni048A uni048C uni048E uni0490 uni0492 uni0494 uni0496 uni0498 uni049A uni049C uni049E uni04A0 uni04A2 uni04A4 uni04A6 uni04A8 uni04AA uni04AC Ustraitcy Ustraitstrokecy uni04B2 uni04B4 uni04B6 uni04B8 uni04BA uni04BC uni04BE uni04C0 uni04C1 uni04C3 uni04C5 uni04C7 uni04C9 uni04CB uni04CD uni04D0 uni04D2 uni04D4 uni04D6 uni04D8 uni04DA uni04DC uni04DE uni04E0 uni04E2 uni04E4 uni04E6 uni04E8 uni04EA uni04EC uni04EE uni04F0 uni04F2 uni04F4 uni04F6 uni04F8 uni04FA uni04FC uni04FE uni0500 uni0502 uni0504 uni0506 uni0508 uni050A uni050C uni050E uni0510 uni0512 uni0514 uni0516 uni0518 uni051A uni051C uni051E uni0520 uni0522 uni0524 uni0526 uni0528 uni052A uni052C uni052E Wgrave Wacute Wdieresis uni1E9E Ygrave uni1F08 uni1F09 uni1F0A uni1F0B uni1F0C uni1F0D uni1F0E uni1F0F uni1F18 uni1F19 uni1F1A uni1F1B uni1F1C uni1F1D uni1F28 uni1F29 uni1F2A uni1F2B uni1F2C uni1F2D uni1F2E uni1F2F uni1F38 uni1F39 uni1F3A uni1F3B uni1F3C uni1F3D uni1F3E uni1F3F uni1F48 uni1F49 uni1F4A uni1F4B uni1F4C uni1F4D uni1F59 uni1F5B uni1F5D uni1F5F uni1F68 uni1F69 uni1F6A uni1F6B uni1F6C uni1F6D uni1F6E uni1F6F uni1F88 uni1F89 uni1F8A uni1F8B uni1F8C uni1F8D uni1F8E uni1F8F uni1F98 uni1F99 uni1F9A uni1F9B uni1F9C uni1F9D uni1F9E uni1F9F uni1FA8 uni1FA9 uni1FAA uni1FAB uni1FAC uni1FAD uni1FAE uni1FAF uni1FB8 uni1FB9 uni1FBA uni1FBB uni1FBC uni1FC8 uni1FC9 uni1FCA uni1FCB uni1FCC uni1FD8 uni1FD9 uni1FDA uni1FDB uni1FE8 uni1FE9 uni1FEA uni1FEB uni1FEC uni1FF8 uni1FF9 uni1FFA uni1FFB uni1FFC uni2102 uni210D uni2115 uni2119 uni211A uni211D uni2124 uni218A uni218B u1D539 Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK F.spacer T.spacer
FClass: 3748 a b c d e f g h i j k l m n o p q r s t u v w glyph92 y z ordfeminine ordmasculine germandbls agrave aacute acircumflex atilde adieresis aring ae ccedilla egrave eacute ecircumflex edieresis igrave iacute icircumflex idieresis eth ntilde ograve oacute ocircumflex otilde odieresis oslash ugrave uacute ucircumflex udieresis yacute thorn ydieresis amacron abreve aogonek cacute ccircumflex cdotaccent ccaron dcaron dcroat emacron ebreve edotaccent eogonek ecaron gcircumflex gbreve gdotaccent uni0123 hcircumflex hbar itilde imacron ibreve iogonek dotlessi ij jcircumflex uni0137 kgreenlandic lacute uni013C lcaron ldot lslash nacute uni0146 ncaron napostrophe eng omacron obreve ohungarumlaut oe racute uni0157 rcaron sacute scircumflex scedilla scaron uni0163 tcaron tbar utilde umacron ubreve uring uhungarumlaut uogonek wcircumflex ycircumflex zacute zdotaccent zcaron aeacute oslashacute uni0219 uni021B uni0237 uni0371 uni0373 uni0377 uni037A reversedlunatesigmasymbol dottedlunatesigmasymbol reverseddottedlunatesigmasymbol iotadieresistonos alphatonos epsilontonos etatonos iotatonos upsilondieresistonos alpha beta gamma delta epsilon zeta eta theta iota kappa lambda uni03BC nu xi omicron glyph436 rho uni03C2 sigma tau upsilon phi chi psi omega iotadieresis upsilondieresis omicrontonos upsilontonos omegatonos uni03D0 uni03D1 uni03D5 uni03D6 uni03D7 uni03D9 uni03DB uni03DD uni03DF uni03E1 uni03F0 uni03F1 uni03F2 uni03F3 uni03F5 uni03F8 uni03FB uni03FC uni0430 uni0431 uni0432 uni0433 uni0434 uni0435 uni0436 uni0437 uni0438 uni0439 uni043A uni043B uni043C uni043D uni043E uni043F uni0440 uni0441 uni0442 uni0443 uni0444 uni0445 uni0446 uni0447 uni0448 uni0449 uni044A uni044B uni044C uni044D uni044E uni044F uni0450 uni0451 uni0452 uni0453 uni0454 uni0455 uni0456 uni0457 uni0458 uni0459 uni045A uni045B uni045C uni045D uni045E uni045F uni0461 uni0463 uni0465 uni0467 uni0469 uni046B uni046D uni046F uni0471 uni0473 uni0475 uni0477 uni0479 uni048B uni048D uni048F uni0491 uni0493 uni0495 uni0497 uni0499 uni049B uni049D uni049F uni04A1 uni04A3 uni04A5 uni04A7 uni04A9 uni04AB uni04AD ustraitcy ustraitstrokecy uni04B3 uni04B5 uni04B7 uni04B9 uni04BB uni04BD uni04BF uni04C2 uni04C4 uni04C6 uni04C8 uni04CA uni04CC uni04CE uni04CF uni04D1 uni04D3 uni04D5 uni04D7 uni04D9 uni04DB uni04DD uni04DF uni04E1 uni04E3 uni04E5 uni04E7 uni04E9 uni04EB uni04ED uni04EF uni04F1 uni04F3 uni04F5 uni04F7 uni04F9 uni04FB uni04FD uni04FF uni0501 uni0503 uni0505 uni0507 uni0509 uni050B uni050D uni050F uni0511 uni0513 uni0515 uni0517 uni0519 uni051B uni051D uni051F uni0521 uni0523 uni0525 uni0527 uni0529 uni052B uni052D uni052F wgrave wacute wdieresis ygrave uni1F00 uni1F01 uni1F02 uni1F03 uni1F04 uni1F05 uni1F06 uni1F07 uni1F10 uni1F11 uni1F12 uni1F13 uni1F14 uni1F15 uni1F20 uni1F21 uni1F22 uni1F23 uni1F24 uni1F25 uni1F26 uni1F27 uni1F30 uni1F31 uni1F32 uni1F33 uni1F34 uni1F35 uni1F36 uni1F37 uni1F40 uni1F41 uni1F42 uni1F43 uni1F44 uni1F45 uni1F50 uni1F51 uni1F52 uni1F53 uni1F54 uni1F55 uni1F56 uni1F57 uni1F60 uni1F61 uni1F62 uni1F63 uni1F64 uni1F65 uni1F66 uni1F67 uni1F70 uni1F71 uni1F72 uni1F73 uni1F74 uni1F75 uni1F76 uni1F77 uni1F78 uni1F79 uni1F7A uni1F7B uni1F7C uni1F7D uni1F80 uni1F81 uni1F82 uni1F83 uni1F84 uni1F85 uni1F86 uni1F87 uni1F90 uni1F91 uni1F92 uni1F93 uni1F94 uni1F95 uni1F96 uni1F97 uni1FA0 uni1FA1 uni1FA2 uni1FA3 uni1FA4 uni1FA5 uni1FA6 uni1FA7 uni1FB0 uni1FB1 uni1FB2 uni1FB3 uni1FB4 uni1FB6 uni1FB7 uni1FBE uni1FC2 uni1FC3 uni1FC4 uni1FC6 uni1FC7 uni1FD0 uni1FD1 uni1FD2 uni1FD3 uni1FD6 uni1FD7 uni1FE0 uni1FE1 uni1FE2 uni1FE3 uni1FE4 uni1FE5 uni1FE6 uni1FE7 uni1FF2 uni1FF3 uni1FF4 uni1FF6 uni1FF7 uni207F i.loclTRK cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply w_w_w.liga
FClass: 3502 parenleft parenright zero one two three four five six seven eight nine A B C D E F G H I J K L M N O P Q R S T U V W X Y Z bracketleft bracketright braceleft bar braceright Agrave Aacute Acircumflex Atilde Adieresis Aring AE Ccedilla Egrave Eacute Ecircumflex Edieresis Igrave Iacute Icircumflex Idieresis Eth Ntilde Ograve Oacute Ocircumflex Otilde Odieresis Oslash Ugrave Uacute Ucircumflex Udieresis Yacute Thorn Amacron Abreve Aogonek Cacute Ccircumflex Cdotaccent Ccaron Dcaron Dcroat Emacron Ebreve Edotaccent Eogonek Ecaron Gcircumflex Gbreve Gdotaccent uni0122 Hcircumflex Hbar Itilde Imacron Ibreve Iogonek Idotaccent IJ Jcircumflex uni0136 Lacute uni013B Lcaron Ldot Lslash Nacute uni0145 Ncaron Eng Omacron Obreve Ohungarumlaut OE Racute uni0156 Rcaron Sacute Scircumflex Scedilla Scaron uni0162 Tcaron Tbar Utilde Umacron Ubreve Uring Uhungarumlaut Uogonek Wcircumflex Ycircumflex Ydieresis Zacute Zdotaccent Zcaron AEacute Oslashacute uni0218 uni021A uni0370 uni0372 uni0376 Yotgreek Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Alpha Beta Gamma uni0394 Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi uni03A9 Iotadieresis Upsilondieresis uni03CF uni03D2 uni03D3 uni03D4 uni03D8 uni03DA uni03DC uni03DE uni03E0 uni03F4 uni03F7 uni03F9 uni03FA uni03FD uni03FE uni03FF uni0400 uni0401 uni0402 uni0403 uni0404 uni0405 uni0406 uni0407 uni0408 uni0409 uni040A uni040B uni040C uni040D uni040E uni040F uni0410 uni0411 uni0412 uni0413 uni0414 uni0415 uni0416 uni0417 uni0418 uni0419 uni041A uni041B uni041C uni041D uni041E uni041F uni0420 uni0421 uni0422 uni0423 uni0424 uni0425 uni0426 uni0427 uni0428 uni0429 uni042A uni042B uni042C uni042D uni042E uni042F uni0460 uni0462 uni0464 uni0466 uni0468 uni046A uni046C uni046E uni0470 uni0472 uni0474 uni0476 uni0478 uni048A uni048C uni048E uni0490 uni0492 uni0494 uni0496 uni0498 uni049A uni049C uni049E uni04A0 uni04A2 uni04A4 uni04A6 uni04A8 uni04AA uni04AC Ustraitcy Ustraitstrokecy uni04B2 uni04B4 uni04B6 uni04B8 uni04BA uni04BC uni04BE uni04C0 uni04C1 uni04C3 uni04C5 uni04C7 uni04C9 uni04CB uni04CD uni04D0 uni04D2 uni04D4 uni04D6 uni04D8 uni04DA uni04DC uni04DE uni04E0 uni04E2 uni04E4 uni04E6 uni04E8 uni04EA uni04EC uni04EE uni04F0 uni04F2 uni04F4 uni04F6 uni04F8 uni04FA uni04FC uni04FE uni0500 uni0502 uni0504 uni0506 uni0508 uni050A uni050C uni050E uni0510 uni0512 uni0514 uni0516 uni0518 uni051A uni051C uni051E uni0520 uni0522 uni0524 uni0526 uni0528 uni052A uni052C uni052E Wgrave Wacute Wdieresis uni1E9E Ygrave uni1F08 uni1F09 uni1F0A uni1F0B uni1F0C uni1F0D uni1F0E uni1F0F uni1F18 uni1F19 uni1F1A uni1F1B uni1F1C uni1F1D uni1F28 uni1F29 uni1F2A uni1F2B uni1F2C uni1F2D uni1F2E uni1F2F uni1F38 uni1F39 uni1F3A uni1F3B uni1F3C uni1F3D uni1F3E uni1F3F uni1F48 uni1F49 uni1F4A uni1F4B uni1F4C uni1F4D uni1F59 uni1F5B uni1F5D uni1F5F uni1F68 uni1F69 uni1F6A uni1F6B uni1F6C uni1F6D uni1F6E uni1F6F uni1F88 uni1F89 uni1F8A uni1F8B uni1F8C uni1F8D uni1F8E uni1F8F uni1F98 uni1F99 uni1F9A uni1F9B uni1F9C uni1F9D uni1F9E uni1F9F uni1FA8 uni1FA9 uni1FAA uni1FAB uni1FAC uni1FAD uni1FAE uni1FAF uni1FB8 uni1FB9 uni1FBA uni1FBB uni1FBC uni1FC8 uni1FC9 uni1FCA uni1FCB uni1FCC uni1FD8 uni1FD9 uni1FDA uni1FDB uni1FE8 uni1FE9 uni1FEA uni1FEB uni1FEC uni1FF8 uni1FF9 uni1FFA uni1FFB uni1FFC uni2102 uni210D uni2115 uni2119 uni211A uni211D uni2124 uni218A uni218B u1D539 Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK F.spacer T.spacer
1 1 1
ClsList: 1
BClsList: 2