• R/O
  • SSH

wp2latex: Commit

WP2LaTeX sources.


Commit MetaInfo

Revisãoffb0e83cb708c5b3198f8a8f59e2b75451cc3b3a (tree)
Hora2021-02-18 05:29:30
AutorFojtik
CommiterFojtik

Mensagem de Log

Greek characters cleanup.

Mudança Sumário

Diff

diff -r fc3614229d12 -r ffb0e83cb708 trunk/sources.cc/cp_lib/charactr.cc_
--- a/trunk/sources.cc/cp_lib/charactr.cc_ Sun Feb 14 00:45:56 2021 +0100
+++ b/trunk/sources.cc/cp_lib/charactr.cc_ Wed Feb 17 21:29:30 2021 +0100
@@ -37,10 +37,10 @@
3737 }
3838 }
3939
40- while(wchar_code >= 1003)
40+ while(wchar_code >= 1006)
4141 {
42- wchar_code -= 1003;
43- if(wchar_code>=856) return(" -?- "); //sizeof(SimpleTable)/sizeof(char *)
42+ wchar_code -= 1006;
43+ if(wchar_code>=909) return(" -?- "); //sizeof(SimpleTable)/sizeof(char *)
4444 const char *ret=SimpleTable[wchar_code];
4545 if(*ret!=1) return(ret); // Element has been found in the table
4646 wchar_code = UserCharSet(ret[1],cq);
@@ -2485,337 +2485,346 @@
24852485 case 777: /*Digamma*/
24862486 UseStyle(Amssymb, "$\\digamma$")
24872487 break;
2488-case 778: /*ALPHA High Prime*/
2488+case 778: /*Koppa*/
2489+ UseStyle(Arevmath,"$\\Koppa$")
2490+ break;
2491+case 779: /*Sampi*/
2492+ UseStyle(Arevmath,"$\\Sampi$")
2493+ break;
2494+case 780: /*ALPHA High Prime*/
24892495 WP2LaTeXsty+=sty_primechar;
24902496 return "\\primechar{A}";
2491-case 779: /*EPSILON High Prime*/
2497+case 781: /*EPSILON High Prime*/
24922498 WP2LaTeXsty+=sty_primechar;
24932499 return "\\primechar{E}";
2494-case 780: /*ETA High Prime*/
2500+case 782: /*ETA High Prime*/
24952501 WP2LaTeXsty+=sty_primechar;
24962502 return "\\primechar{H}";
2497-case 781: /*IOTA High Prime*/
2503+case 783: /*IOTA High Prime*/
24982504 WP2LaTeXsty+=sty_primechar;
24992505 return "\\primechar{I}";
2500-case 782: /*OMICRON High Prime*/
2506+case 784: /*OMICRON High Prime*/
25012507 WP2LaTeXsty+=sty_primechar;
25022508 return "\\primechar{O}";
2503-case 783: /*UPSILON High Prime*/
2509+case 785: /*UPSILON High Prime*/
25042510 WP2LaTeXsty+=sty_primechar;
25052511 return "\\primechar{Y}";
2506-case 784: /*OMEGA High Prime*/
2512+case 786: /*OMEGA High Prime*/
25072513 WP2LaTeXsty+=sty_primechar;
25082514 return "\\primechar{$\\Omega$}";
2509-case 785: /*Hebrew Alef*/
2515+case 787: /*omicron Tonos*/
2516+ if(cq->envir == 'T') return "\\a'{o}";
2517+ return "\\'{o}";
2518+case 788: /*Hebrew Alef*/
25102519 if(cq->Font==FONT_HEBREW) return "'";
25112520 return "$\\aleph$";
2512-case 786: /*Hebrew Bet*/
2521+case 789: /*Hebrew Bet*/
25132522 if(cq->Font!=FONT_HEBREW) {UseStyle(Amssymb, "$\\beth$")}
25142523 SWITCH_HEB
25152524 return "b";
2516-case 787: /*Hebrew Gimel*/
2525+case 790: /*Hebrew Gimel*/
25172526 if(cq->Font!=FONT_HEBREW) {UseStyle(Amssymb, "$\\gimel$")}
25182527 SWITCH_HEB
25192528 return "g";
2520-case 788: /*Hebrew Dalet*/
2529+case 791: /*Hebrew Dalet*/
25212530 if(cq->Font!=FONT_HEBREW) {UseStyle(Amssymb, "$\\daleth$")}
25222531 SWITCH_HEB
25232532 return "d";
2524-case 789: /*Hebrew He*/
2533+case 792: /*Hebrew He*/
25252534 SWITCH_HEB
25262535 return "h";
2527-case 790: /*Hebrew Vav*/
2536+case 793: /*Hebrew Vav*/
25282537 SWITCH_HEB
25292538 return "w";
2530-case 791: /*Hebrew Zayin*/
2539+case 794: /*Hebrew Zayin*/
25312540 SWITCH_HEB
25322541 return "z";
2533-case 792: /*Hebrew Het*/
2542+case 795: /*Hebrew Het*/
25342543 SWITCH_HEB
25352544 return ".h";
2536-case 793: /*Hebrew Tet*/
2545+case 796: /*Hebrew Tet*/
25372546 SWITCH_HEB
25382547 return ".t";
2539-case 794: /*Hebrew Yod*/
2548+case 797: /*Hebrew Yod*/
25402549 SWITCH_HEB
25412550 return "y";
2542-case 795: /*Hebrew Kaf (final)*/
2551+case 798: /*Hebrew Kaf (final)*/
25432552 SWITCH_HEB
25442553 return "K";
2545-case 796: /*Hebrew Kaf*/
2554+case 799: /*Hebrew Kaf*/
25462555 SWITCH_HEB
25472556 return "k";
2548-case 797: /*Hebrew Lamed*/
2557+case 800: /*Hebrew Lamed*/
25492558 SWITCH_HEB
25502559 return "l";
2551-case 798: /*Hebrew Mem (final)*/
2560+case 801: /*Hebrew Mem (final)*/
25522561 SWITCH_HEB
25532562 return "m";
2554-case 799: /*Hebrew Mem*/
2563+case 802: /*Hebrew Mem*/
25552564 SWITCH_HEB
25562565 return "M";
2557-case 800: /*Hebrew Nun (final)*/
2566+case 803: /*Hebrew Nun (final)*/
25582567 SWITCH_HEB
25592568 return "N";
2560-case 801: /*Hebrew Nun*/
2569+case 804: /*Hebrew Nun*/
25612570 SWITCH_HEB
25622571 return "n";
2563-case 802: /*Hebrew Samekh*/
2572+case 805: /*Hebrew Samekh*/
25642573 SWITCH_HEB
25652574 return "s";
2566-case 803: /*Hebrew Ayin*/
2575+case 806: /*Hebrew Ayin*/
25672576 SWITCH_HEB
25682577 return "`";
2569-case 804: /*Hebrew Pe (final)*/
2578+case 807: /*Hebrew Pe (final)*/
25702579 SWITCH_HEB
25712580 return "p";
2572-case 805: /*Hebrew Pe*/
2581+case 808: /*Hebrew Pe*/
25732582 SWITCH_HEB
25742583 return "P";
2575-case 806: /*Hebrew Tsadi (final)*/
2584+case 809: /*Hebrew Tsadi (final)*/
25762585 SWITCH_HEB
25772586 return ".s";
2578-case 807: /*Hebrew Tsadi*/
2587+case 810: /*Hebrew Tsadi*/
25792588 SWITCH_HEB
25802589 return ".S";
2581-case 808: /*Hebrew Qof*/
2590+case 811: /*Hebrew Qof*/
25822591 SWITCH_HEB
25832592 return "q";
2584-case 809: /*Hebrew Resh*/
2593+case 812: /*Hebrew Resh*/
25852594 SWITCH_HEB
25862595 return "r";
2587-case 810: /*Hebrew Shin*/
2596+case 813: /*Hebrew Shin*/
25882597 SWITCH_HEB
25892598 return "+s";
2590-case 811: /*Hebrew Sin*/
2599+case 814: /*Hebrew Sin*/
25912600 SWITCH_HEB
25922601 return ",s";
2593-case 812: /*Hebrew Tav*/
2602+case 815: /*Hebrew Tav*/
25942603 SWITCH_HEB
25952604 return "t";
2596-case 813: /*Hebrew Maqaf*/
2605+case 816: /*Hebrew Maqaf*/
25972606 SWITCH_HEB
25982607 return "--";
2599-case 814: /*Hebrew Paseq*/
2608+case 817: /*Hebrew Paseq*/
26002609 if(cq->RequiredFont==FONT_HEBREW) return "\\textrm{|}";
26012610 return "|";
2602-case 815: /*Hebrew Sof Pasuq*/
2611+case 818: /*Hebrew Sof Pasuq*/
26032612 SWITCH_HEB
26042613 return ";";
2605-case 816: /*Hebrew Geresh*/
2614+case 819: /*Hebrew Geresh*/
26062615 if(cq->RequiredFont==FONT_HEBREW) return "\\textrm{'}";
26072616 return "'";
2608-case 817: /*Hebrew Gershayim*/
2617+case 820: /*Hebrew Gershayim*/
26092618 if(cq->RequiredFont==FONT_HEBREW) return "\\textrm{\"}";
26102619 return "\"";
2611-case 818: /*Hebrew Sheva*/
2620+case 821: /*Hebrew Sheva*/
26122621 SWITCH_HEB
26132622 return ":";
2614-case 819: /*Hebrew Hataf Segol*/
2623+case 822: /*Hebrew Hataf Segol*/
26152624 SWITCH_HEB
26162625 return "E:";
2617-case 820: /*Hebrew Hataf Patah*/
2626+case 823: /*Hebrew Hataf Patah*/
26182627 SWITCH_HEB
26192628 return "a:";
2620-case 821: /*Hebrew Hataf Qamats*/
2629+case 824: /*Hebrew Hataf Qamats*/
26212630 SWITCH_HEB
26222631 return "A:";
2623-case 822: /*Hebrew Hiriq*/
2632+case 825: /*Hebrew Hiriq*/
26242633 SWITCH_HEB
26252634 return "i";
2626-case 823: /*Hebrew Tsere*/
2635+case 826: /*Hebrew Tsere*/
26272636 SWITCH_HEB
26282637 return "e";
2629-case 824: /*Hebrew Segol*/
2638+case 827: /*Hebrew Segol*/
26302639 SWITCH_HEB
26312640 return "E";
2632-case 825: /*Hebrew Patah*/
2641+case 828: /*Hebrew Patah*/
26332642 SWITCH_HEB
26342643 return "a";
2635-case 826: /*Hebrew Qamats*/
2644+case 829: /*Hebrew Qamats*/
26362645 SWITCH_HEB
26372646 return "A";
2638-case 827: /*Hebrew Holem Left*/
2647+case 830: /*Hebrew Holem Left*/
26392648 SWITCH_HEB
26402649 return "o";
2641-case 828: /*Hebrew Qubuts*/
2650+case 831: /*Hebrew Qubuts*/
26422651 SWITCH_HEB
26432652 return "u";
2644-case 829: /*Hebrew Dagesh*/
2653+case 832: /*Hebrew Dagesh*/
26452654 SWITCH_HEB
26462655 return "*";
2647-case 830: /*Hebrew Double Vav*/
2656+case 833: /*Hebrew Double Vav*/
26482657 SWITCH_HEB
26492658 return "ww";
2650-case 831: /*Hebrew Vav Yod*/
2659+case 834: /*Hebrew Vav Yod*/
26512660 SWITCH_HEB
26522661 return "yw";
2653-case 832: /*Hebrew Double Yod*/
2662+case 835: /*Hebrew Double Yod*/
26542663 SWITCH_HEB
26552664 return "yy";
2656-case 833: /*Hebrew Double Yod Patah*/
2665+case 836: /*Hebrew Double Yod Patah*/
26572666 SWITCH_HEB
26582667 return "yya";
2659-case 834: /*Hebrew Alef Dagesh*/
2668+case 837: /*Hebrew Alef Dagesh*/
26602669 SWITCH_HEB
26612670 return "'*";
2662-case 835: /*Hebrew Bet Dagesh*/
2671+case 838: /*Hebrew Bet Dagesh*/
26632672 SWITCH_HEB
26642673 return "b*";
2665-case 836: /*Hebrew Gimel Dagesh*/
2674+case 839: /*Hebrew Gimel Dagesh*/
26662675 SWITCH_HEB
26672676 return "g*";
2668-case 837: /*Hebrew Dalet Dagesh*/
2677+case 840: /*Hebrew Dalet Dagesh*/
26692678 SWITCH_HEB
26702679 return "d*";
2671-case 838: /*Hebrew He Dagesh*/
2680+case 841: /*Hebrew He Dagesh*/
26722681 SWITCH_HEB
26732682 return "h*";
2674-case 839: /*Hebrew Vav Dagesh*/
2683+case 842: /*Hebrew Vav Dagesh*/
26752684 SWITCH_HEB
26762685 return "w*";
2677-case 840: /*Hebrew Vav Holem*/
2686+case 843: /*Hebrew Vav Holem*/
26782687 SWITCH_HEB
26792688 return "wo";
2680-case 841: /*Hebrew Zayin Dagesh*/
2689+case 844: /*Hebrew Zayin Dagesh*/
26812690 SWITCH_HEB
26822691 return "z*";
2683-case 842: /*Hebrew Het Dagesh*/
2692+case 845: /*Hebrew Het Dagesh*/
26842693 SWITCH_HEB
26852694 return ".h*";
2686-case 843: /*Hebrew Tet Dagesh*/
2695+case 846: /*Hebrew Tet Dagesh*/
26872696 SWITCH_HEB
26882697 return ".t*";
2689-case 844: /*Hebrew Yod Dagesh*/
2698+case 847: /*Hebrew Yod Dagesh*/
26902699 SWITCH_HEB
26912700 return "y*";
2692-case 845: /*Hebrew Yod Hiriq*/
2701+case 848: /*Hebrew Yod Hiriq*/
26932702 SWITCH_HEB
26942703 return "yi";
2695-case 846: /*Hebrew Kaf Dagesh*/
2704+case 849: /*Hebrew Kaf Dagesh*/
26962705 SWITCH_HEB
26972706 return "k*";
2698-case 847: /*Hebrew Kaf Dagesh (final)*/
2707+case 850: /*Hebrew Kaf Dagesh (final)*/
26992708 SWITCH_HEB
27002709 return "K*";
2701-case 848: /*Hebrew Kaf Sheva (final)*/
2710+case 851: /*Hebrew Kaf Sheva (final)*/
27022711 SWITCH_HEB
27032712 return "K:";
2704-case 849: /*Hebrew Kaf Tsere (final)*/
2713+case 852: /*Hebrew Kaf Tsere (final)*/
27052714 SWITCH_HEB
27062715 return "Ke";
2707-case 850: /*Hebrew Kaf Segol (final)*/
2716+case 853: /*Hebrew Kaf Segol (final)*/
27082717 SWITCH_HEB
27092718 return "KE";
2710-case 851: /*Hebrew Kaf Patah (final)*/
2719+case 854: /*Hebrew Kaf Patah (final)*/
27112720 SWITCH_HEB
27122721 return "K:";
2713-case 852: /*Hebrew Kaf Qamats (final)*/
2722+case 855: /*Hebrew Kaf Qamats (final)*/
27142723 SWITCH_HEB
27152724 return "KA";
2716-case 853: /*Hebrew Kaf Dagesh Qamats (final)*/
2725+case 856: /*Hebrew Kaf Dagesh Qamats (final)*/
27172726 SWITCH_HEB
27182727 return "K*A";
2719-case 854: /*Hebrew Lamed Dagesh*/
2728+case 857: /*Hebrew Lamed Dagesh*/
27202729 SWITCH_HEB
27212730 return "l*";
2722-case 855: /*Hebrew Mem Dagesh*/
2731+case 858: /*Hebrew Mem Dagesh*/
27232732 SWITCH_HEB
27242733 return "m*";
2725-case 856: /*Hebrew Nun Dagesh*/
2734+case 859: /*Hebrew Nun Dagesh*/
27262735 SWITCH_HEB
27272736 return "n*";
2728-case 857: /*Hebrew Nun Qamats (final)*/
2737+case 860: /*Hebrew Nun Qamats (final)*/
27292738 SWITCH_HEB
27302739 return "NA";
2731-case 858: /*Hebrew Samekh Dagesh*/
2740+case 861: /*Hebrew Samekh Dagesh*/
27322741 SWITCH_HEB
27332742 return "s*";
2734-case 859: /*Hebrew Pe Dagesh*/
2743+case 862: /*Hebrew Pe Dagesh*/
27352744 SWITCH_HEB
27362745 return "p*";
2737-case 860: /*Hebrew Sin Dagesh*/
2746+case 863: /*Hebrew Sin Dagesh*/
27382747 SWITCH_HEB
27392748 return ",s*";
2740-case 861: /*Hebrew Shin Dagesh*/
2749+case 864: /*Hebrew Shin Dagesh*/
27412750 SWITCH_HEB
27422751 return "+s*";
2743-case 862: /*Hebrew Tav Dagesh*/
2752+case 865: /*Hebrew Tav Dagesh*/
27442753 SWITCH_HEB
27452754 return "t*";
2746-case 863: /*Russian A*/
2755+case 866: /*Russian A*/
27472756 if(OutCodePage == 1251) return "À";
27482757 if(OutCodePage == 866) return "€";
27492758 if(OutCodePage == KOI8R) return "á";
27502759 SWITCH_CYR("A")
27512760 break;
2752-case 864: /*Russian a*/
2761+case 867: /*Russian a*/
27532762 if(OutCodePage == 1251) return "à";
27542763 if(OutCodePage == 866) return " ";
27552764 if(OutCodePage == KOI8R) return "Á";
27562765 SWITCH_CYR("a")
27572766 break;
2758-case 865: /*Russian BE*/
2767+case 868: /*Russian BE*/
27592768 if(OutCodePage == 1251) return "Á";
27602769 if(OutCodePage == 866) return "";
27612770 if(OutCodePage == KOI8R) return "â";
27622771 SWITCH_CYR("B")
27632772 break;
2764-case 866: /*Russian be*/
2773+case 869: /*Russian be*/
27652774 if(OutCodePage == 1251) return "á";
27662775 if(OutCodePage == 866) return "¡";
27672776 if(OutCodePage == KOI8R) return "Â";
27682777 SWITCH_CYR("b")
27692778 break;
2770-case 867: /*Russian VE*/
2779+case 870: /*Russian VE*/
27712780 if(OutCodePage == 1251) return "Â";
27722781 if(OutCodePage == 866) return "‚";
27732782 if(OutCodePage == KOI8R) return "÷";
27742783 SWITCH_CYR("V")
27752784 break;
2776-case 868: /*Russian ve*/
2785+case 871: /*Russian ve*/
27772786 if(OutCodePage == 1251) return "â";
27782787 if(OutCodePage == 866) return "¢";
27792788 if(OutCodePage == KOI8R) return "×";
27802789 SWITCH_CYR("v")
27812790 break;
2782-case 869: /*Russian GE*/
2791+case 872: /*Russian GE*/
27832792 if(OutCodePage == 1251) return "Ã";
27842793 if(OutCodePage == 866) return "ƒ";
27852794 if(OutCodePage == KOI8R) return "ç";
27862795 SWITCH_CYR("G")
27872796 break;
2788-case 870: /*Russian ge*/
2797+case 873: /*Russian ge*/
27892798 if(OutCodePage == 1251) return "ã";
27902799 if(OutCodePage == 866) return "£";
27912800 if(OutCodePage == KOI8R) return "Ç";
27922801 SWITCH_CYR("g")
27932802 break;
2794-case 871: /*Russian DE*/
2803+case 874: /*Russian DE*/
27952804 if(OutCodePage == 1251) return "Ä";
27962805 if(OutCodePage == 866) return "„";
27972806 if(OutCodePage == KOI8R) return "ä";
27982807 SWITCH_CYR("D")
27992808 break;
2800-case 872: /*Russian de*/
2809+case 875: /*Russian de*/
28012810 if(OutCodePage == 1251) return "ä";
28022811 if(OutCodePage == 866) return "¤";
28032812 if(OutCodePage == KOI8R) return "Ä";
28042813 SWITCH_CYR("d")
28052814 break;
2806-case 873: /*Russian IE*/
2815+case 876: /*Russian IE*/
28072816 if(OutCodePage == 1251) return "Å";
28082817 if(OutCodePage == 866) return "…";
28092818 if(OutCodePage == KOI8R) return "å";
28102819 SWITCH_CYR("E")
28112820 break;
2812-case 874: /*Russian ie*/
2821+case 877: /*Russian ie*/
28132822 if(OutCodePage == 1251) return "å";
28142823 if(OutCodePage == 866) return "¥";
28152824 if(OutCodePage == KOI8R) return "Å";
28162825 SWITCH_CYR("e")
28172826 break;
2818-case 875: /*Russian YO*/
2827+case 878: /*Russian YO*/
28192828 if(rus_yo == 1)
28202829 {
28212830 if(OutCodePage == 1251) return "\\\"Å";
@@ -2833,7 +2842,7 @@
28332842 if(OutCodePage == KOI8R) return "³";
28342843 SWITCH_CYR("\\\"E")
28352844 break;
2836-case 876: /*Russian yo*/
2845+case 879: /*Russian yo*/
28372846 if(rus_yo == 1)
28382847 {
28392848 if(OutCodePage == 1251) return "\\\"å";
@@ -2851,536 +2860,536 @@
28512860 if(OutCodePage == KOI8R) return "£";
28522861 SWITCH_CYR("\\\"e")
28532862 break;
2854-case 877: /*Russian ZHE*/
2863+case 880: /*Russian ZHE*/
28552864 if(OutCodePage == 1251) return "Æ";
28562865 if(OutCodePage == 866) return "†";
28572866 if(OutCodePage == KOI8R) return "ö";
28582867 SWITCH_CYR("Zh")
28592868 break;
2860-case 878: /*Russian zhe*/
2869+case 881: /*Russian zhe*/
28612870 if(OutCodePage == 1251) return "æ";
28622871 if(OutCodePage == 866) return "¦";
28632872 if(OutCodePage == KOI8R) return "Ö";
28642873 SWITCH_CYR("zh")
28652874 break;
2866-case 879: /*Russian ZE*/
2875+case 882: /*Russian ZE*/
28672876 if(OutCodePage == 1251) return "Ç";
28682877 if(OutCodePage == 866) return "‡";
28692878 if(OutCodePage == KOI8R) return "ú";
28702879 SWITCH_CYR("Z")
28712880 break;
2872-case 880: /*Russian ze*/
2881+case 883: /*Russian ze*/
28732882 if(OutCodePage == 1251) return "ç";
28742883 if(OutCodePage == 866) return "§";
28752884 if(OutCodePage == KOI8R) return "Ú";
28762885 SWITCH_CYR("z")
28772886 break;
2878-case 881: /*Russian I*/
2887+case 884: /*Russian I*/
28792888 if(OutCodePage == 1251) return "È";
28802889 if(OutCodePage == 866) return "ˆ";
28812890 if(OutCodePage == KOI8R) return "é";
28822891 SWITCH_CYR("I")
28832892 break;
2884-case 882: /*Russian i*/
2893+case 885: /*Russian i*/
28852894 if(OutCodePage == 1251) return "è";
28862895 if(OutCodePage == 866) return "¨";
28872896 if(OutCodePage == KOI8R) return "É";
28882897 SWITCH_CYR("i")
28892898 break;
2890-case 883: /*Russian SHORT I*/
2899+case 886: /*Russian SHORT I*/
28912900 if(OutCodePage == 1251) return "É";
28922901 if(OutCodePage == 866) return "‰";
28932902 if(OutCodePage == KOI8R) return "ê";
28942903 SWITCH_CYR("{\\rm \\v{\\cyr I}}")
28952904 break;
2896-case 884: /*Russian short i*/
2905+case 887: /*Russian short i*/
28972906 if(OutCodePage == 1251) return "é";
28982907 if(OutCodePage == 866) return "©";
28992908 if(OutCodePage == KOI8R) return "Ê";
29002909 SWITCH_CYR("{\\rm \\v{\\cyr i}}")
29012910 break;
2902-case 885: /*Russian KA*/
2911+case 888: /*Russian KA*/
29032912 if(OutCodePage == 1251) return "Ê";
29042913 if(OutCodePage == 866) return "Š";
29052914 if(OutCodePage == KOI8R) return "ë";
29062915 SWITCH_CYR("K")
29072916 break;
2908-case 886: /*Russian ka*/
2917+case 889: /*Russian ka*/
29092918 if(OutCodePage == 1251) return "ê";
29102919 if(OutCodePage == 866) return "ª";
29112920 if(OutCodePage == KOI8R) return "Ë";
29122921 SWITCH_CYR("k")
29132922 break;
2914-case 887: /*Russian EL*/
2923+case 890: /*Russian EL*/
29152924 if(OutCodePage == 1251) return "Ë";
29162925 if(OutCodePage == 866) return "‹";
29172926 if(OutCodePage == KOI8R) return "ì";
29182927 SWITCH_CYR("L")
29192928 break;
2920-case 888: /*Russian el*/
2929+case 891: /*Russian el*/
29212930 if(OutCodePage == 1251) return "ë";
29222931 if(OutCodePage == 866) return "«";
29232932 if(OutCodePage == KOI8R) return "Ì";
29242933 SWITCH_CYR("l")
29252934 break;
2926-case 889: /*Russian EM*/
2935+case 892: /*Russian EM*/
29272936 if(OutCodePage == 1251) return "Ì";
29282937 if(OutCodePage == 866) return "Œ";
29292938 if(OutCodePage == KOI8R) return "í";
29302939 SWITCH_CYR("M")
29312940 break;
2932-case 890: /*Russian em*/
2941+case 893: /*Russian em*/
29332942 if(OutCodePage == 1251) return "ì";
29342943 if(OutCodePage == 866) return "¬";
29352944 if(OutCodePage == KOI8R) return "Í";
29362945 SWITCH_CYR("m")
29372946 break;
2938-case 891: /*Russian EN*/
2947+case 894: /*Russian EN*/
29392948 if(OutCodePage == 1251) return "Í";
29402949 if(OutCodePage == 866) return "";
29412950 if(OutCodePage == KOI8R) return "î";
29422951 SWITCH_CYR("N")
29432952 break;
2944-case 892: /*Russian en*/
2953+case 895: /*Russian en*/
29452954 if(OutCodePage == 1251) return "í";
29462955 if(OutCodePage == 866) return "­";
29472956 if(OutCodePage == KOI8R) return "Î";
29482957 SWITCH_CYR("n")
29492958 break;
2950-case 893: /*Russian O*/
2959+case 896: /*Russian O*/
29512960 if(OutCodePage == 1251) return "Î";
29522961 if(OutCodePage == 866) return "Ž";
29532962 if(OutCodePage == KOI8R) return "ï";
29542963 SWITCH_CYR("O")
29552964 break;
2956-case 894: /*Russian o*/
2965+case 897: /*Russian o*/
29572966 if(OutCodePage == 1251) return "î";
29582967 if(OutCodePage == 866) return "®";
29592968 if(OutCodePage == KOI8R) return "Ï";
29602969 SWITCH_CYR("o")
29612970 break;
2962-case 895: /*Russian PE*/
2971+case 898: /*Russian PE*/
29632972 if(OutCodePage == 1251) return "Ï";
29642973 if(OutCodePage == 866) return "";
29652974 if(OutCodePage == KOI8R) return "ð";
29662975 SWITCH_CYR("P")
29672976 break;
2968-case 896: /*Russian pe*/
2977+case 899: /*Russian pe*/
29692978 if(OutCodePage == 1251) return "ï";
29702979 if(OutCodePage == 866) return "¯";
29712980 if(OutCodePage == KOI8R) return "Ð";
29722981 SWITCH_CYR("p")
29732982 break;
2974-case 897: /*Russian ER*/
2983+case 900: /*Russian ER*/
29752984 if(OutCodePage == 1251) return "Ð";
29762985 if(OutCodePage == 866) return "";
29772986 if(OutCodePage == KOI8R) return "ò";
29782987 SWITCH_CYR("R")
29792988 break;
2980-case 898: /*Russian er*/
2989+case 901: /*Russian er*/
29812990 if(OutCodePage == 1251) return "ð";
29822991 if(OutCodePage == 866) return "à";
29832992 if(OutCodePage == KOI8R) return "Ò";
29842993 SWITCH_CYR("r")
29852994 break;
2986-case 899: /*Russian ES*/
2995+case 902: /*Russian ES*/
29872996 if(OutCodePage == 1251) return "Ñ";
29882997 if(OutCodePage == 866) return "‘";
29892998 if(OutCodePage == KOI8R) return "ó";
29902999 SWITCH_CYR("S")
29913000 break;
2992-case 900: /*Russian es*/
3001+case 903: /*Russian es*/
29933002 if(OutCodePage == 1251) return "ñ";
29943003 if(OutCodePage == 866) return "á";
29953004 if(OutCodePage == KOI8R) return "Ó";
29963005 SWITCH_CYR("s")
29973006 break;
2998-case 901: /*Russian TE*/
3007+case 904: /*Russian TE*/
29993008 if(OutCodePage == 1251) return "Ò";
30003009 if(OutCodePage == 866) return "’";
30013010 if(OutCodePage == KOI8R) return "ô";
30023011 SWITCH_CYR("T")
30033012 break;
3004-case 902: /*Russian te*/
3013+case 905: /*Russian te*/
30053014 if(OutCodePage == 1251) return "ò";
30063015 if(OutCodePage == 866) return "â";
30073016 if(OutCodePage == KOI8R) return "Ô";
30083017 SWITCH_CYR("t")
30093018 break;
3010-case 903: /*Russian U*/
3019+case 906: /*Russian U*/
30113020 if(OutCodePage == 1251) return "Ó";
30123021 if(OutCodePage == 866) return "“";
30133022 if(OutCodePage == KOI8R) return "õ";
30143023 SWITCH_CYR("U")
30153024 break;
3016-case 904: /*Russian u*/
3025+case 907: /*Russian u*/
30173026 if(OutCodePage == 1251) return "ó";
30183027 if(OutCodePage == 866) return "ã";
30193028 if(OutCodePage == KOI8R) return "Õ";
30203029 SWITCH_CYR("u")
30213030 break;
3022-case 905: /*Russian EF*/
3031+case 908: /*Russian EF*/
30233032 if(OutCodePage == 1251) return "Ô";
30243033 if(OutCodePage == 866) return "”";
30253034 if(OutCodePage == KOI8R) return "æ";
30263035 SWITCH_CYR("F")
30273036 break;
3028-case 906: /*Russian ef*/
3037+case 909: /*Russian ef*/
30293038 if(OutCodePage == 1251) return "ô";
30303039 if(OutCodePage == 866) return "ä";
30313040 if(OutCodePage == KOI8R) return "Æ";
30323041 SWITCH_CYR("f")
30333042 break;
3034-case 907: /*Russian KHA*/
3043+case 910: /*Russian KHA*/
30353044 if(OutCodePage == 1251) return "Õ";
30363045 if(OutCodePage == 866) return "•";
30373046 if(OutCodePage == KOI8R) return "è";
30383047 SWITCH_CYR("H")
30393048 break;
3040-case 908: /*Russian kha*/
3049+case 911: /*Russian kha*/
30413050 if(OutCodePage == 1251) return "õ";
30423051 if(OutCodePage == 866) return "å";
30433052 if(OutCodePage == KOI8R) return "È";
30443053 SWITCH_CYR("h")
30453054 break;
3046-case 909: /*Russian TSE*/
3055+case 912: /*Russian TSE*/
30473056 if(OutCodePage == 1251) return "Ö";
30483057 if(OutCodePage == 866) return "–";
30493058 if(OutCodePage == KOI8R) return "ã";
30503059 SWITCH_CYR("C")
30513060 break;
3052-case 910: /*Russian tse*/
3061+case 913: /*Russian tse*/
30533062 if(OutCodePage == 1251) return "ö";
30543063 if(OutCodePage == 866) return "æ";
30553064 if(OutCodePage == KOI8R) return "Ã";
30563065 SWITCH_CYR("c")
30573066 break;
3058-case 911: /*Russian CHE*/
3067+case 914: /*Russian CHE*/
30593068 if(OutCodePage == 1251) return "×";
30603069 if(OutCodePage == 866) return "—";
30613070 if(OutCodePage == KOI8R) return "þ";
30623071 SWITCH_CYR("Ch")
30633072 break;
3064-case 912: /*Russian che*/
3073+case 915: /*Russian che*/
30653074 if(OutCodePage == 1251) return "÷";
30663075 if(OutCodePage == 866) return "ç";
30673076 if(OutCodePage == KOI8R) return "Þ";
30683077 SWITCH_CYR("ch")
30693078 break;
3070-case 913: /*Russian SHA*/
3079+case 916: /*Russian SHA*/
30713080 if(OutCodePage == 1251) return "Ø";
30723081 if(OutCodePage == 866) return "˜";
30733082 if(OutCodePage == KOI8R) return "û";
30743083 SWITCH_CYR("Sh")
30753084 break;
3076-case 914: /*Russian sha*/
3085+case 917: /*Russian sha*/
30773086 if(OutCodePage == 1251) return "ø";
30783087 if(OutCodePage == 866) return "è";
30793088 if(OutCodePage == KOI8R) return "Û";
30803089 SWITCH_CYR("sh")
30813090 break;
3082-case 915: /*Russian SHCHA*/
3091+case 918: /*Russian SHCHA*/
30833092 if(OutCodePage == 1251) return "Ù";
30843093 if(OutCodePage == 866) return "™";
30853094 if(OutCodePage == KOI8R) return "ý";
30863095 SWITCH_CYR("W")
30873096 break;
3088-case 916: /*Russian shcha*/
3097+case 919: /*Russian shcha*/
30893098 if(OutCodePage == 1251) return "ù";
30903099 if(OutCodePage == 866) return "é";
30913100 if(OutCodePage == KOI8R) return "Ý";
30923101 SWITCH_CYR("w")
30933102 break;
3094-case 917: /*Russian YER (HARD SIGN)*/
3103+case 920: /*Russian YER (HARD SIGN)*/
30953104 if(OutCodePage == 1251) return "Ú";
30963105 if(OutCodePage == 866) return "š";
30973106 if(OutCodePage == KOI8R) return "ÿ";
30983107 SWITCH_CYR("\\Cdprime ")
30993108 break;
3100-case 918: /*Russian yer (hard sign)*/
3109+case 921: /*Russian yer (hard sign)*/
31013110 if(OutCodePage == 1251) return "ú";
31023111 if(OutCodePage == 866) return "ê";
31033112 if(OutCodePage == KOI8R) return "ß";
31043113 SWITCH_CYR("\\cdprime ")
31053114 break;
3106-case 919: /*Russian YERY*/
3115+case 922: /*Russian YERY*/
31073116 if(OutCodePage == 1251) return "Û";
31083117 if(OutCodePage == 866) return "›";
31093118 if(OutCodePage == KOI8R) return "ù";
31103119 SWITCH_CYR("Y")
31113120 break;
3112-case 920: /*Russian yery*/
3121+case 923: /*Russian yery*/
31133122 if(OutCodePage == 1251) return "û";
31143123 if(OutCodePage == 866) return "ë";
31153124 if(OutCodePage == KOI8R) return "Ù";
31163125 SWITCH_CYR("y")
31173126 break;
3118-case 921: /*Russian YER' (SOFT SIGN)*/
3127+case 924: /*Russian YER' (SOFT SIGN)*/
31193128 if(OutCodePage == 1251) return "Ü";
31203129 if(OutCodePage == 866) return "œ";
31213130 if(OutCodePage == KOI8R) return "ø";
31223131 SWITCH_CYR("\\Cprime ")
31233132 break;
3124-case 922: /*Russian yer' (soft sign)*/
3133+case 925: /*Russian yer' (soft sign)*/
31253134 if(OutCodePage == 1251) return "ü";
31263135 if(OutCodePage == 866) return "ì";
31273136 if(OutCodePage == KOI8R) return "Ø";
31283137 SWITCH_CYR("\\cprime ")
31293138 break;
3130-case 923: /*Russian REVERSED E*/
3139+case 926: /*Russian REVERSED E*/
31313140 if(OutCodePage == 1251) return "Ý";
31323141 if(OutCodePage == 866) return "";
31333142 if(OutCodePage == KOI8R) return "ü";
31343143 SWITCH_CYR("{\\char3}")
31353144 break;
3136-case 924: /*Russian reversed e*/
3145+case 927: /*Russian reversed e*/
31373146 if(OutCodePage == 1251) return "ý";
31383147 if(OutCodePage == 866) return "í";
31393148 if(OutCodePage == KOI8R) return "Ü";
31403149 SWITCH_CYR("{\\char11}")
31413150 break;
3142-case 925: /*Russian IU*/
3151+case 928: /*Russian IU*/
31433152 if(OutCodePage == 1251) return "Þ";
31443153 if(OutCodePage == 866) return "ž";
31453154 if(OutCodePage == KOI8R) return "à";
31463155 SWITCH_CYR("Yu")
31473156 break;
3148-case 926: /*Russian iu*/
3157+case 929: /*Russian iu*/
31493158 if(OutCodePage == 1251) return "þ";
31503159 if(OutCodePage == 866) return "î";
31513160 if(OutCodePage == KOI8R) return "À";
31523161 SWITCH_CYR("yu")
31533162 break;
3154-case 927: /*Russian IA*/
3163+case 930: /*Russian IA*/
31553164 if(OutCodePage == 1251) return "ß";
31563165 if(OutCodePage == 866) return "Ÿ";
31573166 if(OutCodePage == KOI8R) return "ñ";
31583167 SWITCH_CYR("Ya")
31593168 break;
3160-case 928: /*Russian ia*/
3169+case 931: /*Russian ia*/
31613170 if(OutCodePage == 1251) return "ÿ";
31623171 if(OutCodePage == 866) return "ï";
31633172 if(OutCodePage == KOI8R) return "Ñ";
31643173 SWITCH_CYR("ya")
31653174 break;
3166-case 929: /*Serbian SOFT DJ*/
3175+case 932: /*Serbian SOFT DJ*/
31673176 SWITCH_CYR("\\Dbar ")
31683177 break;
3169-case 930: /*Serbian soft dj*/
3178+case 933: /*Serbian soft dj*/
31703179 SWITCH_CYR("\\dbar ")
31713180 break;
3172-case 931: /*Macedonian SOFT DJ*/
3181+case 934: /*Macedonian SOFT DJ*/
31733182 SWITCH_CYR("\\'G")
31743183 break;
3175-case 932: /*Macedonian soft dj*/
3184+case 935: /*Macedonian soft dj*/
31763185 SWITCH_CYR("\\'g")
31773186 break;
3178-case 933: /*Ukrainian YE*/
3187+case 936: /*Ukrainian YE*/
31793188 SWITCH_CYR("{\\char5}")
31803189 break;
3181-case 934: /*Ukrainian ye*/
3190+case 937: /*Ukrainian ye*/
31823191 SWITCH_CYR("{\\char13}")
31833192 break;
3184-case 935: /*Macedonian ZELO*/
3193+case 938: /*Macedonian ZELO*/
31853194 SWITCH_CYR("\\Dz ")
31863195 break;
3187-case 936: /*Macedonian zelo*/
3196+case 939: /*Macedonian zelo*/
31883197 SWITCH_CYR("\\dz ")
31893198 break;
3190-case 937: /*Ukrainian I*/
3199+case 940: /*Ukrainian I*/
31913200 SWITCH_CYR("{\\rm I\\cyr}")
31923201 break;
3193-case 938: /*Ukrainian i*/
3202+case 941: /*Ukrainian i*/
31943203 SWITCH_CYR("{\\rm i\\cyr}")
31953204 break;
3196-case 939: /*Ukrainian I WITH TWO DOTS*/
3205+case 942: /*Ukrainian I WITH TWO DOTS*/
31973206 SWITCH_CYR("\\\"{I}")
31983207 break;
3199-case 940: /*Ukrainian i with two dots*/
3208+case 943: /*Ukrainian i with two dots*/
32003209 SWITCH_CYR("\\\"{\\i}")
32013210 break;
3202-case 941: /*Serbian, Macedonian JE*/
3211+case 944: /*Serbian, Macedonian JE*/
32033212 SWITCH_CYR("J")
32043213 break;
3205-case 942: /*Serbian, Macedonian je*/
3214+case 945: /*Serbian, Macedonian je*/
32063215 SWITCH_CYR("j")
32073216 break;
3208-case 943: /*Serbian, Macedonian SOFT L*/
3217+case 946: /*Serbian, Macedonian SOFT L*/
32093218 SWITCH_CYR("{\\char1}")
32103219 break;
3211-case 944: /*Serbian, Macedonian soft l*/
3220+case 947: /*Serbian, Macedonian soft l*/
32123221 SWITCH_CYR("{\\char9}")
32133222 break;
3214-case 945: /*Serbian, Macedonian SOFT N*/
3223+case 948: /*Serbian, Macedonian SOFT N*/
32153224 SWITCH_CYR("{\\char0}")
32163225 break;
3217-case 946: /*Serbian, Macedonian soft n*/
3226+case 949: /*Serbian, Macedonian soft n*/
32183227 SWITCH_CYR("{\\char8}")
32193228 break;
3220-case 947: /*Serbian SOFT T*/
3229+case 950: /*Serbian SOFT T*/
32213230 SWITCH_CYR("{\\char7}")
32223231 break;
3223-case 948: /*Serbian soft t*/
3232+case 951: /*Serbian soft t*/
32243233 SWITCH_CYR("{\\char15}")
32253234 break;
3226-case 949: /*Macedonian SOFT K*/
3235+case 952: /*Macedonian SOFT K*/
32273236 SWITCH_CYR("\\'K")
32283237 break;
3229-case 950: /*Macedonian soft k*/
3238+case 953: /*Macedonian soft k*/
32303239 SWITCH_CYR("\\'k")
32313240 break;
3232-case 951: /*Byelorussian SHORT U*/
3241+case 954: /*Byelorussian SHORT U*/
32333242 SWITCH_CYR("\\u{U}")
32343243 break;
3235-case 952: /*Byelorussian short u*/
3244+case 955: /*Byelorussian short u*/
32363245 SWITCH_CYR("\\u{u}")
32373246 break;
3238-case 953: /*Serbian HARD DJ*/
3247+case 956: /*Serbian HARD DJ*/
32393248 SWITCH_CYR("\\Dzh ")
32403249 break;
3241-case 954: /*Serbian hard dj*/
3250+case 957: /*Serbian hard dj*/
32423251 SWITCH_CYR("\\dzh ")
32433252 break;
3244-case 955: /*Old Russian YAT*/
3253+case 958: /*Old Russian YAT*/
32453254 SWITCH_CYR("{\\char35}")
32463255 break;
3247-case 956: /*Old Russian yat*/
3256+case 959: /*Old Russian yat*/
32483257 SWITCH_CYR("{\\char43}")
32493258 break;
3250-case 957: /*Old Russian FITA*/
3259+case 960: /*Old Russian FITA*/
32513260 SWITCH_CYR("{\\char21}")
32523261 break;
3253-case 958: /*Old Russian fita*/
3262+case 961: /*Old Russian fita*/
32543263 SWITCH_CYR("{\\char29}")
32553264 break;
3256-case 959: /*Old Russian IZHITSA*/
3265+case 962: /*Old Russian IZHITSA*/
32573266 SWITCH_CYR("{\\char20}")
32583267 break;
3259-case 960: /*Old Russian izhitsa*/
3268+case 963: /*Old Russian izhitsa*/
32603269 SWITCH_CYR("{\\char28}")
32613270 break;
3262-case 961: /*Old Bulgarian YUS*/
3263- break;
3264-case 962: /*Old Bulgarian yus*/
3265- break;
3266-case 963: /*Russian A acute*/
3271+case 964: /*Old Bulgarian YUS*/
3272+ break;
3273+case 965: /*Old Bulgarian yus*/
3274+ break;
3275+case 966: /*Russian A acute*/
32673276 SWITCH_CYR("\\'A")
32683277 break;
3269-case 964: /*Russian a acute*/
3278+case 967: /*Russian a acute*/
32703279 SWITCH_CYR("\\'a")
32713280 break;
3272-case 965: /*Russian E acute*/
3281+case 968: /*Russian E acute*/
32733282 SWITCH_CYR("\\'E")
32743283 break;
3275-case 966: /*Russian e acute*/
3284+case 969: /*Russian e acute*/
32763285 SWITCH_CYR("\\'e")
32773286 break;
3278-case 967: /*Russian I acute*/
3287+case 970: /*Russian I acute*/
32793288 SWITCH_CYR("\\'I")
32803289 break;
3281-case 968: /*Russian i acute*/
3290+case 971: /*Russian i acute*/
32823291 SWITCH_CYR("\\'i")
32833292 break;
3284-case 969: /*Russian O acute*/
3293+case 972: /*Russian O acute*/
32853294 SWITCH_CYR("\\'O")
32863295 break;
3287-case 970: /*Russian o acute*/
3296+case 973: /*Russian o acute*/
32883297 SWITCH_CYR("\\'o")
32893298 break;
3290-case 971: /*Russian U acute*/
3299+case 974: /*Russian U acute*/
32913300 SWITCH_CYR("\\'U")
32923301 break;
3293-case 972: /*Russian u acute*/
3302+case 975: /*Russian u acute*/
32943303 SWITCH_CYR("\\'u")
32953304 break;
3296-case 973: /*Russian ERY acute*/
3305+case 976: /*Russian ERY acute*/
32973306 SWITCH_CYR("\\'Y")
32983307 break;
3299-case 974: /*Russian ery acute*/
3308+case 977: /*Russian ery acute*/
33003309 SWITCH_CYR("\\'y")
33013310 break;
3302-case 975: /*Russian REVERSE E acute*/
3311+case 978: /*Russian REVERSE E acute*/
33033312 SWITCH_CYR("\\'{\\char3}")
33043313 break;
3305-case 976: /*Russian reverse e acute*/
3314+case 979: /*Russian reverse e acute*/
33063315 SWITCH_CYR("\\'{\\char11}")
33073316 break;
3308-case 977: /*Russian YU acute*/
3317+case 980: /*Russian YU acute*/
33093318 SWITCH_CYR("\\'{\\char16}") // \'{Yu} do not work!
33103319 break;
3311-case 978: /*Russian yu acute*/
3320+case 981: /*Russian yu acute*/
33123321 SWITCH_CYR("\\'{\\char24}") // \'{yu} do not work!
33133322 break;
3314-case 979: /*Russian YA acute*/
3323+case 982: /*Russian YA acute*/
33153324 SWITCH_CYR("\\'{\\char23}") // \'{Ya} do not work!
33163325 break;
3317-case 980: /*Russian ya acute*/
3326+case 983: /*Russian ya acute*/
33183327 SWITCH_CYR("\\'{\\char31}") // \'{ya} do not work!
33193328 break;
3320-case 981: /*Russian A grave*/
3329+case 984: /*Russian A grave*/
33213330 SWITCH_CYR("\\`A")
33223331 break;
3323-case 982: /*Russian a grave*/
3332+case 985: /*Russian a grave*/
33243333 SWITCH_CYR("\\`a")
33253334 break;
3326-case 983: /*Russian E grave*/
3335+case 986: /*Russian E grave*/
33273336 SWITCH_CYR("\\`{\\char69}") // \`E is transformed to hard E
33283337 break;
3329-case 984: /*Russian e grave*/
3338+case 987: /*Russian e grave*/
33303339 SWITCH_CYR("\\`{\\char101}") // \`e is transformed to hard e
33313340 break;
3332-case 985: /*Russian YO grave*/
3341+case 988: /*Russian YO grave*/
33333342 SWITCH_CYR("\\`{\\char19}")
33343343 break;
3335-case 986: /*Russian yo grave*/
3344+case 989: /*Russian yo grave*/
33363345 SWITCH_CYR("\\`{\\char27}")
33373346 break;
3338-case 987: /*Russian I grave*/
3347+case 990: /*Russian I grave*/
33393348 SWITCH_CYR("\\`I")
33403349 break;
3341-case 988: /*Russian i grave*/
3350+case 991: /*Russian i grave*/
33423351 SWITCH_CYR("\\`i")
33433352 break;
3344-case 989: /*Russian O grave*/
3353+case 992: /*Russian O grave*/
33453354 SWITCH_CYR("\\`O")
33463355 break;
3347-case 990: /*Russian o grave*/
3356+case 993: /*Russian o grave*/
33483357 SWITCH_CYR("\\`o")
33493358 break;
3350-case 991: /*Russian U grave*/
3359+case 994: /*Russian U grave*/
33513360 SWITCH_CYR("\\`U")
33523361 break;
3353-case 992: /*Russian u grave*/
3362+case 995: /*Russian u grave*/
33543363 SWITCH_CYR("\\`u")
33553364 break;
3356-case 993: /*Russian ERY grave*/
3365+case 996: /*Russian ERY grave*/
33573366 SWITCH_CYR("\\`Y")
33583367 break;
3359-case 994: /*Russian ery grave*/
3368+case 997: /*Russian ery grave*/
33603369 SWITCH_CYR("\\`y")
33613370 break;
3362-case 995: /*Russian REVERSE E grave*/
3371+case 998: /*Russian REVERSE E grave*/
33633372 SWITCH_CYR("\\`{\\char3}")
33643373 break;
3365-case 996: /*Russian reverse e grave*/
3374+case 999: /*Russian reverse e grave*/
33663375 SWITCH_CYR("\\`{\\char11}")
33673376 break;
3368-case 997: /*Russian YU grave*/
3377+case 1000: /*Russian YU grave*/
33693378 SWITCH_CYR("\\`{\\char16}") // \`{Yu} do not work!
33703379 break;
3371-case 998: /*Russian yu grave*/
3380+case 1001: /*Russian yu grave*/
33723381 SWITCH_CYR("\\`{\\char24}") // \`{yu} do not work!
33733382 break;
3374-case 999: /*Russian YA grave*/
3383+case 1002: /*Russian YA grave*/
33753384 SWITCH_CYR("\\`{\\char23}") // \`{Ya} do not work!
33763385 break;
3377-case 1000: /*Russian ya grave*/
3386+case 1003: /*Russian ya grave*/
33783387 SWITCH_CYR("\\`{\\char31}") // \`{ya} do not work!
33793388 break;
3380-case 1001: /*Acute*/
3389+case 1004: /*Acute*/
33813390 SWITCH_CYR("\\'{}")
33823391 break;
3383-case 1002: /*Grave*/
3392+case 1005: /*Grave*/
33843393 SWITCH_CYR("\\`{}")
33853394 break;
33863395
@@ -3955,9 +3964,11 @@
39553964 "$\\acute\\eta$", /*eta Acute*/
39563965 "$\\acute\\iota$", /*iota Acute*/
39573966 "$\\ddot\\iota$", /*iota Diaeresis*/
3967+ "\\\"{I}", /*IOTA Diaeresis*/
39583968 "$\\acute{o}$", /*omicron Acute*/
39593969 "$\\acute\\upsilon$", /*upsilon Acute*/
39603970 "$\\ddot\\upsilon$", /*upsilon Diaeresis*/
3971+ "\\\"{Y}", /*UPSILON Diaeresis*/
39613972 "$\\acute\\omega$", /*omega Acute*/
39623973 "$\\varepsilon$", /*epsilon (Variant)*/
39633974 "$\\vartheta$", /*theta (Variant)*/
@@ -3971,23 +3982,74 @@
39713982 "\\'{}", /*Acute*/
39723983 "\\\"{}", /*Diaeresis*/
39733984 "\\t{}", /*Circumflex*/
3985+ "'", /*Smooth Breathing*/
3986+ "`", /*Rough Breathing*/
39743987 "$\\grave\\alpha$", /*alpha Grave*/
39753988 "$\\hat\\alpha$", /*alpha Circumflex*/
3989+ "\\mbox{\\ooalign{$\\alpha$\\cr\\hfil'\\hfil}}", /*alpha Smooth*/
3990+ "\\mbox{\\ooalign{\\hfil$\\alpha$\\hfil\\cr'$\\!$\\'{}}}", /*alpha Smooth Acute*/
3991+ "\\mbox{\\ooalign{\\hfil$\\alpha$\\hfil\\cr'$\\,\\grave{}$}}", /*alpha Smooth Grave*/
3992+ "\\mbox{\\ooalign{$\\alpha$\\cr\\hfil`\\hfil}}", /*alpha Rough*/
3993+ "\\mbox{\\ooalign{\\hfil$\\alpha$\\hfil\\cr`$\\!$\\'{}}}", /*alpha Rough Acute*/
3994+ "\\mbox{\\ooalign{\\hfil$\\alpha$\\hfil\\cr`$\\,\\grave{}$}}", /*alpha Rough Grave*/
39763995 "$\\grave\\epsilon$", /*epsilon Grave*/
3996+ "\\mbox{\\ooalign{$\\epsilon$\\cr\\hfil'\\hfil}}", /*epsilon Smooth*/
3997+ "\\mbox{\\ooalign{\\hfil$\\epsilon$\\hfil\\cr'$\\!$\\'{}}}", /*epsilon Smooth Acute*/
3998+ "\\mbox{\\ooalign{\\hfil$\\epsilon$\\hfil\\cr'$\\,\\grave{}$}}", /*epsilon Smooth Grave*/
39773999 "$\\grave\\eta$", /*eta Grave*/
39784000 "$\\hat\\eta$", /*eta Circumflex*/
4001+ "\\mbox{\\ooalign{$\\eta$\\cr\\hfil'\\hfil}}", /*eta Smooth*/
4002+ "\\mbox{\\ooalign{\\hfil$\\eta$\\hfil\\cr'$\\!$\\'{}}}", /*eta Smooth Acute*/
4003+ "\\mbox{\\ooalign{\\hfil$\\eta$\\hfil\\cr'$\\,\\grave{}$}}", /*eta Smooth Grave*/
4004+ "\\mbox{\\ooalign{$\\eta$\\cr\\hfil`\\hfil}}", /*eta Rough*/
4005+ "\\mbox{\\ooalign{\\hfil$\\eta$\\hfil\\cr`$\\!$\\'{}}}", /*eta Rough Acute*/
4006+ "\\mbox{\\ooalign{\\hfil$\\eta$\\hfil\\cr`$\\,\\grave{}$}}", /*eta Rough Grave*/
39794007 "$\\grave\\iota$", /*iota Grave*/
39804008 "$\\hat\\iota$", /*iota Circumflex*/
39814009 "\\mbox{\\ooalign{$\\iota$\\cr\\hfil'\\hfil}}", /*iota Smooth*/
39824010 "\\mbox{\\ooalign{\\hfil$\\iota$\\hfil\\cr'$\\!$\\'{}}}", /*iota Smooth Acute*/
39834011 "\\mbox{\\ooalign{\\hfil$\\iota$\\hfil\\cr'$\\,\\grave{}$}}", /*iota Smooth Grave*/
4012+ "\\mbox{\\ooalign{$\\iota$\\cr\\hfil`\\hfil}}", /*iota Rough*/
4013+ "\\mbox{\\ooalign{\\hfil$\\iota$\\hfil\\cr`$\\!$\\'{}}}", /*iota Rough Acute*/
4014+ "\\mbox{\\ooalign{\\hfil$\\iota$\\hfil\\cr`$\\,\\grave{}$}}", /*iota Rough Grave*/
39844015 "$\\grave{o}$", /*omicron Grave*/
4016+ "\\mbox{\\ooalign{o\\cr\\hfil'\\hfil}}", /*omicron Smooth*/
4017+ "\\mbox{\\ooalign{\\hfil{}o\\hfil\\cr'$\\!$\\'{}}}", /*omicron Smooth Acute*/
4018+ "\\mbox{\\ooalign{\\hfil{}o\\hfil\\cr'$\\,\\grave{}$}}", /*omicron Smooth Grave*/
4019+ "\\mbox{\\ooalign{o\\cr\\hfil`\\hfil}}", /*omicron Rough*/
4020+ "\\mbox{\\ooalign{\\hfil{}o\\hfil\\cr`$\\!$\\'{}}}", /*omicron Rough Acute*/
4021+ "\\mbox{\\ooalign{\\hfil{}o\\hfil\\cr`$\\,\\grave{}$}}", /*omicron Rough Grave*/
39854022 "$\\grave\\upsilon$", /*upsilon Grave*/
39864023 "$\\hat\\upsilon$", /*upsilon Circumflex*/
4024+ "\\mbox{\\ooalign{$\\upsilon$\\cr\\hfil'\\hfil}}", /*upsilon Smooth*/
4025+ "\\mbox{\\ooalign{\\hfil$\\upsilon$\\hfil\\cr'$\\!$\\'{}}}", /*upsilon Smooth Acute*/
4026+ "\\mbox{\\ooalign{\\hfil$\\upsilon$\\hfil\\cr'$\\,\\grave{}$}}", /*upsilon Smooth Grave*/
4027+ "\\mbox{\\ooalign{$\\upsilon$\\cr\\hfil`\\hfil}}", /*upsilon Rough*/
4028+ "\\mbox{\\ooalign{\\hfil$\\upsilon$\\hfil\\cr`$\\!$\\'{}}}", /*upsilon Rough Acute*/
4029+ "\\mbox{\\ooalign{\\hfil$\\upsilon$\\hfil\\cr`$\\,\\grave{}$}}", /*upsilon Rough Grave*/
39874030 "$\\grave\\omega$", /*omega Grave*/
39884031 "$\\hat\\omega$", /*omega Circumflex*/
4032+ "\\mbox{\\ooalign{$\\omega$\\cr\\hfil'\\hfil}}", /*omega Smooth*/
4033+ "\\mbox{\\ooalign{\\hfil$\\omega$\\hfil\\cr'$\\!$\\'{}}}", /*omega Smooth Acute*/
4034+ "\\mbox{\\ooalign{\\hfil$\\omega$\\hfil\\cr'$\\,\\grave{}$}}", /*omega Smooth Grave*/
4035+ "\\mbox{\\ooalign{$\\omega$\\cr\\hfil`\\hfil}}", /*omega Rough*/
4036+ "\\mbox{\\ooalign{\\hfil$\\omega$\\hfil\\cr`$\\!$\\'{}}}", /*omega Rough Acute*/
4037+ "\\mbox{\\ooalign{\\hfil$\\omega$\\hfil\\cr`$\\,\\grave{}$}}", /*omega Rough Grave*/
39894038 "\\raise0.7ex\\hbox{$\\prime$}", /*High Prime*/
39904039 "\\lower0.2ex\\hbox{$\\prime$}", /*Low Prime*/
4040+ "'\\kern-0.1exA", /*ALPHA Tonos*/
4041+ "$\\acute\\alpha$", /*alpha Tonos*/
4042+ "'\\kern-0.1exE", /*EPSILON Tonos*/
4043+ "$\\acute\\epsilon$", /*epsilon Tonos*/
4044+ "'\\kern-0.1exH", /*ETA Tonos*/
4045+ "$\\acute\\eta$", /*eta Tonos*/
4046+ "'\\kern-0.1exI", /*IOTA Tonos*/
4047+ "$\\acute\\iota$", /*iota Tonos*/
4048+ "'\\kern-0.1exO", /*OMICRON Tonos*/
4049+ "'\\kern-0.1exY", /*UPSILON Tonos*/
4050+ "$\\acute\\upsilon$", /*upsilon Tonos*/
4051+ "$'\\kern-0.1ex\\Omega$", /*OMEGA Tonos*/
4052+ "$\\acute\\omega$", /*omega Tonos*/
39914053 "Slovanic EH", /*Old Slovanic EH*/
39924054 "Slovanic eh", /*Old Slovanic eh*/
39934055 "\0", /*User[0]*/
diff -r fc3614229d12 -r ffb0e83cb708 trunk/sources.cc/cp_lib/chars.c_
--- a/trunk/sources.cc/cp_lib/chars.c_ Sun Feb 14 00:45:56 2021 +0100
+++ b/trunk/sources.cc/cp_lib/chars.c_ Wed Feb 17 21:29:30 2021 +0100
@@ -3830,12 +3830,16 @@
38303830 return "$\\acute\\iota$";
38313831 [iota Diaeresis]
38323832 return "$\\ddot\\iota$";
3833+[IOTA Diaeresis]
3834+ return "\\\"{I}";
38333835 [omicron Acute]
38343836 return "$\\acute{o}$";
38353837 [upsilon Acute]
38363838 return "$\\acute\\upsilon$";
38373839 [upsilon Diaeresis]
38383840 return "$\\ddot\\upsilon$";
3841+[UPSILON Diaeresis]
3842+ return "\\\"{Y}";
38393843 [omega Acute]
38403844 return "$\\acute\\omega$";
38413845 [epsilon (Variant)]
@@ -3871,7 +3875,9 @@
38713875 [Circumflex ;(Greek)]
38723876 return "\\t{}";
38733877 [Smooth Breathing]
3878+ return "'";
38743879 [Rough Breathing]
3880+ return "`";
38753881 [Iota Subscript]
38763882 [Smooth Breathing Acute]
38773883 [Rough Breathing Acute]
@@ -3898,15 +3904,21 @@
38983904 [alpha Acute w/Iota]
38993905 [alpha Circumflex w/Iota]
39003906 [alpha Smooth]
3907+ return "\\mbox{\\ooalign{$\\alpha$\\cr\\hfil'\\hfil}}";
39013908 [alpha Smooth Acute]
3909+ return "\\mbox{\\ooalign{\\hfil$\\alpha$\\hfil\\cr'$\\!$\\'{}}}";
39023910 [alpha Smooth Grave]
3911+ return "\\mbox{\\ooalign{\\hfil$\\alpha$\\hfil\\cr'$\\,\\grave{}$}}";
39033912 [alpha Smooth Circumflex]
39043913 [alpha Smooth w/Iota]
39053914 [alpha Smooth Acute w/Iota]
39063915 [alpha Smooth Circumflex w/Iota]
39073916 [alpha Rough]
3917+ return "\\mbox{\\ooalign{$\\alpha$\\cr\\hfil`\\hfil}}";
39083918 [alpha Rough Acute]
3919+ return "\\mbox{\\ooalign{\\hfil$\\alpha$\\hfil\\cr`$\\!$\\'{}}}";
39093920 [alpha Rough Grave]
3921+ return "\\mbox{\\ooalign{\\hfil$\\alpha$\\hfil\\cr`$\\,\\grave{}$}}";
39103922 [alpha Rough Circumflex]
39113923 [alpha Rough w/Iota]
39123924 [alpha Rough Acute w/Iota]
@@ -3914,8 +3926,11 @@
39143926 [epsilon Grave]
39153927 return "$\\grave\\epsilon$";
39163928 [epsilon Smooth]
3929+ return "\\mbox{\\ooalign{$\\epsilon$\\cr\\hfil'\\hfil}}";
39173930 [epsilon Smooth Acute]
3931+ return "\\mbox{\\ooalign{\\hfil$\\epsilon$\\hfil\\cr'$\\!$\\'{}}}";
39183932 [epsilon Smooth Grave]
3933+ return "\\mbox{\\ooalign{\\hfil$\\epsilon$\\hfil\\cr'$\\,\\grave{}$}}";
39193934 [epsilon Rough]
39203935 [epsilon Rough Acute]
39213936 [epsilon Rough Grave]
@@ -3928,15 +3943,21 @@
39283943 [eta Grave w/Iota]
39293944 [eta Circumflex w/Iota]
39303945 [eta Smooth]
3946+ return "\\mbox{\\ooalign{$\\eta$\\cr\\hfil'\\hfil}}";
39313947 [eta Smooth Acute]
3948+ return "\\mbox{\\ooalign{\\hfil$\\eta$\\hfil\\cr'$\\!$\\'{}}}";
39323949 [eta Smooth Grave]
3950+ return "\\mbox{\\ooalign{\\hfil$\\eta$\\hfil\\cr'$\\,\\grave{}$}}";
39333951 [eta Smooth Circumflex]
39343952 [eta Smooth w/Iota]
39353953 [eta Smooth Acute w/Iota]
39363954 [eta Smooth Circumflex w/Iota]
39373955 [eta Rough]
3956+ return "\\mbox{\\ooalign{$\\eta$\\cr\\hfil`\\hfil}}";
39383957 [eta Rough Acute]
3958+ return "\\mbox{\\ooalign{\\hfil$\\eta$\\hfil\\cr`$\\!$\\'{}}}";
39393959 [eta Rough Grave]
3960+ return "\\mbox{\\ooalign{\\hfil$\\eta$\\hfil\\cr`$\\,\\grave{}$}}";
39403961 [eta Rough Circumflex]
39413962 [eta Rough w/Iota]
39423963 [eta Rough Acute w/Iota]
@@ -3955,17 +3976,26 @@
39553976 return "\\mbox{\\ooalign{\\hfil$\\iota$\\hfil\\cr'$\\,\\grave{}$}}";
39563977 [iota Smooth Circumflex]
39573978 [iota Rough]
3979+ return "\\mbox{\\ooalign{$\\iota$\\cr\\hfil`\\hfil}}";
39583980 [iota Rough Acute]
3981+ return "\\mbox{\\ooalign{\\hfil$\\iota$\\hfil\\cr`$\\!$\\'{}}}";
39593982 [iota Rough Grave]
3983+ return "\\mbox{\\ooalign{\\hfil$\\iota$\\hfil\\cr`$\\,\\grave{}$}}";
39603984 [iota Rough Circumflex]
39613985 [omicron Grave]
39623986 return "$\\grave{o}$";
39633987 [omicron Smooth]
3988+ return "\\mbox{\\ooalign{o\\cr\\hfil'\\hfil}}";
39643989 [omicron Smooth Acute]
3990+ return "\\mbox{\\ooalign{\\hfil{}o\\hfil\\cr'$\\!$\\'{}}}";
39653991 [omicron Smooth Grave]
3992+ return "\\mbox{\\ooalign{\\hfil{}o\\hfil\\cr'$\\,\\grave{}$}}";
39663993 [omicron Rough]
3994+ return "\\mbox{\\ooalign{o\\cr\\hfil`\\hfil}}";
39673995 [omicron Rough Acute]
3996+ return "\\mbox{\\ooalign{\\hfil{}o\\hfil\\cr`$\\!$\\'{}}}";
39683997 [omicron Rough Grave]
3998+ return "\\mbox{\\ooalign{\\hfil{}o\\hfil\\cr`$\\,\\grave{}$}}";
39693999 [upsilon Grave]
39704000 return "$\\grave\\upsilon$";
39714001 [upsilon Circumflex]
@@ -3973,12 +4003,18 @@
39734003 [upsilon Acute Diaeresis]
39744004 [upsilon Grave Diaeresis]
39754005 [upsilon Smooth]
4006+ return "\\mbox{\\ooalign{$\\upsilon$\\cr\\hfil'\\hfil}}";
39764007 [upsilon Smooth Acute]
4008+ return "\\mbox{\\ooalign{\\hfil$\\upsilon$\\hfil\\cr'$\\!$\\'{}}}";
39774009 [upsilon Smooth Grave]
4010+ return "\\mbox{\\ooalign{\\hfil$\\upsilon$\\hfil\\cr'$\\,\\grave{}$}}";
39784011 [upsilon Smooth Circumflex]
39794012 [upsilon Rough]
4013+ return "\\mbox{\\ooalign{$\\upsilon$\\cr\\hfil`\\hfil}}";
39804014 [upsilon Rough Acute]
4015+ return "\\mbox{\\ooalign{\\hfil$\\upsilon$\\hfil\\cr`$\\!$\\'{}}}";
39814016 [upsilon Rough Grave]
4017+ return "\\mbox{\\ooalign{\\hfil$\\upsilon$\\hfil\\cr`$\\,\\grave{}$}}";
39824018 [upsilon Rough Circumflex]
39834019 [omega Grave]
39844020 return "$\\grave\\omega$";
@@ -3989,15 +4025,21 @@
39894025 [omega Grave w/Iota]
39904026 [omega Circumflex w/Iota]
39914027 [omega Smooth]
4028+ return "\\mbox{\\ooalign{$\\omega$\\cr\\hfil'\\hfil}}";
39924029 [omega Smooth Acute]
4030+ return "\\mbox{\\ooalign{\\hfil$\\omega$\\hfil\\cr'$\\!$\\'{}}}";
39934031 [omega Smooth Grave]
4032+ return "\\mbox{\\ooalign{\\hfil$\\omega$\\hfil\\cr'$\\,\\grave{}$}}";
39944033 [omega Smooth Circumflex]
39954034 [omega Smooth w/Iota]
39964035 [omega Smooth Acute w/Iota]
39974036 [omega Smooth Circumflex w/Iota]
39984037 [omega Rough]
4038+ return "\\mbox{\\ooalign{$\\omega$\\cr\\hfil`\\hfil}}";
39994039 [omega Rough Acute]
4040+ return "\\mbox{\\ooalign{\\hfil$\\omega$\\hfil\\cr`$\\!$\\'{}}}";
40004041 [omega Rough Grave]
4042+ return "\\mbox{\\ooalign{\\hfil$\\omega$\\hfil\\cr`$\\,\\grave{}$}}";
40014043 [omega Rough Circumflex]
40024044 [omega Rough w/Iota]
40034045 [omega Rough Acute w/Iota]
@@ -4011,28 +4053,61 @@
40114053 UseStyle(Amssymb, "$\\digamma$")
40124054 break;
40134055 [Koppa]
4056+ UseStyle(Arevmath,"$\\Koppa$")
4057+ break;
40144058 [Sampi]
4015-[ALPHA Tonos]
4059+ UseStyle(Arevmath,"$\\Sampi$")
4060+ break;
4061+[ALPHA High Prime]
40164062 WP2LaTeXsty+=sty_primechar;
40174063 return "\\primechar{A}";
4018-[EPSILON Tonos]
4064+[EPSILON High Prime]
40194065 WP2LaTeXsty+=sty_primechar;
40204066 return "\\primechar{E}";
4021-[ETA Tonos]
4067+[ETA High Prime]
40224068 WP2LaTeXsty+=sty_primechar;
40234069 return "\\primechar{H}";
4024-[IOTA Tonos]
4070+[IOTA High Prime]
40254071 WP2LaTeXsty+=sty_primechar;
40264072 return "\\primechar{I}";
4027-[OMICRON Tonos]
4073+[OMICRON High Prime]
40284074 WP2LaTeXsty+=sty_primechar;
40294075 return "\\primechar{O}";
4030-[UPSILON Tonos]
4076+[UPSILON High Prime]
40314077 WP2LaTeXsty+=sty_primechar;
40324078 return "\\primechar{Y}";
4033-[OMEGA Tonos]
4079+[OMEGA High Prime]
40344080 WP2LaTeXsty+=sty_primechar;
40354081 return "\\primechar{$\\Omega$}";
4082+[ALPHA Tonos]
4083+ return "'\\kern-0.1exA";
4084+[alpha Tonos]
4085+ return "$\\acute\\alpha$";
4086+[EPSILON Tonos]
4087+ return "'\\kern-0.1exE";
4088+[epsilon Tonos]
4089+ return "$\\acute\\epsilon$";
4090+[ETA Tonos]
4091+ return "'\\kern-0.1exH";
4092+[eta Tonos]
4093+ return "$\\acute\\eta$";
4094+[IOTA Tonos]
4095+ return "'\\kern-0.1exI";
4096+[iota Tonos]
4097+ return "$\\acute\\iota$";
4098+[OMICRON Tonos]
4099+ return "'\\kern-0.1exO";
4100+[omicron Tonos]
4101+ if(cq->envir == 'T') return "\\a'{o}";
4102+ return "\\'{o}";
4103+[UPSILON Tonos]
4104+ return "'\\kern-0.1exY";
4105+[upsilon Tonos]
4106+ return "$\\acute\\upsilon$";
4107+[OMEGA Tonos]
4108+ return "$'\\kern-0.1ex\\Omega$";
4109+[omega Tonos]
4110+ return "$\\acute\\omega$";
40364111
40374112
40384113 //Hebrew Charset: 9
diff -r fc3614229d12 -r ffb0e83cb708 trunk/sources.cc/cp_lib/cpg.trn
--- a/trunk/sources.cc/cp_lib/cpg.trn Sun Feb 14 00:45:56 2021 +0100
+++ b/trunk/sources.cc/cp_lib/cpg.trn Wed Feb 17 21:29:30 2021 +0100
@@ -137,10 +137,10 @@
137137 206, /* c Caron */
138138 210, /* e Caron */
139139 209, /* E Caron */
140- 1054, /* L Acute */
140+ 1057, /* L Acute */
141141 160, /* I Acute */
142142 220, /* l Caron */
143- 1055, /* l Acute */
143+ 1058, /* l Acute */
144144 142, /* A Diaeresis */
145145 138, /* A Acute */
146146 152, /* E Acute */
@@ -169,8 +169,8 @@
169169 172, /* O Circumflex */
170170 228, /* s Caron */
171171 226, /* r Caron */
172- 1073, /* r Acute */
173- 1072, /* R Acute */
172+ 1076, /* r Acute */
173+ 1075, /* R Acute */
174174 454, /* 1/4 */
175175 444, /* Section Sign */
176176 447, /* Left Double Guillemet */
@@ -218,42 +218,42 @@
218218 402, /* Box [LEFT top RIGHT bottom] */
219219 367, /* Box [left top] */
220220 365, /* Box [right bottom] */
221- 1139, /* Box [Shade 4] */
222- 1143, /* Box [Bottom Shade] */
223- 1140, /* Box [Left Shade] */
224- 1142, /* Box [Right Shade] */
225- 1141, /* Box [Top Shade] */
226- 1512, /* alpha */
227- 1514, /* beta */
228- 1516, /* GAMMA */
229- 1544, /* pi */
230- 1547, /* SIGMA */
231- 1548, /* sigma */
232- 1536, /* mu */
233- 1552, /* tau */
234- 1555, /* PHI */
235- 1526, /* THETA */
236- 1561, /* OMEGA */
237- 1519, /* delta */
238- 1213, /* Infinity */
239- 1556, /* phi */
240- 1209, /* Member */
241- 1210, /* Intersection */
242- 1208, /* Equivalent */
243- 1197, /* Plus or Minus */
244- 1199, /* Greater Than Or Equal */
245- 1198, /* Less Than Or Equal */
246- 1366, /* Integral [Top] */
247- 1367, /* Integral [Bottom] */
248- 1202, /* Division */
249- 1207, /* Approximately Equal */
221+ 1142, /* Box [Shade 4] */
222+ 1146, /* Box [Bottom Shade] */
223+ 1143, /* Box [Left Shade] */
224+ 1145, /* Box [Right Shade] */
225+ 1144, /* Box [Top Shade] */
226+ 1515, /* alpha */
227+ 1517, /* beta */
228+ 1519, /* GAMMA */
229+ 1547, /* pi */
230+ 1550, /* SIGMA */
231+ 1551, /* sigma */
232+ 1539, /* mu */
233+ 1555, /* tau */
234+ 1558, /* PHI */
235+ 1529, /* THETA */
236+ 1564, /* OMEGA */
237+ 1522, /* delta */
238+ 1216, /* Infinity */
239+ 1559, /* phi */
240+ 1212, /* Member */
241+ 1213, /* Intersection */
242+ 1211, /* Equivalent */
243+ 1200, /* Plus or Minus */
244+ 1202, /* Greater Than Or Equal */
245+ 1201, /* Less Than Or Equal */
246+ 1369, /* Integral [Top] */
247+ 1370, /* Integral [Bottom] */
248+ 1205, /* Division */
249+ 1210, /* Approximately Equal */
250250 710, /* Degree */
251251 128, /* Centered Dot */
252252 0,
253253 0,
254- 1152, /* Power of n */
255- 1151, /* Power of 2 */
256- 1162}; /* Small Square Bullet */
254+ 1155, /* Power of n */
255+ 1154, /* Power of 2 */
256+ 1165}; /* Small Square Bullet */
257257
258258 WCpTranslator kaminternal("kamTOinternal",255,kam_internal);
259259
@@ -417,7 +417,7 @@
417417 0,
418418 0,
419419 0,
420- 1117, /* NO-BREAK SPACE */
420+ 1120, /* NO-BREAK SPACE */
421421 445, /* Inverted Exclamation Point */
422422 455, /* Cent */
423423 449, /* Pound/Sterling */
@@ -425,24 +425,24 @@
425425 450, /* Yen */
426426 124, /* Broken Vertical Bar */
427427 444, /* Section Sign */
428- 1136, /* Diaeresis (Umlaut) */
428+ 1139, /* Diaeresis (Umlaut) */
429429 457, /* Copyright */
430430 451, /* Feminine Spanish Ordinal */
431431 447, /* Left Double Guillemet */
432- 1201, /* Not (Slash) */
432+ 1204, /* Not (Slash) */
433433 0,
434434 456, /* Registered Trademark */
435435 132, /* Macron */
436436 710, /* Degree */
437- 1197, /* Plus or Minus */
438- 1151, /* Power of 2 */
439- 1153, /* Power of 3 */
437+ 1200, /* Plus or Minus */
438+ 1154, /* Power of 2 */
439+ 1156, /* Power of 3 */
440440 130, /* Acute */
441- 1225, /* Micro */
442- 1148, /* Paragraph Sign */
443- 1221, /* Center Dot */
444- 1011, /* Cedilla */
445- 1179, /* Power of 1 */
441+ 1228, /* Micro */
442+ 1151, /* Paragraph Sign */
443+ 1224, /* Center Dot */
444+ 1014, /* Cedilla */
445+ 1182, /* Power of 1 */
446446 452, /* Masculine Spanish Ordinal */
447447 448, /* Right Double Guillemet */
448448 454, /* 1/4 */
@@ -472,7 +472,7 @@
472472 172, /* O Circumflex */
473473 193, /* O Tilde */
474474 174, /* O Diaeresis */
475- 1227, /* Multiply (x) */
475+ 1230, /* Multiply (x) */
476476 191, /* O Slash */
477477 184, /* U Grave */
478478 178, /* U Acute */
@@ -504,7 +504,7 @@
504504 173, /* o Circumflex */
505505 194, /* o Tilde */
506506 175, /* o Diaeresis */
507- 1202, /* Division */
507+ 1205, /* Division */
508508 192, /* o Slash */
509509 185, /* u Grave */
510510 179, /* u Acute */
@@ -676,45 +676,45 @@
676676 0,
677677 0,
678678 0,
679- 1117, /* NO-BREAK SPACE */
679+ 1120, /* NO-BREAK SPACE */
680680 203, /* A Ogonek */
681- 1014, /* Breve */
682- 1060, /* L Stroke */
681+ 1017, /* Breve */
682+ 1063, /* L Stroke */
683683 458, /* General Currency Symbol */
684684 219, /* L Caron */
685- 1076, /* S Acute */
685+ 1079, /* S Acute */
686686 444, /* Section Sign */
687- 1136, /* Diaeresis (Umlaut) */
687+ 1139, /* Diaeresis (Umlaut) */
688688 227, /* S Caron */
689- 1078, /* S Cedilla */
689+ 1081, /* S Cedilla */
690690 229, /* T Caron */
691- 1096, /* Z Acute */
691+ 1099, /* Z Acute */
692692 0,
693693 237, /* Z Caron */
694- 1098, /* Z Dot Above */
694+ 1101, /* Z Dot Above */
695695 710, /* Degree */
696696 204, /* a Ogonek */
697697 136, /* Ogonek */
698- 1061, /* l Stroke */
698+ 1064, /* l Stroke */
699699 130, /* Acute */
700700 220, /* l Caron */
701- 1077, /* s Acute */
702- 1012, /* Caron */
703- 1011, /* Cedilla */
701+ 1080, /* s Acute */
702+ 1015, /* Caron */
703+ 1014, /* Cedilla */
704704 228, /* s Caron */
705- 1079, /* s Cedilla */
705+ 1082, /* s Cedilla */
706706 230, /* t Caron */
707- 1097, /* z Acute */
707+ 1100, /* z Acute */
708708 135, /* Double Acute */
709709 238, /* z Caron */
710- 1099, /* z Dot Above */
711- 1072, /* R Acute */
710+ 1102, /* z Dot Above */
711+ 1075, /* R Acute */
712712 138, /* A Acute */
713713 140, /* A Circumflex */
714- 1018, /* A Breve */
714+ 1021, /* A Breve */
715715 142, /* A Diaeresis */
716- 1054, /* L Acute */
717- 1020, /* C Acute */
716+ 1057, /* L Acute */
717+ 1023, /* C Acute */
718718 150, /* C Cedilla */
719719 205, /* C Caron */
720720 152, /* E Acute */
@@ -725,28 +725,28 @@
725725 162, /* I Circumflex */
726726 207, /* D Caron */
727727 197, /* Uppercase Eth */
728- 1062, /* N Acute */
728+ 1065, /* N Acute */
729729 221, /* N Caron */
730730 170, /* O Acute */
731731 172, /* O Circumflex */
732- 1068, /* O Double Acute */
732+ 1071, /* O Double Acute */
733733 174, /* O Diaeresis */
734- 1227, /* Multiply (x) */
734+ 1230, /* Multiply (x) */
735735 225, /* R Caron */
736736 235, /* U Ring */
737737 178, /* U Acute */
738- 1088, /* U Double Acute */
738+ 1091, /* U Double Acute */
739739 182, /* U Diaeresis */
740740 195, /* Y Acute */
741- 1082, /* T Cedilla */
741+ 1085, /* T Cedilla */
742742 137, /* German Double s */
743- 1073, /* r Acute */
743+ 1076, /* r Acute */
744744 139, /* a Acute */
745745 141, /* a Circumflex */
746- 1019, /* a Breve */
746+ 1022, /* a Breve */
747747 143, /* a Diaeresis */
748- 1055, /* l Acute */
749- 1021, /* c Acute */
748+ 1058, /* l Acute */
749+ 1024, /* c Acute */
750750 151, /* c Cedilla */
751751 206, /* c Caron */
752752 153, /* e Acute */
@@ -757,21 +757,21 @@
757757 163, /* i Circumflex */
758758 208, /* d Caron */
759759 198, /* Lowercase Eth */
760- 1063, /* n Acute */
760+ 1066, /* n Acute */
761761 222, /* n Caron */
762762 171, /* o Acute */
763763 173, /* o Circumflex */
764- 1069, /* o Double Acute */
764+ 1072, /* o Double Acute */
765765 175, /* o Diaeresis */
766- 1202, /* Division */
766+ 1205, /* Division */
767767 226, /* r Caron */
768768 236, /* u Ring */
769769 179, /* u Acute */
770- 1089, /* u Double Acute */
770+ 1092, /* u Double Acute */
771771 183, /* u Diaeresis */
772772 196, /* y Acute */
773- 1083, /* t Cedilla */
774- 1010}; /* Dot Above */
773+ 1086, /* t Cedilla */
774+ 1013}; /* Dot Above */
775775
776776 WCpTranslator iso_8859_2internal("iso_8859_2TOinternal",256,iso_8859_2_internal);
777777
@@ -935,45 +935,45 @@
935935 0,
936936 0,
937937 0,
938- 1117, /* NO-BREAK SPACE */
939- 1042, /* H Cross Bar */
940- 1014, /* Breve */
938+ 1120, /* NO-BREAK SPACE */
939+ 1045, /* H Cross Bar */
940+ 1017, /* Breve */
941941 449, /* Pound/Sterling */
942942 458, /* General Currency Symbol */
943943 0,
944- 1040, /* H Circumflex */
944+ 1043, /* H Circumflex */
945945 444, /* Section Sign */
946946 131, /* Diaeresis */
947- 1044, /* I Dot Above */
948- 1078, /* S Cedilla */
949- 1030, /* G Breve */
950- 1050, /* J Circumflex */
951- 0,
952- 0,
953- 1098, /* Z Dot Above */
947+ 1047, /* I Dot Above */
948+ 1081, /* S Cedilla */
949+ 1033, /* G Breve */
950+ 1053, /* J Circumflex */
951+ 0,
952+ 0,
953+ 1101, /* Z Dot Above */
954954 710, /* Degree */
955- 1043, /* h Cross Bar */
956- 1151, /* Power of 2 */
957- 1153, /* Power of 3 */
955+ 1046, /* h Cross Bar */
956+ 1154, /* Power of 2 */
957+ 1156, /* Power of 3 */
958958 130, /* Acute */
959- 1225, /* Micro */
960- 1041, /* h Circumflex */
959+ 1228, /* Micro */
960+ 1044, /* h Circumflex */
961961 128, /* Centered Dot */
962- 1011, /* Cedilla */
963- 1015, /* Dotless i */
964- 1079, /* s Cedilla */
965- 1031, /* g Breve */
966- 1051, /* j Circumflex */
962+ 1014, /* Cedilla */
963+ 1018, /* Dotless i */
964+ 1082, /* s Cedilla */
965+ 1034, /* g Breve */
966+ 1054, /* j Circumflex */
967967 453, /* 1/2 */
968968 0,
969- 1099, /* z Dot Above */
969+ 1102, /* z Dot Above */
970970 144, /* A Grave */
971971 138, /* A Acute */
972972 140, /* A Circumflex */
973973 0,
974974 142, /* A Diaeresis */
975- 1024, /* C Dot Above */
976- 1022, /* C Circumflex */
975+ 1027, /* C Dot Above */
976+ 1025, /* C Circumflex */
977977 150, /* C Cedilla */
978978 158, /* E Grave */
979979 152, /* E Acute */
@@ -988,24 +988,24 @@
988988 176, /* O Grave */
989989 170, /* O Acute */
990990 172, /* O Circumflex */
991- 1038, /* G Dot Above */
991+ 1041, /* G Dot Above */
992992 174, /* O Diaeresis */
993- 1227, /* Multiply (x) */
994- 1036, /* G Circumflex */
993+ 1230, /* Multiply (x) */
994+ 1039, /* G Circumflex */
995995 184, /* U Grave */
996996 178, /* U Acute */
997997 180, /* U Circumflex */
998998 182, /* U Diaeresis */
999- 1086, /* U Breve */
1000- 1080, /* S Circumflex */
999+ 1089, /* U Breve */
1000+ 1083, /* S Circumflex */
10011001 137, /* German Double s */
10021002 145, /* a Grave */
10031003 139, /* a Acute */
10041004 141, /* a Circumflex */
10051005 0,
10061006 143, /* a Diaeresis */
1007- 1025, /* c Dot Above */
1008- 1023, /* c Circumflex */
1007+ 1028, /* c Dot Above */
1008+ 1026, /* c Circumflex */
10091009 151, /* c Cedilla */
10101010 159, /* e Grave */
10111011 153, /* e Acute */
@@ -1020,17 +1020,17 @@
10201020 177, /* o Grave */
10211021 171, /* o Acute */
10221022 173, /* o Circumflex */
1023- 1039, /* g Dot Above */
1023+ 1042, /* g Dot Above */
10241024 175, /* o Diaeresis */
1025- 1202, /* Division */
1026- 1037, /* g Circumflex */
1025+ 1205, /* Division */
1026+ 1040, /* g Circumflex */
10271027 185, /* u Grave */
10281028 179, /* u Acute */
10291029 181, /* u Circumflex */
10301030 183, /* u Diaeresis */
1031- 1087, /* u Breve */
1032- 1081, /* s Circumflex */
1033- 1010}; /* Dot Above */
1031+ 1090, /* u Breve */
1032+ 1084, /* s Circumflex */
1033+ 1013}; /* Dot Above */
10341034
10351035 WCpTranslator iso_8859_3internal("iso_8859_3TOinternal",256,iso_8859_3_internal);
10361036
@@ -1194,18 +1194,18 @@
11941194 0,
11951195 0,
11961196 0,
1197- 1117, /* NO-BREAK SPACE */
1197+ 1120, /* NO-BREAK SPACE */
11981198 203, /* A Ogonek */
11991199 0,
1200- 1074, /* R Cedilla */
1200+ 1077, /* R Cedilla */
12011201 458, /* General Currency Symbol */
1202- 1046, /* I Tilde */
1203- 1056, /* L Cedilla */
1202+ 1049, /* I Tilde */
1203+ 1059, /* L Cedilla */
12041204 444, /* Section Sign */
12051205 131, /* Diaeresis */
12061206 227, /* S Caron */
12071207 211, /* E Macron */
1208- 1034, /* G Cedilla */
1208+ 1037, /* G Cedilla */
12091209 0,
12101210 0,
12111211 237, /* Z Caron */
@@ -1213,12 +1213,12 @@
12131213 710, /* Degree */
12141214 204, /* a Ogonek */
12151215 136, /* Ogonek */
1216- 1075, /* r Cedilla */
1216+ 1078, /* r Cedilla */
12171217 130, /* Acute */
1218- 1047, /* i Tilde */
1219- 1057, /* l Cedilla */
1220- 1012, /* Caron */
1221- 1011, /* Cedilla */
1218+ 1050, /* i Tilde */
1219+ 1060, /* l Cedilla */
1220+ 1015, /* Caron */
1221+ 1014, /* Cedilla */
12221222 228, /* s Caron */
12231223 212, /* e Macron */
12241224 0,
@@ -1238,24 +1238,24 @@
12381238 152, /* E Acute */
12391239 213, /* E Ogonek */
12401240 156, /* E Diaeresis */
1241- 1026, /* E Dot Above */
1241+ 1029, /* E Dot Above */
12421242 160, /* I Acute */
12431243 162, /* I Circumflex */
12441244 215, /* I Macron */
12451245 0,
1246- 1066, /* N Cedilla */
1246+ 1069, /* N Cedilla */
12471247 223, /* O Macron */
1248- 1052, /* K Cedilla */
1248+ 1055, /* K Cedilla */
12491249 172, /* O Circumflex */
12501250 193, /* O Tilde */
12511251 174, /* O Diaeresis */
1252- 1227, /* Multiply (x) */
1252+ 1230, /* Multiply (x) */
12531253 0,
12541254 233, /* U Ogonek */
12551255 178, /* U Acute */
12561256 180, /* U Circumflex */
12571257 182, /* U Diaeresis */
1258- 1090, /* U Tilde */
1258+ 1093, /* U Tilde */
12591259 231, /* U Macron */
12601260 0,
12611261 202, /* a Macron */
@@ -1270,26 +1270,26 @@
12701270 153, /* e Acute */
12711271 214, /* e Ogonek */
12721272 157, /* e Diaeresis */
1273- 1027, /* e Dot Above */
1273+ 1030, /* e Dot Above */
12741274 161, /* i Acute */
12751275 163, /* i Circumflex */
12761276 216, /* i Macron */
12771277 0,
1278- 1067, /* n Cedilla */
1278+ 1070, /* n Cedilla */
12791279 224, /* o Macron */
1280- 1053, /* k Cedilla */
1280+ 1056, /* k Cedilla */
12811281 173, /* o Circumflex */
12821282 194, /* o Tilde */
12831283 175, /* o Diaeresis */
1284- 1202, /* Division */
1284+ 1205, /* Division */
12851285 0,
12861286 234, /* u Ogonek */
12871287 179, /* u Acute */
12881288 181, /* u Circumflex */
12891289 183, /* u Diaeresis */
1290- 1091, /* u Tilde */
1290+ 1094, /* u Tilde */
12911291 232, /* u Macron */
1292- 1010}; /* Dot Above */
1292+ 1013}; /* Dot Above */
12931293
12941294 WCpTranslator iso_8859_4internal("iso_8859_4TOinternal",256,iso_8859_4_internal);
12951295
@@ -1427,31 +1427,31 @@
14271427 141, /* a Circumflex */
14281428 143, /* a Diaeresis */
14291429 236, /* u Ring */
1430- 1021, /* c Acute */
1430+ 1024, /* c Acute */
14311431 151, /* c Cedilla */
1432- 1061, /* l Stroke */
1432+ 1064, /* l Stroke */
14331433 157, /* e Diaeresis */
1434- 1068, /* O Double Acute */
1435- 1069, /* o Double Acute */
1434+ 1071, /* O Double Acute */
1435+ 1072, /* o Double Acute */
14361436 163, /* i Circumflex */
1437- 1096, /* Z Acute */
1437+ 1099, /* Z Acute */
14381438 142, /* A Diaeresis */
1439- 1020, /* C Acute */
1439+ 1023, /* C Acute */
14401440 152, /* E Acute */
1441- 1054, /* L Acute */
1442- 1055, /* l Acute */
1441+ 1057, /* L Acute */
1442+ 1058, /* l Acute */
14431443 173, /* o Circumflex */
14441444 175, /* o Diaeresis */
14451445 219, /* L Caron */
14461446 220, /* l Caron */
1447- 1076, /* S Acute */
1448- 1077, /* s Acute */
1447+ 1079, /* S Acute */
1448+ 1080, /* s Acute */
14491449 174, /* O Diaeresis */
14501450 182, /* U Diaeresis */
14511451 229, /* T Caron */
14521452 230, /* t Caron */
1453- 1060, /* L Stroke */
1454- 1227, /* Multiply (x) */
1453+ 1063, /* L Stroke */
1454+ 1230, /* Multiply (x) */
14551455 206, /* c Caron */
14561456 139, /* a Acute */
14571457 161, /* i Acute */
@@ -1463,10 +1463,10 @@
14631463 238, /* z Caron */
14641464 213, /* E Ogonek */
14651465 214, /* e Ogonek */
1466- 1214, /* Logical Not */
1467- 1097, /* z Acute */
1466+ 1217, /* Logical Not */
1467+ 1100, /* z Acute */
14681468 205, /* C Caron */
1469- 1079, /* s Cedilla */
1469+ 1082, /* s Cedilla */
14701470 447, /* Left Double Guillemet */
14711471 448, /* Right Double Guillemet */
14721472 360, /* Box [Shade 1] */
@@ -1477,13 +1477,13 @@
14771477 138, /* A Acute */
14781478 140, /* A Circumflex */
14791479 209, /* E Caron */
1480- 1078, /* S Cedilla */
1480+ 1081, /* S Cedilla */
14811481 382, /* Box [LEFT TOP BOTTOM] */
14821482 375, /* Box [TOP BOTTOM] */
14831483 377, /* Box [LEFT BOTTOM] */
14841484 378, /* Box [LEFT TOP] */
1485- 1098, /* Z Dot Above */
1486- 1099, /* z Dot Above */
1485+ 1101, /* Z Dot Above */
1486+ 1102, /* z Dot Above */
14871487 366, /* Box [left bottom] */
14881488 368, /* Box [top right] */
14891489 372, /* Box [left top right] */
@@ -1491,8 +1491,8 @@
14911491 369, /* Box [top right bottom] */
14921492 363, /* Box [left right] */
14931493 373, /* Box [left top right bottom] */
1494- 1018, /* A Breve */
1495- 1019, /* a Breve */
1494+ 1021, /* A Breve */
1495+ 1022, /* a Breve */
14961496 379, /* Box [TOP RIGHT] */
14971497 376, /* Box [RIGHT BOTTOM] */
14981498 383, /* Box [LEFT TOP RIGHT] */
@@ -1512,43 +1512,43 @@
15121512 210, /* e Caron */
15131513 367, /* Box [left top] */
15141514 368, /* Box [top right] */
1515- 1139, /* Box [Shade 4] */
1516- 1143, /* Box [Bottom Shade] */
1517- 1082, /* T Cedilla */
1515+ 1142, /* Box [Shade 4] */
1516+ 1146, /* Box [Bottom Shade] */
1517+ 1085, /* T Cedilla */
15181518 235, /* U Ring */
1519- 1141, /* Box [Top Shade] */
1519+ 1144, /* Box [Top Shade] */
15201520 170, /* O Acute */
15211521 137, /* German Double s */
15221522 172, /* O Circumflex */
1523- 1062, /* N Acute */
1524- 1063, /* n Acute */
1523+ 1065, /* N Acute */
1524+ 1066, /* n Acute */
15251525 222, /* n Caron */
15261526 227, /* S Caron */
15271527 228, /* s Caron */
1528- 1072, /* R Acute */
1528+ 1075, /* R Acute */
15291529 178, /* U Acute */
1530- 1073, /* r Acute */
1531- 1088, /* U Double Acute */
1530+ 1076, /* r Acute */
1531+ 1091, /* U Double Acute */
15321532 196, /* y Acute */
15331533 195, /* Y Acute */
1534- 1083, /* t Cedilla */
1534+ 1086, /* t Cedilla */
15351535 130, /* Acute */
15361536 0,
15371537 135, /* Double Acute */
15381538 136, /* Ogonek */
1539- 1012, /* Caron */
1540- 1014, /* Breve */
1539+ 1015, /* Caron */
1540+ 1017, /* Breve */
15411541 444, /* Section Sign */
1542- 1202, /* Division */
1543- 1011, /* Cedilla */
1542+ 1205, /* Division */
1543+ 1014, /* Cedilla */
15441544 710, /* Degree */
15451545 131, /* Diaeresis */
1546- 1010, /* Dot Above */
1547- 1089, /* u Double Acute */
1546+ 1013, /* Dot Above */
1547+ 1092, /* u Double Acute */
15481548 225, /* R Caron */
15491549 226, /* r Caron */
1550- 1146, /* Square Bullet */
1551- 1117}; /* NO-BREAK SPACE */
1550+ 1149, /* Square Bullet */
1551+ 1120}; /* NO-BREAK SPACE */
15521552
15531553 WCpTranslator cp852internal("cp852TOinternal",256,cp852_internal);
15541554
@@ -1686,71 +1686,71 @@
16861686 0,
16871687 0,
16881688 0,
1689- 1160, /* Dagger */
1690- 1161, /* Double Dagger */
1689+ 1163, /* Dagger */
1690+ 1164, /* Double Dagger */
16911691 0,
16921692 479, /* Per Thousand */
16931693 227, /* S Caron */
16941694 0,
1695- 1076, /* S Acute */
1695+ 1079, /* S Acute */
16961696 229, /* T Caron */
16971697 237, /* Z Caron */
1698- 1096, /* Z Acute */
1698+ 1099, /* Z Acute */
16991699 0,
17001700 460, /* Left Single Quote */
1701- 1154, /* Right Single Quote */
1701+ 1157, /* Right Single Quote */
17021702 461, /* Left Double Quote */
1703- 1156, /* Right Double Quote */
1704- 1144, /* Bullet */
1705- 1158, /* En Dash */
1706- 1159, /* Em Dash */
1703+ 1159, /* Right Double Quote */
1704+ 1147, /* Bullet */
1705+ 1161, /* En Dash */
1706+ 1162, /* Em Dash */
17071707 0,
17081708 466, /* Trademark */
17091709 228, /* s Caron */
17101710 0,
1711- 1077, /* s Acute */
1711+ 1080, /* s Acute */
17121712 230, /* t Caron */
17131713 238, /* z Caron */
1714- 1097, /* z Acute */
1715- 0,
1716- 1012, /* Caron */
1717- 0,
1718- 1060, /* L Stroke */
1714+ 1100, /* z Acute */
1715+ 0,
1716+ 1015, /* Caron */
1717+ 0,
1718+ 1063, /* L Stroke */
17191719 0,
17201720 203, /* A Ogonek */
17211721 0,
17221722 444, /* Section Sign */
17231723 131, /* Diaeresis */
17241724 457, /* Copyright */
1725- 1078, /* S Cedilla */
1725+ 1081, /* S Cedilla */
17261726 447, /* Left Double Guillemet */
1727- 1201, /* Not (Slash) */
1727+ 1204, /* Not (Slash) */
17281728 0,
17291729 456, /* Registered Trademark */
1730- 1098, /* Z Dot Above */
1730+ 1101, /* Z Dot Above */
17311731 710, /* Degree */
1732- 1197, /* Plus or Minus */
1732+ 1200, /* Plus or Minus */
17331733 136, /* Ogonek */
1734- 1061, /* l Stroke */
1734+ 1064, /* l Stroke */
17351735 130, /* Acute */
1736- 1536, /* mu */
1737- 0,
1738- 0,
1739- 1011, /* Cedilla */
1736+ 1539, /* mu */
1737+ 0,
1738+ 0,
1739+ 1014, /* Cedilla */
17401740 204, /* a Ogonek */
1741- 1079, /* s Cedilla */
1741+ 1082, /* s Cedilla */
17421742 0,
17431743 219, /* L Caron */
17441744 135, /* Double Acute */
17451745 220, /* l Caron */
1746- 1099, /* z Dot Above */
1747- 1072, /* R Acute */
1746+ 1102, /* z Dot Above */
1747+ 1075, /* R Acute */
17481748 138, /* A Acute */
17491749 140, /* A Circumflex */
17501750 0,
17511751 142, /* A Diaeresis */
1752- 1054, /* L Acute */
1753- 1020, /* C Acute */
1752+ 1057, /* L Acute */
1753+ 1023, /* C Acute */
17541754 150, /* C Cedilla */
17551755 205, /* C Caron */
17561756 152, /* E Acute */
@@ -1761,28 +1761,28 @@
17611761 162, /* I Circumflex */
17621762 207, /* D Caron */
17631763 197, /* Uppercase Eth */
1764- 1062, /* N Acute */
1764+ 1065, /* N Acute */
17651765 221, /* N Caron */
17661766 170, /* O Acute */
17671767 172, /* O Circumflex */
1768- 1068, /* O Double Acute */
1768+ 1071, /* O Double Acute */
17691769 174, /* O Diaeresis */
17701770 0,
17711771 225, /* R Caron */
17721772 235, /* U Ring */
17731773 178, /* U Acute */
1774- 1088, /* U Double Acute */
1774+ 1091, /* U Double Acute */
17751775 182, /* U Diaeresis */
17761776 195, /* Y Acute */
1777- 1082, /* T Cedilla */
1777+ 1085, /* T Cedilla */
17781778 137, /* German Double s */
1779- 1073, /* r Acute */
1779+ 1076, /* r Acute */
17801780 139, /* a Acute */
17811781 141, /* a Circumflex */
1782- 1019, /* a Breve */
1782+ 1022, /* a Breve */
17831783 143, /* a Diaeresis */
1784- 1055, /* l Acute */
1785- 1021, /* c Acute */
1784+ 1058, /* l Acute */
1785+ 1024, /* c Acute */
17861786 151, /* c Cedilla */
17871787 206, /* c Caron */
17881788 153, /* e Acute */
@@ -1793,21 +1793,21 @@
17931793 163, /* i Circumflex */
17941794 208, /* d Caron */
17951795 198, /* Lowercase Eth */
1796- 1063, /* n Acute */
1796+ 1066, /* n Acute */
17971797 222, /* n Caron */
17981798 171, /* o Acute */
17991799 173, /* o Circumflex */
18001800 0,
18011801 175, /* o Diaeresis */
1802- 1202, /* Division */
1802+ 1205, /* Division */
18031803 226, /* r Caron */
18041804 236, /* u Ring */
18051805 179, /* u Acute */
1806- 1089, /* u Double Acute */
1806+ 1092, /* u Double Acute */
18071807 183, /* u Diaeresis */
18081808 196, /* y Acute */
1809- 1083, /* t Cedilla */
1810- 1010}; /* Dot Above */
1809+ 1086, /* t Cedilla */
1810+ 1013}; /* Dot Above */
18111811
18121812 WCpTranslator cp1250internal("cp1250TOinternal",256,cp1250_internal);
18131813
@@ -1945,8 +1945,8 @@
19451945 0,
19461946 0,
19471947 0,
1948- 1160, /* Dagger */
1949- 1161, /* Double Dagger */
1948+ 1163, /* Dagger */
1949+ 1164, /* Double Dagger */
19501950 0,
19511951 479, /* Per Thousand */
19521952 0,
@@ -1960,9 +1960,9 @@
19601960 0,
19611961 0,
19621962 0,
1963- 1144, /* Bullet */
1964- 1158, /* En Dash */
1965- 1159, /* Em Dash */
1963+ 1147, /* Bullet */
1964+ 1161, /* En Dash */
1965+ 1162, /* Em Dash */
19661966 0,
19671967 466, /* Trademark */
19681968 0,
@@ -1971,7 +1971,7 @@
19711971 0,
19721972 0,
19731973 0,
1974- 1117, /* NO-BREAK SPACE */
1974+ 1120, /* NO-BREAK SPACE */
19751975 0,
19761976 0,
19771977 0,
@@ -1979,23 +1979,23 @@
19791979 0,
19801980 0,
19811981 0,
1982- 875, /* Russian YO */
1982+ 878, /* Russian YO */
19831983 457, /* Copyright */
19841984 0,
19851985 447, /* Left Double Guillemet */
1986- 1201, /* Not (Slash) */
1987- 0,
1988- 0,
1989- 0,
1990- 0,
1991- 1197, /* Plus or Minus */
1992- 0,
1993- 0,
1994- 0,
1995- 0,
1996- 0,
1997- 0,
1998- 876, /* Russian yo */
1986+ 1204, /* Not (Slash) */
1987+ 0,
1988+ 0,
1989+ 0,
1990+ 0,
1991+ 1200, /* Plus or Minus */
1992+ 0,
1993+ 0,
1994+ 0,
1995+ 0,
1996+ 0,
1997+ 0,
1998+ 879, /* Russian yo */
19991999 0,
20002000 0,
20012001 448, /* Right Double Guillemet */
@@ -2003,70 +2003,70 @@
20032003 0,
20042004 0,
20052005 0,
2006- 863, /* Russian A */
2007- 865, /* Russian BE */
2008- 867, /* Russian VE */
2009- 869, /* Russian GE */
2010- 871, /* Russian DE */
2011- 873, /* Russian IE */
2012- 877, /* Russian ZHE */
2013- 879, /* Russian ZE */
2014- 881, /* Russian I */
2015- 883, /* Russian SHORT I */
2016- 885, /* Russian KA */
2017- 887, /* Russian EL */
2018- 889, /* Russian EM */
2019- 891, /* Russian EN */
2020- 893, /* Russian O */
2021- 895, /* Russian PE */
2022- 897, /* Russian ER */
2023- 899, /* Russian ES */
2024- 901, /* Russian TE */
2025- 903, /* Russian U */
2026- 905, /* Russian EF */
2027- 907, /* Russian KHA */
2028- 909, /* Russian TSE */
2029- 911, /* Russian CHE */
2030- 913, /* Russian SHA */
2031- 915, /* Russian SHCHA */
2032- 917, /* Russian YER (HARD SIGN) */
2033- 919, /* Russian YERY */
2034- 921, /* Russian YER' (SOFT SIGN) */
2035- 923, /* Russian REVERSED E */
2036- 925, /* Russian IU */
2037- 927, /* Russian IA */
2038- 864, /* Russian a */
2039- 866, /* Russian be */
2040- 868, /* Russian ve */
2041- 870, /* Russian ge */
2042- 872, /* Russian de */
2043- 874, /* Russian ie */
2044- 878, /* Russian zhe */
2045- 880, /* Russian ze */
2046- 882, /* Russian i */
2047- 884, /* Russian short i */
2048- 886, /* Russian ka */
2049- 888, /* Russian el */
2050- 890, /* Russian em */
2051- 892, /* Russian en */
2052- 894, /* Russian o */
2053- 896, /* Russian pe */
2054- 898, /* Russian er */
2055- 900, /* Russian es */
2056- 902, /* Russian te */
2057- 904, /* Russian u */
2058- 906, /* Russian ef */
2059- 908, /* Russian kha */
2060- 910, /* Russian tse */
2061- 912, /* Russian che */
2062- 914, /* Russian sha */
2063- 916, /* Russian shcha */
2064- 918, /* Russian yer (hard sign) */
2065- 920, /* Russian yery */
2066- 922, /* Russian yer' (soft sign) */
2067- 924, /* Russian reversed e */
2068- 926, /* Russian iu */
2069- 928}; /* Russian ia */
2006+ 866, /* Russian A */
2007+ 868, /* Russian BE */
2008+ 870, /* Russian VE */
2009+ 872, /* Russian GE */
2010+ 874, /* Russian DE */
2011+ 876, /* Russian IE */
2012+ 880, /* Russian ZHE */
2013+ 882, /* Russian ZE */
2014+ 884, /* Russian I */
2015+ 886, /* Russian SHORT I */
2016+ 888, /* Russian KA */
2017+ 890, /* Russian EL */
2018+ 892, /* Russian EM */
2019+ 894, /* Russian EN */
2020+ 896, /* Russian O */
2021+ 898, /* Russian PE */
2022+ 900, /* Russian ER */
2023+ 902, /* Russian ES */
2024+ 904, /* Russian TE */
2025+ 906, /* Russian U */
2026+ 908, /* Russian EF */
2027+ 910, /* Russian KHA */
2028+ 912, /* Russian TSE */
2029+ 914, /* Russian CHE */
2030+ 916, /* Russian SHA */
2031+ 918, /* Russian SHCHA */
2032+ 920, /* Russian YER (HARD SIGN) */
2033+ 922, /* Russian YERY */
2034+ 924, /* Russian YER' (SOFT SIGN) */
2035+ 926, /* Russian REVERSED E */
2036+ 928, /* Russian IU */
2037+ 930, /* Russian IA */
2038+ 867, /* Russian a */
2039+ 869, /* Russian be */
2040+ 871, /* Russian ve */
2041+ 873, /* Russian ge */
2042+ 875, /* Russian de */
2043+ 877, /* Russian ie */
2044+ 881, /* Russian zhe */
2045+ 883, /* Russian ze */
2046+ 885, /* Russian i */
2047+ 887, /* Russian short i */
2048+ 889, /* Russian ka */
2049+ 891, /* Russian el */
2050+ 893, /* Russian em */
2051+ 895, /* Russian en */
2052+ 897, /* Russian o */
2053+ 899, /* Russian pe */
2054+ 901, /* Russian er */
2055+ 903, /* Russian es */
2056+ 905, /* Russian te */
2057+ 907, /* Russian u */
2058+ 909, /* Russian ef */
2059+ 911, /* Russian kha */
2060+ 913, /* Russian tse */
2061+ 915, /* Russian che */
2062+ 917, /* Russian sha */
2063+ 919, /* Russian shcha */
2064+ 921, /* Russian yer (hard sign) */
2065+ 923, /* Russian yery */
2066+ 925, /* Russian yer' (soft sign) */
2067+ 927, /* Russian reversed e */
2068+ 929, /* Russian iu */
2069+ 931}; /* Russian ia */
20702070
20712071 WCpTranslator cp1251internal("cp1251TOinternal",256,cp1251_internal);
20722072
@@ -2201,35 +2201,35 @@
22012201 0,
22022202 0,
22032203 0,
2204- 1150, /* Florin/Guilder */
2205- 0,
2206- 0,
2207- 1160, /* Dagger */
2208- 1161, /* Double Dagger */
2204+ 1153, /* Florin/Guilder */
2205+ 0,
2206+ 0,
2207+ 1163, /* Dagger */
2208+ 1164, /* Double Dagger */
22092209 0,
22102210 479, /* Per Thousand */
22112211 227, /* S Caron */
22122212 0,
2213- 1070, /* OE Digraph */
2213+ 1073, /* OE Digraph */
22142214 0,
22152215 0,
22162216 0,
22172217 0,
22182218 460, /* Left Single Quote */
2219- 1154, /* Right Single Quote */
2219+ 1157, /* Right Single Quote */
22202220 461, /* Left Double Quote */
2221- 1156, /* Right Double Quote */
2222- 1144, /* Bullet */
2223- 1159, /* Em Dash */
2224- 1158, /* En Dash */
2221+ 1159, /* Right Double Quote */
2222+ 1147, /* Bullet */
2223+ 1162, /* Em Dash */
2224+ 1161, /* En Dash */
22252225 135, /* Double Acute */
22262226 466, /* Trademark */
22272227 228, /* s Caron */
22282228 0,
2229- 1071, /* oe Digraph */
2229+ 1074, /* oe Digraph */
22302230 0,
22312231 238, /* z Caron */
2232- 1017, /* Y Diaeresis */
2232+ 1020, /* Y Diaeresis */
22332233 0,
22342234 445, /* Inverted Exclamation Point */
22352235 455, /* Cent */
@@ -2242,20 +2242,20 @@
22422242 457, /* Copyright */
22432243 451, /* Feminine Spanish Ordinal */
22442244 447, /* Left Double Guillemet */
2245- 1201, /* Not (Slash) */
2245+ 1204, /* Not (Slash) */
22462246 0,
22472247 456, /* Registered Trademark */
22482248 132, /* Macron */
22492249 710, /* Degree */
2250- 1197, /* Plus or Minus */
2251- 1151, /* Power of 2 */
2252- 1153, /* Power of 3 */
2250+ 1200, /* Plus or Minus */
2251+ 1154, /* Power of 2 */
2252+ 1156, /* Power of 3 */
22532253 130, /* Acute */
2254- 1536, /* mu */
2255- 1148, /* Paragraph Sign */
2256- 0,
2257- 1011, /* Cedilla */
2258- 1179, /* Power of 1 */
2254+ 1539, /* mu */
2255+ 1151, /* Paragraph Sign */
2256+ 0,
2257+ 1014, /* Cedilla */
2258+ 1182, /* Power of 1 */
22592259 452, /* Masculine Spanish Ordinal */
22602260 448, /* Right Double Guillemet */
22612261 454, /* 1/4 */
@@ -2285,7 +2285,7 @@
22852285 172, /* O Circumflex */
22862286 193, /* O Tilde */
22872287 174, /* O Diaeresis */
2288- 1227, /* Multiply (x) */
2288+ 1230, /* Multiply (x) */
22892289 191, /* O Slash */
22902290 184, /* U Grave */
22912291 178, /* U Acute */
@@ -2317,7 +2317,7 @@
23172317 173, /* o Circumflex */
23182318 194, /* o Tilde */
23192319 175, /* o Diaeresis */
2320- 1202, /* Division */
2320+ 1205, /* Division */
23212321 192, /* o Slash */
23222322 185, /* u Grave */
23232323 179, /* u Acute */
@@ -2460,11 +2460,11 @@
24602460 474, /* European Currency Symbol */
24612461 0,
24622462 0,
2463- 1150, /* Florin/Guilder */
2464- 0,
2465- 0,
2466- 1160, /* Dagger */
2467- 1161, /* Double Dagger */
2463+ 1153, /* Florin/Guilder */
2464+ 0,
2465+ 0,
2466+ 1163, /* Dagger */
2467+ 1164, /* Double Dagger */
24682468 0,
24692469 479, /* Per Thousand */
24702470 0,
@@ -2475,12 +2475,12 @@
24752475 0,
24762476 0,
24772477 460, /* Left Single Quote */
2478- 1154, /* Right Single Quote */
2478+ 1157, /* Right Single Quote */
24792479 461, /* Left Double Quote */
2480- 1156, /* Right Double Quote */
2481- 1144, /* Bullet */
2482- 1159, /* Em Dash */
2483- 1158, /* En Dash */
2480+ 1159, /* Right Double Quote */
2481+ 1147, /* Bullet */
2482+ 1162, /* Em Dash */
2483+ 1161, /* En Dash */
24842484 135, /* Double Acute */
24852485 466, /* Trademark */
24862486 0,
@@ -2501,86 +2501,91 @@
25012501 457, /* Copyright */
25022502 0,
25032503 447, /* Left Double Guillemet */
2504- 1201, /* Not (Slash) */
2504+ 1204, /* Not (Slash) */
25052505 0,
25062506 456, /* Registered Trademark */
2507- 1004, /* Horizontal Bar */
2507+ 1007, /* Horizontal Bar */
25082508 710, /* Degree */
2509- 1197, /* Plus or Minus */
2510- 1151, /* Power of 2 */
2511- 1153, /* Power of 3 */
2509+ 1200, /* Plus or Minus */
2510+ 1154, /* Power of 2 */
2511+ 1156, /* Power of 3 */
25122512 130, /* Acute */
2513- 1536, /* mu */
2514- 1148, /* Paragraph Sign */
2515- 0,
2516- 0,
2517- 0,
2518- 0,
2513+ 1539, /* mu */
2514+ 1151, /* Paragraph Sign */
2515+ 0,
2516+ 1646, /* EPSILON Tonos */
2517+ 1648, /* ETA Tonos */
2518+ 1650, /* IOTA Tonos */
25192519 448, /* Right Double Guillemet */
2520- 0,
2520+ 1652, /* OMICRON Tonos */
25212521 453, /* 1/2 */
2522- 0,
2523- 0,
2524- 0,
2525- 1511, /* ALPHA */
2526- 1513, /* BETA */
2527- 1516, /* GAMMA */
2528- 1518, /* DELTA */
2529- 1520, /* EPSILON */
2530- 1522, /* ZETA */
2531- 1524, /* ETA */
2532- 1526, /* THETA */
2533- 1528, /* IOTA */
2534- 1530, /* KAPPA */
2535- 1532, /* LAMBDA */
2536- 1535, /* MU */
2537- 1537, /* NU */
2538- 1539, /* XI */
2539- 1541, /* OMICRON */
2540- 1543, /* PI */
2541- 1545, /* RHO */
2542- 0,
2543- 1547, /* SIGMA */
2544- 1551, /* TAU */
2545- 1553, /* UPSILON */
2546- 1555, /* PHI */
2547- 1557, /* CHI */
2548- 1559, /* PSI */
2549- 1561, /* OMEGA */
2550- 0,
2551- 0,
2552- 0,
2553- 0,
2554- 0,
2555- 0,
2556- 0,
2557- 1512, /* alpha */
2558- 1514, /* beta */
2559- 1517, /* gamma */
2560- 1519, /* delta */
2561- 1521, /* epsilon */
2562- 1523, /* zeta */
2563- 1525, /* eta */
2564- 1527, /* theta */
2565- 1529, /* iota */
2566- 1531, /* kappa */
2567- 1533, /* lambda */
2568- 1536, /* mu */
2569- 1538, /* nu */
2570- 1540, /* xi */
2571- 1542, /* omicron */
2572- 1544, /* pi */
2573- 1546, /* rho */
2574- 1550, /* sigma (Terminal) */
2575- 1548, /* sigma */
2576- 1552, /* tau */
2577- 1554, /* upsilon */
2578- 1556, /* phi */
2579- 1558, /* chi */
2580- 1560, /* psi */
2581- 1562}; /* omega */
2522+ 1653, /* UPSILON Tonos */
2523+ 1655, /* OMEGA Tonos */
2524+ 0,
2525+ 1514, /* ALPHA */
2526+ 1516, /* BETA */
2527+ 1519, /* GAMMA */
2528+ 1521, /* DELTA */
2529+ 1523, /* EPSILON */
2530+ 1525, /* ZETA */
2531+ 1527, /* ETA */
2532+ 1529, /* THETA */
2533+ 1531, /* IOTA */
2534+ 1533, /* KAPPA */
2535+ 1535, /* LAMBDA */
2536+ 1538, /* MU */
2537+ 1540, /* NU */
2538+ 1542, /* XI */
2539+ 1544, /* OMICRON */
2540+ 1546, /* PI */
2541+ 1548, /* RHO */
2542+ 0,
2543+ 1550, /* SIGMA */
2544+ 1554, /* TAU */
2545+ 1556, /* UPSILON */
2546+ 1558, /* PHI */
2547+ 1560, /* CHI */
2548+ 1562, /* PSI */
2549+ 1564, /* OMEGA */
2550+ 1571, /* IOTA Diaeresis */
2551+ 1575, /* UPSILON Diaeresis */
2552+ 1645, /* alpha Tonos */
2553+ 1647, /* epsilon Tonos */
2554+ 1649, /* eta Tonos */
2555+ 1651, /* iota Tonos */
2556+ 0,
2557+ 1515, /* alpha */
2558+ 1517, /* beta */
2559+ 1520, /* gamma */
2560+ 1522, /* delta */
2561+ 1524, /* epsilon */
2562+ 1526, /* zeta */
2563+ 1528, /* eta */
2564+ 1530, /* theta */
2565+ 1532, /* iota */
2566+ 1534, /* kappa */
2567+ 1536, /* lambda */
2568+ 1539, /* mu */
2569+ 1541, /* nu */
2570+ 1543, /* xi */
2571+ 1545, /* omicron */
2572+ 1547, /* pi */
2573+ 1549, /* rho */
2574+ 1553, /* sigma (Terminal) */
2575+ 1551, /* sigma */
2576+ 1555, /* tau */
2577+ 1557, /* upsilon */
2578+ 1559, /* phi */
2579+ 1561, /* chi */
2580+ 1563, /* psi */
2581+ 1565, /* omega */
2582+ 1570, /* iota Diaeresis */
2583+ 1574, /* upsilon Diaeresis */
2584+ 787, /* omicron Tonos */
2585+ 1654, /* upsilon Tonos */
2586+ 1656}; /* omega Tonos */
25822587
2583-WCpTranslator cp1253internal("cp1253TOinternal",250,cp1253_internal);
2588+WCpTranslator cp1253internal("cp1253TOinternal",255,cp1253_internal);
25842589
25852590 const WORD unicode_internalB0[]={ 0,
25862591 0,
@@ -2712,33 +2717,33 @@
27122717 0,
27132718 0,
27142719 0,
2715- 1170, /* Base Single Quote */
2716- 1150, /* Florin/Guilder */
2717- 1171, /* Base Double Quote */
2718- 1169, /* Em Leader */
2719- 1160, /* Dagger */
2720- 1161, /* Double Dagger */
2721- 1003, /* Circumflex */
2720+ 1173, /* Base Single Quote */
2721+ 1153, /* Florin/Guilder */
2722+ 1174, /* Base Double Quote */
2723+ 1172, /* Em Leader */
2724+ 1163, /* Dagger */
2725+ 1164, /* Double Dagger */
2726+ 1006, /* Circumflex */
27222727 479, /* Per Thousand */
27232728 0,
27242729 0,
2725- 1070, /* OE Digraph */
2730+ 1073, /* OE Digraph */
27262731 0,
27272732 237, /* Z Caron */
27282733 0,
27292734 0,
27302735 460, /* Left Single Quote */
2731- 1154, /* Right Single Quote */
2736+ 1157, /* Right Single Quote */
27322737 461, /* Left Double Quote */
2733- 1156, /* Right Double Quote */
2738+ 1159, /* Right Double Quote */
27342739 443, /* Small Bullet */
2735- 1158, /* En Dash */
2736- 1159, /* Em Dash */
2740+ 1161, /* En Dash */
2741+ 1162, /* Em Dash */
27372742 126, /* Tilde */
27382743 466, /* Trademark */
27392744 0,
27402745 0,
2741- 1071, /* oe Digraph */
2746+ 1074, /* oe Digraph */
27422747 0,
27432748 0,
27442749 0,
@@ -2750,24 +2755,24 @@
27502755 450, /* Yen */
27512756 0,
27522757 444, /* Section Sign */
2753- 1136, /* Diaeresis (Umlaut) */
2758+ 1139, /* Diaeresis (Umlaut) */
27542759 457, /* Copyright */
27552760 451, /* Feminine Spanish Ordinal */
27562761 447, /* Left Double Guillemet */
2757- 1214, /* Logical Not */
2758- 1163, /* Figure Dash */
2762+ 1217, /* Logical Not */
2763+ 1166, /* Figure Dash */
27592764 456, /* Registered Trademark */
2760- 1013, /* Overline (Long Mark) */
2765+ 1016, /* Overline (Long Mark) */
27612766 452, /* Masculine Spanish Ordinal */
2762- 1197, /* Plus or Minus */
2763- 1151, /* Power of 2 */
2764- 1153, /* Power of 3 */
2767+ 1200, /* Plus or Minus */
2768+ 1154, /* Power of 2 */
2769+ 1156, /* Power of 3 */
27652770 130, /* Acute */
2766- 1225, /* Micro */
2767- 1148, /* Paragraph Sign */
2771+ 1228, /* Micro */
2772+ 1151, /* Paragraph Sign */
27682773 443, /* Small Bullet */
2769- 1011, /* Cedilla */
2770- 1179, /* Power of 1 */
2774+ 1014, /* Cedilla */
2775+ 1182, /* Power of 1 */
27712776 710, /* Degree */
27722777 448, /* Right Double Guillemet */
27732778 454, /* 1/4 */
@@ -2797,7 +2802,7 @@
27972802 172, /* O Circumflex */
27982803 193, /* O Tilde */
27992804 0,
2800- 1227, /* Multiply (x) */
2805+ 1230, /* Multiply (x) */
28012806 191, /* O Slash */
28022807 184, /* U Grave */
28032808 178, /* U Acute */
@@ -2829,7 +2834,7 @@
28292834 173, /* o Circumflex */
28302835 194, /* o Tilde */
28312836 0,
2832- 1202, /* Division */
2837+ 1205, /* Division */
28332838 192, /* o Slash */
28342839 185, /* u Grave */
28352840 179, /* u Acute */
@@ -2843,13 +2848,13 @@
28432848 187, /* A Tilde */
28442849 188, /* a Tilde */
28452850 450, /* Yen */
2846- 1179, /* Power of 1 */
2851+ 1182, /* Power of 1 */
28472852 148, /* AE Digraph */
28482853 149, /* ae Digraph */
2849- 1022, /* C Circumflex */
2850- 1023, /* c Circumflex */
2851- 1024, /* C Dot Above */
2852- 1025, /* c Dot Above */
2854+ 1025, /* C Circumflex */
2855+ 1026, /* c Circumflex */
2856+ 1027, /* C Dot Above */
2857+ 1028, /* c Dot Above */
28532858 205, /* C Caron */
28542859 206, /* c Caron */
28552860 207, /* D Caron */
@@ -2858,111 +2863,111 @@
28582863 190, /* d Cross Bar */
28592864 211, /* E Macron */
28602865 212, /* e Macron */
2861- 1111, /* E Breve */
2862- 1112, /* e Breve */
2863- 1026, /* E Dot Above */
2864- 1027, /* e Dot Above */
2866+ 1114, /* E Breve */
2867+ 1115, /* e Breve */
2868+ 1029, /* E Dot Above */
2869+ 1030, /* e Dot Above */
28652870 213, /* E Ogonek */
28662871 214, /* e Ogonek */
28672872 209, /* E Caron */
28682873 210, /* e Caron */
2869- 1036, /* G Circumflex */
2870- 1037, /* g Circumflex */
2871- 1030, /* G Breve */
2872- 1031, /* g Breve */
2873- 1038, /* G Dot Above */
2874- 1039, /* g Dot Above */
2875- 1034, /* G Cedilla */
2876- 1035, /* g Cedilla (Apostrophe Above) */
2877- 1040, /* H Circumflex */
2878- 1041, /* h Circumflex */
2879- 0,
2880- 0,
2881- 1046, /* I Tilde */
2882- 1047, /* i Tilde */
2874+ 1039, /* G Circumflex */
2875+ 1040, /* g Circumflex */
2876+ 1033, /* G Breve */
2877+ 1034, /* g Breve */
2878+ 1041, /* G Dot Above */
2879+ 1042, /* g Dot Above */
2880+ 1037, /* G Cedilla */
2881+ 1038, /* g Cedilla (Apostrophe Above) */
2882+ 1043, /* H Circumflex */
2883+ 1044, /* h Circumflex */
2884+ 0,
2885+ 0,
2886+ 1049, /* I Tilde */
2887+ 1050, /* i Tilde */
28832888 215, /* I Macron */
28842889 216, /* i Macron */
2885- 1113, /* I Breve */
2886- 1114, /* i Breve */
2887- 0,
2888- 0,
2889- 1044, /* I Dot Above */
2890- 1015, /* Dotless i */
2891- 1048, /* IJ Digraph */
2892- 1049, /* ij Digraph */
2893- 1050, /* J Circumflex */
2894- 1051, /* j Circumflex */
2895- 1052, /* K Cedilla */
2896- 1053, /* k Cedilla */
2890+ 1116, /* I Breve */
2891+ 1117, /* i Breve */
2892+ 0,
2893+ 0,
2894+ 1047, /* I Dot Above */
2895+ 1018, /* Dotless i */
2896+ 1051, /* IJ Digraph */
2897+ 1052, /* ij Digraph */
2898+ 1053, /* J Circumflex */
2899+ 1054, /* j Circumflex */
2900+ 1055, /* K Cedilla */
2901+ 1056, /* k Cedilla */
28972902 258, /* Lowercase Greenlandic k */
2898- 1054, /* L Acute */
2899- 1055, /* l Acute */
2900- 1056, /* L Cedilla */
2901- 1057, /* l Cedilla */
2903+ 1057, /* L Acute */
2904+ 1058, /* l Acute */
2905+ 1059, /* L Cedilla */
2906+ 1060, /* l Cedilla */
29022907 219, /* L Caron */
29032908 220, /* l Caron */
29042909 0,
29052910 0,
2906- 1060, /* L Stroke */
2907- 1061, /* l Stroke */
2908- 1062, /* N Acute */
2909- 1063, /* n Acute */
2910- 1066, /* N Cedilla */
2911- 1067, /* n Cedilla */
2911+ 1063, /* L Stroke */
2912+ 1064, /* l Stroke */
2913+ 1065, /* N Acute */
2914+ 1066, /* n Acute */
2915+ 1069, /* N Cedilla */
2916+ 1070, /* n Cedilla */
29122917 221, /* N Caron */
29132918 222, /* n Caron */
2914- 1065, /* n Apostrophe */
2919+ 1068, /* n Apostrophe */
29152920 239, /* Uppercase Eng */
29162921 240, /* Lowercase Eng */
29172922 223, /* O Macron */
29182923 224, /* o Macron */
2919- 1115, /* O Breve */
2920- 1116, /* o Breve */
2921- 1068, /* O Double Acute */
2922- 1069, /* o Double Acute */
2923- 0,
2924- 0,
2925- 1072, /* R Acute */
2926- 1073, /* r Acute */
2927- 1074, /* R Cedilla */
2928- 1075, /* r Cedilla */
2924+ 1118, /* O Breve */
2925+ 1119, /* o Breve */
2926+ 1071, /* O Double Acute */
2927+ 1072, /* o Double Acute */
2928+ 0,
2929+ 0,
2930+ 1075, /* R Acute */
2931+ 1076, /* r Acute */
2932+ 1077, /* R Cedilla */
2933+ 1078, /* r Cedilla */
29292934 225, /* R Caron */
29302935 226, /* r Caron */
2931- 1076, /* S Acute */
2932- 1077, /* s Acute */
2933- 1080, /* S Circumflex */
2934- 1081, /* s Circumflex */
2935- 1078, /* S Cedilla */
2936- 1079, /* s Cedilla */
2936+ 1079, /* S Acute */
2937+ 1080, /* s Acute */
2938+ 1083, /* S Circumflex */
2939+ 1084, /* s Circumflex */
2940+ 1081, /* S Cedilla */
2941+ 1082, /* s Cedilla */
29372942 227, /* S Caron */
29382943 228, /* s Caron */
2939- 1082, /* T Cedilla */
2940- 1083, /* t Cedilla */
2944+ 1085, /* T Cedilla */
2945+ 1086, /* t Cedilla */
29412946 229, /* T Caron */
29422947 230, /* t Caron */
2943- 1084, /* T Cross Bar */
2944- 1085, /* t Cross Bar */
2945- 1090, /* U Tilde */
2946- 1091, /* u Tilde */
2948+ 1087, /* T Cross Bar */
2949+ 1088, /* t Cross Bar */
2950+ 1093, /* U Tilde */
2951+ 1094, /* u Tilde */
29472952 231, /* U Macron */
29482953 232, /* u Macron */
2949- 1086, /* U Breve */
2950- 1087, /* u Breve */
2954+ 1089, /* U Breve */
2955+ 1090, /* u Breve */
29512956 235, /* U Ring */
29522957 236, /* u Ring */
2953- 1088, /* U Double Acute */
2954- 1089, /* u Double Acute */
2955- 0,
2956- 0,
2957- 1092, /* W Circumflex */
2958- 1093, /* w Circumflex */
2959- 1094, /* Y Circumflex */
2960- 1095, /* y Circumflex */
2961- 0,
2962- 1096, /* Z Acute */
2963- 1097, /* z Acute */
2964- 1098, /* Z Dot Above */
2965- 1099, /* z Dot Above */
2958+ 1091, /* U Double Acute */
2959+ 1092, /* u Double Acute */
2960+ 0,
2961+ 0,
2962+ 1095, /* W Circumflex */
2963+ 1096, /* w Circumflex */
2964+ 1097, /* Y Circumflex */
2965+ 1098, /* y Circumflex */
2966+ 0,
2967+ 1099, /* Z Acute */
2968+ 1100, /* z Acute */
2969+ 1101, /* Z Dot Above */
2970+ 1102, /* z Dot Above */
29662971 237, /* Z Caron */
29672972 238, /* z Caron */
29682973 0,
@@ -2984,16 +2989,16 @@
29842989 0,
29852990 0,
29862991 0,
2987- 1150, /* Florin/Guilder */
2988- 0,
2989- 0,
2990- 0,
2991- 0,
2992- 0,
2993- 0,
2994- 0,
2995- 0,
2996- 1534, /* lambda bar */
2992+ 1153, /* Florin/Guilder */
2993+ 0,
2994+ 0,
2995+ 0,
2996+ 0,
2997+ 0,
2998+ 0,
2999+ 0,
3000+ 0,
3001+ 1537, /* lambda bar */
29973002 0,
29983003 0,
29993004 0,
@@ -3292,7 +3297,7 @@
32923297 0,
32933298 0,
32943299 0,
3295- 1003, /* Circumflex */
3300+ 1006, /* Circumflex */
32963301 445, /* Inverted Exclamation Point */
32973302 0,
32983303 0,
@@ -3313,7 +3318,7 @@
33133318 455, /* Cent */
33143319 0,
33153320 0,
3316- 1151, /* Power of 2 */
3321+ 1154, /* Power of 2 */
33173322 0,
33183323 453, /* 1/2 */
33193324 0,
@@ -3482,89 +3487,89 @@
34823487 0,
34833488 0,
34843489 0,
3485- 1599, /* High Prime */
3486- 0,
3487- 778, /* ALPHA High Prime */
3488- 0,
3489- 779, /* EPSILON High Prime */
3490- 780, /* ETA High Prime */
3491- 781, /* IOTA High Prime */
3492- 0,
3493- 782, /* OMICRON High Prime */
3494- 0,
3495- 783, /* UPSILON High Prime */
3496- 784, /* OMEGA High Prime */
3497- 0,
3498- 1511, /* ALPHA */
3499- 1513, /* BETA */
3500- 1516, /* GAMMA */
3501- 1518, /* DELTA */
3502- 1520, /* EPSILON */
3503- 1522, /* ZETA */
3504- 1524, /* ETA */
3505- 1526, /* THETA */
3506- 1528, /* IOTA */
3507- 1530, /* KAPPA */
3508- 1532, /* LAMBDA */
3509- 1535, /* MU */
3510- 1537, /* NU */
3511- 1539, /* XI */
3512- 1541, /* OMICRON */
3513- 1543, /* PI */
3514- 1545, /* RHO */
3515- 0,
3516- 1547, /* SIGMA */
3517- 1551, /* TAU */
3518- 1553, /* UPSILON */
3519- 1555, /* PHI */
3520- 1557, /* CHI */
3521- 1559, /* PSI */
3522- 1561, /* OMEGA */
3523- 0,
3524- 0,
3525- 1563, /* alpha Acute */
3526- 1564, /* epsilon Acute */
3527- 1565, /* eta Acute */
3528- 1566, /* iota Acute */
3529- 0,
3530- 1512, /* alpha */
3531- 1514, /* beta */
3532- 1517, /* gamma */
3533- 1519, /* delta */
3534- 1521, /* epsilon */
3535- 1523, /* zeta */
3536- 1525, /* eta */
3537- 1527, /* theta */
3538- 1529, /* iota */
3539- 1531, /* kappa */
3540- 1533, /* lambda */
3541- 1536, /* mu */
3542- 1538, /* nu */
3543- 1540, /* xi */
3544- 1542, /* omicron */
3545- 1544, /* pi */
3546- 1546, /* rho */
3547- 1550, /* sigma (Terminal) */
3548- 1548, /* sigma */
3549- 1552, /* tau */
3550- 1554, /* upsilon */
3551- 1556, /* phi */
3552- 1558, /* chi */
3553- 1560, /* psi */
3554- 1562, /* omega */
3555- 1567, /* iota Diaeresis */
3556- 1570, /* upsilon Diaeresis */
3557- 1568, /* omicron Acute */
3558- 1569, /* upsilon Acute */
3559- 0,
3560- 0,
3561- 0,
3562- 1573, /* theta (Variant) */
3563- 0,
3564- 0,
3565- 0,
3566- 1577, /* phi (Variant) */
3567- 1574, /* pi (Variant) */
3490+ 1642, /* High Prime */
3491+ 0,
3492+ 780, /* ALPHA High Prime */
3493+ 0,
3494+ 781, /* EPSILON High Prime */
3495+ 782, /* ETA High Prime */
3496+ 783, /* IOTA High Prime */
3497+ 0,
3498+ 784, /* OMICRON High Prime */
3499+ 0,
3500+ 785, /* UPSILON High Prime */
3501+ 786, /* OMEGA High Prime */
3502+ 0,
3503+ 1514, /* ALPHA */
3504+ 1516, /* BETA */
3505+ 1519, /* GAMMA */
3506+ 1521, /* DELTA */
3507+ 1523, /* EPSILON */
3508+ 1525, /* ZETA */
3509+ 1527, /* ETA */
3510+ 1529, /* THETA */
3511+ 1531, /* IOTA */
3512+ 1533, /* KAPPA */
3513+ 1535, /* LAMBDA */
3514+ 1538, /* MU */
3515+ 1540, /* NU */
3516+ 1542, /* XI */
3517+ 1544, /* OMICRON */
3518+ 1546, /* PI */
3519+ 1548, /* RHO */
3520+ 0,
3521+ 1550, /* SIGMA */
3522+ 1554, /* TAU */
3523+ 1556, /* UPSILON */
3524+ 1558, /* PHI */
3525+ 1560, /* CHI */
3526+ 1562, /* PSI */
3527+ 1564, /* OMEGA */
3528+ 0,
3529+ 0,
3530+ 1566, /* alpha Acute */
3531+ 1567, /* epsilon Acute */
3532+ 1568, /* eta Acute */
3533+ 1569, /* iota Acute */
3534+ 0,
3535+ 1515, /* alpha */
3536+ 1517, /* beta */
3537+ 1520, /* gamma */
3538+ 1522, /* delta */
3539+ 1524, /* epsilon */
3540+ 1526, /* zeta */
3541+ 1528, /* eta */
3542+ 1530, /* theta */
3543+ 1532, /* iota */
3544+ 1534, /* kappa */
3545+ 1536, /* lambda */
3546+ 1539, /* mu */
3547+ 1541, /* nu */
3548+ 1543, /* xi */
3549+ 1545, /* omicron */
3550+ 1547, /* pi */
3551+ 1549, /* rho */
3552+ 1553, /* sigma (Terminal) */
3553+ 1551, /* sigma */
3554+ 1555, /* tau */
3555+ 1557, /* upsilon */
3556+ 1559, /* phi */
3557+ 1561, /* chi */
3558+ 1563, /* psi */
3559+ 1565, /* omega */
3560+ 1570, /* iota Diaeresis */
3561+ 1574, /* upsilon Diaeresis */
3562+ 1572, /* omicron Acute */
3563+ 1573, /* upsilon Acute */
3564+ 0,
3565+ 0,
3566+ 0,
3567+ 1578, /* theta (Variant) */
3568+ 0,
3569+ 0,
3570+ 0,
3571+ 1582, /* phi (Variant) */
3572+ 1579, /* pi (Variant) */
35683573 0,
35693574 0,
35703575 0,
@@ -3607,101 +3612,101 @@
36073612 0,
36083613 0};
36093614 const WORD unicode_internalB4[]={ 0,
3610- 875, /* Russian YO */
3611- 0,
3612- 0,
3613- 0,
3614- 0,
3615- 0,
3616- 0,
3617- 0,
3618- 0,
3619- 0,
3620- 0,
3621- 0,
3622- 0,
3623- 951, /* Byelorussian SHORT U */
3624- 953, /* Serbian HARD DJ */
3625- 863, /* Russian A */
3626- 865, /* Russian BE */
3627- 867, /* Russian VE */
3628- 869, /* Russian GE */
3629- 871, /* Russian DE */
3630- 873, /* Russian IE */
3631- 877, /* Russian ZHE */
3632- 879, /* Russian ZE */
3633- 881, /* Russian I */
3634- 883, /* Russian SHORT I */
3635- 885, /* Russian KA */
3636- 887, /* Russian EL */
3637- 889, /* Russian EM */
3638- 891, /* Russian EN */
3639- 893, /* Russian O */
3640- 895, /* Russian PE */
3641- 897, /* Russian ER */
3642- 899, /* Russian ES */
3643- 901, /* Russian TE */
3644- 903, /* Russian U */
3645- 905, /* Russian EF */
3646- 907, /* Russian KHA */
3647- 909, /* Russian TSE */
3648- 911, /* Russian CHE */
3649- 913, /* Russian SHA */
3650- 915, /* Russian SHCHA */
3651- 917, /* Russian YER (HARD SIGN) */
3652- 919, /* Russian YERY */
3653- 921, /* Russian YER' (SOFT SIGN) */
3654- 923, /* Russian REVERSED E */
3655- 0,
3656- 927, /* Russian IA */
3657- 864, /* Russian a */
3658- 866, /* Russian be */
3659- 868, /* Russian ve */
3660- 870, /* Russian ge */
3661- 872, /* Russian de */
3662- 874, /* Russian ie */
3663- 878, /* Russian zhe */
3664- 880, /* Russian ze */
3665- 882, /* Russian i */
3666- 884, /* Russian short i */
3667- 886, /* Russian ka */
3668- 888, /* Russian el */
3669- 890, /* Russian em */
3670- 892, /* Russian en */
3671- 894, /* Russian o */
3672- 896, /* Russian pe */
3673- 898, /* Russian er */
3674- 900, /* Russian es */
3675- 902, /* Russian te */
3676- 904, /* Russian u */
3677- 906, /* Russian ef */
3678- 908, /* Russian kha */
3679- 910, /* Russian tse */
3680- 912, /* Russian che */
3681- 914, /* Russian sha */
3682- 916, /* Russian shcha */
3683- 918, /* Russian yer (hard sign) */
3684- 920, /* Russian yery */
3685- 922, /* Russian yer' (soft sign) */
3686- 924, /* Russian reversed e */
3687- 926, /* Russian iu */
3688- 928, /* Russian ia */
3689- 0,
3690- 876, /* Russian yo */
3691- 948, /* Serbian soft t */
3692- 0,
3693- 0,
3694- 0,
3695- 938, /* Ukrainian i */
3696- 940, /* Ukrainian i with two dots */
3697- 942, /* Serbian, Macedonian je */
3698- 944, /* Serbian, Macedonian soft l */
3699- 946, /* Serbian, Macedonian soft n */
3700- 0,
3701- 0,
3702- 0,
3703- 952, /* Byelorussian short u */
3704- 954, /* Serbian hard dj */
3615+ 878, /* Russian YO */
3616+ 0,
3617+ 0,
3618+ 0,
3619+ 0,
3620+ 0,
3621+ 0,
3622+ 0,
3623+ 0,
3624+ 0,
3625+ 0,
3626+ 0,
3627+ 0,
3628+ 954, /* Byelorussian SHORT U */
3629+ 956, /* Serbian HARD DJ */
3630+ 866, /* Russian A */
3631+ 868, /* Russian BE */
3632+ 870, /* Russian VE */
3633+ 872, /* Russian GE */
3634+ 874, /* Russian DE */
3635+ 876, /* Russian IE */
3636+ 880, /* Russian ZHE */
3637+ 882, /* Russian ZE */
3638+ 884, /* Russian I */
3639+ 886, /* Russian SHORT I */
3640+ 888, /* Russian KA */
3641+ 890, /* Russian EL */
3642+ 892, /* Russian EM */
3643+ 894, /* Russian EN */
3644+ 896, /* Russian O */
3645+ 898, /* Russian PE */
3646+ 900, /* Russian ER */
3647+ 902, /* Russian ES */
3648+ 904, /* Russian TE */
3649+ 906, /* Russian U */
3650+ 908, /* Russian EF */
3651+ 910, /* Russian KHA */
3652+ 912, /* Russian TSE */
3653+ 914, /* Russian CHE */
3654+ 916, /* Russian SHA */
3655+ 918, /* Russian SHCHA */
3656+ 920, /* Russian YER (HARD SIGN) */
3657+ 922, /* Russian YERY */
3658+ 924, /* Russian YER' (SOFT SIGN) */
3659+ 926, /* Russian REVERSED E */
3660+ 0,
3661+ 930, /* Russian IA */
3662+ 867, /* Russian a */
3663+ 869, /* Russian be */
3664+ 871, /* Russian ve */
3665+ 873, /* Russian ge */
3666+ 875, /* Russian de */
3667+ 877, /* Russian ie */
3668+ 881, /* Russian zhe */
3669+ 883, /* Russian ze */
3670+ 885, /* Russian i */
3671+ 887, /* Russian short i */
3672+ 889, /* Russian ka */
3673+ 891, /* Russian el */
3674+ 893, /* Russian em */
3675+ 895, /* Russian en */
3676+ 897, /* Russian o */
3677+ 899, /* Russian pe */
3678+ 901, /* Russian er */
3679+ 903, /* Russian es */
3680+ 905, /* Russian te */
3681+ 907, /* Russian u */
3682+ 909, /* Russian ef */
3683+ 911, /* Russian kha */
3684+ 913, /* Russian tse */
3685+ 915, /* Russian che */
3686+ 917, /* Russian sha */
3687+ 919, /* Russian shcha */
3688+ 921, /* Russian yer (hard sign) */
3689+ 923, /* Russian yery */
3690+ 925, /* Russian yer' (soft sign) */
3691+ 927, /* Russian reversed e */
3692+ 929, /* Russian iu */
3693+ 931, /* Russian ia */
3694+ 0,
3695+ 879, /* Russian yo */
3696+ 951, /* Serbian soft t */
3697+ 0,
3698+ 0,
3699+ 0,
3700+ 941, /* Ukrainian i */
3701+ 943, /* Ukrainian i with two dots */
3702+ 945, /* Serbian, Macedonian je */
3703+ 947, /* Serbian, Macedonian soft l */
3704+ 949, /* Serbian, Macedonian soft n */
3705+ 0,
3706+ 0,
3707+ 0,
3708+ 955, /* Byelorussian short u */
3709+ 957, /* Serbian hard dj */
37053710 0,
37063711 0,
37073712 0,
@@ -4070,33 +4075,33 @@
40704075 0,
40714076 0,
40724077 0,
4073- 785, /* Hebrew Alef */
4074- 786, /* Hebrew Bet */
4075- 787, /* Hebrew Gimel */
4076- 788, /* Hebrew Dalet */
4077- 789, /* Hebrew He */
4078- 790, /* Hebrew Vav */
4079- 791, /* Hebrew Zayin */
4080- 792, /* Hebrew Het */
4081- 793, /* Hebrew Tet */
4082- 794, /* Hebrew Yod */
4083- 795, /* Hebrew Kaf (final) */
4084- 796, /* Hebrew Kaf */
4085- 797, /* Hebrew Lamed */
4086- 798, /* Hebrew Mem (final) */
4087- 799, /* Hebrew Mem */
4088- 800, /* Hebrew Nun (final) */
4089- 801, /* Hebrew Nun */
4090- 802, /* Hebrew Samekh */
4091- 803, /* Hebrew Ayin */
4092- 804, /* Hebrew Pe (final) */
4093- 805, /* Hebrew Pe */
4094- 806, /* Hebrew Tsadi (final) */
4095- 807, /* Hebrew Tsadi */
4096- 808, /* Hebrew Qof */
4097- 809, /* Hebrew Resh */
4098- 811, /* Hebrew Sin */
4099- 812, /* Hebrew Tav */
4078+ 788, /* Hebrew Alef */
4079+ 789, /* Hebrew Bet */
4080+ 790, /* Hebrew Gimel */
4081+ 791, /* Hebrew Dalet */
4082+ 792, /* Hebrew He */
4083+ 793, /* Hebrew Vav */
4084+ 794, /* Hebrew Zayin */
4085+ 795, /* Hebrew Het */
4086+ 796, /* Hebrew Tet */
4087+ 797, /* Hebrew Yod */
4088+ 798, /* Hebrew Kaf (final) */
4089+ 799, /* Hebrew Kaf */
4090+ 800, /* Hebrew Lamed */
4091+ 801, /* Hebrew Mem (final) */
4092+ 802, /* Hebrew Mem */
4093+ 803, /* Hebrew Nun (final) */
4094+ 804, /* Hebrew Nun */
4095+ 805, /* Hebrew Samekh */
4096+ 806, /* Hebrew Ayin */
4097+ 807, /* Hebrew Pe (final) */
4098+ 808, /* Hebrew Pe */
4099+ 809, /* Hebrew Tsadi (final) */
4100+ 810, /* Hebrew Tsadi */
4101+ 811, /* Hebrew Qof */
4102+ 812, /* Hebrew Resh */
4103+ 814, /* Hebrew Sin */
4104+ 815, /* Hebrew Tav */
41004105 0,
41014106 0,
41024107 0,
@@ -4255,8 +4260,8 @@
42554260 0,
42564261 0,
42574262 0,
4258- 1460, /* Intersection [2x High] */
4259- 1459, /* Union [2x High] */
4263+ 1463, /* Intersection [2x High] */
4264+ 1462, /* Union [2x High] */
42604265 0,
42614266 0,
42624267 0,
@@ -4398,21 +4403,21 @@
43984403 0,
43994404 0,
44004405 0,
4401- 1155, /* Inverted Single Quote */
4402- 1154, /* Right Single Quote */
4403- 1170, /* Base Single Quote */
4404- 0,
4405- 1157, /* Inverted Double Quote */
4406- 1156, /* Right Double Quote */
4407- 1171, /* Base Double Quote */
4408- 0,
4409- 1160, /* Dagger */
4410- 1161, /* Double Dagger */
4411- 1144, /* Bullet */
4412- 0,
4413- 0,
4414- 0,
4415- 1169, /* Em Leader */
4406+ 1158, /* Inverted Single Quote */
4407+ 1157, /* Right Single Quote */
4408+ 1173, /* Base Single Quote */
4409+ 0,
4410+ 1160, /* Inverted Double Quote */
4411+ 1159, /* Right Double Quote */
4412+ 1174, /* Base Double Quote */
4413+ 0,
4414+ 1163, /* Dagger */
4415+ 1164, /* Double Dagger */
4416+ 1147, /* Bullet */
4417+ 0,
4418+ 0,
4419+ 0,
4420+ 1172, /* Em Leader */
44164421 0,
44174422 0,
44184423 0,
@@ -4645,158 +4650,158 @@
46454650 0,
46464651 0,
46474652 0,
4648- 1237, /* Planck's Constant */
4649- 0,
4650- 1238, /* fraktur I */
4653+ 1240, /* Planck's Constant */
4654+ 0,
4655+ 1241, /* fraktur I */
46514656 0,
46524657 712, /* Liter (Script l) */
46534658 0,
46544659 0,
46554660 0,
46564661 0,
4657- 1240, /* Weierstrass */
4658- 0,
4659- 0,
4660- 0,
4661- 1239, /* fraktur R */
4662- 0,
4663- 0,
4664- 0,
4665- 0,
4666- 0,
4667- 0,
4668- 0,
4669- 0,
4670- 0,
4671- 0,
4672- 0,
4673- 0,
4674- 0,
4675- 0,
4676- 0,
4677- 0,
4678- 0,
4679- 0,
4680- 0,
4681- 0,
4682- 0,
4683- 0,
4684- 0,
4685- 0,
4686- 785, /* Hebrew Alef */
4687- 0,
4688- 0,
4689- 0,
4690- 0,
4691- 0,
4692- 0,
4693- 0,
4694- 0,
4695- 0,
4696- 0,
4697- 0,
4698- 0,
4699- 0,
4700- 0,
4701- 0,
4702- 0,
4703- 0,
4704- 0,
4705- 0,
4706- 0,
4707- 0,
4708- 0,
4709- 0,
4710- 0,
4711- 0,
4712- 0,
4713- 0,
4714- 0,
4715- 0,
4716- 0,
4717- 0,
4718- 0,
4719- 0,
4720- 0,
4721- 0,
4722- 0,
4723- 0,
4724- 0,
4725- 0,
4726- 0,
4727- 0,
4728- 0,
4729- 0,
4730- 0,
4731- 0,
4732- 0,
4733- 0,
4734- 0,
4735- 0,
4736- 0,
4737- 0,
4738- 0,
4739- 0,
4740- 0,
4741- 0,
4742- 0,
4743- 0,
4744- 0,
4745- 0,
4746- 0,
4747- 0,
4748- 0,
4749- 0,
4750- 0,
4751- 0,
4752- 0,
4753- 0,
4754- 0,
4755- 0,
4756- 0,
4757- 0,
4758- 0,
4759- 0,
4760- 0,
4761- 0,
4762- 0,
4763- 0,
4764- 0,
4765- 0,
4766- 0,
4767- 0,
4768- 0,
4769- 0,
4770- 0,
4771- 0,
4772- 0,
4773- 0,
4774- 0,
4775- 0,
4776- 0,
4777- 1216, /* Left Arrow */
4778- 1217, /* Up Arrow */
4779- 1215, /* Right Arrow */
4780- 1218, /* Down Arrow */
4781- 1219, /* Left and Right Arrow */
4782- 1220, /* Up and Down Arrow */
4783- 0,
4784- 0,
4785- 0,
4786- 0,
4787- 0,
4788- 0,
4789- 0,
4790- 0,
4791- 0,
4792- 0,
4793- 0,
4794- 0,
4795- 0,
4796- 0,
4797- 0,
4798- 0,
4799- 1313, /* Maps To */
4662+ 1243, /* Weierstrass */
4663+ 0,
4664+ 0,
4665+ 0,
4666+ 1242, /* fraktur R */
4667+ 0,
4668+ 0,
4669+ 0,
4670+ 0,
4671+ 0,
4672+ 0,
4673+ 0,
4674+ 0,
4675+ 0,
4676+ 0,
4677+ 0,
4678+ 0,
4679+ 0,
4680+ 0,
4681+ 0,
4682+ 0,
4683+ 0,
4684+ 0,
4685+ 0,
4686+ 0,
4687+ 0,
4688+ 0,
4689+ 0,
4690+ 0,
4691+ 788, /* Hebrew Alef */
4692+ 0,
4693+ 0,
4694+ 0,
4695+ 0,
4696+ 0,
4697+ 0,
4698+ 0,
4699+ 0,
4700+ 0,
4701+ 0,
4702+ 0,
4703+ 0,
4704+ 0,
4705+ 0,
4706+ 0,
4707+ 0,
4708+ 0,
4709+ 0,
4710+ 0,
4711+ 0,
4712+ 0,
4713+ 0,
4714+ 0,
4715+ 0,
4716+ 0,
4717+ 0,
4718+ 0,
4719+ 0,
4720+ 0,
4721+ 0,
4722+ 0,
4723+ 0,
4724+ 0,
4725+ 0,
4726+ 0,
4727+ 0,
4728+ 0,
4729+ 0,
4730+ 0,
4731+ 0,
4732+ 0,
4733+ 0,
4734+ 0,
4735+ 0,
4736+ 0,
4737+ 0,
4738+ 0,
4739+ 0,
4740+ 0,
4741+ 0,
4742+ 0,
4743+ 0,
4744+ 0,
4745+ 0,
4746+ 0,
4747+ 0,
4748+ 0,
4749+ 0,
4750+ 0,
4751+ 0,
4752+ 0,
4753+ 0,
4754+ 0,
4755+ 0,
4756+ 0,
4757+ 0,
4758+ 0,
4759+ 0,
4760+ 0,
4761+ 0,
4762+ 0,
4763+ 0,
4764+ 0,
4765+ 0,
4766+ 0,
4767+ 0,
4768+ 0,
4769+ 0,
4770+ 0,
4771+ 0,
4772+ 0,
4773+ 0,
4774+ 0,
4775+ 0,
4776+ 0,
4777+ 0,
4778+ 0,
4779+ 0,
4780+ 0,
4781+ 0,
4782+ 1219, /* Left Arrow */
4783+ 1220, /* Up Arrow */
4784+ 1218, /* Right Arrow */
4785+ 1221, /* Down Arrow */
4786+ 1222, /* Left and Right Arrow */
4787+ 1223, /* Up and Down Arrow */
4788+ 0,
4789+ 0,
4790+ 0,
4791+ 0,
4792+ 0,
4793+ 0,
4794+ 0,
4795+ 0,
4796+ 0,
4797+ 0,
4798+ 0,
4799+ 0,
4800+ 0,
4801+ 0,
4802+ 0,
4803+ 0,
4804+ 1316, /* Maps To */
48004805 0,
48014806 0,
48024807 0,
@@ -4838,12 +4843,12 @@
48384843 0,
48394844 0,
48404845 0,
4841- 1242, /* Double Arrow Left (Implied By) */
4842- 1243, /* Double Arrow Up */
4843- 1241, /* Double Arrow Right (Implies) */
4844- 1244, /* Double Arrow Down */
4845- 1245, /* Double Arrow Left and Right */
4846- 1246, /* Double Arrow Up and Down */
4846+ 1245, /* Double Arrow Left (Implied By) */
4847+ 1246, /* Double Arrow Up */
4848+ 1244, /* Double Arrow Right (Implies) */
4849+ 1247, /* Double Arrow Down */
4850+ 1248, /* Double Arrow Left and Right */
4851+ 1249, /* Double Arrow Up and Down */
48474852 0,
48484853 0,
48494854 0,
@@ -4886,50 +4891,50 @@
48864891 0,
48874892 0,
48884893 0};
4889-const WORD unicode_internalB34[]={ 1297, /* For All */
4890- 0,
4891- 1233, /* Partial Derivative */
4892- 1296, /* There Exists */
4893- 1346, /* There Never Exists */
4894- 1257, /* Empty Set */
4895- 0,
4896- 1232, /* Nabla (Gradient) */
4897- 1209, /* Member */
4898- 1347, /* Not a Member (Not an Element) */
4899- 0,
4900- 1256, /* Such That (Contains as a Member) */
4901- 0,
4902- 1256, /* Such That (Contains as a Member) */
4903- 0,
4904- 1230, /* Product */
4905- 1289, /* Coproduct */
4906- 1212, /* Summation */
4894+const WORD unicode_internalB34[]={ 1300, /* For All */
4895+ 0,
4896+ 1236, /* Partial Derivative */
4897+ 1299, /* There Exists */
4898+ 1349, /* There Never Exists */
4899+ 1260, /* Empty Set */
4900+ 0,
4901+ 1235, /* Nabla (Gradient) */
4902+ 1212, /* Member */
4903+ 1350, /* Not a Member (Not an Element) */
4904+ 0,
4905+ 1259, /* Such That (Contains as a Member) */
4906+ 0,
4907+ 1259, /* Such That (Contains as a Member) */
4908+ 0,
4909+ 1233, /* Product */
4910+ 1292, /* Coproduct */
4911+ 1215, /* Summation */
49074912 45, /* Minus */
4908- 1231, /* Minus or Plus */
4909- 0,
4910- 1201, /* Not (Slash) */
4913+ 1234, /* Minus or Plus */
4914+ 0,
4915+ 1204, /* Not (Slash) */
49114916 704, /* Figure Backslash (Set Minus) */
4912- 1360, /* Asterisk Multiply */
4913- 1145, /* Hollow Bullet */
4914- 1144, /* Bullet */
4915- 0,
4916- 0,
4917- 0,
4918- 1200, /* Proportional */
4919- 1213, /* Infinity */
4920- 0,
4921- 1264, /* Angle */
4922- 0,
4923- 0,
4924- 0,
4925- 0,
4926- 0,
4927- 0,
4928- 1270, /* Logical And */
4929- 1271, /* Logical Or */
4930- 1210, /* Intersection */
4931- 1251, /* Union */
4932- 1228, /* Small Integral */
4917+ 1363, /* Asterisk Multiply */
4918+ 1148, /* Hollow Bullet */
4919+ 1147, /* Bullet */
4920+ 0,
4921+ 0,
4922+ 0,
4923+ 1203, /* Proportional */
4924+ 1216, /* Infinity */
4925+ 0,
4926+ 1267, /* Angle */
4927+ 0,
4928+ 0,
4929+ 0,
4930+ 0,
4931+ 0,
4932+ 0,
4933+ 1273, /* Logical And */
4934+ 1274, /* Logical Or */
4935+ 1213, /* Intersection */
4936+ 1254, /* Union */
4937+ 1231, /* Small Integral */
49334938 0,
49344939 0,
49354940 0,
@@ -4955,91 +4960,91 @@
49554960 0,
49564961 0,
49574962 0,
4958- 1291, /* Congruent */
4959- 0,
4960- 0,
4961- 1207, /* Approximately Equal */
4962- 0,
4963- 0,
4964- 0,
4965- 0,
4966- 0,
4967- 0,
4968- 0,
4969- 0,
4970- 0,
4971- 0,
4972- 0,
4973- 0,
4974- 0,
4975- 0,
4976- 0,
4977- 0,
4978- 0,
4979- 0,
4980- 0,
4981- 0,
4982- 0,
4983- 0,
4984- 0,
4985- 1281, /* Not Equal */
4986- 1208, /* Equivalent */
4987- 0,
4988- 0,
4989- 1198, /* Less Than Or Equal */
4990- 1199, /* Greater Than Or Equal */
4991- 0,
4992- 0,
4993- 0,
4994- 0,
4995- 0,
4996- 0,
4997- 0,
4998- 0,
4999- 0,
5000- 0,
5001- 0,
5002- 0,
5003- 0,
5004- 0,
5005- 0,
5006- 0,
5007- 0,
5008- 0,
5009- 0,
5010- 0,
5011- 1292, /* Precedes */
5012- 1294, /* Follows */
5013- 0,
5014- 0,
5015- 0,
5016- 0,
5017- 0,
5018- 0,
5019- 1252, /* Proper Subset */
5020- 1253, /* Proper Superset */
5021- 1337, /* Not Subset */
5022- 0,
5023- 1254, /* Reflex Subset (Contained In or Equals) */
5024- 1255, /* Reflex Superset (Contains or Equals) */
5025- 0,
5026- 0,
5027- 0,
5028- 0,
5029- 0,
5030- 0,
5031- 0,
5032- 0,
5033- 0,
5034- 0,
5035- 0,
5036- 0,
5037- 0,
5038- 1266, /* Circle Plus */
5039- 1267, /* Circle Minus */
5040- 1265, /* Circle Multiply */
5041- 1268, /* Circle Divide */
5042- 1269, /* Circle Dot */
4963+ 1294, /* Congruent */
4964+ 0,
4965+ 0,
4966+ 1210, /* Approximately Equal */
4967+ 0,
4968+ 0,
4969+ 0,
4970+ 0,
4971+ 0,
4972+ 0,
4973+ 0,
4974+ 0,
4975+ 0,
4976+ 0,
4977+ 0,
4978+ 0,
4979+ 0,
4980+ 0,
4981+ 0,
4982+ 0,
4983+ 0,
4984+ 0,
4985+ 0,
4986+ 0,
4987+ 0,
4988+ 0,
4989+ 0,
4990+ 1284, /* Not Equal */
4991+ 1211, /* Equivalent */
4992+ 0,
4993+ 0,
4994+ 1201, /* Less Than Or Equal */
4995+ 1202, /* Greater Than Or Equal */
4996+ 0,
4997+ 0,
4998+ 0,
4999+ 0,
5000+ 0,
5001+ 0,
5002+ 0,
5003+ 0,
5004+ 0,
5005+ 0,
5006+ 0,
5007+ 0,
5008+ 0,
5009+ 0,
5010+ 0,
5011+ 0,
5012+ 0,
5013+ 0,
5014+ 0,
5015+ 0,
5016+ 1295, /* Precedes */
5017+ 1297, /* Follows */
5018+ 0,
5019+ 0,
5020+ 0,
5021+ 0,
5022+ 0,
5023+ 0,
5024+ 1255, /* Proper Subset */
5025+ 1256, /* Proper Superset */
5026+ 1340, /* Not Subset */
5027+ 0,
5028+ 1257, /* Reflex Subset (Contained In or Equals) */
5029+ 1258, /* Reflex Superset (Contains or Equals) */
5030+ 0,
5031+ 0,
5032+ 0,
5033+ 0,
5034+ 0,
5035+ 0,
5036+ 0,
5037+ 0,
5038+ 0,
5039+ 0,
5040+ 0,
5041+ 0,
5042+ 0,
5043+ 1269, /* Circle Plus */
5044+ 1270, /* Circle Minus */
5045+ 1268, /* Circle Multiply */
5046+ 1271, /* Circle Divide */
5047+ 1272, /* Circle Dot */
50435048 743, /* Circle Circle */
50445049 744, /* Circle Asterisk */
50455050 745, /* Circle Dash */
@@ -5051,7 +5056,7 @@
50515056 0,
50525057 0,
50535058 0,
5054- 1274, /* Bottom */
5059+ 1277, /* Bottom */
50555060 0,
50565061 0,
50575062 0,
@@ -5083,51 +5088,51 @@
50835088 0,
50845089 0,
50855090 716, /* Lozenge */
5086- 1221, /* Center Dot */
5087- 0,
5088- 0,
5089- 1307, /* Bowtie */
5090- 0,
5091- 0,
5092- 0,
5093- 0,
5094- 0,
5095- 0,
5096- 0,
5097- 0,
5098- 0,
5099- 0,
5100- 0,
5101- 0,
5102- 0,
5103- 0,
5104- 0,
5105- 0,
5106- 0,
5107- 0,
5108- 0,
5109- 0,
5110- 0,
5111- 0,
5112- 0,
5113- 0,
5114- 0,
5115- 0,
5116- 0,
5117- 0,
5118- 0,
5119- 0,
5120- 0,
5121- 0,
5122- 0,
5123- 0,
5124- 0,
5125- 0,
5126- 0,
5127- 1353, /* Vertical Ellipses */
5128- 1351, /* Axis Ellipses */
5129- 1355, /* Reverse Diagonal Ellipses */
5130- 1354, /* Diagonal Ellipses */
5091+ 1224, /* Center Dot */
5092+ 0,
5093+ 0,
5094+ 1310, /* Bowtie */
5095+ 0,
5096+ 0,
5097+ 0,
5098+ 0,
5099+ 0,
5100+ 0,
5101+ 0,
5102+ 0,
5103+ 0,
5104+ 0,
5105+ 0,
5106+ 0,
5107+ 0,
5108+ 0,
5109+ 0,
5110+ 0,
5111+ 0,
5112+ 0,
5113+ 0,
5114+ 0,
5115+ 0,
5116+ 0,
5117+ 0,
5118+ 0,
5119+ 0,
5120+ 0,
5121+ 0,
5122+ 0,
5123+ 0,
5124+ 0,
5125+ 0,
5126+ 0,
5127+ 0,
5128+ 0,
5129+ 0,
5130+ 0,
5131+ 0,
5132+ 1356, /* Vertical Ellipses */
5133+ 1354, /* Axis Ellipses */
5134+ 1358, /* Reverse Diagonal Ellipses */
5135+ 1357, /* Diagonal Ellipses */
51315136 0,
51325137 0,
51335138 0,
@@ -5176,15 +5181,15 @@
51765181 0,
51775182 0,
51785183 0,
5179- 1309, /* Frown */
5180- 1308, /* Smile */
5181- 0,
5182- 0,
5183- 0,
5184- 0,
5185- 0,
5186- 1204, /* Left Angle Bracket (Bra) */
5187- 1205, /* Right Angle Bracket (Ket) */
5184+ 1312, /* Frown */
5185+ 1311, /* Smile */
5186+ 0,
5187+ 0,
5188+ 0,
5189+ 0,
5190+ 0,
5191+ 1207, /* Left Angle Bracket (Bra) */
5192+ 1208, /* Right Angle Bracket (Ket) */
51885193 0,
51895194 0,
51905195 0,
@@ -5526,23 +5531,23 @@
55265531 0,
55275532 0,
55285533 0,
5529- 1141, /* Box [Top Shade] */
5530- 0,
5531- 0,
5532- 0,
5533- 1143, /* Box [Bottom Shade] */
5534- 0,
5535- 0,
5536- 0,
5537- 1139, /* Box [Shade 4] */
5538- 0,
5539- 0,
5540- 0,
5541- 1140, /* Box [Left Shade] */
5542- 0,
5543- 0,
5544- 0,
5545- 1142, /* Box [Right Shade] */
5534+ 1144, /* Box [Top Shade] */
5535+ 0,
5536+ 0,
5537+ 0,
5538+ 1146, /* Box [Bottom Shade] */
5539+ 0,
5540+ 0,
5541+ 0,
5542+ 1142, /* Box [Shade 4] */
5543+ 0,
5544+ 0,
5545+ 0,
5546+ 1143, /* Box [Left Shade] */
5547+ 0,
5548+ 0,
5549+ 0,
5550+ 1145, /* Box [Right Shade] */
55465551 360, /* Box [Shade 1] */
55475552 361, /* Box [Shade 2] */
55485553 362, /* Box [Shade 3] */
@@ -5581,7 +5586,7 @@
55815586 0,
55825587 0,
55835588 705, /* Solid Triangle Right */
5584- 1306, /* Small Triangle Right */
5589+ 1309, /* Small Triangle Right */
55855590 0,
55865591 0,
55875592 0,
@@ -5601,7 +5606,7 @@
56015606 0,
56025607 0,
56035608 716, /* Lozenge */
5604- 1285, /* Circle (Empty, For Operator) */
5609+ 1288, /* Circle (Empty, For Operator) */
56055610 0,
56065611 0,
56075612 0,
@@ -5659,7 +5664,7 @@
56595664 0,
56605665 0,
56615666 0,
5662- 1287, /* Solid Star */
5667+ 1290, /* Solid Star */
56635668 0,
56645669 0,
56655670 0,
@@ -5763,9 +5768,9 @@
57635768 0,
57645769 0,
57655770 0,
5766- 1192, /* Flat */
5767- 1193, /* Natural */
5768- 1191, /* Sharp */
5771+ 1195, /* Flat */
5772+ 1196, /* Natural */
5773+ 1194, /* Sharp */
57695774 0,
57705775 0,
57715776 0,
@@ -6173,10 +6178,10 @@
61736178 0,
61746179 0,
61756180 0,
6176- 1203, /* Absolute Value (Divides) */
6177- 1203, /* Absolute Value (Divides) */
6178- 1211, /* Parallel */
6179- 1211, /* Parallel */
6181+ 1206, /* Absolute Value (Divides) */
6182+ 1206, /* Absolute Value (Divides) */
6183+ 1214, /* Parallel */
6184+ 1214, /* Parallel */
61806185 0,
61816186 0,
61826187 0,
@@ -6642,16 +6647,16 @@
66426647 0,
66436648 0,
66446649 0,
6645- 1238, /* fraktur I */
6646- 0,
6647- 0,
6648- 0,
6649- 0,
6650- 0,
6651- 0,
6652- 0,
6653- 0,
6654- 1239, /* fraktur R */
6650+ 1241, /* fraktur I */
6651+ 0,
6652+ 0,
6653+ 0,
6654+ 0,
6655+ 0,
6656+ 0,
6657+ 0,
6658+ 0,
6659+ 1242, /* fraktur R */
66556660 0,
66566661 0,
66576662 0,
@@ -6787,10 +6792,10 @@
67876792 0,
67886793 0,
67896794 469, /* Large Bullet */
6790- 1145, /* Hollow Bullet */
6791- 1146, /* Square Bullet */
6792- 1190, /* Empty Ballot Box */
6793- 1278, /* Square */
6795+ 1148, /* Hollow Bullet */
6796+ 1149, /* Square Bullet */
6797+ 1193, /* Empty Ballot Box */
6798+ 1281, /* Square */
67946799 0,
67956800 0,
67966801 0,
@@ -6842,14 +6847,14 @@
68426847 464, /* Large Hollow Bullet */
68436848 0,
68446849 0,
6845- 1269, /* Circle Dot */
6850+ 1272, /* Circle Dot */
68466851 743, /* Circle Circle */
68476852 0,
68486853 0,
68496854 472, /* Hollow Square Bullet */
68506855 0,
68516856 0,
6852- 1147, /* Base Asterisk */
6857+ 1150, /* Base Asterisk */
68536858 0,
68546859 0,
68556860 0,
@@ -6922,11 +6927,11 @@
69226927 0,
69236928 0,
69246929 0,
6925- 1220, /* Up and Down Arrow */
6926- 1249, /* Northwest Arrow */
6927- 1247, /* Northeast Arrow */
6928- 1250, /* Southwest Arrow */
6929- 1248, /* Southeast Arrow */
6930+ 1223, /* Up and Down Arrow */
6931+ 1252, /* Northwest Arrow */
6932+ 1250, /* Northeast Arrow */
6933+ 1253, /* Southwest Arrow */
6934+ 1251, /* Southeast Arrow */
69306935 0,
69316936 0,
69326937 0,
@@ -6949,7 +6954,7 @@
69496954 0,
69506955 0,
69516956 0,
6952- 1365, /* Script P */
6957+ 1368, /* Script P */
69536958 0,
69546959 0,
69556960 0,
@@ -7428,29 +7433,29 @@
74287433 0,
74297434 0,
74307435 0,
7431- 1259, /* Right Ceiling */
7432- 0,
7433- 1261, /* Right Floor */
7434- 0,
7435- 0,
7436- 0,
7437- 0,
7438- 0,
7439- 0,
7440- 0,
7441- 0,
7442- 1258, /* Left Ceiling */
7443- 0,
7444- 1260, /* Left Floor */
7436+ 1262, /* Right Ceiling */
7437+ 0,
7438+ 1264, /* Right Floor */
7439+ 0,
7440+ 0,
7441+ 0,
7442+ 0,
7443+ 0,
7444+ 0,
7445+ 0,
7446+ 0,
7447+ 1261, /* Left Ceiling */
7448+ 0,
7449+ 1263, /* Left Floor */
74457450 0,
74467451 0,
74477452 0,
74487453 0};
7449-const WORD unicode_internalB251[]={ 1164, /* Ligature ff */
7450- 1167, /* Ligature fi */
7451- 1168, /* Ligature fl */
7452- 1165, /* Ligature ffi */
7453- 1166, /* Ligature ffl */
7454+const WORD unicode_internalB251[]={ 1167, /* Ligature ff */
7455+ 1170, /* Ligature fi */
7456+ 1171, /* Ligature fl */
7457+ 1168, /* Ligature ffi */
7458+ 1169, /* Ligature ffl */
74547459 0,
74557460 0,
74567461 0,
@@ -7757,8 +7762,8 @@
77577762 0,
77587763 0,
77597764 0,
7760- 1475, /* Horiz Top Brace */
7761- 1478, /* Horiz Bottom Brace */
7765+ 1478, /* Horiz Top Brace */
7766+ 1481, /* Horiz Bottom Brace */
77627767 0,
77637768 0,
77647769 0,
@@ -8354,7 +8359,7 @@
83548359 0,
83558360 191, /* O Slash */
83568361 146, /* A Ring */
8357- 1531, /* kappa */
8362+ 1534, /* kappa */
83588363 192, /* o Slash */
83598364 147, /* a Ring */
83608365 0,
@@ -8362,65 +8367,65 @@
83628367 458, /* General Currency Symbol */
83638368 171, /* o Acute */
83648369 161, /* i Acute */
8365- 1149, /* Pesetas */
8370+ 1152, /* Pesetas */
83668371 445, /* Inverted Exclamation Point */
83678372 168, /* N Tilde */
83688373 446, /* Inverted Question Mark */
83698374 169, /* n Tilde */
8370- 1139, /* Box [Shade 4] */
8371- 1143, /* Box [Bottom Shade] */
8372- 1141, /* Box [Top Shade] */
8373- 0,
8374- 0,
8375- 0,
8376- 0,
8377- 0,
8378- 0,
8379- 0,
8380- 1208, /* Equivalent */
8381- 1197, /* Plus or Minus */
8382- 1199, /* Greater Than Or Equal */
8383- 1198, /* Less Than Or Equal */
8384- 1366, /* Integral [Top] */
8385- 1367, /* Integral [Bottom] */
8386- 1202, /* Division */
8387- 1207, /* Approximately Equal */
8375+ 1142, /* Box [Shade 4] */
8376+ 1146, /* Box [Bottom Shade] */
8377+ 1144, /* Box [Top Shade] */
8378+ 0,
8379+ 0,
8380+ 0,
8381+ 0,
8382+ 0,
8383+ 0,
8384+ 0,
8385+ 1211, /* Equivalent */
8386+ 1200, /* Plus or Minus */
8387+ 1202, /* Greater Than Or Equal */
8388+ 1201, /* Less Than Or Equal */
8389+ 1369, /* Integral [Top] */
8390+ 1370, /* Integral [Bottom] */
8391+ 1205, /* Division */
8392+ 1210, /* Approximately Equal */
83888393 134, /* Ring */
83898394 0,
8390- 1151, /* Power of 2 */
8395+ 1154, /* Power of 2 */
83918396 453, /* 1/2 */
83928397 454, /* 1/4 */
83938398 0,
83948399 447, /* Left Double Guillemet */
83958400 448, /* Right Double Guillemet */
8396- 1512, /* alpha */
8397- 1514, /* beta */
8398- 1516, /* GAMMA */
8399- 1544, /* pi */
8400- 1547, /* SIGMA */
8401- 1548, /* sigma */
8402- 1536, /* mu */
8403- 1517, /* gamma */
8404- 1555, /* PHI */
8405- 1526, /* THETA */
8406- 1561, /* OMEGA */
8407- 1519, /* delta */
8408- 1213, /* Infinity */
8409- 1556, /* phi */
8410- 1521, /* epsilon */
8411- 1210, /* Intersection */
8401+ 1515, /* alpha */
8402+ 1517, /* beta */
8403+ 1519, /* GAMMA */
8404+ 1547, /* pi */
8405+ 1550, /* SIGMA */
8406+ 1551, /* sigma */
8407+ 1539, /* mu */
8408+ 1520, /* gamma */
8409+ 1558, /* PHI */
8410+ 1529, /* THETA */
8411+ 1564, /* OMEGA */
8412+ 1522, /* delta */
8413+ 1216, /* Infinity */
8414+ 1559, /* phi */
8415+ 1524, /* epsilon */
8416+ 1213, /* Intersection */
84128417 365, /* Box [right bottom] */
84138418 139, /* a Acute */
84148419 368, /* Box [top right] */
84158420 206, /* c Caron */
84168421 208, /* d Caron */
84178422 210, /* e Caron */
8418- 1073, /* r Acute */
8423+ 1076, /* r Acute */
84198424 0,
84208425 183, /* u Diaeresis */
84218426 161, /* i Acute */
84228427 236, /* u Ring */
8423- 1055, /* l Acute */
8428+ 1058, /* l Acute */
84248429 220, /* l Caron */
84258430 175, /* o Diaeresis */
84268431 222, /* n Caron */
@@ -8437,9 +8442,9 @@
84378442 196, /* y Acute */
84388443 238, /* z Caron */
84398444 370, /* Box [left right bottom] */
8440- 1012, /* Caron */
8445+ 1015, /* Caron */
84418446 130, /* Acute */
8442- 1003, /* Circumflex */
8447+ 1006, /* Circumflex */
84438448 373, /* Box [left top right bottom] */
84448449 366, /* Box [left bottom] */
84458450 138, /* A Acute */
@@ -8447,12 +8452,12 @@
84478452 205, /* C Caron */
84488453 207, /* D Caron */
84498454 209, /* E Caron */
8450- 1072, /* R Acute */
8455+ 1075, /* R Acute */
84518456 0,
84528457 182, /* U Diaeresis */
84538458 160, /* I Acute */
84548459 235, /* U Ring */
8455- 1054, /* L Acute */
8460+ 1057, /* L Acute */
84568461 219, /* L Caron */
84578462 174, /* O Diaeresis */
84588463 221, /* N Caron */
@@ -8465,12 +8470,12 @@
84658470 178, /* U Acute */
84668471 371, /* Box [left top bottom] */
84678472 152, /* E Acute */
8468- 1018, /* A Breve */
8473+ 1021, /* A Breve */
84698474 195, /* Y Acute */
84708475 237, /* Z Caron */
84718476 372, /* Box [left top right] */
8472- 1136, /* Diaeresis (Umlaut) */
8473- 1003, /* Circumflex */
8477+ 1139, /* Diaeresis (Umlaut) */
8478+ 1006, /* Circumflex */
84748479 710}; /* Degree */
84758480
84768481 WCpTranslator koi8csinternal("koi8csTOinternal",255,koi8cs_internal);
@@ -8614,27 +8619,27 @@
86148619 370, /* Box [left right bottom] */
86158620 372, /* Box [left top right] */
86168621 373, /* Box [left top right bottom] */
8617- 1141, /* Box [Top Shade] */
8618- 1143, /* Box [Bottom Shade] */
8619- 1139, /* Box [Shade 4] */
8620- 1140, /* Box [Left Shade] */
8621- 1142, /* Box [Right Shade] */
8622+ 1144, /* Box [Top Shade] */
8623+ 1146, /* Box [Bottom Shade] */
8624+ 1142, /* Box [Shade 4] */
8625+ 1143, /* Box [Left Shade] */
8626+ 1145, /* Box [Right Shade] */
86228627 360, /* Box [Shade 1] */
86238628 361, /* Box [Shade 2] */
86248629 362, /* Box [Shade 3] */
8625- 1366, /* Integral [Top] */
8630+ 1369, /* Integral [Top] */
86268631 715, /* Solid Square */
86278632 128, /* Centered Dot */
8628- 1368, /* Root [1x High] */
8629- 1207, /* Approximately Equal */
8630- 1198, /* Less Than Or Equal */
8631- 1199, /* Greater Than Or Equal */
8632- 1117, /* NO-BREAK SPACE */
8633- 1367, /* Integral [Bottom] */
8633+ 1371, /* Root [1x High] */
8634+ 1210, /* Approximately Equal */
8635+ 1201, /* Less Than Or Equal */
8636+ 1202, /* Greater Than Or Equal */
8637+ 1120, /* NO-BREAK SPACE */
8638+ 1370, /* Integral [Bottom] */
86348639 452, /* Masculine Spanish Ordinal */
8635- 1151, /* Power of 2 */
8640+ 1154, /* Power of 2 */
86368641 128, /* Centered Dot */
8637- 1202, /* Division */
8642+ 1205, /* Division */
86388643 374, /* Box [LEFT RIGHT] */
86398644 375, /* Box [TOP BOTTOM] */
86408645 385, /* Box [RIGHT bottom] */
@@ -8667,70 +8672,70 @@
86678672 401, /* Box [left TOP right BOTTOM] */
86688673 384, /* Box [LEFT TOP RIGHT BOTTOM] */
86698674 457, /* Copyright */
8670- 926, /* Russian iu */
8671- 864, /* Russian a */
8672- 866, /* Russian be */
8673- 910, /* Russian tse */
8674- 872, /* Russian de */
8675- 874, /* Russian ie */
8676- 906, /* Russian ef */
8677- 870, /* Russian ge */
8678- 908, /* Russian kha */
8679- 882, /* Russian i */
8680- 884, /* Russian short i */
8681- 886, /* Russian ka */
8682- 888, /* Russian el */
8683- 890, /* Russian em */
8684- 892, /* Russian en */
8685- 894, /* Russian o */
8686- 896, /* Russian pe */
8687- 928, /* Russian ia */
8688- 898, /* Russian er */
8689- 900, /* Russian es */
8690- 902, /* Russian te */
8691- 904, /* Russian u */
8692- 878, /* Russian zhe */
8693- 868, /* Russian ve */
8694- 922, /* Russian yer' (soft sign) */
8695- 920, /* Russian yery */
8696- 880, /* Russian ze */
8697- 914, /* Russian sha */
8698- 924, /* Russian reversed e */
8699- 916, /* Russian shcha */
8700- 912, /* Russian che */
8701- 918, /* Russian yer (hard sign) */
8702- 925, /* Russian IU */
8703- 863, /* Russian A */
8704- 865, /* Russian BE */
8705- 909, /* Russian TSE */
8706- 871, /* Russian DE */
8707- 873, /* Russian IE */
8708- 905, /* Russian EF */
8709- 869, /* Russian GE */
8710- 907, /* Russian KHA */
8711- 881, /* Russian I */
8712- 883, /* Russian SHORT I */
8713- 885, /* Russian KA */
8714- 887, /* Russian EL */
8715- 889, /* Russian EM */
8716- 891, /* Russian EN */
8717- 893, /* Russian O */
8718- 895, /* Russian PE */
8719- 927, /* Russian IA */
8720- 897, /* Russian ER */
8721- 899, /* Russian ES */
8722- 901, /* Russian TE */
8723- 903, /* Russian U */
8724- 877, /* Russian ZHE */
8725- 867, /* Russian VE */
8726- 921, /* Russian YER' (SOFT SIGN) */
8727- 919, /* Russian YERY */
8728- 879, /* Russian ZE */
8729- 913, /* Russian SHA */
8730- 923, /* Russian REVERSED E */
8731- 915, /* Russian SHCHA */
8732- 911, /* Russian CHE */
8733- 917}; /* Russian YER (HARD SIGN) */
8675+ 929, /* Russian iu */
8676+ 867, /* Russian a */
8677+ 869, /* Russian be */
8678+ 913, /* Russian tse */
8679+ 875, /* Russian de */
8680+ 877, /* Russian ie */
8681+ 909, /* Russian ef */
8682+ 873, /* Russian ge */
8683+ 911, /* Russian kha */
8684+ 885, /* Russian i */
8685+ 887, /* Russian short i */
8686+ 889, /* Russian ka */
8687+ 891, /* Russian el */
8688+ 893, /* Russian em */
8689+ 895, /* Russian en */
8690+ 897, /* Russian o */
8691+ 899, /* Russian pe */
8692+ 931, /* Russian ia */
8693+ 901, /* Russian er */
8694+ 903, /* Russian es */
8695+ 905, /* Russian te */
8696+ 907, /* Russian u */
8697+ 881, /* Russian zhe */
8698+ 871, /* Russian ve */
8699+ 925, /* Russian yer' (soft sign) */
8700+ 923, /* Russian yery */
8701+ 883, /* Russian ze */
8702+ 917, /* Russian sha */
8703+ 927, /* Russian reversed e */
8704+ 919, /* Russian shcha */
8705+ 915, /* Russian che */
8706+ 921, /* Russian yer (hard sign) */
8707+ 928, /* Russian IU */
8708+ 866, /* Russian A */
8709+ 868, /* Russian BE */
8710+ 912, /* Russian TSE */
8711+ 874, /* Russian DE */
8712+ 876, /* Russian IE */
8713+ 908, /* Russian EF */
8714+ 872, /* Russian GE */
8715+ 910, /* Russian KHA */
8716+ 884, /* Russian I */
8717+ 886, /* Russian SHORT I */
8718+ 888, /* Russian KA */
8719+ 890, /* Russian EL */
8720+ 892, /* Russian EM */
8721+ 894, /* Russian EN */
8722+ 896, /* Russian O */
8723+ 898, /* Russian PE */
8724+ 930, /* Russian IA */
8725+ 900, /* Russian ER */
8726+ 902, /* Russian ES */
8727+ 904, /* Russian TE */
8728+ 906, /* Russian U */
8729+ 880, /* Russian ZHE */
8730+ 870, /* Russian VE */
8731+ 924, /* Russian YER' (SOFT SIGN) */
8732+ 922, /* Russian YERY */
8733+ 882, /* Russian ZE */
8734+ 916, /* Russian SHA */
8735+ 926, /* Russian REVERSED E */
8736+ 918, /* Russian SHCHA */
8737+ 914, /* Russian CHE */
8738+ 920}; /* Russian YER (HARD SIGN) */
87348739
87358740 WCpTranslator koi8_rinternal("koi8_rTOinternal",256,koi8_r_internal);
87368741
@@ -9512,6 +9517,8 @@
95129517 0,
95139518 96, /* Grave */
95149519 0,
9520+ 0,
9521+ 0,
95159522 902, /* ALPHA High Prime */
95169523 904, /* EPSILON High Prime */
95179524 905, /* ETA High Prime */
@@ -9519,6 +9526,7 @@
95199526 908, /* OMICRON High Prime */
95209527 910, /* UPSILON High Prime */
95219528 911, /* OMEGA High Prime */
9529+ 0,
95229530 1488, /* Hebrew Alef */
95239531 1489, /* Hebrew Bet */
95249532 1490, /* Hebrew Gimel */
@@ -10302,11 +10310,13 @@
1030210310 942, /* eta Acute */
1030310311 943, /* iota Acute */
1030410312 970, /* iota Diaeresis */
10313+ 0,
1030510314 972, /* omicron Acute */
1030610315 973, /* upsilon Acute */
1030710316 971, /* upsilon Diaeresis */
1030810317 0,
1030910318 0,
10319+ 0,
1031010320 977, /* theta (Variant) */
1031110321 982, /* pi (Variant) */
1031210322 0,
@@ -10333,9 +10343,47 @@
1033310343 0,
1033410344 0,
1033510345 0,
10346+ 0,
10347+ 0,
10348+ 0,
10349+ 0,
10350+ 0,
10351+ 0,
10352+ 0,
10353+ 0,
10354+ 0,
10355+ 0,
10356+ 0,
10357+ 0,
10358+ 0,
10359+ 0,
10360+ 0,
10361+ 0,
10362+ 0,
10363+ 0,
10364+ 0,
10365+ 0,
10366+ 0,
10367+ 0,
10368+ 0,
10369+ 0,
10370+ 0,
10371+ 0,
10372+ 0,
10373+ 0,
10374+ 0,
10375+ 0,
10376+ 0,
10377+ 0,
10378+ 0,
10379+ 0,
10380+ 0,
10381+ 0,
10382+ 0,
10383+ 0,
1033610384 900}; /* High Prime */
1033710385
10338-WCpTranslator internalunicode("internalTOunicode",1600,internal_unicode);
10386+WCpTranslator internalunicode("internalTOunicode",1643,internal_unicode);
1033910387
1034010388 const BYTE internal_cp1276B0[]={ 0,
1034110389 0,
@@ -11084,6 +11132,9 @@
1108411132 0,
1108511133 0,
1108611134 0,
11135+ 0,
11136+ 0,
11137+ 0,
1108711138 195, /* Circumflex */
1108811139 0,
1108911140 0,
@@ -11101,9 +11152,6 @@
1110111152 0,
1110211153 0,
1110311154 0,
11104- 0,
11105- 0,
11106- 0,
1110711155 0};
1110811156 const BYTE internal_cp1276B4[]={ 0,
1110911157 0,
@@ -11141,6 +11189,9 @@
1114111189 0,
1114211190 0,
1114311191 0,
11192+ 0,
11193+ 0,
11194+ 0,
1114411195 232, /* L Stroke */
1114511196 248, /* l Stroke */
1114611197 0,
@@ -11357,9 +11408,6 @@
1135711408 0,
1135811409 0,
1135911410 0,
11360- 0,
11361- 0,
11362- 0,
1136311411 0};
1136411412 const BYTE internal_cp1276B6[]={ 0,
1136511413 0,
@@ -11407,6 +11455,11 @@
1140711455 0,
1140811456 0,
1140911457 0,
11458+ 0,
11459+ 0,
11460+ 0,
11461+ 0,
11462+ 0,
1141011463 200, /* Diaeresis */
1141111464 0,
1141211465 0,
@@ -11611,11 +11664,6 @@
1161111664 0,
1161211665 0,
1161311666 0,
11614- 0,
11615- 0,
11616- 0,
11617- 0,
11618- 0,
1161911667 0};
1162011668
1162111669 const BYTE *internal_cp1276B[]={ internal_cp1276B0,
@@ -12413,6 +12461,9 @@
1241312461 0,
1241412462 0,
1241512463 0,
12464+ 0,
12465+ 0,
12466+ 0,
1241612467 192, /* Hebrew Alef */
1241712468 0,
1241812469 0,
@@ -13201,11 +13252,13 @@
1320113252 0,
1320213253 0,
1320313254 0,
13255+ 0,
13256+ 0,
1320413257 74, /* theta (Variant) */
1320513258 118, /* pi (Variant) */
1320613259 0,
1320713260 86, /* sigma (Lunate) */
1320813261 106}; /* phi (Variant) */
1320913262
13210-BCpTranslator internalsymbol("internalTOsymbol",1578,internal_symbol);
13263+BCpTranslator internalsymbol("internalTOsymbol",1583,internal_symbol);
1321113264
diff -r fc3614229d12 -r ffb0e83cb708 trunk/sources.cc/cp_lib/html.trn
--- a/trunk/sources.cc/cp_lib/html.trn Sun Feb 14 00:45:56 2021 +0100
+++ b/trunk/sources.cc/cp_lib/html.trn Wed Feb 17 21:29:30 2021 +0100
@@ -7,7 +7,7 @@
77 187, /* A Tilde */
88 142, /* A Diaeresis */
99 150, /* C Cedilla */
10- 1557, /* CHI */
10+ 1560, /* CHI */
1111 197, /* Uppercase Eth */
1212 152, /* E Acute */
1313 154, /* E Circumflex */
@@ -21,11 +21,11 @@
2121 170, /* O Acute */
2222 172, /* O Circumflex */
2323 176, /* O Grave */
24- 1541, /* OMICRON */
24+ 1544, /* OMICRON */
2525 191, /* O Slash */
2626 193, /* O Tilde */
2727 174, /* O Diaeresis */
28- 1128, /* Double Prime */
28+ 1131, /* Double Prime */
2929 199, /* Uppercase Thorn */
3030 178, /* U Acute */
3131 180, /* U Circumflex */
@@ -33,200 +33,200 @@
3333 235, /* U Ring */
3434 182, /* U Diaeresis */
3535 195, /* Y Acute */
36- 1094, /* Y Circumflex */
36+ 1097, /* Y Circumflex */
3737 253, /* Y Grave */
38- 1017, /* Y Diaeresis */
38+ 1020, /* Y Diaeresis */
3939 139, /* a Acute */
4040 141, /* a Circumflex */
4141 130, /* Acute */
4242 149, /* ae Digraph */
4343 145, /* a Grave */
44- 785, /* Hebrew Alef */
45- 1512, /* alpha */
44+ 788, /* Hebrew Alef */
45+ 1515, /* alpha */
4646 38, /* Ampersand */
47- 1270, /* Logical And */
48- 1264, /* Angle */
47+ 1273, /* Logical And */
48+ 1267, /* Angle */
4949 147, /* a Ring */
50- 1207, /* Approximately Equal */
50+ 1210, /* Approximately Equal */
5151 188, /* a Tilde */
5252 143, /* a Diaeresis */
53- 1514, /* beta */
54- 1203, /* Absolute Value (Divides) */
55- 1144, /* Bullet */
56- 1210, /* Intersection */
53+ 1517, /* beta */
54+ 1206, /* Absolute Value (Divides) */
55+ 1147, /* Bullet */
56+ 1213, /* Intersection */
5757 151, /* c Cedilla */
58- 1351, /* Axis Ellipses */
59- 1011, /* Cedilla */
58+ 1354, /* Axis Ellipses */
59+ 1014, /* Cedilla */
6060 455, /* Cent */
61- 1558, /* chi */
61+ 1561, /* chi */
6262 505, /* Clock */
6363 0,
64- 1291, /* Congruent */
64+ 1294, /* Congruent */
6565 457, /* Copyright */
6666 457, /* Copyright */
6767 0,
68- 1251, /* Union */
68+ 1254, /* Union */
6969 458, /* General Currency Symbol */
70- 1244, /* Double Arrow Down */
71- 1218, /* Down Arrow */
72- 1354, /* Diagonal Ellipses */
70+ 1247, /* Double Arrow Down */
71+ 1221, /* Down Arrow */
72+ 1357, /* Diagonal Ellipses */
7373 710, /* Degree */
74- 1519, /* delta */
74+ 1522, /* delta */
7575 724, /* Diamond */
76- 1352, /* Baseline Ellipses */
76+ 1355, /* Baseline Ellipses */
7777 153, /* e Acute */
7878 155, /* e Circumflex */
7979 159, /* e Grave */
80- 1159, /* Em Dash */
81- 1257, /* Empty Set */
82- 1158, /* En Dash */
83- 1521, /* epsilon */
84- 1208, /* Equivalent */
85- 1525, /* eta */
80+ 1162, /* Em Dash */
81+ 1260, /* Empty Set */
82+ 1161, /* En Dash */
83+ 1524, /* epsilon */
84+ 1211, /* Equivalent */
85+ 1528, /* eta */
8686 198, /* Lowercase Eth */
8787 157, /* e Diaeresis */
88- 1296, /* There Exists */
89- 1297, /* For All */
88+ 1299, /* There Exists */
89+ 1300, /* For All */
9090 453, /* 1/2 */
9191 454, /* 1/4 */
9292 459, /* 3/4 */
9393 703, /* Figure Slash (Fraction) */
94- 1517, /* gamma */
95- 1199, /* Greater Than Or Equal */
94+ 1520, /* gamma */
95+ 1202, /* Greater Than Or Equal */
9696 62, /* Greater Than */
97- 1245, /* Double Arrow Left and Right */
98- 1219, /* Left and Right Arrow */
97+ 1248, /* Double Arrow Left and Right */
98+ 1222, /* Left and Right Arrow */
9999 0,
100- 1352, /* Baseline Ellipses */
100+ 1355, /* Baseline Ellipses */
101101 161, /* i Acute */
102102 163, /* i Circumflex */
103103 445, /* Inverted Exclamation Point */
104104 167, /* i Grave */
105- 1238, /* fraktur I */
106- 1213, /* Infinity */
107- 1213, /* Infinity */
108- 1229, /* Integral */
109- 1529, /* iota */
105+ 1241, /* fraktur I */
106+ 1216, /* Infinity */
107+ 1216, /* Infinity */
108+ 1232, /* Integral */
109+ 1532, /* iota */
110110 446, /* Inverted Question Mark */
111- 1209, /* Member */
111+ 1212, /* Member */
112112 165, /* i Diaeresis */
113- 1531, /* kappa */
114- 1421, /* Horiz Dbl Arrow [Left] */
115- 1533, /* lambda */
116- 1204, /* Left Angle Bracket (Bra) */
113+ 1534, /* kappa */
114+ 1424, /* Horiz Dbl Arrow [Left] */
115+ 1536, /* lambda */
116+ 1207, /* Left Angle Bracket (Bra) */
117117 447, /* Left Double Guillemet */
118- 1419, /* Horiz Arrow [Left] */
119- 1258, /* Left Ceiling */
118+ 1422, /* Horiz Arrow [Left] */
119+ 1261, /* Left Ceiling */
120120 123, /* Left Brace */
121- 1157, /* Inverted Double Quote */
122- 1171, /* Base Double Quote */
123- 1198, /* Less Than Or Equal */
124- 1260, /* Left Floor */
125- 1360, /* Asterisk Multiply */
126- 1155, /* Inverted Single Quote */
121+ 1160, /* Inverted Double Quote */
122+ 1174, /* Base Double Quote */
123+ 1201, /* Less Than Or Equal */
124+ 1263, /* Left Floor */
125+ 1363, /* Asterisk Multiply */
126+ 1158, /* Inverted Single Quote */
127127 60, /* Less Than */
128128 132, /* Macron */
129- 1159, /* Em Dash */
130- 1225, /* Micro */
129+ 1162, /* Em Dash */
130+ 1228, /* Micro */
131131 709, /* Small Center Dot */
132132 45, /* Minus */
133- 1536, /* mu */
134- 1232, /* Nabla (Gradient) */
135- 1158, /* En Dash */
136- 1281, /* Not Equal */
137- 1256, /* Such That (Contains as a Member) */
138- 1214, /* Logical Not */
139- 1347, /* Not a Member (Not an Element) */
140- 1337, /* Not Subset */
133+ 1539, /* mu */
134+ 1235, /* Nabla (Gradient) */
135+ 1161, /* En Dash */
136+ 1284, /* Not Equal */
137+ 1259, /* Such That (Contains as a Member) */
138+ 1217, /* Logical Not */
139+ 1350, /* Not a Member (Not an Element) */
140+ 1340, /* Not Subset */
141141 169, /* n Tilde */
142- 1538, /* nu */
142+ 1541, /* nu */
143143 171, /* o Acute */
144144 173, /* o Circumflex */
145145 177, /* o Grave */
146- 1013, /* Overline (Long Mark) */
147- 1562, /* omega */
148- 1542, /* omicron */
149- 1266, /* Circle Plus */
150- 1271, /* Logical Or */
146+ 1016, /* Overline (Long Mark) */
147+ 1565, /* omega */
148+ 1545, /* omicron */
149+ 1269, /* Circle Plus */
150+ 1274, /* Logical Or */
151151 451, /* Feminine Spanish Ordinal */
152152 452, /* Masculine Spanish Ordinal */
153153 192, /* o Slash */
154154 194, /* o Tilde */
155- 1265, /* Circle Multiply */
155+ 1268, /* Circle Multiply */
156156 175, /* o Diaeresis */
157- 1148, /* Paragraph Sign */
158- 1233, /* Partial Derivative */
159- 1274, /* Bottom */
160- 1556, /* phi */
161- 1544, /* pi */
162- 1197, /* Plus or Minus */
157+ 1151, /* Paragraph Sign */
158+ 1236, /* Partial Derivative */
159+ 1277, /* Bottom */
160+ 1559, /* phi */
161+ 1547, /* pi */
162+ 1200, /* Plus or Minus */
163163 449, /* Pound/Sterling */
164- 1127, /* Prime */
165- 1230, /* Product */
166- 1200, /* Proportional */
167- 1560, /* psi */
164+ 1130, /* Prime */
165+ 1233, /* Product */
166+ 1203, /* Proportional */
167+ 1563, /* psi */
168168 34, /* Double Quote */
169- 1420, /* Horiz Dbl Arrow [Right] */
170- 1188, /* Bent Radical */
171- 1205, /* Right Angle Bracket (Ket) */
169+ 1423, /* Horiz Dbl Arrow [Right] */
170+ 1191, /* Bent Radical */
171+ 1208, /* Right Angle Bracket (Ket) */
172172 448, /* Right Double Guillemet */
173- 1418, /* Horiz Arrow [Right] */
174- 1259, /* Right Ceiling */
173+ 1421, /* Horiz Arrow [Right] */
174+ 1262, /* Right Ceiling */
175175 125, /* Right Brace */
176- 1156, /* Right Double Quote */
177- 1156, /* Right Double Quote */
178- 1239, /* fraktur R */
176+ 1159, /* Right Double Quote */
177+ 1159, /* Right Double Quote */
178+ 1242, /* fraktur R */
179179 456, /* Registered Trademark */
180- 1261, /* Right Floor */
181- 1546, /* rho */
182- 1154, /* Right Single Quote */
180+ 1264, /* Right Floor */
181+ 1549, /* rho */
182+ 1157, /* Right Single Quote */
183183 503, /* Sad Face */
184- 1223, /* Small Solid Circle */
184+ 1226, /* Small Solid Circle */
185185 444, /* Section Sign */
186- 1548, /* sigma */
187- 1206, /* Similar */
186+ 1551, /* sigma */
187+ 1209, /* Similar */
188188 490, /* Happy Face */
189189 0,
190- 1252, /* Proper Subset */
191- 1254, /* Reflex Subset (Contained In or Equals) */
192- 1212, /* Summation */
193- 1253, /* Proper Superset */
194- 1179, /* Power of 1 */
195- 1151, /* Power of 2 */
196- 1153, /* Power of 3 */
197- 1255, /* Reflex Superset (Contains or Equals) */
190+ 1255, /* Proper Subset */
191+ 1257, /* Reflex Subset (Contained In or Equals) */
192+ 1215, /* Summation */
193+ 1256, /* Proper Superset */
194+ 1182, /* Power of 1 */
195+ 1154, /* Power of 2 */
196+ 1156, /* Power of 3 */
197+ 1258, /* Reflex Superset (Contains or Equals) */
198198 137, /* German Double s */
199- 1552, /* tau */
199+ 1555, /* tau */
200200 504, /* Telephone */
201201 719, /* Therefore */
202- 1527, /* theta */
202+ 1530, /* theta */
203203 200, /* Lowercase Thorn */
204- 1227, /* Multiply (x) */
204+ 1230, /* Multiply (x) */
205205 466, /* Trademark */
206- 1243, /* Double Arrow Up */
206+ 1246, /* Double Arrow Up */
207207 179, /* u Acute */
208- 1217, /* Up Arrow */
208+ 1220, /* Up Arrow */
209209 181, /* u Circumflex */
210210 185, /* u Grave */
211- 1136, /* Diaeresis (Umlaut) */
212- 1554, /* upsilon */
211+ 1139, /* Diaeresis (Umlaut) */
212+ 1557, /* upsilon */
213213 236, /* u Ring */
214214 183, /* u Diaeresis */
215- 1572, /* epsilon (Variant) */
216- 1577, /* phi (Variant) */
217- 1574, /* pi (Variant) */
218- 1575, /* rho (Variant) */
219- 1550, /* sigma (Terminal) */
220- 1353, /* Vertical Ellipses */
221- 1573, /* theta (Variant) */
222- 1240, /* Weierstrass */
223- 1540, /* xi */
215+ 1577, /* epsilon (Variant) */
216+ 1582, /* phi (Variant) */
217+ 1579, /* pi (Variant) */
218+ 1580, /* rho (Variant) */
219+ 1553, /* sigma (Terminal) */
220+ 1356, /* Vertical Ellipses */
221+ 1578, /* theta (Variant) */
222+ 1243, /* Weierstrass */
223+ 1543, /* xi */
224224 196, /* y Acute */
225- 1095, /* y Circumflex */
225+ 1098, /* y Circumflex */
226226 450, /* Yen */
227227 254, /* y Grave */
228228 186, /* y Diaeresis */
229- 1523}; /* zeta */
229+ 1526}; /* zeta */
230230
231231 WCpTranslator htmlinternal("htmlTOinternal",228,html_internal);
232232
diff -r fc3614229d12 -r ffb0e83cb708 trunk/sources.cc/cp_lib/internal.enc
--- a/trunk/sources.cc/cp_lib/internal.enc Sun Feb 14 00:45:56 2021 +0100
+++ b/trunk/sources.cc/cp_lib/internal.enc Wed Feb 17 21:29:30 2021 +0100
@@ -775,1084 +775,1140 @@
775775 775 kappa (Variant)
776776 776 Grave
777777 777 Digamma
778-778 ALPHA High Prime
779-779 EPSILON High Prime
780-780 ETA High Prime
781-781 IOTA High Prime
782-782 OMICRON High Prime
783-783 UPSILON High Prime
784-784 OMEGA High Prime
785-785 Hebrew Alef
786-786 Hebrew Bet
787-787 Hebrew Gimel
788-788 Hebrew Dalet
789-789 Hebrew He
790-790 Hebrew Vav
791-791 Hebrew Zayin
792-792 Hebrew Het
793-793 Hebrew Tet
794-794 Hebrew Yod
795-795 Hebrew Kaf (final)
796-796 Hebrew Kaf
797-797 Hebrew Lamed
798-798 Hebrew Mem (final)
799-799 Hebrew Mem
800-800 Hebrew Nun (final)
801-801 Hebrew Nun
802-802 Hebrew Samekh
803-803 Hebrew Ayin
804-804 Hebrew Pe (final)
805-805 Hebrew Pe
806-806 Hebrew Tsadi (final)
807-807 Hebrew Tsadi
808-808 Hebrew Qof
809-809 Hebrew Resh
810-810 Hebrew Shin
811-811 Hebrew Sin
812-812 Hebrew Tav
813-813 Hebrew Maqaf
814-814 Hebrew Paseq
815-815 Hebrew Sof Pasuq
816-816 Hebrew Geresh
817-817 Hebrew Gershayim
818-818 Hebrew Sheva
819-819 Hebrew Hataf Segol
820-820 Hebrew Hataf Patah
821-821 Hebrew Hataf Qamats
822-822 Hebrew Hiriq
823-823 Hebrew Tsere
824-824 Hebrew Segol
825-825 Hebrew Patah
826-826 Hebrew Qamats
827-827 Hebrew Holem Left
828-828 Hebrew Qubuts
829-829 Hebrew Dagesh
830-830 Hebrew Double Vav
831-831 Hebrew Vav Yod
832-832 Hebrew Double Yod
833-833 Hebrew Double Yod Patah
834-834 Hebrew Alef Dagesh
835-835 Hebrew Bet Dagesh
836-836 Hebrew Gimel Dagesh
837-837 Hebrew Dalet Dagesh
838-838 Hebrew He Dagesh
839-839 Hebrew Vav Dagesh
840-840 Hebrew Vav Holem
841-841 Hebrew Zayin Dagesh
842-842 Hebrew Het Dagesh
843-843 Hebrew Tet Dagesh
844-844 Hebrew Yod Dagesh
845-845 Hebrew Yod Hiriq
846-846 Hebrew Kaf Dagesh
847-847 Hebrew Kaf Dagesh (final)
848-848 Hebrew Kaf Sheva (final)
849-849 Hebrew Kaf Tsere (final)
850-850 Hebrew Kaf Segol (final)
851-851 Hebrew Kaf Patah (final)
852-852 Hebrew Kaf Qamats (final)
853-853 Hebrew Kaf Dagesh Qamats (final)
854-854 Hebrew Lamed Dagesh
855-855 Hebrew Mem Dagesh
856-856 Hebrew Nun Dagesh
857-857 Hebrew Nun Qamats (final)
858-858 Hebrew Samekh Dagesh
859-859 Hebrew Pe Dagesh
860-860 Hebrew Sin Dagesh
861-861 Hebrew Shin Dagesh
862-862 Hebrew Tav Dagesh
863-863 Russian A
864-864 Russian a
865-865 Russian BE
866-866 Russian be
867-867 Russian VE
868-868 Russian ve
869-869 Russian GE
870-870 Russian ge
871-871 Russian DE
872-872 Russian de
873-873 Russian IE
874-874 Russian ie
875-875 Russian YO
876-876 Russian yo
877-877 Russian ZHE
878-878 Russian zhe
879-879 Russian ZE
880-880 Russian ze
881-881 Russian I
882-882 Russian i
883-883 Russian SHORT I
884-884 Russian short i
885-885 Russian KA
886-886 Russian ka
887-887 Russian EL
888-888 Russian el
889-889 Russian EM
890-890 Russian em
891-891 Russian EN
892-892 Russian en
893-893 Russian O
894-894 Russian o
895-895 Russian PE
896-896 Russian pe
897-897 Russian ER
898-898 Russian er
899-899 Russian ES
900-900 Russian es
901-901 Russian TE
902-902 Russian te
903-903 Russian U
904-904 Russian u
905-905 Russian EF
906-906 Russian ef
907-907 Russian KHA
908-908 Russian kha
909-909 Russian TSE
910-910 Russian tse
911-911 Russian CHE
912-912 Russian che
913-913 Russian SHA
914-914 Russian sha
915-915 Russian SHCHA
916-916 Russian shcha
917-917 Russian YER (HARD SIGN)
918-918 Russian yer (hard sign)
919-919 Russian YERY
920-920 Russian yery
921-921 Russian YER' (SOFT SIGN)
922-922 Russian yer' (soft sign)
923-923 Russian REVERSED E
924-924 Russian reversed e
925-925 Russian IU
926-926 Russian iu
927-927 Russian IA
928-928 Russian ia
929-929 Serbian SOFT DJ
930-930 Serbian soft dj
931-931 Macedonian SOFT DJ
932-932 Macedonian soft dj
933-933 Ukrainian YE
934-934 Ukrainian ye
935-935 Macedonian ZELO
936-936 Macedonian zelo
937-937 Ukrainian I
938-938 Ukrainian i
939-939 Ukrainian I WITH TWO DOTS
940-940 Ukrainian i with two dots
941-941 Serbian, Macedonian JE
942-942 Serbian, Macedonian je
943-943 Serbian, Macedonian SOFT L
944-944 Serbian, Macedonian soft l
945-945 Serbian, Macedonian SOFT N
946-946 Serbian, Macedonian soft n
947-947 Serbian SOFT T
948-948 Serbian soft t
949-949 Macedonian SOFT K
950-950 Macedonian soft k
951-951 Byelorussian SHORT U
952-952 Byelorussian short u
953-953 Serbian HARD DJ
954-954 Serbian hard dj
955-955 Old Russian YAT
956-956 Old Russian yat
957-957 Old Russian FITA
958-958 Old Russian fita
959-959 Old Russian IZHITSA
960-960 Old Russian izhitsa
961-961 Old Bulgarian YUS
962-962 Old Bulgarian yus
963-963 Russian A acute
964-964 Russian a acute
965-965 Russian E acute
966-966 Russian e acute
967-967 Russian I acute
968-968 Russian i acute
969-969 Russian O acute
970-970 Russian o acute
971-971 Russian U acute
972-972 Russian u acute
973-973 Russian ERY acute
974-974 Russian ery acute
975-975 Russian REVERSE E acute
976-976 Russian reverse e acute
977-977 Russian YU acute
978-978 Russian yu acute
979-979 Russian YA acute
980-980 Russian ya acute
981-981 Russian A grave
982-982 Russian a grave
983-983 Russian E grave
984-984 Russian e grave
985-985 Russian YO grave
986-986 Russian yo grave
987-987 Russian I grave
988-988 Russian i grave
989-989 Russian O grave
990-990 Russian o grave
991-991 Russian U grave
992-992 Russian u grave
993-993 Russian ERY grave
994-994 Russian ery grave
995-995 Russian REVERSE E grave
996-996 Russian reverse e grave
997-997 Russian YU grave
998-998 Russian yu grave
999-999 Russian YA grave
1000-1000 Russian ya grave
1001-1001 Acute
1002-1002 Grave
1003-1003 Circumflex
1004-1004 Horizontal Bar
1005-1005 Forward Slash
1006-1006 Apostrophe Accent Above
1007-1007 Apostrophe Accent After and Above
1008-1008 Apostrophe Accent Before and Above
1009-1009 Apostrophe Accent Below
1010-1010 Dot Above
1011-1011 Cedilla
1012-1012 Caron
1013-1013 Overline (Long Mark)
1014-1014 Breve
1015-1015 Dotless i
1016-1016 Dotless j
1017-1017 Y Diaeresis
1018-1018 A Breve
1019-1019 a Breve
1020-1020 C Acute
1021-1021 c Acute
1022-1022 C Circumflex
1023-1023 c Circumflex
1024-1024 C Dot Above
1025-1025 c Dot Above
1026-1026 E Dot Above
1027-1027 e Dot Above
1028-1028 G Acute
1029-1029 g Acute
1030-1030 G Breve
1031-1031 g Breve
1032-1032 G Caron
1033-1033 g Caron
1034-1034 G Cedilla
1035-1035 g Cedilla (Apostrophe Above)
1036-1036 G Circumflex
1037-1037 g Circumflex
1038-1038 G Dot Above
1039-1039 g Dot Above
1040-1040 H Circumflex
1041-1041 h Circumflex
1042-1042 H Cross Bar
1043-1043 h Cross Bar
1044-1044 I Dot Above
1045-1045 i Dot Above
1046-1046 I Tilde
1047-1047 i Tilde
1048-1048 IJ Digraph
1049-1049 ij Digraph
1050-1050 J Circumflex
1051-1051 j Circumflex
1052-1052 K Cedilla
1053-1053 k Cedilla
1054-1054 L Acute
1055-1055 l Acute
1056-1056 L Cedilla
1057-1057 l Cedilla
1058-1058 L Center Dot
1059-1059 l Center Dot
1060-1060 L Stroke
1061-1061 l Stroke
1062-1062 N Acute
1063-1063 n Acute
1064-1064 N Apostrophe
1065-1065 n Apostrophe
1066-1066 N Cedilla
1067-1067 n Cedilla
1068-1068 O Double Acute
1069-1069 o Double Acute
1070-1070 OE Digraph
1071-1071 oe Digraph
1072-1072 R Acute
1073-1073 r Acute
1074-1074 R Cedilla
1075-1075 r Cedilla
1076-1076 S Acute
1077-1077 s Acute
1078-1078 S Cedilla
1079-1079 s Cedilla
1080-1080 S Circumflex
1081-1081 s Circumflex
1082-1082 T Cedilla
1083-1083 t Cedilla
1084-1084 T Cross Bar
1085-1085 t Cross Bar
1086-1086 U Breve
1087-1087 u Breve
1088-1088 U Double Acute
1089-1089 u Double Acute
1090-1090 U Tilde
1091-1091 u Tilde
1092-1092 W Circumflex
1093-1093 w Circumflex
1094-1094 Y Circumflex
1095-1095 y Circumflex
1096-1096 Z Acute
1097-1097 z Acute
1098-1098 Z Dot Above
1099-1099 z Dot Above
1100-1100 Y Breve
1101-1101 y Breve
1102-1102 D Apostrophe Beside
1103-1103 d Apostrophe Beside
1104-1104 L Apostrophe Beside
1105-1105 l Apostrophe Beside
1106-1106 O Apostrophe Beside
1107-1107 o Apostrophe Beside
1108-1108 t Apostrophe Beside
1109-1109 U Apostrophe Beside
1110-1110 u Apostrophe Beside
1111-1111 E Breve
1112-1112 e Breve
1113-1113 I Breve
1114-1114 i Breve
1115-1115 O Breve
1116-1116 o Breve
1117-1117 NO-BREAK SPACE
1118-1118 Dot Below
1119-1119 Centred Ring
1120-1120 Double Underline
1121-1121 Macron Below (Underline)
1122-1122 Half Circle Below
1123-1123 Non-connecting Cedilla (Mirrored Ogonek)
1124-1124 Horn
1125-1125 Mjagkij Znak
1126-1126 Tverdyj Znak
1127-1127 Prime
1128-1128 Double Prime
1129-1129 Breve
1130-1130 Macron
1131-1131 Acute
1132-1132 Grave
1133-1133 Circumflex
1134-1134 Hacek
1135-1135 Tilde
1136-1136 Diaeresis (Umlaut)
1137-1137 Cedilla
1138-1138 Horn
1139-1139 Box [Shade 4]
1140-1140 Box [Left Shade]
1141-1141 Box [Top Shade]
1142-1142 Box [Right Shade]
1143-1143 Box [Bottom Shade]
1144-1144 Bullet
1145-1145 Hollow Bullet
1146-1146 Square Bullet
1147-1147 Base Asterisk
1148-1148 Paragraph Sign
1149-1149 Pesetas
1150-1150 Florin/Guilder
1151-1151 Power of 2
1152-1152 Power of n
1153-1153 Power of 3
1154-1154 Right Single Quote
1155-1155 Inverted Single Quote
1156-1156 Right Double Quote
1157-1157 Inverted Double Quote
1158-1158 En Dash
1159-1159 Em Dash
1160-1160 Dagger
1161-1161 Double Dagger
1162-1162 Small Square Bullet
1163-1163 Figure Dash
1164-1164 Ligature ff
1165-1165 Ligature ffi
1166-1166 Ligature ffl
1167-1167 Ligature fi
1168-1168 Ligature fl
1169-1169 Em Leader
1170-1170 Base Single Quote
1171-1171 Base Double Quote
1172-1172 1/3
1173-1173 2/3
1174-1174 1/8
1175-1175 3/8
1176-1176 5/8
1177-1177 7/8
1178-1178 Three Fourths Em Dash
1179-1179 Power of 1
1180-1180 MD (Canadian Registration Mark)
1181-1181 MC (Canadian Trademark Symbol)
1182-1182 Heart Open Card Style
1183-1183 Diamond Open Card Style
1184-1184 Club Open Card Style
1185-1185 Spade Open Card Style
1186-1186 Horizontal Rectangle
1187-1187 Double Exclamation Mark
1188-1188 Bent Radical
1189-1189 Underscored Up and Down Arrow
1190-1190 Empty Ballot Box
1191-1191 Sharp
1192-1192 Flat
1193-1193 Natural
1194-1194 Centreline
1195-1195 Graphic Space
1196-1196 Minus
1197-1197 Plus or Minus
1198-1198 Less Than Or Equal
1199-1199 Greater Than Or Equal
1200-1200 Proportional
1201-1201 Not (Slash)
1202-1202 Division
1203-1203 Absolute Value (Divides)
1204-1204 Left Angle Bracket (Bra)
1205-1205 Right Angle Bracket (Ket)
1206-1206 Similar
1207-1207 Approximately Equal
1208-1208 Equivalent
1209-1209 Member
1210-1210 Intersection
1211-1211 Parallel
1212-1212 Summation
1213-1213 Infinity
1214-1214 Logical Not
1215-1215 Right Arrow
1216-1216 Left Arrow
1217-1217 Up Arrow
1218-1218 Down Arrow
1219-1219 Left and Right Arrow
1220-1220 Up and Down Arrow
1221-1221 Center Dot
1222-1222 Small Circle
1223-1223 Small Solid Circle
1224-1224 Angstrom
1225-1225 Micro
1226-1226 Raised Negative Sign
1227-1227 Multiply (x)
1228-1228 Small Integral
1229-1229 Integral
1230-1230 Product
1231-1231 Minus or Plus
1232-1232 Nabla (Gradient)
1233-1233 Partial Derivative
1234-1234 Prime
1235-1235 Double Prime
1236-1236 Vector
1237-1237 Planck's Constant
1238-1238 fraktur I
1239-1239 fraktur R
1240-1240 Weierstrass
1241-1241 Double Arrow Right (Implies)
1242-1242 Double Arrow Left (Implied By)
1243-1243 Double Arrow Up
1244-1244 Double Arrow Down
1245-1245 Double Arrow Left and Right
1246-1246 Double Arrow Up and Down
1247-1247 Northeast Arrow
1248-1248 Southeast Arrow
1249-1249 Northwest Arrow
1250-1250 Southwest Arrow
1251-1251 Union
1252-1252 Proper Subset
1253-1253 Proper Superset
1254-1254 Reflex Subset (Contained In or Equals)
1255-1255 Reflex Superset (Contains or Equals)
1256-1256 Such That (Contains as a Member)
1257-1257 Empty Set
1258-1258 Left Ceiling
1259-1259 Right Ceiling
1260-1260 Left Floor
1261-1261 Right Floor
1262-1262 Much Less
1263-1263 Much Greater
1264-1264 Angle
1265-1265 Circle Multiply
1266-1266 Circle Plus
1267-1267 Circle Minus
1268-1268 Circle Divide
1269-1269 Circle Dot
1270-1270 Logical And
1271-1271 Logical Or
1272-1272 Logical Exclusive Or
1273-1273 Top
1274-1274 Bottom
1275-1275 Arc Overmark
1276-1276 Assertion
1277-1277 Mirrored Assertion
1278-1278 Square
1279-1279 Left Double Bracket
1280-1280 Right Double Bracket
1281-1281 Not Equal
1282-1282 Not Equivalent
1283-1283 Contour Integral
1284-1284 Capital Weierstrass (???)
1285-1285 Circle (Empty, For Operator)
1286-1286 Defined As (Underscored Triangle)
1287-1287 Solid Star
1288-1288 Triple Prime
1289-1289 Coproduct
1290-1290 Similar or Equal
1291-1291 Congruent
1292-1292 Precedes
1293-1293 Precedes or Equals
1294-1294 Follows
1295-1295 Follows or Equals
1296-1296 There Exists
1297-1297 For All
1298-1298 Multiset Union (U Plus)
1299-1299 Square Intersection
1300-1300 Square Union
1301-1301 Square Reflex Subset
1302-1302 Square Reflex Superset
1303-1303 Big Triangle Up
1304-1304 Big Triangle Down
1305-1305 Small Triangle Left
1306-1306 Small Triangle Right
1307-1307 Bowtie
1308-1308 Smile
1309-1309 Frown
1310-1310 Big Circle
1311-1311 Hook Left Arrow
1312-1312 Hook Right Arrow
1313-1313 Maps To
1314-1314 Left Harpoon Up
1315-1315 Left Harpoon Down
1316-1316 Right Harpoon Up
1317-1317 Right Harpoon Down
1318-1318 Right and Left Harpoons
1319-1319 Triangle Up
1320-1320 Triangle Down
1321-1321 Equal by Definition
1322-1322 Asymptotically Equivalent
1323-1323 Perpendicular Double Right (Models)
1324-1324 Wreath Product
1325-1325 Not Less Than
1326-1326 Neither Less Than Nor Equal
1327-1327 Not Greater Than
1328-1328 Neither Greater Than Nor Equal
1329-1329 Not Similar
1330-1330 Not Similar or Equal
1331-1331 Not Congruent
1332-1332 Not Approximately Equal
1333-1333 Does Not Precede
1334-1334 Neither Precedes Nor Equals
1335-1335 Does Not Follow
1336-1336 Neither Follows Nor Equals
1337-1337 Not Subset
1338-1338 Not Superset
1339-1339 Not Reflex Subset
1340-1340 Not Reflex Superset
1341-1341 Square Not Subset
1342-1342 Square Not Superset
1343-1343 Square Not Reflex Subset
1344-1344 Square Not Reflex Superset
1345-1345 Not Asymptotically Equivalent
1346-1346 There Never Exists
1347-1347 Not a Member (Not an Element)
1348-1348 Questioned Equality
1349-1349 Right Angle
1350-1350 Such That
1351-1351 Axis Ellipses
1352-1352 Baseline Ellipses
1353-1353 Vertical Ellipses
1354-1354 Diagonal Ellipses
1355-1355 Reverse Diagonal Ellipses
1356-1356 Triple Dot Diacritical
1357-1357 Plus
1358-1358 Minus
1359-1359 Equals
1360-1360 Asterisk Multiply
1361-1361 Script Prime
1362-1362 Script Double Prime
1363-1363 Script Triple Prime
1364-1364 Hamiltonian H
1365-1365 Script P
1366-1366 Integral [Top]
1367-1367 Integral [Bottom]
1368-1368 Root [1x High]
1369-1369 Summation [1.5x High]
1370-1370 Product [1.5x High]
1371-1371 Coproduct [1.5x High]
1372-1372 Integral [1.5x High]
1373-1373 Contour Integral [1.5x High]
1374-1374 Absolute Value [1.5x High]
1375-1375 Absolute Value [2x High]
1376-1376 Absolute Value [3x High]
1377-1377 Absolute Value [4x High]
1378-1378 Double Bar [1.5x High]
1379-1379 Double Bar [2x High]
1380-1380 Double Bar [3x High]
1381-1381 Double Bar [4x High]
1382-1382 Left Brace [1.5x High]
1383-1383 Left Brace [2x High]
1384-1384 Left Brace [3x High]
1385-1385 Left Brace [4x High]
1386-1386 Left Brace [Top]
1387-1387 Left Brace [Middle]
1388-1388 Left Brace [Bottom]
1389-1389 Left Brace [Extender]
1390-1390 Right Brace [1.5x High]
1391-1391 Right Brace [2x High]
1392-1392 Right Brace [3x High]
1393-1393 Right Brace [4x High]
1394-1394 Right Brace [Top]
1395-1395 Right Brace [Middle]
1396-1396 Right Brace [Bottom]
1397-1397 Right Brace [Extender]
1398-1398 Left Floor [1.5x High]
1399-1399 Left Floor [2x High]
1400-1400 Left Floor [3x High]
1401-1401 Left Floor [4x High]
1402-1402 Left Floor [Bottom]
1403-1403 Right Floor [1.5x High]
1404-1404 Right Floor [2x High]
1405-1405 Right Floor [3x High]
1406-1406 Right Floor [4x High]
1407-1407 Right Floor [Bottom]
1408-1408 Left Ceiling [1.5x High]
1409-1409 Left Ceiling [2x High]
1410-1410 Left Ceiling [3x High]
1411-1411 Left Ceiling [4x High]
1412-1412 Left Ceiling [Top]
1413-1413 Right Ceiling [1.5x High]
1414-1414 Right Ceiling [2x High]
1415-1415 Right Ceiling [3x High]
1416-1416 Right Ceiling [4x High]
1417-1417 Right Ceiling [Top]
1418-1418 Horiz Arrow [Right]
1419-1419 Horiz Arrow [Left]
1420-1420 Horiz Dbl Arrow [Right]
1421-1421 Horiz Dbl Arrow [Left]
1422-1422 Vert Arrow [Up]
1423-1423 Vert Arrow [Down]
1424-1424 Vert Dbl Arrow [Up]
1425-1425 Vert Dbl Arrow [Down]
1426-1426 Vert Dbl Arrow [Extension]
1427-1427 Left Parenthesis [1.5x High]
1428-1428 Left Parenthesis [2x High]
1429-1429 Left Parenthesis [3x High]
1430-1430 Left Parenthesis [4x High]
1431-1431 Right Parenthesis [1.5x High]
1432-1432 Right Parenthesis [2x High]
1433-1433 Right Parenthesis [3x High]
1434-1434 Right Parenthesis [4x High]
1435-1435 Left Bracket [1.5x High]
1436-1436 Left Bracket [2x High]
1437-1437 Left Bracket [3x High]
1438-1438 Left Bracket [4x High]
1439-1439 Right Bracket [1.5x High]
1440-1440 Right Bracket [2x High]
1441-1441 Right Bracket [3x High]
1442-1442 Right Bracket [4x High]
1443-1443 Left Angle Bracket [1.5x High]
1444-1444 Left Angle Bracket [2x High]
1445-1445 Left Angle Bracket [3x High]
1446-1446 Left Angle Bracket [4x High]
1447-1447 Right Angle Bracket [1.5x High]
1448-1448 Right Angle Bracket [2x High]
1449-1449 Right Angle Bracket [3x High]
1450-1450 Right Angle Bracket [4x High]
1451-1451 Figure Slash [1.5x High]
1452-1452 Figure Slash [2x High]
1453-1453 Figure Slash [3x High]
1454-1454 Figure Slash [4x High]
1455-1455 Figure Backslash [1.5x High]
1456-1456 Figure Backslash [2x High]
1457-1457 Figure Backslash [3x High]
1458-1458 Figure Backslash [4x High]
1459-1459 Union [2x High]
1460-1460 Intersection [2x High]
1461-1461 Multiset Union [1.5x High]
1462-1462 Multiset Union [2x High]
1463-1463 Square Union [1.5x High]
1464-1464 Square Union [2x High]
1465-1465 Logical And [1.5x High]
1466-1466 Logical And [2x High]
1467-1467 Logical Or [1.5x High]
1468-1468 Logical Or [2x High]
1469-1469 Circle Multiply [1.5x High]
1470-1470 Circle Multiply [2x High]
1471-1471 Circle Plus [1.5x High]
1472-1472 Circle Plus [2x High]
1473-1473 Circle Dot [1.5x High]
1474-1474 Circle Dot [2x High]
1475-1475 Horiz Top Brace
1476-1476 Horiz Top Brace [Left End]
1477-1477 Horiz Top Brace [Right End]
1478-1478 Horiz Bottom Brace
1479-1479 Horiz Bottom Brace [Left End]
1480-1480 Horiz Bottom Brace [Right End]
1481-1481 Circumflex Overmark [1.5x Wide]
1482-1482 Circumflex Overmark [2x Wide]
1483-1483 Circumflex Overmark [3x Wide]
1484-1484 Tilde Overmark [1.5x Wide]
1485-1485 Tilde Overmark [2x Wide]
1486-1486 Tilde Overmark [3x Wide]
1487-1487 Bar Overmark [1.5x Wide]
1488-1488 Bar Overmark [2x Wide]
1489-1489 Bar Overmark [3x Wide]
1490-1490 Circle Minus [1.5x High]
1491-1491 Left Double Bracket [1.5x High]
1492-1492 Left Double Bracket [2x High]
1493-1493 Left Double Bracket [3x High]
1494-1494 Left Double Bracket [4x High]
1495-1495 Right Double Bracket [1.5x High]
1496-1496 Right Double Bracket [2x High]
1497-1497 Right Double Bracket [3x High]
1498-1498 Right Double Bracket [4x High]
1499-1499 Horiz Harpoon [Right Harpoon Up]
1500-1500 Horiz Harpoon [Right Harpoon Down]
1501-1501 Horiz Harpoon [Left Harpoon Up]
1502-1502 Horiz Harpoon [Left Harpoon Down]
1503-1503 Two Horiz Harpoons [Extension]
1504-1504 Two Horiz Arrows [Extension]
1505-1505 Mixed Horiz Arrows [Right Top]
1506-1506 Mixed Horiz Arrows [Right Bottom]
1507-1507 Mixed Horiz Arrows [Left Top]
1508-1508 Mixed Horiz Arrows [Left Bottom]
1509-1509 Mixed Horiz Arrows [Extension]
1510-1510 Square Intersection [1.5x High]
1511-1511 ALPHA
1512-1512 alpha
1513-1513 BETA
1514-1514 beta
1515-1515 BETA
1516-1516 GAMMA
1517-1517 gamma
1518-1518 DELTA
1519-1519 delta
1520-1520 EPSILON
1521-1521 epsilon
1522-1522 ZETA
1523-1523 zeta
1524-1524 ETA
1525-1525 eta
1526-1526 THETA
1527-1527 theta
1528-1528 IOTA
1529-1529 iota
1530-1530 KAPPA
1531-1531 kappa
1532-1532 LAMBDA
1533-1533 lambda
1534-1534 lambda bar
1535-1535 MU
1536-1536 mu
1537-1537 NU
1538-1538 nu
1539-1539 XI
1540-1540 xi
1541-1541 OMICRON
1542-1542 omicron
1543-1543 PI
1544-1544 pi
1545-1545 RHO
1546-1546 rho
1547-1547 SIGMA
1548-1548 sigma
1549-1549 SIGMA (Terminal)
1550-1550 sigma (Terminal)
1551-1551 TAU
1552-1552 tau
1553-1553 UPSILON
1554-1554 upsilon
1555-1555 PHI
1556-1556 phi
1557-1557 CHI
1558-1558 chi
1559-1559 PSI
1560-1560 psi
1561-1561 OMEGA
1562-1562 omega
1563-1563 alpha Acute
1564-1564 epsilon Acute
1565-1565 eta Acute
1566-1566 iota Acute
1567-1567 iota Diaeresis
1568-1568 omicron Acute
1569-1569 upsilon Acute
1570-1570 upsilon Diaeresis
1571-1571 omega Acute
1572-1572 epsilon (Variant)
1573-1573 theta (Variant)
1574-1574 pi (Variant)
1575-1575 rho (Variant)
1576-1576 sigma (Lunate)
1577-1577 phi (Variant)
1578-1578 pi (Variant)
1579-1579 omega (Variant)
1580-1580 Greek Semicolon
1581-1581 Acute
1582-1582 Diaeresis
1583-1583 Circumflex
1584-1584 alpha Grave
1585-1585 alpha Circumflex
1586-1586 epsilon Grave
1587-1587 eta Grave
1588-1588 eta Circumflex
1589-1589 iota Grave
1590-1590 iota Circumflex
1591-1591 iota Smooth
1592-1592 iota Smooth Acute
1593-1593 iota Smooth Grave
1594-1594 omicron Grave
1595-1595 upsilon Grave
1596-1596 upsilon Circumflex
1597-1597 omega Grave
1598-1598 omega Circumflex
1599-1599 High Prime
1600-1600 Low Prime
1601-1601 Old Slovanic EH
1602-1602 Old Slovanic eh
1603-1603 User[0]
1604-1604 User[1]
1605-1605 User[2]
1606-1606 User[3]
1607-1607 User[4]
1608-1608 User[5]
1609-1609 User[6]
1610-1610 User[7]
1611-1611 User[8]
1612-1612 User[9]
1613-1613 User[10]
1614-1614 User[11]
1615-1615 User[12]
1616-1616 User[13]
1617-1617 User[14]
1618-1618 User[15]
1619-1619 User[16]
1620-1620 User[17]
1621-1621 User[18]
1622-1622 User[19]
1623-1623 User[20]
1624-1624 User[21]
1625-1625 User[22]
1626-1626 User[23]
1627-1627 User[24]
1628-1628 User[25]
1629-1629 User[26]
1630-1630 User[27]
1631-1631 User[28]
1632-1632 User[29]
1633-1633 User[30]
1634-1634 User[31]
1635-1635 User[32]
1636-1636 User[33]
1637-1637 User[34]
1638-1638 User[35]
1639-1639 User[36]
1640-1640 User[37]
1641-1641 User[38]
1642-1642 User[39]
1643-1643 User[40]
1644-1644 User[41]
1645-1645 User[42]
1646-1646 User[43]
1647-1647 User[44]
1648-1648 User[45]
1649-1649 User[46]
1650-1650 User[47]
1651-1651 User[48]
1652-1652 User[49]
1653-1653 User[50]
1654-1654 User[51]
1655-1655 User[52]
1656-1656 User[53]
1657-1657 User[54]
1658-1658 User[55]
1659-1659 User[56]
1660-1660 User[57]
1661-1661 User[58]
1662-1662 User[59]
1663-1663 User[60]
1664-1664 User[61]
1665-1665 User[62]
1666-1666 User[63]
1667-1667 User[64]
1668-1668 User[65]
1669-1669 User[66]
1670-1670 User[67]
1671-1671 User[68]
1672-1672 User[69]
1673-1673 User[70]
1674-1674 User[71]
1675-1675 User[72]
1676-1676 User[73]
1677-1677 User[74]
1678-1678 User[75]
1679-1679 User[76]
1680-1680 User[77]
1681-1681 User[78]
1682-1682 User[79]
1683-1683 User[80]
1684-1684 User[81]
1685-1685 User[82]
1686-1686 User[83]
1687-1687 User[84]
1688-1688 User[85]
1689-1689 User[86]
1690-1690 User[87]
1691-1691 User[88]
1692-1692 User[89]
1693-1693 User[90]
1694-1694 User[91]
1695-1695 User[92]
1696-1696 User[93]
1697-1697 User[94]
1698-1698 User[95]
1699-1699 User[96]
1700-1700 User[97]
1701-1701 User[98]
1702-1702 User[99]
1703-1703 User[100]
1704-1704 User[101]
1705-1705 User[102]
1706-1706 User[103]
1707-1707 User[104]
1708-1708 User[105]
1709-1709 User[106]
1710-1710 User[107]
1711-1711 User[108]
1712-1712 User[109]
1713-1713 User[110]
1714-1714 User[111]
1715-1715 User[112]
1716-1716 User[113]
1717-1717 User[114]
1718-1718 User[115]
1719-1719 User[116]
1720-1720 User[117]
1721-1721 User[118]
1722-1722 User[119]
1723-1723 User[120]
1724-1724 User[121]
1725-1725 User[122]
1726-1726 User[123]
1727-1727 User[124]
1728-1728 User[125]
1729-1729 User[126]
1730-1730 User[127]
1731-1731 User[128]
1732-1732 User[129]
1733-1733 User[130]
1734-1734 User[131]
1735-1735 User[132]
1736-1736 User[133]
1737-1737 User[134]
1738-1738 User[135]
1739-1739 User[136]
1740-1740 User[137]
1741-1741 User[138]
1742-1742 User[139]
1743-1743 User[140]
1744-1744 User[141]
1745-1745 User[142]
1746-1746 User[143]
1747-1747 User[144]
1748-1748 User[145]
1749-1749 User[146]
1750-1750 User[147]
1751-1751 User[148]
1752-1752 User[149]
1753-1753 User[150]
1754-1754 User[151]
1755-1755 User[152]
1756-1756 User[153]
1757-1757 User[154]
1758-1758 User[155]
1759-1759 User[156]
1760-1760 User[157]
1761-1761 User[158]
1762-1762 User[159]
1763-1763 User[160]
1764-1764 User[161]
1765-1765 User[162]
1766-1766 User[163]
1767-1767 User[164]
1768-1768 User[165]
1769-1769 User[166]
1770-1770 User[167]
1771-1771 User[168]
1772-1772 User[169]
1773-1773 User[170]
1774-1774 User[171]
1775-1775 User[172]
1776-1776 User[173]
1777-1777 User[174]
1778-1778 User[175]
1779-1779 User[176]
1780-1780 User[177]
1781-1781 User[178]
1782-1782 User[179]
1783-1783 User[180]
1784-1784 User[181]
1785-1785 User[182]
1786-1786 User[183]
1787-1787 User[184]
1788-1788 User[185]
1789-1789 User[186]
1790-1790 User[187]
1791-1791 User[188]
1792-1792 User[189]
1793-1793 User[190]
1794-1794 User[191]
1795-1795 User[192]
1796-1796 User[193]
1797-1797 User[194]
1798-1798 User[195]
1799-1799 User[196]
1800-1800 User[197]
1801-1801 User[198]
1802-1802 User[199]
1803-1803 User[200]
1804-1804 User[201]
1805-1805 User[202]
1806-1806 User[203]
1807-1807 User[204]
1808-1808 User[205]
1809-1809 User[206]
1810-1810 User[207]
1811-1811 User[208]
1812-1812 User[209]
1813-1813 User[210]
1814-1814 User[211]
1815-1815 User[212]
1816-1816 User[213]
1817-1817 User[214]
1818-1818 User[215]
1819-1819 User[216]
1820-1820 User[217]
1821-1821 User[218]
1822-1822 User[219]
1823-1823 User[220]
1824-1824 User[221]
1825-1825 User[222]
1826-1826 User[223]
1827-1827 User[224]
1828-1828 User[225]
1829-1829 User[226]
1830-1830 User[227]
1831-1831 User[228]
1832-1832 User[229]
1833-1833 User[230]
1834-1834 User[231]
1835-1835 User[232]
1836-1836 User[233]
1837-1837 User[234]
1838-1838 User[235]
1839-1839 User[236]
1840-1840 User[237]
1841-1841 User[238]
1842-1842 User[239]
1843-1843 User[240]
1844-1844 User[241]
1845-1845 User[242]
1846-1846 User[243]
1847-1847 User[244]
1848-1848 User[245]
1849-1849 User[246]
1850-1850 User[247]
1851-1851 User[248]
1852-1852 User[249]
1853-1853 User[250]
1854-1854 User[251]
1855-1855 User[252]
1856-1856 User[253]
1857-1857 User[254]
1858-1858 User[255]
778+778 Koppa
779+779 Sampi
780+780 ALPHA High Prime
781+781 EPSILON High Prime
782+782 ETA High Prime
783+783 IOTA High Prime
784+784 OMICRON High Prime
785+785 UPSILON High Prime
786+786 OMEGA High Prime
787+787 omicron Tonos
788+788 Hebrew Alef
789+789 Hebrew Bet
790+790 Hebrew Gimel
791+791 Hebrew Dalet
792+792 Hebrew He
793+793 Hebrew Vav
794+794 Hebrew Zayin
795+795 Hebrew Het
796+796 Hebrew Tet
797+797 Hebrew Yod
798+798 Hebrew Kaf (final)
799+799 Hebrew Kaf
800+800 Hebrew Lamed
801+801 Hebrew Mem (final)
802+802 Hebrew Mem
803+803 Hebrew Nun (final)
804+804 Hebrew Nun
805+805 Hebrew Samekh
806+806 Hebrew Ayin
807+807 Hebrew Pe (final)
808+808 Hebrew Pe
809+809 Hebrew Tsadi (final)
810+810 Hebrew Tsadi
811+811 Hebrew Qof
812+812 Hebrew Resh
813+813 Hebrew Shin
814+814 Hebrew Sin
815+815 Hebrew Tav
816+816 Hebrew Maqaf
817+817 Hebrew Paseq
818+818 Hebrew Sof Pasuq
819+819 Hebrew Geresh
820+820 Hebrew Gershayim
821+821 Hebrew Sheva
822+822 Hebrew Hataf Segol
823+823 Hebrew Hataf Patah
824+824 Hebrew Hataf Qamats
825+825 Hebrew Hiriq
826+826 Hebrew Tsere
827+827 Hebrew Segol
828+828 Hebrew Patah
829+829 Hebrew Qamats
830+830 Hebrew Holem Left
831+831 Hebrew Qubuts
832+832 Hebrew Dagesh
833+833 Hebrew Double Vav
834+834 Hebrew Vav Yod
835+835 Hebrew Double Yod
836+836 Hebrew Double Yod Patah
837+837 Hebrew Alef Dagesh
838+838 Hebrew Bet Dagesh
839+839 Hebrew Gimel Dagesh
840+840 Hebrew Dalet Dagesh
841+841 Hebrew He Dagesh
842+842 Hebrew Vav Dagesh
843+843 Hebrew Vav Holem
844+844 Hebrew Zayin Dagesh
845+845 Hebrew Het Dagesh
846+846 Hebrew Tet Dagesh
847+847 Hebrew Yod Dagesh
848+848 Hebrew Yod Hiriq
849+849 Hebrew Kaf Dagesh
850+850 Hebrew Kaf Dagesh (final)
851+851 Hebrew Kaf Sheva (final)
852+852 Hebrew Kaf Tsere (final)
853+853 Hebrew Kaf Segol (final)
854+854 Hebrew Kaf Patah (final)
855+855 Hebrew Kaf Qamats (final)
856+856 Hebrew Kaf Dagesh Qamats (final)
857+857 Hebrew Lamed Dagesh
858+858 Hebrew Mem Dagesh
859+859 Hebrew Nun Dagesh
860+860 Hebrew Nun Qamats (final)
861+861 Hebrew Samekh Dagesh
862+862 Hebrew Pe Dagesh
863+863 Hebrew Sin Dagesh
864+864 Hebrew Shin Dagesh
865+865 Hebrew Tav Dagesh
866+866 Russian A
867+867 Russian a
868+868 Russian BE
869+869 Russian be
870+870 Russian VE
871+871 Russian ve
872+872 Russian GE
873+873 Russian ge
874+874 Russian DE
875+875 Russian de
876+876 Russian IE
877+877 Russian ie
878+878 Russian YO
879+879 Russian yo
880+880 Russian ZHE
881+881 Russian zhe
882+882 Russian ZE
883+883 Russian ze
884+884 Russian I
885+885 Russian i
886+886 Russian SHORT I
887+887 Russian short i
888+888 Russian KA
889+889 Russian ka
890+890 Russian EL
891+891 Russian el
892+892 Russian EM
893+893 Russian em
894+894 Russian EN
895+895 Russian en
896+896 Russian O
897+897 Russian o
898+898 Russian PE
899+899 Russian pe
900+900 Russian ER
901+901 Russian er
902+902 Russian ES
903+903 Russian es
904+904 Russian TE
905+905 Russian te
906+906 Russian U
907+907 Russian u
908+908 Russian EF
909+909 Russian ef
910+910 Russian KHA
911+911 Russian kha
912+912 Russian TSE
913+913 Russian tse
914+914 Russian CHE
915+915 Russian che
916+916 Russian SHA
917+917 Russian sha
918+918 Russian SHCHA
919+919 Russian shcha
920+920 Russian YER (HARD SIGN)
921+921 Russian yer (hard sign)
922+922 Russian YERY
923+923 Russian yery
924+924 Russian YER' (SOFT SIGN)
925+925 Russian yer' (soft sign)
926+926 Russian REVERSED E
927+927 Russian reversed e
928+928 Russian IU
929+929 Russian iu
930+930 Russian IA
931+931 Russian ia
932+932 Serbian SOFT DJ
933+933 Serbian soft dj
934+934 Macedonian SOFT DJ
935+935 Macedonian soft dj
936+936 Ukrainian YE
937+937 Ukrainian ye
938+938 Macedonian ZELO
939+939 Macedonian zelo
940+940 Ukrainian I
941+941 Ukrainian i
942+942 Ukrainian I WITH TWO DOTS
943+943 Ukrainian i with two dots
944+944 Serbian, Macedonian JE
945+945 Serbian, Macedonian je
946+946 Serbian, Macedonian SOFT L
947+947 Serbian, Macedonian soft l
948+948 Serbian, Macedonian SOFT N
949+949 Serbian, Macedonian soft n
950+950 Serbian SOFT T
951+951 Serbian soft t
952+952 Macedonian SOFT K
953+953 Macedonian soft k
954+954 Byelorussian SHORT U
955+955 Byelorussian short u
956+956 Serbian HARD DJ
957+957 Serbian hard dj
958+958 Old Russian YAT
959+959 Old Russian yat
960+960 Old Russian FITA
961+961 Old Russian fita
962+962 Old Russian IZHITSA
963+963 Old Russian izhitsa
964+964 Old Bulgarian YUS
965+965 Old Bulgarian yus
966+966 Russian A acute
967+967 Russian a acute
968+968 Russian E acute
969+969 Russian e acute
970+970 Russian I acute
971+971 Russian i acute
972+972 Russian O acute
973+973 Russian o acute
974+974 Russian U acute
975+975 Russian u acute
976+976 Russian ERY acute
977+977 Russian ery acute
978+978 Russian REVERSE E acute
979+979 Russian reverse e acute
980+980 Russian YU acute
981+981 Russian yu acute
982+982 Russian YA acute
983+983 Russian ya acute
984+984 Russian A grave
985+985 Russian a grave
986+986 Russian E grave
987+987 Russian e grave
988+988 Russian YO grave
989+989 Russian yo grave
990+990 Russian I grave
991+991 Russian i grave
992+992 Russian O grave
993+993 Russian o grave
994+994 Russian U grave
995+995 Russian u grave
996+996 Russian ERY grave
997+997 Russian ery grave
998+998 Russian REVERSE E grave
999+999 Russian reverse e grave
1000+1000 Russian YU grave
1001+1001 Russian yu grave
1002+1002 Russian YA grave
1003+1003 Russian ya grave
1004+1004 Acute
1005+1005 Grave
1006+1006 Circumflex
1007+1007 Horizontal Bar
1008+1008 Forward Slash
1009+1009 Apostrophe Accent Above
1010+1010 Apostrophe Accent After and Above
1011+1011 Apostrophe Accent Before and Above
1012+1012 Apostrophe Accent Below
1013+1013 Dot Above
1014+1014 Cedilla
1015+1015 Caron
1016+1016 Overline (Long Mark)
1017+1017 Breve
1018+1018 Dotless i
1019+1019 Dotless j
1020+1020 Y Diaeresis
1021+1021 A Breve
1022+1022 a Breve
1023+1023 C Acute
1024+1024 c Acute
1025+1025 C Circumflex
1026+1026 c Circumflex
1027+1027 C Dot Above
1028+1028 c Dot Above
1029+1029 E Dot Above
1030+1030 e Dot Above
1031+1031 G Acute
1032+1032 g Acute
1033+1033 G Breve
1034+1034 g Breve
1035+1035 G Caron
1036+1036 g Caron
1037+1037 G Cedilla
1038+1038 g Cedilla (Apostrophe Above)
1039+1039 G Circumflex
1040+1040 g Circumflex
1041+1041 G Dot Above
1042+1042 g Dot Above
1043+1043 H Circumflex
1044+1044 h Circumflex
1045+1045 H Cross Bar
1046+1046 h Cross Bar
1047+1047 I Dot Above
1048+1048 i Dot Above
1049+1049 I Tilde
1050+1050 i Tilde
1051+1051 IJ Digraph
1052+1052 ij Digraph
1053+1053 J Circumflex
1054+1054 j Circumflex
1055+1055 K Cedilla
1056+1056 k Cedilla
1057+1057 L Acute
1058+1058 l Acute
1059+1059 L Cedilla
1060+1060 l Cedilla
1061+1061 L Center Dot
1062+1062 l Center Dot
1063+1063 L Stroke
1064+1064 l Stroke
1065+1065 N Acute
1066+1066 n Acute
1067+1067 N Apostrophe
1068+1068 n Apostrophe
1069+1069 N Cedilla
1070+1070 n Cedilla
1071+1071 O Double Acute
1072+1072 o Double Acute
1073+1073 OE Digraph
1074+1074 oe Digraph
1075+1075 R Acute
1076+1076 r Acute
1077+1077 R Cedilla
1078+1078 r Cedilla
1079+1079 S Acute
1080+1080 s Acute
1081+1081 S Cedilla
1082+1082 s Cedilla
1083+1083 S Circumflex
1084+1084 s Circumflex
1085+1085 T Cedilla
1086+1086 t Cedilla
1087+1087 T Cross Bar
1088+1088 t Cross Bar
1089+1089 U Breve
1090+1090 u Breve
1091+1091 U Double Acute
1092+1092 u Double Acute
1093+1093 U Tilde
1094+1094 u Tilde
1095+1095 W Circumflex
1096+1096 w Circumflex
1097+1097 Y Circumflex
1098+1098 y Circumflex
1099+1099 Z Acute
1100+1100 z Acute
1101+1101 Z Dot Above
1102+1102 z Dot Above
1103+1103 Y Breve
1104+1104 y Breve
1105+1105 D Apostrophe Beside
1106+1106 d Apostrophe Beside
1107+1107 L Apostrophe Beside
1108+1108 l Apostrophe Beside
1109+1109 O Apostrophe Beside
1110+1110 o Apostrophe Beside
1111+1111 t Apostrophe Beside
1112+1112 U Apostrophe Beside
1113+1113 u Apostrophe Beside
1114+1114 E Breve
1115+1115 e Breve
1116+1116 I Breve
1117+1117 i Breve
1118+1118 O Breve
1119+1119 o Breve
1120+1120 NO-BREAK SPACE
1121+1121 Dot Below
1122+1122 Centred Ring
1123+1123 Double Underline
1124+1124 Macron Below (Underline)
1125+1125 Half Circle Below
1126+1126 Non-connecting Cedilla (Mirrored Ogonek)
1127+1127 Horn
1128+1128 Mjagkij Znak
1129+1129 Tverdyj Znak
1130+1130 Prime
1131+1131 Double Prime
1132+1132 Breve
1133+1133 Macron
1134+1134 Acute
1135+1135 Grave
1136+1136 Circumflex
1137+1137 Hacek
1138+1138 Tilde
1139+1139 Diaeresis (Umlaut)
1140+1140 Cedilla
1141+1141 Horn
1142+1142 Box [Shade 4]
1143+1143 Box [Left Shade]
1144+1144 Box [Top Shade]
1145+1145 Box [Right Shade]
1146+1146 Box [Bottom Shade]
1147+1147 Bullet
1148+1148 Hollow Bullet
1149+1149 Square Bullet
1150+1150 Base Asterisk
1151+1151 Paragraph Sign
1152+1152 Pesetas
1153+1153 Florin/Guilder
1154+1154 Power of 2
1155+1155 Power of n
1156+1156 Power of 3
1157+1157 Right Single Quote
1158+1158 Inverted Single Quote
1159+1159 Right Double Quote
1160+1160 Inverted Double Quote
1161+1161 En Dash
1162+1162 Em Dash
1163+1163 Dagger
1164+1164 Double Dagger
1165+1165 Small Square Bullet
1166+1166 Figure Dash
1167+1167 Ligature ff
1168+1168 Ligature ffi
1169+1169 Ligature ffl
1170+1170 Ligature fi
1171+1171 Ligature fl
1172+1172 Em Leader
1173+1173 Base Single Quote
1174+1174 Base Double Quote
1175+1175 1/3
1176+1176 2/3
1177+1177 1/8
1178+1178 3/8
1179+1179 5/8
1180+1180 7/8
1181+1181 Three Fourths Em Dash
1182+1182 Power of 1
1183+1183 MD (Canadian Registration Mark)
1184+1184 MC (Canadian Trademark Symbol)
1185+1185 Heart Open Card Style
1186+1186 Diamond Open Card Style
1187+1187 Club Open Card Style
1188+1188 Spade Open Card Style
1189+1189 Horizontal Rectangle
1190+1190 Double Exclamation Mark
1191+1191 Bent Radical
1192+1192 Underscored Up and Down Arrow
1193+1193 Empty Ballot Box
1194+1194 Sharp
1195+1195 Flat
1196+1196 Natural
1197+1197 Centreline
1198+1198 Graphic Space
1199+1199 Minus
1200+1200 Plus or Minus
1201+1201 Less Than Or Equal
1202+1202 Greater Than Or Equal
1203+1203 Proportional
1204+1204 Not (Slash)
1205+1205 Division
1206+1206 Absolute Value (Divides)
1207+1207 Left Angle Bracket (Bra)
1208+1208 Right Angle Bracket (Ket)
1209+1209 Similar
1210+1210 Approximately Equal
1211+1211 Equivalent
1212+1212 Member
1213+1213 Intersection
1214+1214 Parallel
1215+1215 Summation
1216+1216 Infinity
1217+1217 Logical Not
1218+1218 Right Arrow
1219+1219 Left Arrow
1220+1220 Up Arrow
1221+1221 Down Arrow
1222+1222 Left and Right Arrow
1223+1223 Up and Down Arrow
1224+1224 Center Dot
1225+1225 Small Circle
1226+1226 Small Solid Circle
1227+1227 Angstrom
1228+1228 Micro
1229+1229 Raised Negative Sign
1230+1230 Multiply (x)
1231+1231 Small Integral
1232+1232 Integral
1233+1233 Product
1234+1234 Minus or Plus
1235+1235 Nabla (Gradient)
1236+1236 Partial Derivative
1237+1237 Prime
1238+1238 Double Prime
1239+1239 Vector
1240+1240 Planck's Constant
1241+1241 fraktur I
1242+1242 fraktur R
1243+1243 Weierstrass
1244+1244 Double Arrow Right (Implies)
1245+1245 Double Arrow Left (Implied By)
1246+1246 Double Arrow Up
1247+1247 Double Arrow Down
1248+1248 Double Arrow Left and Right
1249+1249 Double Arrow Up and Down
1250+1250 Northeast Arrow
1251+1251 Southeast Arrow
1252+1252 Northwest Arrow
1253+1253 Southwest Arrow
1254+1254 Union
1255+1255 Proper Subset
1256+1256 Proper Superset
1257+1257 Reflex Subset (Contained In or Equals)
1258+1258 Reflex Superset (Contains or Equals)
1259+1259 Such That (Contains as a Member)
1260+1260 Empty Set
1261+1261 Left Ceiling
1262+1262 Right Ceiling
1263+1263 Left Floor
1264+1264 Right Floor
1265+1265 Much Less
1266+1266 Much Greater
1267+1267 Angle
1268+1268 Circle Multiply
1269+1269 Circle Plus
1270+1270 Circle Minus
1271+1271 Circle Divide
1272+1272 Circle Dot
1273+1273 Logical And
1274+1274 Logical Or
1275+1275 Logical Exclusive Or
1276+1276 Top
1277+1277 Bottom
1278+1278 Arc Overmark
1279+1279 Assertion
1280+1280 Mirrored Assertion
1281+1281 Square
1282+1282 Left Double Bracket
1283+1283 Right Double Bracket
1284+1284 Not Equal
1285+1285 Not Equivalent
1286+1286 Contour Integral
1287+1287 Capital Weierstrass (???)
1288+1288 Circle (Empty, For Operator)
1289+1289 Defined As (Underscored Triangle)
1290+1290 Solid Star
1291+1291 Triple Prime
1292+1292 Coproduct
1293+1293 Similar or Equal
1294+1294 Congruent
1295+1295 Precedes
1296+1296 Precedes or Equals
1297+1297 Follows
1298+1298 Follows or Equals
1299+1299 There Exists
1300+1300 For All
1301+1301 Multiset Union (U Plus)
1302+1302 Square Intersection
1303+1303 Square Union
1304+1304 Square Reflex Subset
1305+1305 Square Reflex Superset
1306+1306 Big Triangle Up
1307+1307 Big Triangle Down
1308+1308 Small Triangle Left
1309+1309 Small Triangle Right
1310+1310 Bowtie
1311+1311 Smile
1312+1312 Frown
1313+1313 Big Circle
1314+1314 Hook Left Arrow
1315+1315 Hook Right Arrow
1316+1316 Maps To
1317+1317 Left Harpoon Up
1318+1318 Left Harpoon Down
1319+1319 Right Harpoon Up
1320+1320 Right Harpoon Down
1321+1321 Right and Left Harpoons
1322+1322 Triangle Up
1323+1323 Triangle Down
1324+1324 Equal by Definition
1325+1325 Asymptotically Equivalent
1326+1326 Perpendicular Double Right (Models)
1327+1327 Wreath Product
1328+1328 Not Less Than
1329+1329 Neither Less Than Nor Equal
1330+1330 Not Greater Than
1331+1331 Neither Greater Than Nor Equal
1332+1332 Not Similar
1333+1333 Not Similar or Equal
1334+1334 Not Congruent
1335+1335 Not Approximately Equal
1336+1336 Does Not Precede
1337+1337 Neither Precedes Nor Equals
1338+1338 Does Not Follow
1339+1339 Neither Follows Nor Equals
1340+1340 Not Subset
1341+1341 Not Superset
1342+1342 Not Reflex Subset
1343+1343 Not Reflex Superset
1344+1344 Square Not Subset
1345+1345 Square Not Superset
1346+1346 Square Not Reflex Subset
1347+1347 Square Not Reflex Superset
1348+1348 Not Asymptotically Equivalent
1349+1349 There Never Exists
1350+1350 Not a Member (Not an Element)
1351+1351 Questioned Equality
1352+1352 Right Angle
1353+1353 Such That
1354+1354 Axis Ellipses
1355+1355 Baseline Ellipses
1356+1356 Vertical Ellipses
1357+1357 Diagonal Ellipses
1358+1358 Reverse Diagonal Ellipses
1359+1359 Triple Dot Diacritical
1360+1360 Plus
1361+1361 Minus
1362+1362 Equals
1363+1363 Asterisk Multiply
1364+1364 Script Prime
1365+1365 Script Double Prime
1366+1366 Script Triple Prime
1367+1367 Hamiltonian H
1368+1368 Script P
1369+1369 Integral [Top]
1370+1370 Integral [Bottom]
1371+1371 Root [1x High]
1372+1372 Summation [1.5x High]
1373+1373 Product [1.5x High]
1374+1374 Coproduct [1.5x High]
1375+1375 Integral [1.5x High]
1376+1376 Contour Integral [1.5x High]
1377+1377 Absolute Value [1.5x High]
1378+1378 Absolute Value [2x High]
1379+1379 Absolute Value [3x High]
1380+1380 Absolute Value [4x High]
1381+1381 Double Bar [1.5x High]
1382+1382 Double Bar [2x High]
1383+1383 Double Bar [3x High]
1384+1384 Double Bar [4x High]
1385+1385 Left Brace [1.5x High]
1386+1386 Left Brace [2x High]
1387+1387 Left Brace [3x High]
1388+1388 Left Brace [4x High]
1389+1389 Left Brace [Top]
1390+1390 Left Brace [Middle]
1391+1391 Left Brace [Bottom]
1392+1392 Left Brace [Extender]
1393+1393 Right Brace [1.5x High]
1394+1394 Right Brace [2x High]
1395+1395 Right Brace [3x High]
1396+1396 Right Brace [4x High]
1397+1397 Right Brace [Top]
1398+1398 Right Brace [Middle]
1399+1399 Right Brace [Bottom]
1400+1400 Right Brace [Extender]
1401+1401 Left Floor [1.5x High]
1402+1402 Left Floor [2x High]
1403+1403 Left Floor [3x High]
1404+1404 Left Floor [4x High]
1405+1405 Left Floor [Bottom]
1406+1406 Right Floor [1.5x High]
1407+1407 Right Floor [2x High]
1408+1408 Right Floor [3x High]
1409+1409 Right Floor [4x High]
1410+1410 Right Floor [Bottom]
1411+1411 Left Ceiling [1.5x High]
1412+1412 Left Ceiling [2x High]
1413+1413 Left Ceiling [3x High]
1414+1414 Left Ceiling [4x High]
1415+1415 Left Ceiling [Top]
1416+1416 Right Ceiling [1.5x High]
1417+1417 Right Ceiling [2x High]
1418+1418 Right Ceiling [3x High]
1419+1419 Right Ceiling [4x High]
1420+1420 Right Ceiling [Top]
1421+1421 Horiz Arrow [Right]
1422+1422 Horiz Arrow [Left]
1423+1423 Horiz Dbl Arrow [Right]
1424+1424 Horiz Dbl Arrow [Left]
1425+1425 Vert Arrow [Up]
1426+1426 Vert Arrow [Down]
1427+1427 Vert Dbl Arrow [Up]
1428+1428 Vert Dbl Arrow [Down]
1429+1429 Vert Dbl Arrow [Extension]
1430+1430 Left Parenthesis [1.5x High]
1431+1431 Left Parenthesis [2x High]
1432+1432 Left Parenthesis [3x High]
1433+1433 Left Parenthesis [4x High]
1434+1434 Right Parenthesis [1.5x High]
1435+1435 Right Parenthesis [2x High]
1436+1436 Right Parenthesis [3x High]
1437+1437 Right Parenthesis [4x High]
1438+1438 Left Bracket [1.5x High]
1439+1439 Left Bracket [2x High]
1440+1440 Left Bracket [3x High]
1441+1441 Left Bracket [4x High]
1442+1442 Right Bracket [1.5x High]
1443+1443 Right Bracket [2x High]
1444+1444 Right Bracket [3x High]
1445+1445 Right Bracket [4x High]
1446+1446 Left Angle Bracket [1.5x High]
1447+1447 Left Angle Bracket [2x High]
1448+1448 Left Angle Bracket [3x High]
1449+1449 Left Angle Bracket [4x High]
1450+1450 Right Angle Bracket [1.5x High]
1451+1451 Right Angle Bracket [2x High]
1452+1452 Right Angle Bracket [3x High]
1453+1453 Right Angle Bracket [4x High]
1454+1454 Figure Slash [1.5x High]
1455+1455 Figure Slash [2x High]
1456+1456 Figure Slash [3x High]
1457+1457 Figure Slash [4x High]
1458+1458 Figure Backslash [1.5x High]
1459+1459 Figure Backslash [2x High]
1460+1460 Figure Backslash [3x High]
1461+1461 Figure Backslash [4x High]
1462+1462 Union [2x High]
1463+1463 Intersection [2x High]
1464+1464 Multiset Union [1.5x High]
1465+1465 Multiset Union [2x High]
1466+1466 Square Union [1.5x High]
1467+1467 Square Union [2x High]
1468+1468 Logical And [1.5x High]
1469+1469 Logical And [2x High]
1470+1470 Logical Or [1.5x High]
1471+1471 Logical Or [2x High]
1472+1472 Circle Multiply [1.5x High]
1473+1473 Circle Multiply [2x High]
1474+1474 Circle Plus [1.5x High]
1475+1475 Circle Plus [2x High]
1476+1476 Circle Dot [1.5x High]
1477+1477 Circle Dot [2x High]
1478+1478 Horiz Top Brace
1479+1479 Horiz Top Brace [Left End]
1480+1480 Horiz Top Brace [Right End]
1481+1481 Horiz Bottom Brace
1482+1482 Horiz Bottom Brace [Left End]
1483+1483 Horiz Bottom Brace [Right End]
1484+1484 Circumflex Overmark [1.5x Wide]
1485+1485 Circumflex Overmark [2x Wide]
1486+1486 Circumflex Overmark [3x Wide]
1487+1487 Tilde Overmark [1.5x Wide]
1488+1488 Tilde Overmark [2x Wide]
1489+1489 Tilde Overmark [3x Wide]
1490+1490 Bar Overmark [1.5x Wide]
1491+1491 Bar Overmark [2x Wide]
1492+1492 Bar Overmark [3x Wide]
1493+1493 Circle Minus [1.5x High]
1494+1494 Left Double Bracket [1.5x High]
1495+1495 Left Double Bracket [2x High]
1496+1496 Left Double Bracket [3x High]
1497+1497 Left Double Bracket [4x High]
1498+1498 Right Double Bracket [1.5x High]
1499+1499 Right Double Bracket [2x High]
1500+1500 Right Double Bracket [3x High]
1501+1501 Right Double Bracket [4x High]
1502+1502 Horiz Harpoon [Right Harpoon Up]
1503+1503 Horiz Harpoon [Right Harpoon Down]
1504+1504 Horiz Harpoon [Left Harpoon Up]
1505+1505 Horiz Harpoon [Left Harpoon Down]
1506+1506 Two Horiz Harpoons [Extension]
1507+1507 Two Horiz Arrows [Extension]
1508+1508 Mixed Horiz Arrows [Right Top]
1509+1509 Mixed Horiz Arrows [Right Bottom]
1510+1510 Mixed Horiz Arrows [Left Top]
1511+1511 Mixed Horiz Arrows [Left Bottom]
1512+1512 Mixed Horiz Arrows [Extension]
1513+1513 Square Intersection [1.5x High]
1514+1514 ALPHA
1515+1515 alpha
1516+1516 BETA
1517+1517 beta
1518+1518 BETA
1519+1519 GAMMA
1520+1520 gamma
1521+1521 DELTA
1522+1522 delta
1523+1523 EPSILON
1524+1524 epsilon
1525+1525 ZETA
1526+1526 zeta
1527+1527 ETA
1528+1528 eta
1529+1529 THETA
1530+1530 theta
1531+1531 IOTA
1532+1532 iota
1533+1533 KAPPA
1534+1534 kappa
1535+1535 LAMBDA
1536+1536 lambda
1537+1537 lambda bar
1538+1538 MU
1539+1539 mu
1540+1540 NU
1541+1541 nu
1542+1542 XI
1543+1543 xi
1544+1544 OMICRON
1545+1545 omicron
1546+1546 PI
1547+1547 pi
1548+1548 RHO
1549+1549 rho
1550+1550 SIGMA
1551+1551 sigma
1552+1552 SIGMA (Terminal)
1553+1553 sigma (Terminal)
1554+1554 TAU
1555+1555 tau
1556+1556 UPSILON
1557+1557 upsilon
1558+1558 PHI
1559+1559 phi
1560+1560 CHI
1561+1561 chi
1562+1562 PSI
1563+1563 psi
1564+1564 OMEGA
1565+1565 omega
1566+1566 alpha Acute
1567+1567 epsilon Acute
1568+1568 eta Acute
1569+1569 iota Acute
1570+1570 iota Diaeresis
1571+1571 IOTA Diaeresis
1572+1572 omicron Acute
1573+1573 upsilon Acute
1574+1574 upsilon Diaeresis
1575+1575 UPSILON Diaeresis
1576+1576 omega Acute
1577+1577 epsilon (Variant)
1578+1578 theta (Variant)
1579+1579 pi (Variant)
1580+1580 rho (Variant)
1581+1581 sigma (Lunate)
1582+1582 phi (Variant)
1583+1583 pi (Variant)
1584+1584 omega (Variant)
1585+1585 Greek Semicolon
1586+1586 Acute
1587+1587 Diaeresis
1588+1588 Circumflex
1589+1589 Smooth Breathing
1590+1590 Rough Breathing
1591+1591 alpha Grave
1592+1592 alpha Circumflex
1593+1593 alpha Smooth
1594+1594 alpha Smooth Acute
1595+1595 alpha Smooth Grave
1596+1596 alpha Rough
1597+1597 alpha Rough Acute
1598+1598 alpha Rough Grave
1599+1599 epsilon Grave
1600+1600 epsilon Smooth
1601+1601 epsilon Smooth Acute
1602+1602 epsilon Smooth Grave
1603+1603 eta Grave
1604+1604 eta Circumflex
1605+1605 eta Smooth
1606+1606 eta Smooth Acute
1607+1607 eta Smooth Grave
1608+1608 eta Rough
1609+1609 eta Rough Acute
1610+1610 eta Rough Grave
1611+1611 iota Grave
1612+1612 iota Circumflex
1613+1613 iota Smooth
1614+1614 iota Smooth Acute
1615+1615 iota Smooth Grave
1616+1616 iota Rough
1617+1617 iota Rough Acute
1618+1618 iota Rough Grave
1619+1619 omicron Grave
1620+1620 omicron Smooth
1621+1621 omicron Smooth Acute
1622+1622 omicron Smooth Grave
1623+1623 omicron Rough
1624+1624 omicron Rough Acute
1625+1625 omicron Rough Grave
1626+1626 upsilon Grave
1627+1627 upsilon Circumflex
1628+1628 upsilon Smooth
1629+1629 upsilon Smooth Acute
1630+1630 upsilon Smooth Grave
1631+1631 upsilon Rough
1632+1632 upsilon Rough Acute
1633+1633 upsilon Rough Grave
1634+1634 omega Grave
1635+1635 omega Circumflex
1636+1636 omega Smooth
1637+1637 omega Smooth Acute
1638+1638 omega Smooth Grave
1639+1639 omega Rough
1640+1640 omega Rough Acute
1641+1641 omega Rough Grave
1642+1642 High Prime
1643+1643 Low Prime
1644+1644 ALPHA Tonos
1645+1645 alpha Tonos
1646+1646 EPSILON Tonos
1647+1647 epsilon Tonos
1648+1648 ETA Tonos
1649+1649 eta Tonos
1650+1650 IOTA Tonos
1651+1651 iota Tonos
1652+1652 OMICRON Tonos
1653+1653 UPSILON Tonos
1654+1654 upsilon Tonos
1655+1655 OMEGA Tonos
1656+1656 omega Tonos
1657+1657 Old Slovanic EH
1658+1658 Old Slovanic eh
1659+1659 User[0]
1660+1660 User[1]
1661+1661 User[2]
1662+1662 User[3]
1663+1663 User[4]
1664+1664 User[5]
1665+1665 User[6]
1666+1666 User[7]
1667+1667 User[8]
1668+1668 User[9]
1669+1669 User[10]
1670+1670 User[11]
1671+1671 User[12]
1672+1672 User[13]
1673+1673 User[14]
1674+1674 User[15]
1675+1675 User[16]
1676+1676 User[17]
1677+1677 User[18]
1678+1678 User[19]
1679+1679 User[20]
1680+1680 User[21]
1681+1681 User[22]
1682+1682 User[23]
1683+1683 User[24]
1684+1684 User[25]
1685+1685 User[26]
1686+1686 User[27]
1687+1687 User[28]
1688+1688 User[29]
1689+1689 User[30]
1690+1690 User[31]
1691+1691 User[32]
1692+1692 User[33]
1693+1693 User[34]
1694+1694 User[35]
1695+1695 User[36]
1696+1696 User[37]
1697+1697 User[38]
1698+1698 User[39]
1699+1699 User[40]
1700+1700 User[41]
1701+1701 User[42]
1702+1702 User[43]
1703+1703 User[44]
1704+1704 User[45]
1705+1705 User[46]
1706+1706 User[47]
1707+1707 User[48]
1708+1708 User[49]
1709+1709 User[50]
1710+1710 User[51]
1711+1711 User[52]
1712+1712 User[53]
1713+1713 User[54]
1714+1714 User[55]
1715+1715 User[56]
1716+1716 User[57]
1717+1717 User[58]
1718+1718 User[59]
1719+1719 User[60]
1720+1720 User[61]
1721+1721 User[62]
1722+1722 User[63]
1723+1723 User[64]
1724+1724 User[65]
1725+1725 User[66]
1726+1726 User[67]
1727+1727 User[68]
1728+1728 User[69]
1729+1729 User[70]
1730+1730 User[71]
1731+1731 User[72]
1732+1732 User[73]
1733+1733 User[74]
1734+1734 User[75]
1735+1735 User[76]
1736+1736 User[77]
1737+1737 User[78]
1738+1738 User[79]
1739+1739 User[80]
1740+1740 User[81]
1741+1741 User[82]
1742+1742 User[83]
1743+1743 User[84]
1744+1744 User[85]
1745+1745 User[86]
1746+1746 User[87]
1747+1747 User[88]
1748+1748 User[89]
1749+1749 User[90]
1750+1750 User[91]
1751+1751 User[92]
1752+1752 User[93]
1753+1753 User[94]
1754+1754 User[95]
1755+1755 User[96]
1756+1756 User[97]
1757+1757 User[98]
1758+1758 User[99]
1759+1759 User[100]
1760+1760 User[101]
1761+1761 User[102]
1762+1762 User[103]
1763+1763 User[104]
1764+1764 User[105]
1765+1765 User[106]
1766+1766 User[107]
1767+1767 User[108]
1768+1768 User[109]
1769+1769 User[110]
1770+1770 User[111]
1771+1771 User[112]
1772+1772 User[113]
1773+1773 User[114]
1774+1774 User[115]
1775+1775 User[116]
1776+1776 User[117]
1777+1777 User[118]
1778+1778 User[119]
1779+1779 User[120]
1780+1780 User[121]
1781+1781 User[122]
1782+1782 User[123]
1783+1783 User[124]
1784+1784 User[125]
1785+1785 User[126]
1786+1786 User[127]
1787+1787 User[128]
1788+1788 User[129]
1789+1789 User[130]
1790+1790 User[131]
1791+1791 User[132]
1792+1792 User[133]
1793+1793 User[134]
1794+1794 User[135]
1795+1795 User[136]
1796+1796 User[137]
1797+1797 User[138]
1798+1798 User[139]
1799+1799 User[140]
1800+1800 User[141]
1801+1801 User[142]
1802+1802 User[143]
1803+1803 User[144]
1804+1804 User[145]
1805+1805 User[146]
1806+1806 User[147]
1807+1807 User[148]
1808+1808 User[149]
1809+1809 User[150]
1810+1810 User[151]
1811+1811 User[152]
1812+1812 User[153]
1813+1813 User[154]
1814+1814 User[155]
1815+1815 User[156]
1816+1816 User[157]
1817+1817 User[158]
1818+1818 User[159]
1819+1819 User[160]
1820+1820 User[161]
1821+1821 User[162]
1822+1822 User[163]
1823+1823 User[164]
1824+1824 User[165]
1825+1825 User[166]
1826+1826 User[167]
1827+1827 User[168]
1828+1828 User[169]
1829+1829 User[170]
1830+1830 User[171]
1831+1831 User[172]
1832+1832 User[173]
1833+1833 User[174]
1834+1834 User[175]
1835+1835 User[176]
1836+1836 User[177]
1837+1837 User[178]
1838+1838 User[179]
1839+1839 User[180]
1840+1840 User[181]
1841+1841 User[182]
1842+1842 User[183]
1843+1843 User[184]
1844+1844 User[185]
1845+1845 User[186]
1846+1846 User[187]
1847+1847 User[188]
1848+1848 User[189]
1849+1849 User[190]
1850+1850 User[191]
1851+1851 User[192]
1852+1852 User[193]
1853+1853 User[194]
1854+1854 User[195]
1855+1855 User[196]
1856+1856 User[197]
1857+1857 User[198]
1858+1858 User[199]
1859+1859 User[200]
1860+1860 User[201]
1861+1861 User[202]
1862+1862 User[203]
1863+1863 User[204]
1864+1864 User[205]
1865+1865 User[206]
1866+1866 User[207]
1867+1867 User[208]
1868+1868 User[209]
1869+1869 User[210]
1870+1870 User[211]
1871+1871 User[212]
1872+1872 User[213]
1873+1873 User[214]
1874+1874 User[215]
1875+1875 User[216]
1876+1876 User[217]
1877+1877 User[218]
1878+1878 User[219]
1879+1879 User[220]
1880+1880 User[221]
1881+1881 User[222]
1882+1882 User[223]
1883+1883 User[224]
1884+1884 User[225]
1885+1885 User[226]
1886+1886 User[227]
1887+1887 User[228]
1888+1888 User[229]
1889+1889 User[230]
1890+1890 User[231]
1891+1891 User[232]
1892+1892 User[233]
1893+1893 User[234]
1894+1894 User[235]
1895+1895 User[236]
1896+1896 User[237]
1897+1897 User[238]
1898+1898 User[239]
1899+1899 User[240]
1900+1900 User[241]
1901+1901 User[242]
1902+1902 User[243]
1903+1903 User[244]
1904+1904 User[245]
1905+1905 User[246]
1906+1906 User[247]
1907+1907 User[248]
1908+1908 User[249]
1909+1909 User[250]
1910+1910 User[251]
1911+1911 User[252]
1912+1912 User[253]
1913+1913 User[254]
1914+1914 User[255]
diff -r fc3614229d12 -r ffb0e83cb708 trunk/sources.cc/cp_lib/macroman.trn
--- a/trunk/sources.cc/cp_lib/macroman.trn Sun Feb 14 00:45:56 2021 +0100
+++ b/trunk/sources.cc/cp_lib/macroman.trn Wed Feb 17 21:29:30 2021 +0100
@@ -159,74 +159,74 @@
159159 185, /* u Grave */
160160 181, /* u Circumflex */
161161 183, /* u Diaeresis */
162- 1160, /* Dagger */
162+ 1163, /* Dagger */
163163 710, /* Degree */
164164 455, /* Cent */
165165 449, /* Pound/Sterling */
166166 444, /* Section Sign */
167- 1144, /* Bullet */
168- 1148, /* Paragraph Sign */
167+ 1147, /* Bullet */
168+ 1151, /* Paragraph Sign */
169169 137, /* German Double s */
170170 456, /* Registered Trademark */
171171 457, /* Copyright */
172172 466, /* Trademark */
173173 130, /* Acute */
174174 131, /* Diaeresis */
175- 1281, /* Not Equal */
175+ 1284, /* Not Equal */
176176 148, /* AE Digraph */
177177 191, /* O Slash */
178- 1213, /* Infinity */
179- 1197, /* Plus or Minus */
180- 1198, /* Less Than Or Equal */
181- 1199, /* Greater Than Or Equal */
178+ 1216, /* Infinity */
179+ 1200, /* Plus or Minus */
180+ 1201, /* Less Than Or Equal */
181+ 1202, /* Greater Than Or Equal */
182182 450, /* Yen */
183- 1225, /* Micro */
184- 1233, /* Partial Derivative */
185- 1212, /* Summation */
186- 1230, /* Product */
187- 1544, /* pi */
188- 1229, /* Integral */
183+ 1228, /* Micro */
184+ 1236, /* Partial Derivative */
185+ 1215, /* Summation */
186+ 1233, /* Product */
187+ 1547, /* pi */
188+ 1232, /* Integral */
189189 451, /* Feminine Spanish Ordinal */
190190 452, /* Masculine Spanish Ordinal */
191- 1561, /* OMEGA */
191+ 1564, /* OMEGA */
192192 149, /* ae Digraph */
193193 192, /* o Slash */
194194 446, /* Inverted Question Mark */
195195 445, /* Inverted Exclamation Point */
196- 1214, /* Logical Not */
197- 1188, /* Bent Radical */
198- 1150, /* Florin/Guilder */
199- 1207, /* Approximately Equal */
200- 1518, /* DELTA */
196+ 1217, /* Logical Not */
197+ 1191, /* Bent Radical */
198+ 1153, /* Florin/Guilder */
199+ 1210, /* Approximately Equal */
200+ 1521, /* DELTA */
201201 447, /* Left Double Guillemet */
202202 448, /* Right Double Guillemet */
203- 1169, /* Em Leader */
204- 1117, /* NO-BREAK SPACE */
203+ 1172, /* Em Leader */
204+ 1120, /* NO-BREAK SPACE */
205205 144, /* A Grave */
206206 187, /* A Tilde */
207207 193, /* O Tilde */
208- 1070, /* OE Digraph */
209- 1071, /* oe Digraph */
210- 1158, /* En Dash */
211- 1159, /* Em Dash */
212- 1157, /* Inverted Double Quote */
213- 1156, /* Right Double Quote */
214- 1155, /* Inverted Single Quote */
215- 1154, /* Right Single Quote */
216- 1202, /* Division */
208+ 1073, /* OE Digraph */
209+ 1074, /* oe Digraph */
210+ 1161, /* En Dash */
211+ 1162, /* Em Dash */
212+ 1160, /* Inverted Double Quote */
213+ 1159, /* Right Double Quote */
214+ 1158, /* Inverted Single Quote */
215+ 1157, /* Right Single Quote */
216+ 1205, /* Division */
217217 716, /* Lozenge */
218218 186, /* y Diaeresis */
219- 1017, /* Y Diaeresis */
219+ 1020, /* Y Diaeresis */
220220 703, /* Figure Slash (Fraction) */
221221 474, /* European Currency Symbol */
222222 462, /* Left Single Guillemet */
223223 463, /* Right Single Guillemet */
224- 1167, /* Ligature fi */
225- 1168, /* Ligature fl */
226- 1161, /* Double Dagger */
224+ 1170, /* Ligature fi */
225+ 1171, /* Ligature fl */
226+ 1164, /* Double Dagger */
227227 0,
228- 1170, /* Base Single Quote */
229- 1171, /* Base Double Quote */
228+ 1173, /* Base Single Quote */
229+ 1174, /* Base Double Quote */
230230 479, /* Per Thousand */
231231 140, /* A Circumflex */
232232 154, /* E Circumflex */
@@ -244,17 +244,17 @@
244244 178, /* U Acute */
245245 180, /* U Circumflex */
246246 184, /* U Grave */
247- 1015, /* Dotless i */
248- 1003, /* Circumflex */
247+ 1018, /* Dotless i */
248+ 1006, /* Circumflex */
249249 126, /* Tilde */
250250 132, /* Macron */
251- 1014, /* Breve */
252- 1010, /* Dot Above */
251+ 1017, /* Breve */
252+ 1013, /* Dot Above */
253253 134, /* Ring */
254- 1011, /* Cedilla */
254+ 1014, /* Cedilla */
255255 135, /* Double Acute */
256256 136, /* Ogonek */
257- 1012}; /* Caron */
257+ 1015}; /* Caron */
258258
259259 WCpTranslator MacRomaninternal("MacRomanTOinternal",256,MacRoman_internal);
260260
diff -r fc3614229d12 -r ffb0e83cb708 trunk/sources.cc/cp_lib/mtef.trn
--- a/trunk/sources.cc/cp_lib/mtef.trn Sun Feb 14 00:45:56 2021 +0100
+++ b/trunk/sources.cc/cp_lib/mtef.trn Wed Feb 17 21:29:30 2021 +0100
@@ -33,12 +33,12 @@
3333 0,
3434 32, /* Space */
3535 33, /* Exclamation Point */
36- 1297, /* For All */
36+ 1300, /* For All */
3737 35, /* Number/Pound */
38- 1296, /* There Exists */
38+ 1299, /* There Exists */
3939 37, /* Percent */
4040 38, /* Ampersand */
41- 1256, /* Such That (Contains as a Member) */
41+ 1259, /* Such That (Contains as a Member) */
4242 40, /* Left Parenthesis */
4343 41, /* Right Parenthesis */
4444 42, /* Asterisk */
@@ -63,65 +63,65 @@
6363 61, /* Equals */
6464 62, /* Greater Than */
6565 63, /* Question Mark */
66- 1291, /* Congruent */
67- 1511, /* ALPHA */
68- 1513, /* BETA */
69- 1557, /* CHI */
70- 1518, /* DELTA */
71- 1520, /* EPSILON */
72- 1555, /* PHI */
73- 1516, /* GAMMA */
74- 1524, /* ETA */
75- 1528, /* IOTA */
76- 1573, /* theta (Variant) */
77- 1530, /* KAPPA */
78- 1532, /* LAMBDA */
79- 1535, /* MU */
80- 1537, /* NU */
81- 1541, /* OMICRON */
82- 1543, /* PI */
83- 1526, /* THETA */
84- 1545, /* RHO */
85- 1547, /* SIGMA */
86- 1551, /* TAU */
87- 1553, /* UPSILON */
88- 1576, /* sigma (Lunate) */
89- 1561, /* OMEGA */
90- 1539, /* XI */
91- 1559, /* PSI */
92- 1522, /* ZETA */
66+ 1294, /* Congruent */
67+ 1514, /* ALPHA */
68+ 1516, /* BETA */
69+ 1560, /* CHI */
70+ 1521, /* DELTA */
71+ 1523, /* EPSILON */
72+ 1558, /* PHI */
73+ 1519, /* GAMMA */
74+ 1527, /* ETA */
75+ 1531, /* IOTA */
76+ 1578, /* theta (Variant) */
77+ 1533, /* KAPPA */
78+ 1535, /* LAMBDA */
79+ 1538, /* MU */
80+ 1540, /* NU */
81+ 1544, /* OMICRON */
82+ 1546, /* PI */
83+ 1529, /* THETA */
84+ 1548, /* RHO */
85+ 1550, /* SIGMA */
86+ 1554, /* TAU */
87+ 1556, /* UPSILON */
88+ 1581, /* sigma (Lunate) */
89+ 1564, /* OMEGA */
90+ 1542, /* XI */
91+ 1562, /* PSI */
92+ 1525, /* ZETA */
9393 91, /* Left Bracket */
9494 719, /* Therefore */
9595 93, /* Right Bracket */
96- 1274, /* Bottom */
96+ 1277, /* Bottom */
9797 95, /* Underscore */
98- 1013, /* Overline (Long Mark) */
99- 1512, /* alpha */
100- 1514, /* beta */
101- 1558, /* chi */
102- 1519, /* delta */
103- 1521, /* epsilon */
104- 1556, /* phi */
105- 1517, /* gamma */
106- 1525, /* eta */
107- 1529, /* iota */
108- 1577, /* phi (Variant) */
109- 1531, /* kappa */
110- 1533, /* lambda */
111- 1536, /* mu */
112- 1538, /* nu */
113- 1542, /* omicron */
114- 1544, /* pi */
115- 1527, /* theta */
116- 1546, /* rho */
117- 1548, /* sigma */
118- 1552, /* tau */
119- 1554, /* upsilon */
120- 1574, /* pi (Variant) */
121- 1562, /* omega */
122- 1540, /* xi */
123- 1560, /* psi */
124- 1523, /* zeta */
98+ 1016, /* Overline (Long Mark) */
99+ 1515, /* alpha */
100+ 1517, /* beta */
101+ 1561, /* chi */
102+ 1522, /* delta */
103+ 1524, /* epsilon */
104+ 1559, /* phi */
105+ 1520, /* gamma */
106+ 1528, /* eta */
107+ 1532, /* iota */
108+ 1582, /* phi (Variant) */
109+ 1534, /* kappa */
110+ 1536, /* lambda */
111+ 1539, /* mu */
112+ 1541, /* nu */
113+ 1545, /* omicron */
114+ 1547, /* pi */
115+ 1530, /* theta */
116+ 1549, /* rho */
117+ 1551, /* sigma */
118+ 1555, /* tau */
119+ 1557, /* upsilon */
120+ 1579, /* pi (Variant) */
121+ 1565, /* omega */
122+ 1543, /* xi */
123+ 1563, /* psi */
124+ 1526, /* zeta */
125125 123, /* Left Brace */
126126 124, /* Broken Vertical Bar */
127127 125, /* Right Brace */
@@ -160,100 +160,100 @@
160160 0,
161161 0,
162162 0,
163- 1576, /* sigma (Lunate) */
164- 1127, /* Prime */
165- 1198, /* Less Than Or Equal */
163+ 1581, /* sigma (Lunate) */
164+ 1130, /* Prime */
165+ 1201, /* Less Than Or Equal */
166166 703, /* Figure Slash (Fraction) */
167- 1213, /* Infinity */
168- 1150, /* Florin/Guilder */
167+ 1216, /* Infinity */
168+ 1153, /* Florin/Guilder */
169169 617, /* Club Solid Card Style */
170170 618, /* Diamond Solid Card Style */
171171 619, /* Heart Solid Card Style */
172172 620, /* Spade Solid Card Style */
173- 1219, /* Left and Right Arrow */
174- 1216, /* Left Arrow */
175- 1217, /* Up Arrow */
176- 1215, /* Right Arrow */
177- 1218, /* Down Arrow */
173+ 1222, /* Left and Right Arrow */
174+ 1219, /* Left Arrow */
175+ 1220, /* Up Arrow */
176+ 1218, /* Right Arrow */
177+ 1221, /* Down Arrow */
178178 710, /* Degree */
179- 1197, /* Plus or Minus */
180- 1156, /* Right Double Quote */
181- 1199, /* Greater Than Or Equal */
182- 1227, /* Multiply (x) */
183- 1200, /* Proportional */
184- 1233, /* Partial Derivative */
185- 1144, /* Bullet */
186- 1202, /* Division */
187- 1281, /* Not Equal */
188- 1208, /* Equivalent */
189- 1207, /* Approximately Equal */
190- 1352, /* Baseline Ellipses */
179+ 1200, /* Plus or Minus */
180+ 1159, /* Right Double Quote */
181+ 1202, /* Greater Than Or Equal */
182+ 1230, /* Multiply (x) */
183+ 1203, /* Proportional */
184+ 1236, /* Partial Derivative */
185+ 1147, /* Bullet */
186+ 1205, /* Division */
187+ 1284, /* Not Equal */
188+ 1211, /* Equivalent */
189+ 1210, /* Approximately Equal */
190+ 1355, /* Baseline Ellipses */
191191 364, /* Box [top bottom] */
192192 363, /* Box [left right] */
193- 1311, /* Hook Left Arrow */
194- 785, /* Hebrew Alef */
195- 1238, /* fraktur I */
196- 1239, /* fraktur R */
197- 1240, /* Weierstrass */
198- 1265, /* Circle Multiply */
199- 1266, /* Circle Plus */
200- 1257, /* Empty Set */
201- 1210, /* Intersection */
202- 1251, /* Union */
203- 1253, /* Proper Superset */
204- 1255, /* Reflex Superset (Contains or Equals) */
205- 1337, /* Not Subset */
206- 1252, /* Proper Subset */
207- 1254, /* Reflex Subset (Contained In or Equals) */
208- 1209, /* Member */
209- 1347, /* Not a Member (Not an Element) */
210- 1264, /* Angle */
211- 1232, /* Nabla (Gradient) */
193+ 1314, /* Hook Left Arrow */
194+ 788, /* Hebrew Alef */
195+ 1241, /* fraktur I */
196+ 1242, /* fraktur R */
197+ 1243, /* Weierstrass */
198+ 1268, /* Circle Multiply */
199+ 1269, /* Circle Plus */
200+ 1260, /* Empty Set */
201+ 1213, /* Intersection */
202+ 1254, /* Union */
203+ 1256, /* Proper Superset */
204+ 1258, /* Reflex Superset (Contains or Equals) */
205+ 1340, /* Not Subset */
206+ 1255, /* Proper Subset */
207+ 1257, /* Reflex Subset (Contained In or Equals) */
208+ 1212, /* Member */
209+ 1350, /* Not a Member (Not an Element) */
210+ 1267, /* Angle */
211+ 1235, /* Nabla (Gradient) */
212212 456, /* Registered Trademark */
213213 457, /* Copyright */
214214 466, /* Trademark */
215- 1230, /* Product */
216- 1368, /* Root [1x High] */
215+ 1233, /* Product */
216+ 1371, /* Root [1x High] */
217217 128, /* Centered Dot */
218- 1214, /* Logical Not */
219- 1270, /* Logical And */
220- 1271, /* Logical Or */
221- 1245, /* Double Arrow Left and Right */
222- 1242, /* Double Arrow Left (Implied By) */
223- 1243, /* Double Arrow Up */
224- 1241, /* Double Arrow Right (Implies) */
225- 1244, /* Double Arrow Down */
218+ 1217, /* Logical Not */
219+ 1273, /* Logical And */
220+ 1274, /* Logical Or */
221+ 1248, /* Double Arrow Left and Right */
222+ 1245, /* Double Arrow Left (Implied By) */
223+ 1246, /* Double Arrow Up */
224+ 1244, /* Double Arrow Right (Implies) */
225+ 1247, /* Double Arrow Down */
226226 724, /* Diamond */
227- 1204, /* Left Angle Bracket (Bra) */
227+ 1207, /* Left Angle Bracket (Bra) */
228228 456, /* Registered Trademark */
229229 457, /* Copyright */
230230 466, /* Trademark */
231- 1369, /* Summation [1.5x High] */
232- 0,
233- 0,
234- 0,
235- 0,
236- 0,
237- 0,
238- 1386, /* Left Brace [Top] */
239- 1387, /* Left Brace [Middle] */
240- 1388, /* Left Brace [Bottom] */
241- 1389, /* Left Brace [Extender] */
242- 0,
243- 1205, /* Right Angle Bracket (Ket) */
244- 1229, /* Integral */
245- 1366, /* Integral [Top] */
246- 0,
247- 1367, /* Integral [Bottom] */
248- 0,
249- 0,
250- 0,
251- 0,
252- 0,
253- 0,
254- 1394, /* Right Brace [Top] */
255- 1395, /* Right Brace [Middle] */
256- 1396}; /* Right Brace [Bottom] */
231+ 1372, /* Summation [1.5x High] */
232+ 0,
233+ 0,
234+ 0,
235+ 0,
236+ 0,
237+ 0,
238+ 1389, /* Left Brace [Top] */
239+ 1390, /* Left Brace [Middle] */
240+ 1391, /* Left Brace [Bottom] */
241+ 1392, /* Left Brace [Extender] */
242+ 0,
243+ 1208, /* Right Angle Bracket (Ket) */
244+ 1232, /* Integral */
245+ 1369, /* Integral [Top] */
246+ 0,
247+ 1370, /* Integral [Bottom] */
248+ 0,
249+ 0,
250+ 0,
251+ 0,
252+ 0,
253+ 0,
254+ 1397, /* Right Brace [Top] */
255+ 1398, /* Right Brace [Middle] */
256+ 1399}; /* Right Brace [Bottom] */
257257
258258 WCpTranslator symbolinternal("symbolTOinternal",255,symbol_internal);
259259
@@ -587,115 +587,115 @@
587587 0,
588588 0,
589589 0,
590- 1573, /* theta (Variant) */
591- 0,
592- 0,
593- 0,
594- 0,
595- 0,
596- 0,
597- 0,
598- 0,
599- 0,
600- 0,
601- 0,
602- 1576, /* sigma (Lunate) */
603- 0,
604- 0,
605- 0,
606- 0,
607- 0,
608- 0,
609- 0,
610- 0,
611- 0,
612- 0,
613- 1512, /* alpha */
614- 1514, /* beta */
615- 1558, /* chi */
616- 1519, /* delta */
617- 1521, /* epsilon */
618- 1556, /* phi */
619- 1517, /* gamma */
620- 1525, /* eta */
621- 1529, /* iota */
622- 1577, /* phi (Variant) */
623- 1531, /* kappa */
624- 1533, /* lambda */
625- 1536, /* mu */
626- 1538, /* nu */
627- 1542, /* omicron */
628- 1544, /* pi */
629- 1527, /* theta */
630- 1546, /* rho */
631- 1548, /* sigma */
632- 1552, /* tau */
633- 1554, /* upsilon */
634- 1574, /* pi (Variant) */
635- 1562, /* omega */
636- 1540, /* xi */
637- 1560, /* psi */
638- 1523, /* zeta */
639- 0,
640- 0,
641- 0,
642- 0,
643- 0,
644- 0,
645- 0,
646- 0,
647- 0,
648- 0,
649- 0,
650- 0,
651- 0,
652- 0,
653- 0,
654- 0,
655- 0,
656- 0,
657- 0,
658- 0,
659- 0,
660- 0,
661- 0,
662- 0,
663- 0,
664- 0,
665- 0,
666- 0,
667- 0,
668- 0,
669- 0,
670- 0,
671- 0,
672- 0,
673- 0,
674- 0,
675- 0,
676- 0,
677- 0,
678- 0,
679- 0,
680- 0,
681- 0,
682- 0,
683- 0,
684- 0,
685- 0,
686- 0,
687- 0,
688- 0,
689- 0,
690- 0,
691- 0,
692- 0,
693- 0,
694- 0,
695- 0,
696- 0,
697- 0,
698- 1233, /* Partial Derivative */
590+ 1578, /* theta (Variant) */
591+ 0,
592+ 0,
593+ 0,
594+ 0,
595+ 0,
596+ 0,
597+ 0,
598+ 0,
599+ 0,
600+ 0,
601+ 0,
602+ 1581, /* sigma (Lunate) */
603+ 0,
604+ 0,
605+ 0,
606+ 0,
607+ 0,
608+ 0,
609+ 0,
610+ 0,
611+ 0,
612+ 0,
613+ 1515, /* alpha */
614+ 1517, /* beta */
615+ 1561, /* chi */
616+ 1522, /* delta */
617+ 1524, /* epsilon */
618+ 1559, /* phi */
619+ 1520, /* gamma */
620+ 1528, /* eta */
621+ 1532, /* iota */
622+ 1582, /* phi (Variant) */
623+ 1534, /* kappa */
624+ 1536, /* lambda */
625+ 1539, /* mu */
626+ 1541, /* nu */
627+ 1545, /* omicron */
628+ 1547, /* pi */
629+ 1530, /* theta */
630+ 1549, /* rho */
631+ 1551, /* sigma */
632+ 1555, /* tau */
633+ 1557, /* upsilon */
634+ 1579, /* pi (Variant) */
635+ 1565, /* omega */
636+ 1543, /* xi */
637+ 1563, /* psi */
638+ 1526, /* zeta */
639+ 0,
640+ 0,
641+ 0,
642+ 0,
643+ 0,
644+ 0,
645+ 0,
646+ 0,
647+ 0,
648+ 0,
649+ 0,
650+ 0,
651+ 0,
652+ 0,
653+ 0,
654+ 0,
655+ 0,
656+ 0,
657+ 0,
658+ 0,
659+ 0,
660+ 0,
661+ 0,
662+ 0,
663+ 0,
664+ 0,
665+ 0,
666+ 0,
667+ 0,
668+ 0,
669+ 0,
670+ 0,
671+ 0,
672+ 0,
673+ 0,
674+ 0,
675+ 0,
676+ 0,
677+ 0,
678+ 0,
679+ 0,
680+ 0,
681+ 0,
682+ 0,
683+ 0,
684+ 0,
685+ 0,
686+ 0,
687+ 0,
688+ 0,
689+ 0,
690+ 0,
691+ 0,
692+ 0,
693+ 0,
694+ 0,
695+ 0,
696+ 0,
697+ 0,
698+ 1236, /* Partial Derivative */
699699 0,
700700 0,
701701 0,
@@ -834,32 +834,32 @@
834834 0,
835835 0,
836836 0,
837- 1511, /* ALPHA */
838- 1513, /* BETA */
839- 1557, /* CHI */
840- 1518, /* DELTA */
841- 1520, /* EPSILON */
842- 1555, /* PHI */
843- 1516, /* GAMMA */
844- 1524, /* ETA */
845- 1528, /* IOTA */
846- 0,
847- 1530, /* KAPPA */
848- 1532, /* LAMBDA */
849- 1535, /* MU */
850- 1537, /* NU */
851- 1541, /* OMICRON */
852- 1543, /* PI */
853- 1526, /* THETA */
854- 1545, /* RHO */
855- 1547, /* SIGMA */
856- 1551, /* TAU */
857- 1553, /* UPSILON */
858- 0,
859- 1561, /* OMEGA */
860- 1539, /* XI */
861- 1559, /* PSI */
862- 1522, /* ZETA */
837+ 1514, /* ALPHA */
838+ 1516, /* BETA */
839+ 1560, /* CHI */
840+ 1521, /* DELTA */
841+ 1523, /* EPSILON */
842+ 1558, /* PHI */
843+ 1519, /* GAMMA */
844+ 1527, /* ETA */
845+ 1531, /* IOTA */
846+ 0,
847+ 1533, /* KAPPA */
848+ 1535, /* LAMBDA */
849+ 1538, /* MU */
850+ 1540, /* NU */
851+ 1544, /* OMICRON */
852+ 1546, /* PI */
853+ 1529, /* THETA */
854+ 1548, /* RHO */
855+ 1550, /* SIGMA */
856+ 1554, /* TAU */
857+ 1556, /* UPSILON */
858+ 0,
859+ 1564, /* OMEGA */
860+ 1542, /* XI */
861+ 1562, /* PSI */
862+ 1525, /* ZETA */
863863 0,
864864 0,
865865 0,
@@ -1059,12 +1059,12 @@
10591059 0,
10601060 0,
10611061 0,
1062- 1297, /* For All */
1063- 0,
1064- 1296, /* There Exists */
1065- 0,
1066- 0,
1067- 1256, /* Such That (Contains as a Member) */
1062+ 1300, /* For All */
1063+ 0,
1064+ 1299, /* There Exists */
1065+ 0,
1066+ 0,
1067+ 1259, /* Such That (Contains as a Member) */
10681068 0,
10691069 0,
10701070 42, /* Asterisk */
@@ -1089,7 +1089,7 @@
10891089 61, /* Equals */
10901090 0,
10911091 0,
1092- 1291, /* Congruent */
1092+ 1294, /* Congruent */
10931093 0,
10941094 0,
10951095 0,
@@ -1119,154 +1119,154 @@
11191119 0,
11201120 719, /* Therefore */
11211121 0,
1122- 1274, /* Bottom */
1123- 0,
1124- 0,
1125- 1512, /* alpha */
1126- 1514, /* beta */
1127- 1558, /* chi */
1128- 1519, /* delta */
1129- 1521, /* epsilon */
1130- 1556, /* phi */
1131- 1517, /* gamma */
1132- 1525, /* eta */
1133- 1529, /* iota */
1134- 1577, /* phi (Variant) */
1135- 1531, /* kappa */
1136- 1533, /* lambda */
1137- 1536, /* mu */
1138- 1538, /* nu */
1139- 0,
1140- 1544, /* pi */
1141- 1527, /* theta */
1142- 1546, /* rho */
1143- 1548, /* sigma */
1144- 1552, /* tau */
1145- 1554, /* upsilon */
1146- 1574, /* pi (Variant) */
1147- 1562, /* omega */
1148- 1540, /* xi */
1149- 1560, /* psi */
1150- 1523, /* zeta */
1151- 0,
1152- 0,
1153- 0,
1154- 0,
1155- 0,
1156- 0,
1157- 0,
1158- 0,
1159- 0,
1160- 0,
1161- 0,
1162- 0,
1163- 0,
1164- 0,
1165- 0,
1166- 0,
1167- 0,
1168- 0,
1169- 0,
1170- 0,
1171- 0,
1172- 0,
1173- 0,
1174- 0,
1175- 0,
1176- 0,
1177- 0,
1178- 0,
1179- 0,
1180- 0,
1181- 0,
1182- 0,
1183- 0,
1184- 0,
1185- 0,
1186- 0,
1187- 0,
1188- 0,
1189- 0,
1190- 0,
1191- 1198, /* Less Than Or Equal */
1192- 0,
1193- 1213, /* Infinity */
1194- 0,
1195- 0,
1196- 0,
1197- 0,
1198- 0,
1199- 1219, /* Left and Right Arrow */
1200- 1216, /* Left Arrow */
1201- 1217, /* Up Arrow */
1202- 1215, /* Right Arrow */
1203- 1218, /* Down Arrow */
1122+ 1277, /* Bottom */
1123+ 0,
1124+ 0,
1125+ 1515, /* alpha */
1126+ 1517, /* beta */
1127+ 1561, /* chi */
1128+ 1522, /* delta */
1129+ 1524, /* epsilon */
1130+ 1559, /* phi */
1131+ 1520, /* gamma */
1132+ 1528, /* eta */
1133+ 1532, /* iota */
1134+ 1582, /* phi (Variant) */
1135+ 1534, /* kappa */
1136+ 1536, /* lambda */
1137+ 1539, /* mu */
1138+ 1541, /* nu */
1139+ 0,
1140+ 1547, /* pi */
1141+ 1530, /* theta */
1142+ 1549, /* rho */
1143+ 1551, /* sigma */
1144+ 1555, /* tau */
1145+ 1557, /* upsilon */
1146+ 1579, /* pi (Variant) */
1147+ 1565, /* omega */
1148+ 1543, /* xi */
1149+ 1563, /* psi */
1150+ 1526, /* zeta */
1151+ 0,
1152+ 0,
1153+ 0,
1154+ 0,
1155+ 0,
1156+ 0,
1157+ 0,
1158+ 0,
1159+ 0,
1160+ 0,
1161+ 0,
1162+ 0,
1163+ 0,
1164+ 0,
1165+ 0,
1166+ 0,
1167+ 0,
1168+ 0,
1169+ 0,
1170+ 0,
1171+ 0,
1172+ 0,
1173+ 0,
1174+ 0,
1175+ 0,
1176+ 0,
1177+ 0,
1178+ 0,
1179+ 0,
1180+ 0,
1181+ 0,
1182+ 0,
1183+ 0,
1184+ 0,
1185+ 0,
1186+ 0,
1187+ 0,
1188+ 0,
1189+ 0,
1190+ 0,
1191+ 1201, /* Less Than Or Equal */
1192+ 0,
1193+ 1216, /* Infinity */
1194+ 0,
1195+ 0,
1196+ 0,
1197+ 0,
1198+ 0,
1199+ 1222, /* Left and Right Arrow */
1200+ 1219, /* Left Arrow */
1201+ 1220, /* Up Arrow */
1202+ 1218, /* Right Arrow */
1203+ 1221, /* Down Arrow */
12041204 710, /* Degree */
1205- 1197, /* Plus or Minus */
1206- 0,
1207- 1199, /* Greater Than Or Equal */
1208- 1227, /* Multiply (x) */
1209- 1200, /* Proportional */
1210- 1233, /* Partial Derivative */
1211- 1144, /* Bullet */
1212- 1202, /* Division */
1213- 1214, /* Logical Not */
1214- 1208, /* Equivalent */
1215- 1207, /* Approximately Equal */
1216- 0,
1217- 0,
1218- 0,
1219- 1311, /* Hook Left Arrow */
1220- 785, /* Hebrew Alef */
1221- 1238, /* fraktur I */
1222- 1239, /* fraktur R */
1223- 1240, /* Weierstrass */
1224- 1265, /* Circle Multiply */
1225- 1266, /* Circle Plus */
1226- 1257, /* Empty Set */
1227- 1210, /* Intersection */
1228- 1251, /* Union */
1229- 1253, /* Proper Superset */
1230- 1255, /* Reflex Superset (Contains or Equals) */
1231- 0,
1232- 1252, /* Proper Subset */
1233- 1254, /* Reflex Subset (Contained In or Equals) */
1234- 1209, /* Member */
1235- 0,
1236- 1264, /* Angle */
1237- 1232, /* Nabla (Gradient) */
1238- 0,
1239- 0,
1240- 0,
1241- 1230, /* Product */
1205+ 1200, /* Plus or Minus */
1206+ 0,
1207+ 1202, /* Greater Than Or Equal */
1208+ 1230, /* Multiply (x) */
1209+ 1203, /* Proportional */
1210+ 1236, /* Partial Derivative */
1211+ 1147, /* Bullet */
1212+ 1205, /* Division */
1213+ 1217, /* Logical Not */
1214+ 1211, /* Equivalent */
1215+ 1210, /* Approximately Equal */
1216+ 0,
1217+ 0,
1218+ 0,
1219+ 1314, /* Hook Left Arrow */
1220+ 788, /* Hebrew Alef */
1221+ 1241, /* fraktur I */
1222+ 1242, /* fraktur R */
1223+ 1243, /* Weierstrass */
1224+ 1268, /* Circle Multiply */
1225+ 1269, /* Circle Plus */
1226+ 1260, /* Empty Set */
1227+ 1213, /* Intersection */
1228+ 1254, /* Union */
1229+ 1256, /* Proper Superset */
1230+ 1258, /* Reflex Superset (Contains or Equals) */
1231+ 0,
1232+ 1255, /* Proper Subset */
1233+ 1257, /* Reflex Subset (Contained In or Equals) */
1234+ 1212, /* Member */
1235+ 0,
1236+ 1267, /* Angle */
1237+ 1235, /* Nabla (Gradient) */
1238+ 0,
1239+ 0,
1240+ 0,
1241+ 1233, /* Product */
12421242 0,
12431243 128, /* Centered Dot */
1244- 1214, /* Logical Not */
1245- 1270, /* Logical And */
1246- 1271, /* Logical Or */
1247- 1245, /* Double Arrow Left and Right */
1248- 1242, /* Double Arrow Left (Implied By) */
1249- 1243, /* Double Arrow Up */
1250- 1241, /* Double Arrow Right (Implies) */
1251- 1244, /* Double Arrow Down */
1244+ 1217, /* Logical Not */
1245+ 1273, /* Logical And */
1246+ 1274, /* Logical Or */
1247+ 1248, /* Double Arrow Left and Right */
1248+ 1245, /* Double Arrow Left (Implied By) */
1249+ 1246, /* Double Arrow Up */
1250+ 1244, /* Double Arrow Right (Implies) */
1251+ 1247, /* Double Arrow Down */
12521252 724, /* Diamond */
1253- 1204, /* Left Angle Bracket (Bra) */
1254- 0,
1255- 0,
1256- 0,
1257- 1547, /* SIGMA */
1258- 0,
1259- 0,
1260- 0,
1261- 0,
1262- 0,
1263- 0,
1264- 0,
1265- 0,
1266- 0,
1267- 0,
1268- 0,
1269- 1205, /* Right Angle Bracket (Ket) */
1253+ 1207, /* Left Angle Bracket (Bra) */
1254+ 0,
1255+ 0,
1256+ 0,
1257+ 1550, /* SIGMA */
1258+ 0,
1259+ 0,
1260+ 0,
1261+ 0,
1262+ 0,
1263+ 0,
1264+ 0,
1265+ 0,
1266+ 0,
1267+ 0,
1268+ 0,
1269+ 1208, /* Right Angle Bracket (Ket) */
12701270 0,
12711271 0,
12721272 0,
@@ -1604,52 +1604,52 @@
16041604 0,
16051605 0,
16061606 0,
1607- 1289, /* Coproduct */
1608- 0,
1609- 0,
1610- 0,
1611- 0,
1612- 0,
1613- 1460, /* Intersection [2x High] */
1614- 0,
1615- 1169, /* Em Leader */
1616- 1351, /* Axis Ellipses */
1617- 1353, /* Vertical Ellipses */
1618- 1354, /* Diagonal Ellipses */
1607+ 1292, /* Coproduct */
1608+ 0,
1609+ 0,
1610+ 0,
1611+ 0,
1612+ 0,
1613+ 1463, /* Intersection [2x High] */
1614+ 0,
1615+ 1172, /* Em Leader */
1616+ 1354, /* Axis Ellipses */
1617+ 1356, /* Vertical Ellipses */
1618+ 1357, /* Diagonal Ellipses */
16191619 767, /* Dyad Diacritical */
16201620 0,
16211621 718, /* Because */
16221622 0,
16231623 0,
16241624 0,
1625- 1459, /* Union [2x High] */
1626- 0,
1627- 0,
1628- 0,
1629- 0,
1630- 0,
1631- 0,
1632- 0,
1633- 0,
1634- 0,
1635- 0,
1636- 0,
1637- 0,
1638- 1220, /* Up and Down Arrow */
1639- 1246, /* Double Arrow Up and Down */
1640- 0,
1641- 0,
1642- 1294, /* Follows */
1643- 0,
1644- 1043, /* h Cross Bar */
1625+ 1462, /* Union [2x High] */
1626+ 0,
1627+ 0,
1628+ 0,
1629+ 0,
1630+ 0,
1631+ 0,
1632+ 0,
1633+ 0,
1634+ 0,
1635+ 0,
1636+ 0,
1637+ 0,
1638+ 1223, /* Up and Down Arrow */
1639+ 1249, /* Double Arrow Up and Down */
1640+ 0,
1641+ 0,
1642+ 1297, /* Follows */
1643+ 0,
1644+ 1046, /* h Cross Bar */
16451645 0,
16461646 0,
16471647 0,
16481648 712, /* Liter (Script l) */
1649- 1231, /* Minus or Plus */
1650- 0,
1651- 1145, /* Hollow Bullet */
1652- 1292, /* Precedes */
1649+ 1234, /* Minus or Plus */
1650+ 0,
1651+ 1148, /* Hollow Bullet */
1652+ 1295, /* Precedes */
16531653 0,
16541654 0,
16551655 0,
diff -r fc3614229d12 -r ffb0e83cb708 trunk/sources.cc/cp_lib/trn.trn
--- a/trunk/sources.cc/cp_lib/trn.trn Sun Feb 14 00:45:56 2021 +0100
+++ b/trunk/sources.cc/cp_lib/trn.trn Wed Feb 17 21:29:30 2021 +0100
@@ -6,9 +6,9 @@
66 618, /* Diamond Solid Card Style */
77 617, /* Club Solid Card Style */
88 620, /* Spade Solid Card Style */
9- 1144, /* Bullet */
9+ 1147, /* Bullet */
1010 496, /* Inverse Bullet */
11- 1145, /* Hollow Bullet */
11+ 1148, /* Hollow Bullet */
1212 497, /* Inverse Hollow Bullet */
1313 487, /* Male */
1414 488, /* Female */
@@ -17,18 +17,18 @@
1717 489, /* Compass */
1818 705, /* Solid Triangle Right */
1919 706, /* Solid Triangle Left */
20- 1220, /* Up and Down Arrow */
21- 1187, /* Double Exclamation Mark */
22- 1148, /* Paragraph Sign */
20+ 1223, /* Up and Down Arrow */
21+ 1190, /* Double Exclamation Mark */
22+ 1151, /* Paragraph Sign */
2323 444, /* Section Sign */
24- 1186, /* Horizontal Rectangle */
25- 1189, /* Underscored Up and Down Arrow */
26- 1217, /* Up Arrow */
27- 1218, /* Down Arrow */
28- 1215, /* Right Arrow */
29- 1216, /* Left Arrow */
24+ 1189, /* Horizontal Rectangle */
25+ 1192, /* Underscored Up and Down Arrow */
26+ 1220, /* Up Arrow */
27+ 1221, /* Down Arrow */
28+ 1218, /* Right Arrow */
29+ 1219, /* Left Arrow */
3030 495, /* Inverted Beginning of Line */
31- 1219, /* Left and Right Arrow */
31+ 1222, /* Left and Right Arrow */
3232 707, /* Solid Triangle Up */
3333 708, /* Solid Triangle Down */
3434 32, /* Space */
@@ -137,10 +137,10 @@
137137 206, /* c Caron */
138138 210, /* e Caron */
139139 209, /* E Caron */
140- 1054, /* L Acute */
140+ 1057, /* L Acute */
141141 160, /* I Acute */
142142 220, /* l Caron */
143- 1055, /* l Acute */
143+ 1058, /* l Acute */
144144 142, /* A Diaeresis */
145145 138, /* A Acute */
146146 152, /* E Acute */
@@ -169,8 +169,8 @@
169169 172, /* O Circumflex */
170170 228, /* s Caron */
171171 226, /* r Caron */
172- 1073, /* r Acute */
173- 1072, /* R Acute */
172+ 1076, /* r Acute */
173+ 1075, /* R Acute */
174174 454, /* 1/4 */
175175 444, /* Section Sign */
176176 447, /* Left Double Guillemet */
@@ -218,42 +218,42 @@
218218 402, /* Box [LEFT top RIGHT bottom] */
219219 367, /* Box [left top] */
220220 365, /* Box [right bottom] */
221- 1139, /* Box [Shade 4] */
222- 1143, /* Box [Bottom Shade] */
223- 1140, /* Box [Left Shade] */
224- 1142, /* Box [Right Shade] */
225- 1141, /* Box [Top Shade] */
226- 1512, /* alpha */
221+ 1142, /* Box [Shade 4] */
222+ 1146, /* Box [Bottom Shade] */
223+ 1143, /* Box [Left Shade] */
224+ 1145, /* Box [Right Shade] */
225+ 1144, /* Box [Top Shade] */
226+ 1515, /* alpha */
227227 137, /* German Double s */
228- 1516, /* GAMMA */
229- 1544, /* pi */
230- 1547, /* SIGMA */
231- 1548, /* sigma */
232- 1536, /* mu */
233- 1552, /* tau */
234- 1555, /* PHI */
235- 1526, /* THETA */
236- 1561, /* OMEGA */
237- 1519, /* delta */
238- 1213, /* Infinity */
239- 1556, /* phi */
240- 1521, /* epsilon */
241- 1210, /* Intersection */
242- 1208, /* Equivalent */
243- 1197, /* Plus or Minus */
244- 1199, /* Greater Than Or Equal */
245- 1198, /* Less Than Or Equal */
246- 1366, /* Integral [Top] */
247- 1367, /* Integral [Bottom] */
248- 1202, /* Division */
249- 1207, /* Approximately Equal */
228+ 1519, /* GAMMA */
229+ 1547, /* pi */
230+ 1550, /* SIGMA */
231+ 1551, /* sigma */
232+ 1539, /* mu */
233+ 1555, /* tau */
234+ 1558, /* PHI */
235+ 1529, /* THETA */
236+ 1564, /* OMEGA */
237+ 1522, /* delta */
238+ 1216, /* Infinity */
239+ 1559, /* phi */
240+ 1524, /* epsilon */
241+ 1213, /* Intersection */
242+ 1211, /* Equivalent */
243+ 1200, /* Plus or Minus */
244+ 1202, /* Greater Than Or Equal */
245+ 1201, /* Less Than Or Equal */
246+ 1369, /* Integral [Top] */
247+ 1370, /* Integral [Bottom] */
248+ 1205, /* Division */
249+ 1210, /* Approximately Equal */
250250 710, /* Degree */
251- 1221, /* Center Dot */
251+ 1224, /* Center Dot */
252252 709, /* Small Center Dot */
253- 1368, /* Root [1x High] */
254- 1152, /* Power of n */
255- 1151, /* Power of 2 */
256- 1146}; /* Square Bullet */
253+ 1371, /* Root [1x High] */
254+ 1155, /* Power of n */
255+ 1154, /* Power of 2 */
256+ 1149}; /* Square Bullet */
257257
258258 WCpTranslator wp4ainternal("wp4aTOinternal",255,wp4a_internal);
259259
@@ -516,29 +516,29 @@
516516 96, /* Grave */
517517 128, /* Centered Dot */
518518 126, /* Tilde */
519- 1003, /* Circumflex */
520- 1004, /* Horizontal Bar */
519+ 1006, /* Circumflex */
520+ 1007, /* Horizontal Bar */
521521 47, /* Forward Slash */
522522 130, /* Acute */
523523 131, /* Diaeresis */
524524 132, /* Macron */
525- 1006, /* Apostrophe Accent Above */
526- 1007, /* Apostrophe Accent After and Above */
527- 1008, /* Apostrophe Accent Before and Above */
528- 1009, /* Apostrophe Accent Below */
525+ 1009, /* Apostrophe Accent Above */
526+ 1010, /* Apostrophe Accent After and Above */
527+ 1011, /* Apostrophe Accent Before and Above */
528+ 1012, /* Apostrophe Accent Below */
529529 133, /* Apostrophe Accent Beside */
530530 134, /* Ring */
531- 1010, /* Dot Above */
531+ 1013, /* Dot Above */
532532 135, /* Double Acute */
533- 1011, /* Cedilla */
533+ 1014, /* Cedilla */
534534 136, /* Ogonek */
535- 1012, /* Caron */
536- 0,
537- 1013, /* Overline (Long Mark) */
538- 1014, /* Breve */
535+ 1015, /* Caron */
536+ 0,
537+ 1016, /* Overline (Long Mark) */
538+ 1017, /* Breve */
539539 137, /* German Double s */
540- 1015, /* Dotless i */
541- 1016, /* Dotless j */
540+ 1018, /* Dotless i */
541+ 1019, /* Dotless j */
542542 138, /* A Acute */
543543 139, /* a Acute */
544544 140, /* A Circumflex */
@@ -587,7 +587,7 @@
587587 183, /* u Diaeresis */
588588 184, /* U Grave */
589589 185, /* u Grave */
590- 1017, /* Y Diaeresis */
590+ 1020, /* Y Diaeresis */
591591 186, /* y Diaeresis */
592592 187, /* A Tilde */
593593 188, /* a Tilde */
@@ -603,126 +603,126 @@
603603 198, /* Lowercase Eth */
604604 199, /* Uppercase Thorn */
605605 200, /* Lowercase Thorn */
606- 1018, /* A Breve */
607- 1019, /* a Breve */
606+ 1021, /* A Breve */
607+ 1022, /* a Breve */
608608 201, /* A Macron */
609609 202, /* a Macron */
610610 203, /* A Ogonek */
611611 204, /* a Ogonek */
612- 1020, /* C Acute */
613- 1021, /* c Acute */
612+ 1023, /* C Acute */
613+ 1024, /* c Acute */
614614 205, /* C Caron */
615615 206, /* c Caron */
616- 1022, /* C Circumflex */
617- 1023, /* c Circumflex */
618- 1024, /* C Dot Above */
619- 1025, /* c Dot Above */
616+ 1025, /* C Circumflex */
617+ 1026, /* c Circumflex */
618+ 1027, /* C Dot Above */
619+ 1028, /* c Dot Above */
620620 207, /* D Caron */
621621 208, /* d Caron */
622622 209, /* E Caron */
623623 210, /* e Caron */
624- 1026, /* E Dot Above */
625- 1027, /* e Dot Above */
624+ 1029, /* E Dot Above */
625+ 1030, /* e Dot Above */
626626 211, /* E Macron */
627627 212, /* e Macron */
628628 213, /* E Ogonek */
629629 214, /* e Ogonek */
630- 1028, /* G Acute */
631- 1029, /* g Acute */
632- 1030, /* G Breve */
633- 1031, /* g Breve */
634- 1032, /* G Caron */
635- 1033, /* g Caron */
636- 1034, /* G Cedilla */
637- 1035, /* g Cedilla (Apostrophe Above) */
638- 1036, /* G Circumflex */
639- 1037, /* g Circumflex */
640- 1038, /* G Dot Above */
641- 1039, /* g Dot Above */
642- 1040, /* H Circumflex */
643- 1041, /* h Circumflex */
644- 1042, /* H Cross Bar */
645- 1043, /* h Cross Bar */
646- 1044, /* I Dot Above */
647- 1045, /* i Dot Above */
630+ 1031, /* G Acute */
631+ 1032, /* g Acute */
632+ 1033, /* G Breve */
633+ 1034, /* g Breve */
634+ 1035, /* G Caron */
635+ 1036, /* g Caron */
636+ 1037, /* G Cedilla */
637+ 1038, /* g Cedilla (Apostrophe Above) */
638+ 1039, /* G Circumflex */
639+ 1040, /* g Circumflex */
640+ 1041, /* G Dot Above */
641+ 1042, /* g Dot Above */
642+ 1043, /* H Circumflex */
643+ 1044, /* h Circumflex */
644+ 1045, /* H Cross Bar */
645+ 1046, /* h Cross Bar */
646+ 1047, /* I Dot Above */
647+ 1048, /* i Dot Above */
648648 215, /* I Macron */
649649 216, /* i Macron */
650650 217, /* I Ogonek */
651651 218, /* i Ogonek */
652- 1046, /* I Tilde */
653- 1047, /* i Tilde */
654- 1048, /* IJ Digraph */
655- 1049, /* ij Digraph */
656- 1050, /* J Circumflex */
657- 1051, /* j Circumflex */
658- 1052, /* K Cedilla */
659- 1053, /* k Cedilla */
660- 1054, /* L Acute */
661- 1055, /* l Acute */
652+ 1049, /* I Tilde */
653+ 1050, /* i Tilde */
654+ 1051, /* IJ Digraph */
655+ 1052, /* ij Digraph */
656+ 1053, /* J Circumflex */
657+ 1054, /* j Circumflex */
658+ 1055, /* K Cedilla */
659+ 1056, /* k Cedilla */
660+ 1057, /* L Acute */
661+ 1058, /* l Acute */
662662 219, /* L Caron */
663663 220, /* l Caron */
664- 1056, /* L Cedilla */
665- 1057, /* l Cedilla */
666- 1058, /* L Center Dot */
667- 1059, /* l Center Dot */
668- 1060, /* L Stroke */
669- 1061, /* l Stroke */
670- 1062, /* N Acute */
671- 1063, /* n Acute */
672- 1064, /* N Apostrophe */
673- 1065, /* n Apostrophe */
664+ 1059, /* L Cedilla */
665+ 1060, /* l Cedilla */
666+ 1061, /* L Center Dot */
667+ 1062, /* l Center Dot */
668+ 1063, /* L Stroke */
669+ 1064, /* l Stroke */
670+ 1065, /* N Acute */
671+ 1066, /* n Acute */
672+ 1067, /* N Apostrophe */
673+ 1068, /* n Apostrophe */
674674 221, /* N Caron */
675675 222, /* n Caron */
676- 1066, /* N Cedilla */
677- 1067, /* n Cedilla */
678- 1068, /* O Double Acute */
679- 1069, /* o Double Acute */
676+ 1069, /* N Cedilla */
677+ 1070, /* n Cedilla */
678+ 1071, /* O Double Acute */
679+ 1072, /* o Double Acute */
680680 223, /* O Macron */
681681 224, /* o Macron */
682- 1070, /* OE Digraph */
683- 1071, /* oe Digraph */
684- 1072, /* R Acute */
685- 1073, /* r Acute */
682+ 1073, /* OE Digraph */
683+ 1074, /* oe Digraph */
684+ 1075, /* R Acute */
685+ 1076, /* r Acute */
686686 225, /* R Caron */
687687 226, /* r Caron */
688- 1074, /* R Cedilla */
689- 1075, /* r Cedilla */
690- 1076, /* S Acute */
691- 1077, /* s Acute */
688+ 1077, /* R Cedilla */
689+ 1078, /* r Cedilla */
690+ 1079, /* S Acute */
691+ 1080, /* s Acute */
692692 227, /* S Caron */
693693 228, /* s Caron */
694- 1078, /* S Cedilla */
695- 1079, /* s Cedilla */
696- 1080, /* S Circumflex */
697- 1081, /* s Circumflex */
694+ 1081, /* S Cedilla */
695+ 1082, /* s Cedilla */
696+ 1083, /* S Circumflex */
697+ 1084, /* s Circumflex */
698698 229, /* T Caron */
699699 230, /* t Caron */
700- 1082, /* T Cedilla */
701- 1083, /* t Cedilla */
702- 1084, /* T Cross Bar */
703- 1085, /* t Cross Bar */
704- 1086, /* U Breve */
705- 1087, /* u Breve */
706- 1088, /* U Double Acute */
707- 1089, /* u Double Acute */
700+ 1085, /* T Cedilla */
701+ 1086, /* t Cedilla */
702+ 1087, /* T Cross Bar */
703+ 1088, /* t Cross Bar */
704+ 1089, /* U Breve */
705+ 1090, /* u Breve */
706+ 1091, /* U Double Acute */
707+ 1092, /* u Double Acute */
708708 231, /* U Macron */
709709 232, /* u Macron */
710710 233, /* U Ogonek */
711711 234, /* u Ogonek */
712712 235, /* U Ring */
713713 236, /* u Ring */
714- 1090, /* U Tilde */
715- 1091, /* u Tilde */
716- 1092, /* W Circumflex */
717- 1093, /* w Circumflex */
718- 1094, /* Y Circumflex */
719- 1095, /* y Circumflex */
720- 1096, /* Z Acute */
721- 1097, /* z Acute */
714+ 1093, /* U Tilde */
715+ 1094, /* u Tilde */
716+ 1095, /* W Circumflex */
717+ 1096, /* w Circumflex */
718+ 1097, /* Y Circumflex */
719+ 1098, /* y Circumflex */
720+ 1099, /* Z Acute */
721+ 1100, /* z Acute */
722722 237, /* Z Caron */
723723 238, /* z Caron */
724- 1098, /* Z Dot Above */
725- 1099, /* z Dot Above */
724+ 1101, /* Z Dot Above */
725+ 1102, /* z Dot Above */
726726 239, /* Uppercase Eng */
727727 240, /* Lowercase Eng */
728728 241, /* D Macron */
@@ -737,66 +737,66 @@
737737 250, /* s Macron */
738738 251, /* T Macron */
739739 252, /* t Macron */
740- 1100, /* Y Breve */
741- 1101, /* y Breve */
740+ 1103, /* Y Breve */
741+ 1104, /* y Breve */
742742 253, /* Y Grave */
743743 254, /* y Grave */
744- 1102, /* D Apostrophe Beside */
745- 1103, /* d Apostrophe Beside */
746- 1106, /* O Apostrophe Beside */
747- 1107, /* o Apostrophe Beside */
748- 1109, /* U Apostrophe Beside */
749- 1110, /* u Apostrophe Beside */
750- 0,
751- 0,
752- 0,
753- 0,
754- 0,
755- 0,
756- 0,
757- 0,
758- 0,
759- 0,
760- 0,
761- 0,
762- 0,
763- 0,
764- 0,
765- 0,
766- 0,
767- 0,
768- 0,
769- 0,
770- 0,
771- 0,
772- 1118, /* Dot Below */
744+ 1105, /* D Apostrophe Beside */
745+ 1106, /* d Apostrophe Beside */
746+ 1109, /* O Apostrophe Beside */
747+ 1110, /* o Apostrophe Beside */
748+ 1112, /* U Apostrophe Beside */
749+ 1113, /* u Apostrophe Beside */
750+ 0,
751+ 0,
752+ 0,
753+ 0,
754+ 0,
755+ 0,
756+ 0,
757+ 0,
758+ 0,
759+ 0,
760+ 0,
761+ 0,
762+ 0,
763+ 0,
764+ 0,
765+ 0,
766+ 0,
767+ 0,
768+ 0,
769+ 0,
770+ 0,
771+ 0,
772+ 1121, /* Dot Below */
773773 255, /* Double Dot Below */
774- 1119, /* Centred Ring */
774+ 1122, /* Centred Ring */
775775 256, /* Ring Below */
776776 0,
777777 257, /* Circumflex Below */
778- 1120, /* Double Underline */
779- 1121, /* Macron Below (Underline) */
778+ 1123, /* Double Underline */
779+ 1124, /* Macron Below (Underline) */
780780 258, /* Lowercase Greenlandic k */
781- 1122, /* Half Circle Below */
781+ 1125, /* Half Circle Below */
782782 0,
783783 0,
784784 0,
785785 259, /* Mirrored Apsotrophe Accent Below */
786786 260, /* Right Cedilla */
787- 1123, /* Non-connecting Cedilla (Mirrored Ogonek) */
787+ 1126, /* Non-connecting Cedilla (Mirrored Ogonek) */
788788 261, /* Hook (Tail) to the Left */
789789 262, /* Hook (Tail) to the Right */
790790 263, /* Vertical Mark */
791- 1124, /* Horn */
791+ 1127, /* Horn */
792792 264, /* Low Rising Tone Mark */
793793 0,
794794 0,
795795 0,
796796 265, /* Upadhmaniya */
797797 266, /* Candrabindu */
798- 1125, /* Mjagkij Znak */
799- 1126, /* Tverdyj Znak */
798+ 1128, /* Mjagkij Znak */
799+ 1129, /* Tverdyj Znak */
800800 0,
801801 0,
802802 0,
@@ -1028,11 +1028,11 @@
10281028 360, /* Box [Shade 1] */
10291029 361, /* Box [Shade 2] */
10301030 362, /* Box [Shade 3] */
1031- 1139, /* Box [Shade 4] */
1032- 1140, /* Box [Left Shade] */
1033- 1141, /* Box [Top Shade] */
1034- 1142, /* Box [Right Shade] */
1035- 1143, /* Box [Bottom Shade] */
1031+ 1142, /* Box [Shade 4] */
1032+ 1143, /* Box [Left Shade] */
1033+ 1144, /* Box [Top Shade] */
1034+ 1145, /* Box [Right Shade] */
1035+ 1146, /* Box [Bottom Shade] */
10361036 363, /* Box [left right] */
10371037 364, /* Box [top bottom] */
10381038 365, /* Box [right bottom] */
@@ -1281,12 +1281,12 @@
12811281 0,
12821282 0,
12831283 0,
1284- 1144, /* Bullet */
1285- 1145, /* Hollow Bullet */
1286- 1146, /* Square Bullet */
1284+ 1147, /* Bullet */
1285+ 1148, /* Hollow Bullet */
1286+ 1149, /* Square Bullet */
12871287 443, /* Small Bullet */
1288- 1147, /* Base Asterisk */
1289- 1148, /* Paragraph Sign */
1288+ 1150, /* Base Asterisk */
1289+ 1151, /* Paragraph Sign */
12901290 444, /* Section Sign */
12911291 445, /* Inverted Exclamation Point */
12921292 446, /* Inverted Question Mark */
@@ -1294,63 +1294,63 @@
12941294 448, /* Right Double Guillemet */
12951295 449, /* Pound/Sterling */
12961296 450, /* Yen */
1297- 1149, /* Pesetas */
1298- 1150, /* Florin/Guilder */
1297+ 1152, /* Pesetas */
1298+ 1153, /* Florin/Guilder */
12991299 451, /* Feminine Spanish Ordinal */
13001300 452, /* Masculine Spanish Ordinal */
13011301 453, /* 1/2 */
13021302 454, /* 1/4 */
13031303 455, /* Cent */
1304- 1151, /* Power of 2 */
1305- 1152, /* Power of n */
1304+ 1154, /* Power of 2 */
1305+ 1155, /* Power of n */
13061306 456, /* Registered Trademark */
13071307 457, /* Copyright */
13081308 458, /* General Currency Symbol */
13091309 459, /* 3/4 */
1310- 1153, /* Power of 3 */
1310+ 1156, /* Power of 3 */
13111311 460, /* Left Single Quote */
1312- 1154, /* Right Single Quote */
1313- 1155, /* Inverted Single Quote */
1312+ 1157, /* Right Single Quote */
1313+ 1158, /* Inverted Single Quote */
13141314 461, /* Left Double Quote */
1315- 1156, /* Right Double Quote */
1316- 1157, /* Inverted Double Quote */
1317- 1158, /* En Dash */
1318- 1159, /* Em Dash */
1315+ 1159, /* Right Double Quote */
1316+ 1160, /* Inverted Double Quote */
1317+ 1161, /* En Dash */
1318+ 1162, /* Em Dash */
13191319 462, /* Left Single Guillemet */
13201320 463, /* Right Single Guillemet */
13211321 464, /* Large Hollow Bullet */
13221322 465, /* Large Hollow Square Bullet */
1323- 1160, /* Dagger */
1324- 1161, /* Double Dagger */
1323+ 1163, /* Dagger */
1324+ 1164, /* Double Dagger */
13251325 466, /* Trademark */
13261326 467, /* Servicemark */
13271327 468, /* Prescription (Rx) */
13281328 469, /* Large Bullet */
13291329 470, /* Small Hollow Bullet */
13301330 471, /* Large Square Bullet */
1331- 1162, /* Small Square Bullet */
1331+ 1165, /* Small Square Bullet */
13321332 472, /* Hollow Square Bullet */
13331333 0,
1334- 1163, /* Figure Dash */
1335- 1164, /* Ligature ff */
1336- 1165, /* Ligature ffi */
1337- 1166, /* Ligature ffl */
1338- 1167, /* Ligature fi */
1339- 1168, /* Ligature fl */
1340- 1169, /* Em Leader */
1334+ 1166, /* Figure Dash */
1335+ 1167, /* Ligature ff */
1336+ 1168, /* Ligature ffi */
1337+ 1169, /* Ligature ffl */
1338+ 1170, /* Ligature fi */
1339+ 1171, /* Ligature fl */
1340+ 1172, /* Em Leader */
13411341 473, /* Milreis/Escudo */
13421342 0,
13431343 0,
13441344 474, /* European Currency Symbol */
13451345 475, /* Lire (Italian currency symbol) */
1346- 1170, /* Base Single Quote */
1347- 1171, /* Base Double Quote */
1348- 1172, /* 1/3 */
1349- 1173, /* 2/3 */
1350- 1174, /* 1/8 */
1351- 1175, /* 3/8 */
1352- 1176, /* 5/8 */
1353- 1177, /* 7/8 */
1346+ 1173, /* Base Single Quote */
1347+ 1174, /* Base Double Quote */
1348+ 1175, /* 1/3 */
1349+ 1176, /* 2/3 */
1350+ 1177, /* 1/8 */
1351+ 1178, /* 3/8 */
1352+ 1179, /* 5/8 */
1353+ 1180, /* 7/8 */
13541354 476, /* Circle M */
13551355 477, /* Circle P */
13561356 478, /* Circle U */
@@ -1358,8 +1358,8 @@
13581358 0,
13591359 479, /* Per Thousand */
13601360 480, /* Number (No.) */
1361- 1178, /* Three Fourths Em Dash */
1362- 1179, /* Power of 1 */
1361+ 1181, /* Three Fourths Em Dash */
1362+ 1182, /* Power of 1 */
13631363 481, /* HT (Horizontal Tab) */
13641364 482, /* FF (Form Feed) */
13651365 483, /* CR (Carriage Return) */
@@ -1548,11 +1548,11 @@
15481548 491, /* Dark Happy Face */
15491549 492, /* Eighth Note */
15501550 493, /* Sixteenth Notes */
1551- 1186, /* Horizontal Rectangle */
1552- 0,
1553- 1187, /* Double Exclamation Mark */
1554- 1188, /* Bent Radical */
1555- 1189, /* Underscored Up and Down Arrow */
1551+ 1189, /* Horizontal Rectangle */
1552+ 0,
1553+ 1190, /* Double Exclamation Mark */
1554+ 1191, /* Bent Radical */
1555+ 1192, /* Underscored Up and Down Arrow */
15561556 494, /* Beginning of Line */
15571557 495, /* Inverted Beginning of Line */
15581558 496, /* Inverse Bullet */
@@ -1561,17 +1561,17 @@
15611561 499, /* Right Pointing Index */
15621562 500, /* Left Pointing Index */
15631563 501, /* Check Mark */
1564- 1190, /* Empty Ballot Box */
1564+ 1193, /* Empty Ballot Box */
15651565 502, /* Marked Ballot Box */
15661566 503, /* Sad Face */
1567- 1191, /* Sharp */
1568- 1192, /* Flat */
1569- 1193, /* Natural */
1567+ 1194, /* Sharp */
1568+ 1195, /* Flat */
1569+ 1196, /* Natural */
15701570 504, /* Telephone */
15711571 505, /* Clock */
15721572 506, /* Hourglass */
1573- 1194, /* Centreline */
1574- 1195, /* Graphic Space */
1573+ 1197, /* Centreline */
1574+ 1198, /* Graphic Space */
15751575 0,
15761576 0,
15771577 0,
@@ -1794,158 +1794,158 @@
17941794 0,
17951795 0,
17961796 45, /* Minus */
1797- 1197, /* Plus or Minus */
1798- 1198, /* Less Than Or Equal */
1799- 1199, /* Greater Than Or Equal */
1800- 1200, /* Proportional */
1801- 1201, /* Not (Slash) */
1797+ 1200, /* Plus or Minus */
1798+ 1201, /* Less Than Or Equal */
1799+ 1202, /* Greater Than Or Equal */
1800+ 1203, /* Proportional */
1801+ 1204, /* Not (Slash) */
18021802 703, /* Figure Slash (Fraction) */
18031803 704, /* Figure Backslash (Set Minus) */
1804- 1202, /* Division */
1805- 1203, /* Absolute Value (Divides) */
1806- 1204, /* Left Angle Bracket (Bra) */
1807- 1205, /* Right Angle Bracket (Ket) */
1808- 1206, /* Similar */
1809- 1207, /* Approximately Equal */
1810- 1208, /* Equivalent */
1811- 1209, /* Member */
1812- 1210, /* Intersection */
1813- 1211, /* Parallel */
1814- 1212, /* Summation */
1815- 1213, /* Infinity */
1816- 1214, /* Logical Not */
1817- 1215, /* Right Arrow */
1818- 1216, /* Left Arrow */
1819- 1217, /* Up Arrow */
1820- 1218, /* Down Arrow */
1821- 1219, /* Left and Right Arrow */
1822- 1220, /* Up and Down Arrow */
1804+ 1205, /* Division */
1805+ 1206, /* Absolute Value (Divides) */
1806+ 1207, /* Left Angle Bracket (Bra) */
1807+ 1208, /* Right Angle Bracket (Ket) */
1808+ 1209, /* Similar */
1809+ 1210, /* Approximately Equal */
1810+ 1211, /* Equivalent */
1811+ 1212, /* Member */
1812+ 1213, /* Intersection */
1813+ 1214, /* Parallel */
1814+ 1215, /* Summation */
1815+ 1216, /* Infinity */
1816+ 1217, /* Logical Not */
1817+ 1218, /* Right Arrow */
1818+ 1219, /* Left Arrow */
1819+ 1220, /* Up Arrow */
1820+ 1221, /* Down Arrow */
1821+ 1222, /* Left and Right Arrow */
1822+ 1223, /* Up and Down Arrow */
18231823 705, /* Solid Triangle Right */
18241824 706, /* Solid Triangle Left */
18251825 707, /* Solid Triangle Up */
18261826 708, /* Solid Triangle Down */
1827- 1221, /* Center Dot */
1827+ 1224, /* Center Dot */
18281828 709, /* Small Center Dot */
1829- 1222, /* Small Circle */
1830- 1223, /* Small Solid Circle */
1831- 1224, /* Angstrom */
1829+ 1225, /* Small Circle */
1830+ 1226, /* Small Solid Circle */
1831+ 1227, /* Angstrom */
18321832 710, /* Degree */
1833- 1225, /* Micro */
1834- 1226, /* Raised Negative Sign */
1835- 1227, /* Multiply (x) */
1836- 1229, /* Integral */
1837- 1230, /* Product */
1838- 1231, /* Minus or Plus */
1839- 1232, /* Nabla (Gradient) */
1840- 1233, /* Partial Derivative */
1841- 1127, /* Prime */
1842- 1128, /* Double Prime */
1843- 1236, /* Vector */
1833+ 1228, /* Micro */
1834+ 1229, /* Raised Negative Sign */
1835+ 1230, /* Multiply (x) */
1836+ 1232, /* Integral */
1837+ 1233, /* Product */
1838+ 1234, /* Minus or Plus */
1839+ 1235, /* Nabla (Gradient) */
1840+ 1236, /* Partial Derivative */
1841+ 1130, /* Prime */
1842+ 1131, /* Double Prime */
1843+ 1239, /* Vector */
18441844 711, /* Error (Script e) */
18451845 712, /* Liter (Script l) */
1846- 1237, /* Planck's Constant */
1847- 1238, /* fraktur I */
1848- 1239, /* fraktur R */
1849- 1240, /* Weierstrass */
1846+ 1240, /* Planck's Constant */
1847+ 1241, /* fraktur I */
1848+ 1242, /* fraktur R */
1849+ 1243, /* Weierstrass */
18501850 713, /* Right and Left Arrows */
18511851 714, /* Left and Right Arrows */
1852- 1241, /* Double Arrow Right (Implies) */
1853- 1242, /* Double Arrow Left (Implied By) */
1854- 1243, /* Double Arrow Up */
1855- 1244, /* Double Arrow Down */
1856- 1245, /* Double Arrow Left and Right */
1857- 1246, /* Double Arrow Up and Down */
1858- 1247, /* Northeast Arrow */
1859- 1248, /* Southeast Arrow */
1860- 1249, /* Northwest Arrow */
1861- 1250, /* Southwest Arrow */
1862- 1251, /* Union */
1863- 1252, /* Proper Subset */
1864- 1253, /* Proper Superset */
1865- 1254, /* Reflex Subset (Contained In or Equals) */
1866- 1255, /* Reflex Superset (Contains or Equals) */
1867- 1256, /* Such That (Contains as a Member) */
1868- 1257, /* Empty Set */
1869- 1258, /* Left Ceiling */
1870- 1259, /* Right Ceiling */
1871- 1260, /* Left Floor */
1872- 1261, /* Right Floor */
1873- 1262, /* Much Less */
1874- 1263, /* Much Greater */
1875- 1264, /* Angle */
1876- 1265, /* Circle Multiply */
1877- 1266, /* Circle Plus */
1878- 1267, /* Circle Minus */
1879- 1268, /* Circle Divide */
1880- 1269, /* Circle Dot */
1881- 1270, /* Logical And */
1882- 1271, /* Logical Or */
1883- 1272, /* Logical Exclusive Or */
1884- 1273, /* Top */
1885- 1274, /* Bottom */
1886- 1275, /* Arc Overmark */
1887- 1276, /* Assertion */
1888- 1277, /* Mirrored Assertion */
1889- 1278, /* Square */
1852+ 1244, /* Double Arrow Right (Implies) */
1853+ 1245, /* Double Arrow Left (Implied By) */
1854+ 1246, /* Double Arrow Up */
1855+ 1247, /* Double Arrow Down */
1856+ 1248, /* Double Arrow Left and Right */
1857+ 1249, /* Double Arrow Up and Down */
1858+ 1250, /* Northeast Arrow */
1859+ 1251, /* Southeast Arrow */
1860+ 1252, /* Northwest Arrow */
1861+ 1253, /* Southwest Arrow */
1862+ 1254, /* Union */
1863+ 1255, /* Proper Subset */
1864+ 1256, /* Proper Superset */
1865+ 1257, /* Reflex Subset (Contained In or Equals) */
1866+ 1258, /* Reflex Superset (Contains or Equals) */
1867+ 1259, /* Such That (Contains as a Member) */
1868+ 1260, /* Empty Set */
1869+ 1261, /* Left Ceiling */
1870+ 1262, /* Right Ceiling */
1871+ 1263, /* Left Floor */
1872+ 1264, /* Right Floor */
1873+ 1265, /* Much Less */
1874+ 1266, /* Much Greater */
1875+ 1267, /* Angle */
1876+ 1268, /* Circle Multiply */
1877+ 1269, /* Circle Plus */
1878+ 1270, /* Circle Minus */
1879+ 1271, /* Circle Divide */
1880+ 1272, /* Circle Dot */
1881+ 1273, /* Logical And */
1882+ 1274, /* Logical Or */
1883+ 1275, /* Logical Exclusive Or */
1884+ 1276, /* Top */
1885+ 1277, /* Bottom */
1886+ 1278, /* Arc Overmark */
1887+ 1279, /* Assertion */
1888+ 1280, /* Mirrored Assertion */
1889+ 1281, /* Square */
18901890 715, /* Solid Square */
18911891 716, /* Lozenge */
18921892 717, /* Solid Lozenge */
1893- 1279, /* Left Double Bracket */
1894- 1280, /* Right Double Bracket */
1895- 1281, /* Not Equal */
1896- 1282, /* Not Equivalent */
1893+ 1282, /* Left Double Bracket */
1894+ 1283, /* Right Double Bracket */
1895+ 1284, /* Not Equal */
1896+ 1285, /* Not Equivalent */
18971897 718, /* Because */
18981898 719, /* Therefore */
18991899 720, /* Identical (Four Dots) */
1900- 1283, /* Contour Integral */
1900+ 1286, /* Contour Integral */
19011901 721, /* Laplace Transform (Script L) */
19021902 722, /* fraktur C */
19031903 723, /* fraktur Z */
1904- 1284, /* Capital Weierstrass (???) */
1905- 1285, /* Circle (Empty, For Operator) */
1906- 1286, /* Defined As (Underscored Triangle) */
1904+ 1287, /* Capital Weierstrass (???) */
1905+ 1288, /* Circle (Empty, For Operator) */
1906+ 1289, /* Defined As (Underscored Triangle) */
19071907 724, /* Diamond */
1908- 1287, /* Solid Star */
1909- 1288, /* Triple Prime */
1910- 1289, /* Coproduct */
1911- 1290, /* Similar or Equal */
1912- 1291, /* Congruent */
1913- 1292, /* Precedes */
1914- 1293, /* Precedes or Equals */
1915- 1294, /* Follows */
1916- 1295, /* Follows or Equals */
1917- 1296, /* There Exists */
1918- 1297, /* For All */
1908+ 1290, /* Solid Star */
1909+ 1291, /* Triple Prime */
1910+ 1292, /* Coproduct */
1911+ 1293, /* Similar or Equal */
1912+ 1294, /* Congruent */
1913+ 1295, /* Precedes */
1914+ 1296, /* Precedes or Equals */
1915+ 1297, /* Follows */
1916+ 1298, /* Follows or Equals */
1917+ 1299, /* There Exists */
1918+ 1300, /* For All */
19191919 725, /* Much Much Less */
19201920 726, /* Much Much Greater */
1921- 1298, /* Multiset Union (U Plus) */
1921+ 1301, /* Multiset Union (U Plus) */
19221922 727, /* Subset But Does Not Equal */
19231923 728, /* Superset But Does Not Equal */
1924- 1299, /* Square Intersection */
1925- 1300, /* Square Union */
1924+ 1302, /* Square Intersection */
1925+ 1303, /* Square Union */
19261926 729, /* Square Proper Subset */
1927- 1301, /* Square Reflex Subset */
1927+ 1304, /* Square Reflex Subset */
19281928 0,
19291929 730, /* Square Proper Superset */
1930- 1302, /* Square Reflex Superset */
1931- 0,
1932- 1303, /* Big Triangle Up */
1933- 1304, /* Big Triangle Down */
1934- 1305, /* Small Triangle Left */
1935- 1306, /* Small Triangle Right */
1936- 1307, /* Bowtie */
1937- 1308, /* Smile */
1938- 1309, /* Frown */
1939- 1310, /* Big Circle */
1930+ 1305, /* Square Reflex Superset */
1931+ 0,
1932+ 1306, /* Big Triangle Up */
1933+ 1307, /* Big Triangle Down */
1934+ 1308, /* Small Triangle Left */
1935+ 1309, /* Small Triangle Right */
1936+ 1310, /* Bowtie */
1937+ 1311, /* Smile */
1938+ 1312, /* Frown */
1939+ 1313, /* Big Circle */
19401940 731, /* Curly Right Arrow */
1941- 1311, /* Hook Left Arrow */
1942- 1312, /* Hook Right Arrow */
1943- 1313, /* Maps To */
1944- 1314, /* Left Harpoon Up */
1945- 1315, /* Left Harpoon Down */
1946- 1316, /* Right Harpoon Up */
1947- 1317, /* Right Harpoon Down */
1948- 1318, /* Right and Left Harpoons */
1941+ 1314, /* Hook Left Arrow */
1942+ 1315, /* Hook Right Arrow */
1943+ 1316, /* Maps To */
1944+ 1317, /* Left Harpoon Up */
1945+ 1318, /* Left Harpoon Down */
1946+ 1319, /* Right Harpoon Up */
1947+ 1320, /* Right Harpoon Down */
1948+ 1321, /* Right and Left Harpoons */
19491949 732, /* Left and Right Harpoons */
19501950 733, /* Up Harpoon Left */
19511951 734, /* Up Harpoon Right (Restriction) */
@@ -1965,44 +1965,44 @@
19651965 748, /* Spherical Angle */
19661966 749, /* Triangle Left */
19671967 750, /* Triangle Right */
1968- 1319, /* Triangle Up */
1969- 1320, /* Triangle Down */
1968+ 1322, /* Triangle Up */
1969+ 1323, /* Triangle Down */
19701970 751, /* Direct Sum (Dot Plus) */
1971- 1321, /* Equal by Definition */
1971+ 1324, /* Equal by Definition */
19721972 752, /* Image (Falling Dots Equals) */
19731973 753, /* Reverse Image (Rising Dots Equals) */
19741974 754, /* Isomorphic */
1975- 1322, /* Asymptotically Equivalent */
1976- 1323, /* Perpendicular Double Right (Models) */
1975+ 1325, /* Asymptotically Equivalent */
1976+ 1326, /* Perpendicular Double Right (Models) */
19771977 755, /* Corresponds To */
19781978 756, /* Between (Quantic) */
1979- 1324, /* Wreath Product */
1979+ 1327, /* Wreath Product */
19801980 757, /* Large Solid Star */
1981- 1325, /* Not Less Than */
1982- 1326, /* Neither Less Than Nor Equal */
1983- 1327, /* Not Greater Than */
1984- 1328, /* Neither Greater Than Nor Equal */
1985- 1329, /* Not Similar */
1986- 1330, /* Not Similar or Equal */
1987- 1331, /* Not Congruent */
1988- 1332, /* Not Approximately Equal */
1989- 1333, /* Does Not Precede */
1990- 1334, /* Neither Precedes Nor Equals */
1991- 1335, /* Does Not Follow */
1992- 1336, /* Neither Follows Nor Equals */
1993- 1337, /* Not Subset */
1994- 1338, /* Not Superset */
1995- 1339, /* Not Reflex Subset */
1996- 1340, /* Not Reflex Superset */
1997- 1341, /* Square Not Subset */
1998- 1342, /* Square Not Superset */
1999- 1343, /* Square Not Reflex Subset */
2000- 1344, /* Square Not Reflex Superset */
1981+ 1328, /* Not Less Than */
1982+ 1329, /* Neither Less Than Nor Equal */
1983+ 1330, /* Not Greater Than */
1984+ 1331, /* Neither Greater Than Nor Equal */
1985+ 1332, /* Not Similar */
1986+ 1333, /* Not Similar or Equal */
1987+ 1334, /* Not Congruent */
1988+ 1335, /* Not Approximately Equal */
1989+ 1336, /* Does Not Precede */
1990+ 1337, /* Neither Precedes Nor Equals */
1991+ 1338, /* Does Not Follow */
1992+ 1339, /* Neither Follows Nor Equals */
1993+ 1340, /* Not Subset */
1994+ 1341, /* Not Superset */
1995+ 1342, /* Not Reflex Subset */
1996+ 1343, /* Not Reflex Superset */
1997+ 1344, /* Square Not Subset */
1998+ 1345, /* Square Not Superset */
1999+ 1346, /* Square Not Reflex Subset */
2000+ 1347, /* Square Not Reflex Superset */
20012001 758, /* Not Parallel */
20022002 759, /* Does Not Divide */
2003- 1345, /* Not Asymptotically Equivalent */
2004- 1346, /* There Never Exists */
2005- 1347, /* Not a Member (Not an Element) */
2003+ 1348, /* Not Asymptotically Equivalent */
2004+ 1349, /* There Never Exists */
2005+ 1350, /* Not a Member (Not an Element) */
20062006 760, /* Not Isomorphic */
20072007 761, /* EMF (Script E) */
20082008 762, /* Fourier Transform (Script F) */
@@ -2010,267 +2010,267 @@
20102010 764, /* Integer (Hollow I) */
20112011 765, /* Natural Number (Hollow N) */
20122012 766, /* Real Number (Hollow R) */
2013- 1348, /* Questioned Equality */
2014- 1349, /* Right Angle */
2015- 1350, /* Such That */
2016- 1351, /* Axis Ellipses */
2017- 1352, /* Baseline Ellipses */
2018- 1353, /* Vertical Ellipses */
2019- 1354, /* Diagonal Ellipses */
2020- 1356, /* Triple Dot Diacritical */
2013+ 1351, /* Questioned Equality */
2014+ 1352, /* Right Angle */
2015+ 1353, /* Such That */
2016+ 1354, /* Axis Ellipses */
2017+ 1355, /* Baseline Ellipses */
2018+ 1356, /* Vertical Ellipses */
2019+ 1357, /* Diagonal Ellipses */
2020+ 1359, /* Triple Dot Diacritical */
20212021 767, /* Dyad Diacritical */
20222022 43, /* Plus */
20232023 45, /* Minus */
20242024 61, /* Equals */
2025- 1360, /* Asterisk Multiply */
2026- 1361, /* Script Prime */
2027- 1362, /* Script Double Prime */
2028- 1363, /* Script Triple Prime */
2029- 1364, /* Hamiltonian H */
2030- 1365, /* Script P */
2031- 0,
2032- 0,
2033- 0,
2034- 0,
2035- 0,
2036- 0,
2037- 0,
2038- 0,
2039- 0,
2040- 0,
2041- 0,
2042- 0,
2043- 0,
2044- 0,
2045- 0,
2046- 0,
2047- 0,
2048- 0,
2049- 0,
2050- 0,
2051- 0,
2052- 1366, /* Integral [Top] */
2053- 1367, /* Integral [Bottom] */
2054- 0,
2055- 0,
2056- 1368, /* Root [1x High] */
2057- 0,
2058- 1369, /* Summation [1.5x High] */
2059- 1370, /* Product [1.5x High] */
2060- 1371, /* Coproduct [1.5x High] */
2061- 1372, /* Integral [1.5x High] */
2062- 1373, /* Contour Integral [1.5x High] */
2063- 1374, /* Absolute Value [1.5x High] */
2064- 1375, /* Absolute Value [2x High] */
2065- 1376, /* Absolute Value [3x High] */
2066- 1377, /* Absolute Value [4x High] */
2067- 0,
2068- 1378, /* Double Bar [1.5x High] */
2069- 1379, /* Double Bar [2x High] */
2070- 1380, /* Double Bar [3x High] */
2071- 1381, /* Double Bar [4x High] */
2072- 0,
2073- 1382, /* Left Brace [1.5x High] */
2074- 1383, /* Left Brace [2x High] */
2075- 1384, /* Left Brace [3x High] */
2076- 1385, /* Left Brace [4x High] */
2077- 1386, /* Left Brace [Top] */
2078- 1387, /* Left Brace [Middle] */
2079- 1388, /* Left Brace [Bottom] */
2080- 1389, /* Left Brace [Extender] */
2081- 1390, /* Right Brace [1.5x High] */
2082- 1391, /* Right Brace [2x High] */
2083- 1392, /* Right Brace [3x High] */
2084- 1393, /* Right Brace [4x High] */
2085- 1394, /* Right Brace [Top] */
2086- 1395, /* Right Brace [Middle] */
2087- 1396, /* Right Brace [Bottom] */
2088- 1397, /* Right Brace [Extender] */
2089- 1398, /* Left Floor [1.5x High] */
2090- 1399, /* Left Floor [2x High] */
2091- 1400, /* Left Floor [3x High] */
2092- 1401, /* Left Floor [4x High] */
2093- 1402, /* Left Floor [Bottom] */
2094- 0,
2095- 1403, /* Right Floor [1.5x High] */
2096- 1404, /* Right Floor [2x High] */
2097- 1405, /* Right Floor [3x High] */
2098- 1406, /* Right Floor [4x High] */
2099- 1407, /* Right Floor [Bottom] */
2100- 0,
2101- 1408, /* Left Ceiling [1.5x High] */
2102- 1409, /* Left Ceiling [2x High] */
2103- 1410, /* Left Ceiling [3x High] */
2104- 1411, /* Left Ceiling [4x High] */
2105- 1412, /* Left Ceiling [Top] */
2106- 0,
2107- 1413, /* Right Ceiling [1.5x High] */
2108- 1414, /* Right Ceiling [2x High] */
2109- 1415, /* Right Ceiling [3x High] */
2110- 1416, /* Right Ceiling [4x High] */
2111- 1417, /* Right Ceiling [Top] */
2112- 0,
2113- 0,
2114- 0,
2115- 0,
2116- 0,
2117- 0,
2118- 0,
2119- 0,
2120- 0,
2121- 0,
2122- 0,
2123- 0,
2124- 0,
2125- 0,
2126- 0,
2127- 0,
2128- 0,
2129- 0,
2130- 0,
2131- 0,
2132- 0,
2133- 0,
2134- 0,
2135- 0,
2136- 0,
2137- 1418, /* Horiz Arrow [Right] */
2138- 1419, /* Horiz Arrow [Left] */
2139- 0,
2140- 0,
2141- 0,
2142- 0,
2143- 1420, /* Horiz Dbl Arrow [Right] */
2144- 1421, /* Horiz Dbl Arrow [Left] */
2145- 0,
2146- 1422, /* Vert Arrow [Up] */
2147- 1423, /* Vert Arrow [Down] */
2148- 0,
2149- 1424, /* Vert Dbl Arrow [Up] */
2150- 1425, /* Vert Dbl Arrow [Down] */
2151- 1426, /* Vert Dbl Arrow [Extension] */
2152- 1427, /* Left Parenthesis [1.5x High] */
2153- 1428, /* Left Parenthesis [2x High] */
2154- 1429, /* Left Parenthesis [3x High] */
2155- 1430, /* Left Parenthesis [4x High] */
2156- 0,
2157- 0,
2158- 0,
2159- 1431, /* Right Parenthesis [1.5x High] */
2160- 1432, /* Right Parenthesis [2x High] */
2161- 1433, /* Right Parenthesis [3x High] */
2162- 1434, /* Right Parenthesis [4x High] */
2163- 0,
2164- 0,
2165- 0,
2166- 1435, /* Left Bracket [1.5x High] */
2167- 1436, /* Left Bracket [2x High] */
2168- 1437, /* Left Bracket [3x High] */
2169- 1438, /* Left Bracket [4x High] */
2170- 0,
2171- 0,
2172- 0,
2173- 1439, /* Right Bracket [1.5x High] */
2174- 1440, /* Right Bracket [2x High] */
2175- 1441, /* Right Bracket [3x High] */
2176- 1442, /* Right Bracket [4x High] */
2177- 0,
2178- 0,
2179- 0,
2180- 1443, /* Left Angle Bracket [1.5x High] */
2181- 1444, /* Left Angle Bracket [2x High] */
2182- 1445, /* Left Angle Bracket [3x High] */
2183- 1446, /* Left Angle Bracket [4x High] */
2184- 1447, /* Right Angle Bracket [1.5x High] */
2185- 1448, /* Right Angle Bracket [2x High] */
2186- 1449, /* Right Angle Bracket [3x High] */
2187- 1450, /* Right Angle Bracket [4x High] */
2188- 1451, /* Figure Slash [1.5x High] */
2189- 1452, /* Figure Slash [2x High] */
2190- 1453, /* Figure Slash [3x High] */
2191- 1454, /* Figure Slash [4x High] */
2192- 1455, /* Figure Backslash [1.5x High] */
2193- 1456, /* Figure Backslash [2x High] */
2194- 1457, /* Figure Backslash [3x High] */
2195- 1458, /* Figure Backslash [4x High] */
2196- 1459, /* Union [2x High] */
2197- 1460, /* Intersection [2x High] */
2198- 1461, /* Multiset Union [1.5x High] */
2199- 1462, /* Multiset Union [2x High] */
2200- 1463, /* Square Union [1.5x High] */
2201- 1464, /* Square Union [2x High] */
2202- 1465, /* Logical And [1.5x High] */
2203- 1466, /* Logical And [2x High] */
2204- 1467, /* Logical Or [1.5x High] */
2205- 1468, /* Logical Or [2x High] */
2206- 1469, /* Circle Multiply [1.5x High] */
2207- 1470, /* Circle Multiply [2x High] */
2208- 1471, /* Circle Plus [1.5x High] */
2209- 1472, /* Circle Plus [2x High] */
2210- 1473, /* Circle Dot [1.5x High] */
2211- 1474, /* Circle Dot [2x High] */
2212- 1476, /* Horiz Top Brace [Left End] */
2213- 1477, /* Horiz Top Brace [Right End] */
2214- 0,
2215- 0,
2216- 1479, /* Horiz Bottom Brace [Left End] */
2217- 1480, /* Horiz Bottom Brace [Right End] */
2218- 0,
2219- 0,
2220- 1481, /* Circumflex Overmark [1.5x Wide] */
2221- 1482, /* Circumflex Overmark [2x Wide] */
2222- 1483, /* Circumflex Overmark [3x Wide] */
2223- 1484, /* Tilde Overmark [1.5x Wide] */
2224- 1485, /* Tilde Overmark [2x Wide] */
2225- 1486, /* Tilde Overmark [3x Wide] */
2226- 0,
2227- 0,
2228- 0,
2229- 1487, /* Bar Overmark [1.5x Wide] */
2230- 1488, /* Bar Overmark [2x Wide] */
2231- 1489, /* Bar Overmark [3x Wide] */
2232- 1490, /* Circle Minus [1.5x High] */
2025+ 1363, /* Asterisk Multiply */
2026+ 1364, /* Script Prime */
2027+ 1365, /* Script Double Prime */
2028+ 1366, /* Script Triple Prime */
2029+ 1367, /* Hamiltonian H */
2030+ 1368, /* Script P */
2031+ 0,
2032+ 0,
2033+ 0,
2034+ 0,
2035+ 0,
2036+ 0,
2037+ 0,
2038+ 0,
2039+ 0,
2040+ 0,
2041+ 0,
2042+ 0,
2043+ 0,
2044+ 0,
2045+ 0,
2046+ 0,
2047+ 0,
2048+ 0,
2049+ 0,
2050+ 0,
2051+ 0,
2052+ 1369, /* Integral [Top] */
2053+ 1370, /* Integral [Bottom] */
2054+ 0,
2055+ 0,
2056+ 1371, /* Root [1x High] */
2057+ 0,
2058+ 1372, /* Summation [1.5x High] */
2059+ 1373, /* Product [1.5x High] */
2060+ 1374, /* Coproduct [1.5x High] */
2061+ 1375, /* Integral [1.5x High] */
2062+ 1376, /* Contour Integral [1.5x High] */
2063+ 1377, /* Absolute Value [1.5x High] */
2064+ 1378, /* Absolute Value [2x High] */
2065+ 1379, /* Absolute Value [3x High] */
2066+ 1380, /* Absolute Value [4x High] */
2067+ 0,
2068+ 1381, /* Double Bar [1.5x High] */
2069+ 1382, /* Double Bar [2x High] */
2070+ 1383, /* Double Bar [3x High] */
2071+ 1384, /* Double Bar [4x High] */
2072+ 0,
2073+ 1385, /* Left Brace [1.5x High] */
2074+ 1386, /* Left Brace [2x High] */
2075+ 1387, /* Left Brace [3x High] */
2076+ 1388, /* Left Brace [4x High] */
2077+ 1389, /* Left Brace [Top] */
2078+ 1390, /* Left Brace [Middle] */
2079+ 1391, /* Left Brace [Bottom] */
2080+ 1392, /* Left Brace [Extender] */
2081+ 1393, /* Right Brace [1.5x High] */
2082+ 1394, /* Right Brace [2x High] */
2083+ 1395, /* Right Brace [3x High] */
2084+ 1396, /* Right Brace [4x High] */
2085+ 1397, /* Right Brace [Top] */
2086+ 1398, /* Right Brace [Middle] */
2087+ 1399, /* Right Brace [Bottom] */
2088+ 1400, /* Right Brace [Extender] */
2089+ 1401, /* Left Floor [1.5x High] */
2090+ 1402, /* Left Floor [2x High] */
2091+ 1403, /* Left Floor [3x High] */
2092+ 1404, /* Left Floor [4x High] */
2093+ 1405, /* Left Floor [Bottom] */
2094+ 0,
2095+ 1406, /* Right Floor [1.5x High] */
2096+ 1407, /* Right Floor [2x High] */
2097+ 1408, /* Right Floor [3x High] */
2098+ 1409, /* Right Floor [4x High] */
2099+ 1410, /* Right Floor [Bottom] */
2100+ 0,
2101+ 1411, /* Left Ceiling [1.5x High] */
2102+ 1412, /* Left Ceiling [2x High] */
2103+ 1413, /* Left Ceiling [3x High] */
2104+ 1414, /* Left Ceiling [4x High] */
2105+ 1415, /* Left Ceiling [Top] */
2106+ 0,
2107+ 1416, /* Right Ceiling [1.5x High] */
2108+ 1417, /* Right Ceiling [2x High] */
2109+ 1418, /* Right Ceiling [3x High] */
2110+ 1419, /* Right Ceiling [4x High] */
2111+ 1420, /* Right Ceiling [Top] */
2112+ 0,
2113+ 0,
2114+ 0,
2115+ 0,
2116+ 0,
2117+ 0,
2118+ 0,
2119+ 0,
2120+ 0,
2121+ 0,
2122+ 0,
2123+ 0,
2124+ 0,
2125+ 0,
2126+ 0,
2127+ 0,
2128+ 0,
2129+ 0,
2130+ 0,
2131+ 0,
2132+ 0,
2133+ 0,
2134+ 0,
2135+ 0,
2136+ 0,
2137+ 1421, /* Horiz Arrow [Right] */
2138+ 1422, /* Horiz Arrow [Left] */
2139+ 0,
2140+ 0,
2141+ 0,
2142+ 0,
2143+ 1423, /* Horiz Dbl Arrow [Right] */
2144+ 1424, /* Horiz Dbl Arrow [Left] */
2145+ 0,
2146+ 1425, /* Vert Arrow [Up] */
2147+ 1426, /* Vert Arrow [Down] */
2148+ 0,
2149+ 1427, /* Vert Dbl Arrow [Up] */
2150+ 1428, /* Vert Dbl Arrow [Down] */
2151+ 1429, /* Vert Dbl Arrow [Extension] */
2152+ 1430, /* Left Parenthesis [1.5x High] */
2153+ 1431, /* Left Parenthesis [2x High] */
2154+ 1432, /* Left Parenthesis [3x High] */
2155+ 1433, /* Left Parenthesis [4x High] */
2156+ 0,
2157+ 0,
2158+ 0,
2159+ 1434, /* Right Parenthesis [1.5x High] */
2160+ 1435, /* Right Parenthesis [2x High] */
2161+ 1436, /* Right Parenthesis [3x High] */
2162+ 1437, /* Right Parenthesis [4x High] */
2163+ 0,
2164+ 0,
2165+ 0,
2166+ 1438, /* Left Bracket [1.5x High] */
2167+ 1439, /* Left Bracket [2x High] */
2168+ 1440, /* Left Bracket [3x High] */
2169+ 1441, /* Left Bracket [4x High] */
2170+ 0,
2171+ 0,
2172+ 0,
2173+ 1442, /* Right Bracket [1.5x High] */
2174+ 1443, /* Right Bracket [2x High] */
2175+ 1444, /* Right Bracket [3x High] */
2176+ 1445, /* Right Bracket [4x High] */
2177+ 0,
2178+ 0,
2179+ 0,
2180+ 1446, /* Left Angle Bracket [1.5x High] */
2181+ 1447, /* Left Angle Bracket [2x High] */
2182+ 1448, /* Left Angle Bracket [3x High] */
2183+ 1449, /* Left Angle Bracket [4x High] */
2184+ 1450, /* Right Angle Bracket [1.5x High] */
2185+ 1451, /* Right Angle Bracket [2x High] */
2186+ 1452, /* Right Angle Bracket [3x High] */
2187+ 1453, /* Right Angle Bracket [4x High] */
2188+ 1454, /* Figure Slash [1.5x High] */
2189+ 1455, /* Figure Slash [2x High] */
2190+ 1456, /* Figure Slash [3x High] */
2191+ 1457, /* Figure Slash [4x High] */
2192+ 1458, /* Figure Backslash [1.5x High] */
2193+ 1459, /* Figure Backslash [2x High] */
2194+ 1460, /* Figure Backslash [3x High] */
2195+ 1461, /* Figure Backslash [4x High] */
2196+ 1462, /* Union [2x High] */
2197+ 1463, /* Intersection [2x High] */
2198+ 1464, /* Multiset Union [1.5x High] */
2199+ 1465, /* Multiset Union [2x High] */
2200+ 1466, /* Square Union [1.5x High] */
2201+ 1467, /* Square Union [2x High] */
2202+ 1468, /* Logical And [1.5x High] */
2203+ 1469, /* Logical And [2x High] */
2204+ 1470, /* Logical Or [1.5x High] */
2205+ 1471, /* Logical Or [2x High] */
2206+ 1472, /* Circle Multiply [1.5x High] */
2207+ 1473, /* Circle Multiply [2x High] */
2208+ 1474, /* Circle Plus [1.5x High] */
2209+ 1475, /* Circle Plus [2x High] */
2210+ 1476, /* Circle Dot [1.5x High] */
2211+ 1477, /* Circle Dot [2x High] */
2212+ 1479, /* Horiz Top Brace [Left End] */
2213+ 1480, /* Horiz Top Brace [Right End] */
2214+ 0,
2215+ 0,
2216+ 1482, /* Horiz Bottom Brace [Left End] */
2217+ 1483, /* Horiz Bottom Brace [Right End] */
2218+ 0,
2219+ 0,
2220+ 1484, /* Circumflex Overmark [1.5x Wide] */
2221+ 1485, /* Circumflex Overmark [2x Wide] */
2222+ 1486, /* Circumflex Overmark [3x Wide] */
2223+ 1487, /* Tilde Overmark [1.5x Wide] */
2224+ 1488, /* Tilde Overmark [2x Wide] */
2225+ 1489, /* Tilde Overmark [3x Wide] */
2226+ 0,
2227+ 0,
2228+ 0,
2229+ 1490, /* Bar Overmark [1.5x Wide] */
2230+ 1491, /* Bar Overmark [2x Wide] */
2231+ 1492, /* Bar Overmark [3x Wide] */
2232+ 1493, /* Circle Minus [1.5x High] */
22332233 771, /* Circle Minus [2x High] */
22342234 0,
22352235 0,
2236- 1491, /* Left Double Bracket [1.5x High] */
2237- 1492, /* Left Double Bracket [2x High] */
2238- 1493, /* Left Double Bracket [3x High] */
2239- 1494, /* Left Double Bracket [4x High] */
2240- 0,
2241- 0,
2242- 0,
2243- 1495, /* Right Double Bracket [1.5x High] */
2244- 1496, /* Right Double Bracket [2x High] */
2245- 1497, /* Right Double Bracket [3x High] */
2246- 1498, /* Right Double Bracket [4x High] */
2247- 0,
2248- 0,
2249- 0,
2250- 1499, /* Horiz Harpoon [Right Harpoon Up] */
2251- 1500, /* Horiz Harpoon [Right Harpoon Down] */
2252- 1501, /* Horiz Harpoon [Left Harpoon Up] */
2253- 1502, /* Horiz Harpoon [Left Harpoon Down] */
2254- 0,
2255- 0,
2256- 0,
2257- 0,
2258- 0,
2259- 1503, /* Two Horiz Harpoons [Extension] */
2236+ 1494, /* Left Double Bracket [1.5x High] */
2237+ 1495, /* Left Double Bracket [2x High] */
2238+ 1496, /* Left Double Bracket [3x High] */
2239+ 1497, /* Left Double Bracket [4x High] */
2240+ 0,
2241+ 0,
2242+ 0,
2243+ 1498, /* Right Double Bracket [1.5x High] */
2244+ 1499, /* Right Double Bracket [2x High] */
2245+ 1500, /* Right Double Bracket [3x High] */
2246+ 1501, /* Right Double Bracket [4x High] */
2247+ 0,
2248+ 0,
2249+ 0,
2250+ 1502, /* Horiz Harpoon [Right Harpoon Up] */
2251+ 1503, /* Horiz Harpoon [Right Harpoon Down] */
2252+ 1504, /* Horiz Harpoon [Left Harpoon Up] */
2253+ 1505, /* Horiz Harpoon [Left Harpoon Down] */
2254+ 0,
2255+ 0,
2256+ 0,
2257+ 0,
2258+ 0,
2259+ 1506, /* Two Horiz Harpoons [Extension] */
22602260 772, /* Two Horiz Arrows [Right] */
22612261 773, /* Two Horiz Arrows [Left] */
2262- 1504, /* Two Horiz Arrows [Extension] */
2263- 1505, /* Mixed Horiz Arrows [Right Top] */
2264- 1506, /* Mixed Horiz Arrows [Right Bottom] */
2265- 1507, /* Mixed Horiz Arrows [Left Top] */
2266- 1508, /* Mixed Horiz Arrows [Left Bottom] */
2267- 1509, /* Mixed Horiz Arrows [Extension] */
2268- 0,
2269- 0,
2270- 0,
2271- 0,
2272- 0,
2273- 1510, /* Square Intersection [1.5x High] */
2262+ 1507, /* Two Horiz Arrows [Extension] */
2263+ 1508, /* Mixed Horiz Arrows [Right Top] */
2264+ 1509, /* Mixed Horiz Arrows [Right Bottom] */
2265+ 1510, /* Mixed Horiz Arrows [Left Top] */
2266+ 1511, /* Mixed Horiz Arrows [Left Bottom] */
2267+ 1512, /* Mixed Horiz Arrows [Extension] */
2268+ 0,
2269+ 0,
2270+ 0,
2271+ 0,
2272+ 0,
2273+ 1513, /* Square Intersection [1.5x High] */
22742274 774, /* Square Intersection [2x High] */
22752275 0,
22762276 0,
@@ -2305,666 +2305,666 @@
23052305 0,
23062306 0,
23072307 0,
2308- 1511, /* ALPHA */
2309- 1512, /* alpha */
2310- 1513, /* BETA */
2311- 1514, /* beta */
2312- 1513, /* BETA */
2313- 1514, /* beta */
2314- 1516, /* GAMMA */
2315- 1517, /* gamma */
2316- 1518, /* DELTA */
2317- 1519, /* delta */
2318- 1520, /* EPSILON */
2319- 1521, /* epsilon */
2320- 1522, /* ZETA */
2321- 1523, /* zeta */
2322- 1524, /* ETA */
2323- 1525, /* eta */
2324- 1526, /* THETA */
2325- 1527, /* theta */
2326- 1528, /* IOTA */
2327- 1529, /* iota */
2328- 1530, /* KAPPA */
2329- 1531, /* kappa */
2330- 1532, /* LAMBDA */
2331- 1533, /* lambda */
2332- 1535, /* MU */
2333- 1536, /* mu */
2334- 1537, /* NU */
2335- 1538, /* nu */
2336- 1539, /* XI */
2337- 1540, /* xi */
2338- 1541, /* OMICRON */
2339- 1542, /* omicron */
2340- 1543, /* PI */
2341- 1544, /* pi */
2342- 1545, /* RHO */
2343- 1546, /* rho */
2344- 1547, /* SIGMA */
2345- 1548, /* sigma */
2346- 1549, /* SIGMA (Terminal) */
2347- 1550, /* sigma (Terminal) */
2348- 1551, /* TAU */
2349- 1552, /* tau */
2350- 1553, /* UPSILON */
2351- 1554, /* upsilon */
2352- 1555, /* PHI */
2353- 1556, /* phi */
2354- 1557, /* CHI */
2355- 1558, /* chi */
2356- 1559, /* PSI */
2357- 1560, /* psi */
2358- 1561, /* OMEGA */
2359- 1562, /* omega */
2360- 1563, /* alpha Acute */
2361- 1564, /* epsilon Acute */
2362- 1565, /* eta Acute */
2363- 1566, /* iota Acute */
2364- 1567, /* iota Diaeresis */
2365- 1568, /* omicron Acute */
2366- 1569, /* upsilon Acute */
2367- 1570, /* upsilon Diaeresis */
2368- 1571, /* omega Acute */
2369- 1572, /* epsilon (Variant) */
2370- 1573, /* theta (Variant) */
2308+ 1514, /* ALPHA */
2309+ 1515, /* alpha */
2310+ 1516, /* BETA */
2311+ 1517, /* beta */
2312+ 1516, /* BETA */
2313+ 1517, /* beta */
2314+ 1519, /* GAMMA */
2315+ 1520, /* gamma */
2316+ 1521, /* DELTA */
2317+ 1522, /* delta */
2318+ 1523, /* EPSILON */
2319+ 1524, /* epsilon */
2320+ 1525, /* ZETA */
2321+ 1526, /* zeta */
2322+ 1527, /* ETA */
2323+ 1528, /* eta */
2324+ 1529, /* THETA */
2325+ 1530, /* theta */
2326+ 1531, /* IOTA */
2327+ 1532, /* iota */
2328+ 1533, /* KAPPA */
2329+ 1534, /* kappa */
2330+ 1535, /* LAMBDA */
2331+ 1536, /* lambda */
2332+ 1538, /* MU */
2333+ 1539, /* mu */
2334+ 1540, /* NU */
2335+ 1541, /* nu */
2336+ 1542, /* XI */
2337+ 1543, /* xi */
2338+ 1544, /* OMICRON */
2339+ 1545, /* omicron */
2340+ 1546, /* PI */
2341+ 1547, /* pi */
2342+ 1548, /* RHO */
2343+ 1549, /* rho */
2344+ 1550, /* SIGMA */
2345+ 1551, /* sigma */
2346+ 1552, /* SIGMA (Terminal) */
2347+ 1553, /* sigma (Terminal) */
2348+ 1554, /* TAU */
2349+ 1555, /* tau */
2350+ 1556, /* UPSILON */
2351+ 1557, /* upsilon */
2352+ 1558, /* PHI */
2353+ 1559, /* phi */
2354+ 1560, /* CHI */
2355+ 1561, /* chi */
2356+ 1562, /* PSI */
2357+ 1563, /* psi */
2358+ 1564, /* OMEGA */
2359+ 1565, /* omega */
2360+ 1566, /* alpha Acute */
2361+ 1567, /* epsilon Acute */
2362+ 1568, /* eta Acute */
2363+ 1569, /* iota Acute */
2364+ 1570, /* iota Diaeresis */
2365+ 1572, /* omicron Acute */
2366+ 1573, /* upsilon Acute */
2367+ 1574, /* upsilon Diaeresis */
2368+ 1576, /* omega Acute */
2369+ 1577, /* epsilon (Variant) */
2370+ 1578, /* theta (Variant) */
23712371 775, /* kappa (Variant) */
2372- 1574, /* pi (Variant) */
2373- 1575, /* rho (Variant) */
2374- 1576, /* sigma (Lunate) */
2375- 1577, /* phi (Variant) */
2376- 1574, /* pi (Variant) */
2377- 1579, /* omega (Variant) */
2378- 1580, /* Greek Semicolon */
2372+ 1579, /* pi (Variant) */
2373+ 1580, /* rho (Variant) */
2374+ 1581, /* sigma (Lunate) */
2375+ 1582, /* phi (Variant) */
2376+ 1579, /* pi (Variant) */
2377+ 1584, /* omega (Variant) */
2378+ 1585, /* Greek Semicolon */
23792379 130, /* Acute */
23802380 131, /* Diaeresis */
23812381 0,
23822382 0,
23832383 96, /* Grave */
2384- 1003, /* Circumflex */
2385- 0,
2386- 0,
2387- 0,
2388- 0,
2389- 0,
2390- 0,
2391- 0,
2392- 0,
2393- 0,
2394- 0,
2395- 0,
2396- 0,
2397- 0,
2398- 0,
2399- 0,
2400- 0,
2401- 0,
2402- 0,
2403- 0,
2404- 0,
2405- 1584, /* alpha Grave */
2406- 1585, /* alpha Circumflex */
2407- 0,
2408- 0,
2409- 0,
2410- 0,
2411- 0,
2412- 0,
2413- 0,
2414- 0,
2415- 0,
2416- 0,
2417- 0,
2418- 0,
2419- 0,
2420- 0,
2421- 0,
2422- 0,
2423- 0,
2424- 1586, /* epsilon Grave */
2425- 0,
2426- 0,
2427- 0,
2428- 0,
2429- 0,
2430- 0,
2431- 1587, /* eta Grave */
2432- 1588, /* eta Circumflex */
2433- 0,
2434- 0,
2435- 0,
2436- 0,
2437- 0,
2438- 0,
2439- 0,
2440- 0,
2441- 0,
2442- 0,
2443- 0,
2444- 0,
2445- 0,
2446- 0,
2447- 0,
2448- 0,
2449- 0,
2450- 0,
2451- 1589, /* iota Grave */
2452- 1590, /* iota Circumflex */
2453- 0,
2454- 0,
2455- 1591, /* iota Smooth */
2456- 1592, /* iota Smooth Acute */
2457- 1593, /* iota Smooth Grave */
2458- 0,
2459- 0,
2460- 0,
2461- 0,
2462- 0,
2463- 1594, /* omicron Grave */
2464- 0,
2465- 0,
2466- 0,
2467- 0,
2468- 0,
2469- 0,
2470- 1595, /* upsilon Grave */
2471- 1596, /* upsilon Circumflex */
2472- 0,
2473- 0,
2474- 0,
2475- 0,
2476- 0,
2477- 0,
2478- 0,
2479- 0,
2480- 0,
2481- 0,
2482- 1597, /* omega Grave */
2483- 1598, /* omega Circumflex */
2484- 0,
2485- 0,
2486- 0,
2487- 0,
2488- 0,
2489- 0,
2490- 0,
2491- 0,
2492- 0,
2493- 0,
2494- 0,
2495- 0,
2496- 0,
2497- 0,
2498- 0,
2499- 0,
2500- 0,
2501- 0,
2502- 1599, /* High Prime */
2503- 1600, /* Low Prime */
2384+ 1006, /* Circumflex */
2385+ 1589, /* Smooth Breathing */
2386+ 1590, /* Rough Breathing */
2387+ 0,
2388+ 0,
2389+ 0,
2390+ 0,
2391+ 0,
2392+ 0,
2393+ 0,
2394+ 0,
2395+ 0,
2396+ 0,
2397+ 0,
2398+ 0,
2399+ 0,
2400+ 0,
2401+ 0,
2402+ 0,
2403+ 0,
2404+ 0,
2405+ 1591, /* alpha Grave */
2406+ 1592, /* alpha Circumflex */
2407+ 0,
2408+ 0,
2409+ 0,
2410+ 1593, /* alpha Smooth */
2411+ 1594, /* alpha Smooth Acute */
2412+ 1595, /* alpha Smooth Grave */
2413+ 0,
2414+ 0,
2415+ 0,
2416+ 0,
2417+ 1596, /* alpha Rough */
2418+ 1597, /* alpha Rough Acute */
2419+ 1598, /* alpha Rough Grave */
2420+ 0,
2421+ 0,
2422+ 0,
2423+ 0,
2424+ 1599, /* epsilon Grave */
2425+ 1600, /* epsilon Smooth */
2426+ 1601, /* epsilon Smooth Acute */
2427+ 1602, /* epsilon Smooth Grave */
2428+ 0,
2429+ 0,
2430+ 0,
2431+ 1603, /* eta Grave */
2432+ 1604, /* eta Circumflex */
2433+ 0,
2434+ 0,
2435+ 0,
2436+ 0,
2437+ 1605, /* eta Smooth */
2438+ 1606, /* eta Smooth Acute */
2439+ 1607, /* eta Smooth Grave */
2440+ 0,
2441+ 0,
2442+ 0,
2443+ 0,
2444+ 1608, /* eta Rough */
2445+ 1609, /* eta Rough Acute */
2446+ 1610, /* eta Rough Grave */
2447+ 0,
2448+ 0,
2449+ 0,
2450+ 0,
2451+ 1611, /* iota Grave */
2452+ 1612, /* iota Circumflex */
2453+ 0,
2454+ 0,
2455+ 1613, /* iota Smooth */
2456+ 1614, /* iota Smooth Acute */
2457+ 1615, /* iota Smooth Grave */
2458+ 0,
2459+ 1616, /* iota Rough */
2460+ 1617, /* iota Rough Acute */
2461+ 1618, /* iota Rough Grave */
2462+ 0,
2463+ 1619, /* omicron Grave */
2464+ 1620, /* omicron Smooth */
2465+ 1621, /* omicron Smooth Acute */
2466+ 1622, /* omicron Smooth Grave */
2467+ 1623, /* omicron Rough */
2468+ 1624, /* omicron Rough Acute */
2469+ 1625, /* omicron Rough Grave */
2470+ 1626, /* upsilon Grave */
2471+ 1627, /* upsilon Circumflex */
2472+ 0,
2473+ 0,
2474+ 1628, /* upsilon Smooth */
2475+ 1629, /* upsilon Smooth Acute */
2476+ 1630, /* upsilon Smooth Grave */
2477+ 0,
2478+ 1631, /* upsilon Rough */
2479+ 1632, /* upsilon Rough Acute */
2480+ 1633, /* upsilon Rough Grave */
2481+ 0,
2482+ 1634, /* omega Grave */
2483+ 1635, /* omega Circumflex */
2484+ 0,
2485+ 0,
2486+ 0,
2487+ 0,
2488+ 1636, /* omega Smooth */
2489+ 1637, /* omega Smooth Acute */
2490+ 1638, /* omega Smooth Grave */
2491+ 0,
2492+ 0,
2493+ 0,
2494+ 0,
2495+ 1639, /* omega Rough */
2496+ 1640, /* omega Rough Acute */
2497+ 1641, /* omega Rough Grave */
2498+ 0,
2499+ 0,
2500+ 0,
2501+ 0,
2502+ 1642, /* High Prime */
2503+ 1643, /* Low Prime */
25042504 0,
25052505 777, /* Digamma */
2506- 0,
2507- 0,
2508- 778, /* ALPHA High Prime */
2509- 779, /* EPSILON High Prime */
2510- 780, /* ETA High Prime */
2511- 781, /* IOTA High Prime */
2512- 782, /* OMICRON High Prime */
2513- 783, /* UPSILON High Prime */
2514- 784, /* OMEGA High Prime */
2515- 0,
2516- 0,
2517- 0,
2518- 0,
2519- 0,
2520- 0,
2521- 0,
2522- 0,
2523- 0,
2524- 0,
2525- 0,
2526- 0,
2527- 0,
2528- 0,
2529- 0,
2530- 0,
2531- 0,
2532- 0,
2533- 0,
2534- 0,
2535- 0,
2536- 0,
2537- 0,
2538- 0,
2539- 0,
2540- 0,
2541- 0,
2542- 0,
2543- 0,
2544- 0,
2545- 0,
2546- 0,
2547- 0,
2548- 0,
2549- 0,
2550- 0,
2551- 0,
2552- 0,
2553- 0,
2554- 0,
2555- 0,
2556- 0,
2557- 0,
2558- 0,
2559- 0,
2560- 0,
2561- 0,
2562- 0,
2563- 0,
2564- 785, /* Hebrew Alef */
2565- 786, /* Hebrew Bet */
2566- 787, /* Hebrew Gimel */
2567- 788, /* Hebrew Dalet */
2568- 789, /* Hebrew He */
2569- 790, /* Hebrew Vav */
2570- 791, /* Hebrew Zayin */
2571- 792, /* Hebrew Het */
2572- 793, /* Hebrew Tet */
2573- 794, /* Hebrew Yod */
2574- 795, /* Hebrew Kaf (final) */
2575- 796, /* Hebrew Kaf */
2576- 797, /* Hebrew Lamed */
2577- 798, /* Hebrew Mem (final) */
2578- 799, /* Hebrew Mem */
2579- 800, /* Hebrew Nun (final) */
2580- 801, /* Hebrew Nun */
2581- 802, /* Hebrew Samekh */
2582- 803, /* Hebrew Ayin */
2583- 804, /* Hebrew Pe (final) */
2584- 805, /* Hebrew Pe */
2585- 806, /* Hebrew Tsadi (final) */
2586- 807, /* Hebrew Tsadi */
2587- 808, /* Hebrew Qof */
2588- 809, /* Hebrew Resh */
2589- 810, /* Hebrew Shin */
2590- 811, /* Hebrew Sin */
2591- 812, /* Hebrew Tav */
2592- 835, /* Hebrew Bet Dagesh */
2593- 836, /* Hebrew Gimel Dagesh */
2594- 859, /* Hebrew Pe Dagesh */
2595- 822, /* Hebrew Hiriq */
2596- 823, /* Hebrew Tsere */
2597- 824, /* Hebrew Segol */
2598- 828, /* Hebrew Qubuts */
2599- 826, /* Hebrew Qamats */
2600- 825, /* Hebrew Patah */
2601- 818, /* Hebrew Sheva */
2602- 820, /* Hebrew Hataf Patah */
2603- 819, /* Hebrew Hataf Segol */
2604- 821, /* Hebrew Hataf Qamats */
2605- 0,
2606- 827, /* Hebrew Holem Left */
2607- 0,
2608- 0,
2609- 0,
2610- 0,
2611- 0,
2612- 0,
2613- 0,
2614- 0,
2615- 0,
2616- 0,
2617- 0,
2618- 0,
2619- 0,
2620- 0,
2621- 0,
2622- 0,
2623- 0,
2624- 0,
2625- 0,
2626- 0,
2627- 0,
2628- 0,
2629- 0,
2630- 0,
2631- 0,
2632- 0,
2633- 0,
2634- 0,
2635- 0,
2636- 0,
2637- 0,
2638- 0,
2639- 0,
2640- 0,
2641- 0,
2642- 0,
2643- 0,
2644- 0,
2645- 0,
2646- 0,
2647- 0,
2648- 0,
2649- 0,
2650- 0,
2651- 0,
2652- 0,
2653- 0,
2654- 0,
2655- 0,
2656- 0,
2657- 0,
2658- 0,
2659- 0,
2660- 0,
2661- 0,
2662- 0,
2663- 0,
2664- 0,
2665- 0,
2666- 0,
2667- 0,
2668- 0,
2669- 0,
2670- 0,
2671- 0,
2672- 0,
2673- 0,
2674- 0,
2675- 0,
2676- 0,
2677- 0,
2678- 0,
2679- 0,
2680- 0,
2681- 0,
2682- 0,
2683- 0,
2684- 0,
2685- 0,
2686- 0,
2687- 0,
2688- 0,
2689- 0,
2690- 0,
2691- 0,
2692- 0,
2693- 0,
2694- 0,
2695- 0,
2696- 0,
2697- 0,
2698- 0,
2699- 0,
2700- 0,
2701- 0,
2702- 0,
2703- 0,
2704- 0,
2705- 0,
2706- 0,
2707- 0,
2708- 0,
2709- 0,
2710- 0,
2711- 0,
2712- 0,
2713- 0,
2714- 0,
2715- 0,
2716- 0,
2717- 0,
2718- 0,
2719- 0,
2720- 0,
2721- 0,
2722- 0,
2723- 0,
2724- 0,
2725- 0,
2726- 0,
2727- 0,
2728- 0,
2729- 0,
2730- 0,
2731- 0,
2732- 0,
2733- 0,
2734- 0,
2735- 0,
2736- 0,
2737- 0,
2738- 0,
2739- 0,
2740- 0,
2741- 0,
2742- 0,
2743- 0,
2744- 0,
2745- 0,
2746- 0,
2747- 0,
2748- 0,
2749- 0,
2750- 0,
2751- 0,
2752- 0,
2753- 0,
2754- 0,
2755- 0,
2756- 0,
2757- 0,
2758- 0,
2759- 0,
2760- 0,
2761- 0,
2762- 0,
2763- 0,
2764- 0,
2765- 0,
2766- 0,
2767- 0,
2768- 0,
2769- 0,
2770- 0,
2771- 0,
2772- 0,
2773- 0,
2774- 0,
2775- 0,
2776- 0,
2777- 0,
2778- 0,
2779- 0,
2780- 0,
2781- 0,
2782- 0,
2783- 0,
2784- 0,
2785- 0,
2786- 0,
2787- 0,
2788- 0,
2789- 0,
2790- 0,
2791- 0,
2792- 0,
2793- 0,
2794- 0,
2795- 0,
2796- 0,
2797- 0,
2798- 0,
2799- 0,
2800- 0,
2801- 0,
2802- 0,
2803- 0,
2804- 0,
2805- 0,
2806- 0,
2807- 0,
2808- 0,
2809- 0,
2810- 0,
2811- 0,
2812- 0,
2813- 0,
2814- 0,
2815- 0,
2816- 0,
2817- 0,
2818- 0,
2819- 0,
2820- 863, /* Russian A */
2821- 864, /* Russian a */
2822- 865, /* Russian BE */
2823- 866, /* Russian be */
2824- 867, /* Russian VE */
2825- 868, /* Russian ve */
2826- 869, /* Russian GE */
2827- 870, /* Russian ge */
2828- 871, /* Russian DE */
2829- 872, /* Russian de */
2830- 873, /* Russian IE */
2831- 874, /* Russian ie */
2832- 875, /* Russian YO */
2833- 876, /* Russian yo */
2834- 877, /* Russian ZHE */
2835- 878, /* Russian zhe */
2836- 879, /* Russian ZE */
2837- 880, /* Russian ze */
2838- 881, /* Russian I */
2839- 882, /* Russian i */
2840- 883, /* Russian SHORT I */
2841- 884, /* Russian short i */
2842- 885, /* Russian KA */
2843- 886, /* Russian ka */
2844- 887, /* Russian EL */
2845- 888, /* Russian el */
2846- 889, /* Russian EM */
2847- 890, /* Russian em */
2848- 891, /* Russian EN */
2849- 892, /* Russian en */
2850- 893, /* Russian O */
2851- 894, /* Russian o */
2852- 895, /* Russian PE */
2853- 896, /* Russian pe */
2854- 897, /* Russian ER */
2855- 898, /* Russian er */
2856- 899, /* Russian ES */
2857- 900, /* Russian es */
2858- 901, /* Russian TE */
2859- 902, /* Russian te */
2860- 903, /* Russian U */
2861- 904, /* Russian u */
2862- 905, /* Russian EF */
2863- 906, /* Russian ef */
2864- 907, /* Russian KHA */
2865- 908, /* Russian kha */
2866- 909, /* Russian TSE */
2867- 910, /* Russian tse */
2868- 911, /* Russian CHE */
2869- 912, /* Russian che */
2870- 913, /* Russian SHA */
2871- 914, /* Russian sha */
2872- 915, /* Russian SHCHA */
2873- 916, /* Russian shcha */
2874- 917, /* Russian YER (HARD SIGN) */
2875- 918, /* Russian yer (hard sign) */
2876- 919, /* Russian YERY */
2877- 920, /* Russian yery */
2878- 921, /* Russian YER' (SOFT SIGN) */
2879- 922, /* Russian yer' (soft sign) */
2880- 923, /* Russian REVERSED E */
2881- 924, /* Russian reversed e */
2882- 925, /* Russian IU */
2883- 926, /* Russian iu */
2884- 927, /* Russian IA */
2885- 928, /* Russian ia */
2886- 0,
2887- 0,
2888- 929, /* Serbian SOFT DJ */
2889- 930, /* Serbian soft dj */
2890- 931, /* Macedonian SOFT DJ */
2891- 932, /* Macedonian soft dj */
2892- 933, /* Ukrainian YE */
2893- 934, /* Ukrainian ye */
2894- 935, /* Macedonian ZELO */
2895- 936, /* Macedonian zelo */
2896- 937, /* Ukrainian I */
2897- 938, /* Ukrainian i */
2898- 939, /* Ukrainian I WITH TWO DOTS */
2899- 940, /* Ukrainian i with two dots */
2900- 941, /* Serbian, Macedonian JE */
2901- 942, /* Serbian, Macedonian je */
2902- 943, /* Serbian, Macedonian SOFT L */
2903- 944, /* Serbian, Macedonian soft l */
2904- 945, /* Serbian, Macedonian SOFT N */
2905- 946, /* Serbian, Macedonian soft n */
2906- 947, /* Serbian SOFT T */
2907- 948, /* Serbian soft t */
2908- 949, /* Macedonian SOFT K */
2909- 950, /* Macedonian soft k */
2910- 951, /* Byelorussian SHORT U */
2911- 952, /* Byelorussian short u */
2912- 953, /* Serbian HARD DJ */
2913- 954, /* Serbian hard dj */
2914- 955, /* Old Russian YAT */
2915- 956, /* Old Russian yat */
2916- 957, /* Old Russian FITA */
2917- 958, /* Old Russian fita */
2918- 959, /* Old Russian IZHITSA */
2919- 960, /* Old Russian izhitsa */
2920- 961, /* Old Bulgarian YUS */
2921- 962, /* Old Bulgarian yus */
2922- 0,
2923- 0,
2924- 0,
2925- 0,
2926- 0,
2927- 0,
2928- 1601, /* Old Slovanic EH */
2929- 1602, /* Old Slovanic eh */
2930- 963, /* Russian A acute */
2931- 964, /* Russian a acute */
2932- 965, /* Russian E acute */
2933- 966, /* Russian e acute */
2934- 967, /* Russian I acute */
2935- 968, /* Russian i acute */
2936- 969, /* Russian O acute */
2937- 970, /* Russian o acute */
2938- 971, /* Russian U acute */
2939- 972, /* Russian u acute */
2940- 973, /* Russian ERY acute */
2941- 974, /* Russian ery acute */
2942- 975, /* Russian REVERSE E acute */
2943- 976, /* Russian reverse e acute */
2944- 977, /* Russian YU acute */
2945- 978, /* Russian yu acute */
2946- 979, /* Russian YA acute */
2947- 980, /* Russian ya acute */
2948- 981, /* Russian A grave */
2949- 982, /* Russian a grave */
2950- 983, /* Russian E grave */
2951- 984, /* Russian e grave */
2952- 985, /* Russian YO grave */
2953- 986, /* Russian yo grave */
2954- 987, /* Russian I grave */
2955- 988, /* Russian i grave */
2956- 989, /* Russian O grave */
2957- 990, /* Russian o grave */
2958- 991, /* Russian U grave */
2959- 992, /* Russian u grave */
2960- 993, /* Russian ERY grave */
2961- 994, /* Russian ery grave */
2962- 995, /* Russian REVERSE E grave */
2963- 996, /* Russian reverse e grave */
2964- 997, /* Russian YU grave */
2965- 998, /* Russian yu grave */
2966- 999, /* Russian YA grave */
2967- 1000, /* Russian ya grave */
2506+ 778, /* Koppa */
2507+ 779, /* Sampi */
2508+ 780, /* ALPHA High Prime */
2509+ 781, /* EPSILON High Prime */
2510+ 782, /* ETA High Prime */
2511+ 783, /* IOTA High Prime */
2512+ 784, /* OMICRON High Prime */
2513+ 785, /* UPSILON High Prime */
2514+ 786, /* OMEGA High Prime */
2515+ 0,
2516+ 0,
2517+ 0,
2518+ 0,
2519+ 0,
2520+ 0,
2521+ 0,
2522+ 0,
2523+ 0,
2524+ 0,
2525+ 0,
2526+ 0,
2527+ 0,
2528+ 0,
2529+ 0,
2530+ 0,
2531+ 0,
2532+ 0,
2533+ 0,
2534+ 0,
2535+ 0,
2536+ 0,
2537+ 0,
2538+ 0,
2539+ 0,
2540+ 0,
2541+ 0,
2542+ 0,
2543+ 0,
2544+ 0,
2545+ 0,
2546+ 0,
2547+ 0,
2548+ 0,
2549+ 0,
2550+ 0,
2551+ 0,
2552+ 0,
2553+ 0,
2554+ 0,
2555+ 0,
2556+ 0,
2557+ 0,
2558+ 0,
2559+ 0,
2560+ 0,
2561+ 0,
2562+ 0,
2563+ 0,
2564+ 788, /* Hebrew Alef */
2565+ 789, /* Hebrew Bet */
2566+ 790, /* Hebrew Gimel */
2567+ 791, /* Hebrew Dalet */
2568+ 792, /* Hebrew He */
2569+ 793, /* Hebrew Vav */
2570+ 794, /* Hebrew Zayin */
2571+ 795, /* Hebrew Het */
2572+ 796, /* Hebrew Tet */
2573+ 797, /* Hebrew Yod */
2574+ 798, /* Hebrew Kaf (final) */
2575+ 799, /* Hebrew Kaf */
2576+ 800, /* Hebrew Lamed */
2577+ 801, /* Hebrew Mem (final) */
2578+ 802, /* Hebrew Mem */
2579+ 803, /* Hebrew Nun (final) */
2580+ 804, /* Hebrew Nun */
2581+ 805, /* Hebrew Samekh */
2582+ 806, /* Hebrew Ayin */
2583+ 807, /* Hebrew Pe (final) */
2584+ 808, /* Hebrew Pe */
2585+ 809, /* Hebrew Tsadi (final) */
2586+ 810, /* Hebrew Tsadi */
2587+ 811, /* Hebrew Qof */
2588+ 812, /* Hebrew Resh */
2589+ 813, /* Hebrew Shin */
2590+ 814, /* Hebrew Sin */
2591+ 815, /* Hebrew Tav */
2592+ 838, /* Hebrew Bet Dagesh */
2593+ 839, /* Hebrew Gimel Dagesh */
2594+ 862, /* Hebrew Pe Dagesh */
2595+ 825, /* Hebrew Hiriq */
2596+ 826, /* Hebrew Tsere */
2597+ 827, /* Hebrew Segol */
2598+ 831, /* Hebrew Qubuts */
2599+ 829, /* Hebrew Qamats */
2600+ 828, /* Hebrew Patah */
2601+ 821, /* Hebrew Sheva */
2602+ 823, /* Hebrew Hataf Patah */
2603+ 822, /* Hebrew Hataf Segol */
2604+ 824, /* Hebrew Hataf Qamats */
2605+ 0,
2606+ 830, /* Hebrew Holem Left */
2607+ 0,
2608+ 0,
2609+ 0,
2610+ 0,
2611+ 0,
2612+ 0,
2613+ 0,
2614+ 0,
2615+ 0,
2616+ 0,
2617+ 0,
2618+ 0,
2619+ 0,
2620+ 0,
2621+ 0,
2622+ 0,
2623+ 0,
2624+ 0,
2625+ 0,
2626+ 0,
2627+ 0,
2628+ 0,
2629+ 0,
2630+ 0,
2631+ 0,
2632+ 0,
2633+ 0,
2634+ 0,
2635+ 0,
2636+ 0,
2637+ 0,
2638+ 0,
2639+ 0,
2640+ 0,
2641+ 0,
2642+ 0,
2643+ 0,
2644+ 0,
2645+ 0,
2646+ 0,
2647+ 0,
2648+ 0,
2649+ 0,
2650+ 0,
2651+ 0,
2652+ 0,
2653+ 0,
2654+ 0,
2655+ 0,
2656+ 0,
2657+ 0,
2658+ 0,
2659+ 0,
2660+ 0,
2661+ 0,
2662+ 0,
2663+ 0,
2664+ 0,
2665+ 0,
2666+ 0,
2667+ 0,
2668+ 0,
2669+ 0,
2670+ 0,
2671+ 0,
2672+ 0,
2673+ 0,
2674+ 0,
2675+ 0,
2676+ 0,
2677+ 0,
2678+ 0,
2679+ 0,
2680+ 0,
2681+ 0,
2682+ 0,
2683+ 0,
2684+ 0,
2685+ 0,
2686+ 0,
2687+ 0,
2688+ 0,
2689+ 0,
2690+ 0,
2691+ 0,
2692+ 0,
2693+ 0,
2694+ 0,
2695+ 0,
2696+ 0,
2697+ 0,
2698+ 0,
2699+ 0,
2700+ 0,
2701+ 0,
2702+ 0,
2703+ 0,
2704+ 0,
2705+ 0,
2706+ 0,
2707+ 0,
2708+ 0,
2709+ 0,
2710+ 0,
2711+ 0,
2712+ 0,
2713+ 0,
2714+ 0,
2715+ 0,
2716+ 0,
2717+ 0,
2718+ 0,
2719+ 0,
2720+ 0,
2721+ 0,
2722+ 0,
2723+ 0,
2724+ 0,
2725+ 0,
2726+ 0,
2727+ 0,
2728+ 0,
2729+ 0,
2730+ 0,
2731+ 0,
2732+ 0,
2733+ 0,
2734+ 0,
2735+ 0,
2736+ 0,
2737+ 0,
2738+ 0,
2739+ 0,
2740+ 0,
2741+ 0,
2742+ 0,
2743+ 0,
2744+ 0,
2745+ 0,
2746+ 0,
2747+ 0,
2748+ 0,
2749+ 0,
2750+ 0,
2751+ 0,
2752+ 0,
2753+ 0,
2754+ 0,
2755+ 0,
2756+ 0,
2757+ 0,
2758+ 0,
2759+ 0,
2760+ 0,
2761+ 0,
2762+ 0,
2763+ 0,
2764+ 0,
2765+ 0,
2766+ 0,
2767+ 0,
2768+ 0,
2769+ 0,
2770+ 0,
2771+ 0,
2772+ 0,
2773+ 0,
2774+ 0,
2775+ 0,
2776+ 0,
2777+ 0,
2778+ 0,
2779+ 0,
2780+ 0,
2781+ 0,
2782+ 0,
2783+ 0,
2784+ 0,
2785+ 0,
2786+ 0,
2787+ 0,
2788+ 0,
2789+ 0,
2790+ 0,
2791+ 0,
2792+ 0,
2793+ 0,
2794+ 0,
2795+ 0,
2796+ 0,
2797+ 0,
2798+ 0,
2799+ 0,
2800+ 0,
2801+ 0,
2802+ 0,
2803+ 0,
2804+ 0,
2805+ 0,
2806+ 0,
2807+ 0,
2808+ 0,
2809+ 0,
2810+ 0,
2811+ 0,
2812+ 0,
2813+ 0,
2814+ 0,
2815+ 0,
2816+ 0,
2817+ 0,
2818+ 0,
2819+ 0,
2820+ 866, /* Russian A */
2821+ 867, /* Russian a */
2822+ 868, /* Russian BE */
2823+ 869, /* Russian be */
2824+ 870, /* Russian VE */
2825+ 871, /* Russian ve */
2826+ 872, /* Russian GE */
2827+ 873, /* Russian ge */
2828+ 874, /* Russian DE */
2829+ 875, /* Russian de */
2830+ 876, /* Russian IE */
2831+ 877, /* Russian ie */
2832+ 878, /* Russian YO */
2833+ 879, /* Russian yo */
2834+ 880, /* Russian ZHE */
2835+ 881, /* Russian zhe */
2836+ 882, /* Russian ZE */
2837+ 883, /* Russian ze */
2838+ 884, /* Russian I */
2839+ 885, /* Russian i */
2840+ 886, /* Russian SHORT I */
2841+ 887, /* Russian short i */
2842+ 888, /* Russian KA */
2843+ 889, /* Russian ka */
2844+ 890, /* Russian EL */
2845+ 891, /* Russian el */
2846+ 892, /* Russian EM */
2847+ 893, /* Russian em */
2848+ 894, /* Russian EN */
2849+ 895, /* Russian en */
2850+ 896, /* Russian O */
2851+ 897, /* Russian o */
2852+ 898, /* Russian PE */
2853+ 899, /* Russian pe */
2854+ 900, /* Russian ER */
2855+ 901, /* Russian er */
2856+ 902, /* Russian ES */
2857+ 903, /* Russian es */
2858+ 904, /* Russian TE */
2859+ 905, /* Russian te */
2860+ 906, /* Russian U */
2861+ 907, /* Russian u */
2862+ 908, /* Russian EF */
2863+ 909, /* Russian ef */
2864+ 910, /* Russian KHA */
2865+ 911, /* Russian kha */
2866+ 912, /* Russian TSE */
2867+ 913, /* Russian tse */
2868+ 914, /* Russian CHE */
2869+ 915, /* Russian che */
2870+ 916, /* Russian SHA */
2871+ 917, /* Russian sha */
2872+ 918, /* Russian SHCHA */
2873+ 919, /* Russian shcha */
2874+ 920, /* Russian YER (HARD SIGN) */
2875+ 921, /* Russian yer (hard sign) */
2876+ 922, /* Russian YERY */
2877+ 923, /* Russian yery */
2878+ 924, /* Russian YER' (SOFT SIGN) */
2879+ 925, /* Russian yer' (soft sign) */
2880+ 926, /* Russian REVERSED E */
2881+ 927, /* Russian reversed e */
2882+ 928, /* Russian IU */
2883+ 929, /* Russian iu */
2884+ 930, /* Russian IA */
2885+ 931, /* Russian ia */
2886+ 0,
2887+ 0,
2888+ 932, /* Serbian SOFT DJ */
2889+ 933, /* Serbian soft dj */
2890+ 934, /* Macedonian SOFT DJ */
2891+ 935, /* Macedonian soft dj */
2892+ 936, /* Ukrainian YE */
2893+ 937, /* Ukrainian ye */
2894+ 938, /* Macedonian ZELO */
2895+ 939, /* Macedonian zelo */
2896+ 940, /* Ukrainian I */
2897+ 941, /* Ukrainian i */
2898+ 942, /* Ukrainian I WITH TWO DOTS */
2899+ 943, /* Ukrainian i with two dots */
2900+ 944, /* Serbian, Macedonian JE */
2901+ 945, /* Serbian, Macedonian je */
2902+ 946, /* Serbian, Macedonian SOFT L */
2903+ 947, /* Serbian, Macedonian soft l */
2904+ 948, /* Serbian, Macedonian SOFT N */
2905+ 949, /* Serbian, Macedonian soft n */
2906+ 950, /* Serbian SOFT T */
2907+ 951, /* Serbian soft t */
2908+ 952, /* Macedonian SOFT K */
2909+ 953, /* Macedonian soft k */
2910+ 954, /* Byelorussian SHORT U */
2911+ 955, /* Byelorussian short u */
2912+ 956, /* Serbian HARD DJ */
2913+ 957, /* Serbian hard dj */
2914+ 958, /* Old Russian YAT */
2915+ 959, /* Old Russian yat */
2916+ 960, /* Old Russian FITA */
2917+ 961, /* Old Russian fita */
2918+ 962, /* Old Russian IZHITSA */
2919+ 963, /* Old Russian izhitsa */
2920+ 964, /* Old Bulgarian YUS */
2921+ 965, /* Old Bulgarian yus */
2922+ 0,
2923+ 0,
2924+ 0,
2925+ 0,
2926+ 0,
2927+ 0,
2928+ 1657, /* Old Slovanic EH */
2929+ 1658, /* Old Slovanic eh */
2930+ 966, /* Russian A acute */
2931+ 967, /* Russian a acute */
2932+ 968, /* Russian E acute */
2933+ 969, /* Russian e acute */
2934+ 970, /* Russian I acute */
2935+ 971, /* Russian i acute */
2936+ 972, /* Russian O acute */
2937+ 973, /* Russian o acute */
2938+ 974, /* Russian U acute */
2939+ 975, /* Russian u acute */
2940+ 976, /* Russian ERY acute */
2941+ 977, /* Russian ery acute */
2942+ 978, /* Russian REVERSE E acute */
2943+ 979, /* Russian reverse e acute */
2944+ 980, /* Russian YU acute */
2945+ 981, /* Russian yu acute */
2946+ 982, /* Russian YA acute */
2947+ 983, /* Russian ya acute */
2948+ 984, /* Russian A grave */
2949+ 985, /* Russian a grave */
2950+ 986, /* Russian E grave */
2951+ 987, /* Russian e grave */
2952+ 988, /* Russian YO grave */
2953+ 989, /* Russian yo grave */
2954+ 990, /* Russian I grave */
2955+ 991, /* Russian i grave */
2956+ 992, /* Russian O grave */
2957+ 993, /* Russian o grave */
2958+ 994, /* Russian U grave */
2959+ 995, /* Russian u grave */
2960+ 996, /* Russian ERY grave */
2961+ 997, /* Russian ery grave */
2962+ 998, /* Russian REVERSE E grave */
2963+ 999, /* Russian reverse e grave */
2964+ 1000, /* Russian YU grave */
2965+ 1001, /* Russian yu grave */
2966+ 1002, /* Russian YA grave */
2967+ 1003, /* Russian ya grave */
29682968 130, /* Acute */
29692969 96, /* Grave */
29702970 0,
@@ -3329,262 +3329,262 @@
33293329 0,
33303330 0,
33313331 0,
3332- 1603, /* User[0] */
3333- 1604, /* User[1] */
3334- 1605, /* User[2] */
3335- 1606, /* User[3] */
3336- 1607, /* User[4] */
3337- 1608, /* User[5] */
3338- 1609, /* User[6] */
3339- 1610, /* User[7] */
3340- 1611, /* User[8] */
3341- 1612, /* User[9] */
3342- 1613, /* User[10] */
3343- 1614, /* User[11] */
3344- 1615, /* User[12] */
3345- 1616, /* User[13] */
3346- 1617, /* User[14] */
3347- 1618, /* User[15] */
3348- 1619, /* User[16] */
3349- 1620, /* User[17] */
3350- 1621, /* User[18] */
3351- 1622, /* User[19] */
3352- 1623, /* User[20] */
3353- 1624, /* User[21] */
3354- 1625, /* User[22] */
3355- 1626, /* User[23] */
3356- 1627, /* User[24] */
3357- 1628, /* User[25] */
3358- 1629, /* User[26] */
3359- 1630, /* User[27] */
3360- 1631, /* User[28] */
3361- 1632, /* User[29] */
3362- 1633, /* User[30] */
3363- 1634, /* User[31] */
3364- 1635, /* User[32] */
3365- 1636, /* User[33] */
3366- 1637, /* User[34] */
3367- 1638, /* User[35] */
3368- 1639, /* User[36] */
3369- 1640, /* User[37] */
3370- 1641, /* User[38] */
3371- 1642, /* User[39] */
3372- 1643, /* User[40] */
3373- 1644, /* User[41] */
3374- 1645, /* User[42] */
3375- 1646, /* User[43] */
3376- 1647, /* User[44] */
3377- 1648, /* User[45] */
3378- 1649, /* User[46] */
3379- 1650, /* User[47] */
3380- 1651, /* User[48] */
3381- 1652, /* User[49] */
3382- 1653, /* User[50] */
3383- 1654, /* User[51] */
3384- 1655, /* User[52] */
3385- 1656, /* User[53] */
3386- 1657, /* User[54] */
3387- 1658, /* User[55] */
3388- 1659, /* User[56] */
3389- 1660, /* User[57] */
3390- 1661, /* User[58] */
3391- 1662, /* User[59] */
3392- 1663, /* User[60] */
3393- 1664, /* User[61] */
3394- 1665, /* User[62] */
3395- 1666, /* User[63] */
3396- 1667, /* User[64] */
3397- 1668, /* User[65] */
3398- 1669, /* User[66] */
3399- 1670, /* User[67] */
3400- 1671, /* User[68] */
3401- 1672, /* User[69] */
3402- 1673, /* User[70] */
3403- 1674, /* User[71] */
3404- 1675, /* User[72] */
3405- 1676, /* User[73] */
3406- 1677, /* User[74] */
3407- 1678, /* User[75] */
3408- 1679, /* User[76] */
3409- 1680, /* User[77] */
3410- 1681, /* User[78] */
3411- 1682, /* User[79] */
3412- 1683, /* User[80] */
3413- 1684, /* User[81] */
3414- 1685, /* User[82] */
3415- 1686, /* User[83] */
3416- 1687, /* User[84] */
3417- 1688, /* User[85] */
3418- 1689, /* User[86] */
3419- 1690, /* User[87] */
3420- 1691, /* User[88] */
3421- 1692, /* User[89] */
3422- 1693, /* User[90] */
3423- 1694, /* User[91] */
3424- 1695, /* User[92] */
3425- 1696, /* User[93] */
3426- 1697, /* User[94] */
3427- 1698, /* User[95] */
3428- 1699, /* User[96] */
3429- 1700, /* User[97] */
3430- 1701, /* User[98] */
3431- 1702, /* User[99] */
3432- 1703, /* User[100] */
3433- 1704, /* User[101] */
3434- 1705, /* User[102] */
3435- 1706, /* User[103] */
3436- 1707, /* User[104] */
3437- 1708, /* User[105] */
3438- 1709, /* User[106] */
3439- 1710, /* User[107] */
3440- 1711, /* User[108] */
3441- 1712, /* User[109] */
3442- 1713, /* User[110] */
3443- 1714, /* User[111] */
3444- 1715, /* User[112] */
3445- 1716, /* User[113] */
3446- 1717, /* User[114] */
3447- 1718, /* User[115] */
3448- 1719, /* User[116] */
3449- 1720, /* User[117] */
3450- 1721, /* User[118] */
3451- 1722, /* User[119] */
3452- 1723, /* User[120] */
3453- 1724, /* User[121] */
3454- 1725, /* User[122] */
3455- 1726, /* User[123] */
3456- 1727, /* User[124] */
3457- 1728, /* User[125] */
3458- 1729, /* User[126] */
3459- 1730, /* User[127] */
3460- 1731, /* User[128] */
3461- 1732, /* User[129] */
3462- 1733, /* User[130] */
3463- 1734, /* User[131] */
3464- 1735, /* User[132] */
3465- 1736, /* User[133] */
3466- 1737, /* User[134] */
3467- 1738, /* User[135] */
3468- 1739, /* User[136] */
3469- 1740, /* User[137] */
3470- 1741, /* User[138] */
3471- 1742, /* User[139] */
3472- 1743, /* User[140] */
3473- 1744, /* User[141] */
3474- 1745, /* User[142] */
3475- 1746, /* User[143] */
3476- 1747, /* User[144] */
3477- 1748, /* User[145] */
3478- 1749, /* User[146] */
3479- 1750, /* User[147] */
3480- 1751, /* User[148] */
3481- 1752, /* User[149] */
3482- 1753, /* User[150] */
3483- 1754, /* User[151] */
3484- 1755, /* User[152] */
3485- 1756, /* User[153] */
3486- 1757, /* User[154] */
3487- 1758, /* User[155] */
3488- 1759, /* User[156] */
3489- 1760, /* User[157] */
3490- 1761, /* User[158] */
3491- 1762, /* User[159] */
3492- 1763, /* User[160] */
3493- 1764, /* User[161] */
3494- 1765, /* User[162] */
3495- 1766, /* User[163] */
3496- 1767, /* User[164] */
3497- 1768, /* User[165] */
3498- 1769, /* User[166] */
3499- 1770, /* User[167] */
3500- 1771, /* User[168] */
3501- 1772, /* User[169] */
3502- 1773, /* User[170] */
3503- 1774, /* User[171] */
3504- 1775, /* User[172] */
3505- 1776, /* User[173] */
3506- 1777, /* User[174] */
3507- 1778, /* User[175] */
3508- 1779, /* User[176] */
3509- 1780, /* User[177] */
3510- 1781, /* User[178] */
3511- 1782, /* User[179] */
3512- 1783, /* User[180] */
3513- 1784, /* User[181] */
3514- 1785, /* User[182] */
3515- 1786, /* User[183] */
3516- 1787, /* User[184] */
3517- 1788, /* User[185] */
3518- 1789, /* User[186] */
3519- 1790, /* User[187] */
3520- 1791, /* User[188] */
3521- 1792, /* User[189] */
3522- 1793, /* User[190] */
3523- 1794, /* User[191] */
3524- 1795, /* User[192] */
3525- 1796, /* User[193] */
3526- 1797, /* User[194] */
3527- 1798, /* User[195] */
3528- 1799, /* User[196] */
3529- 1800, /* User[197] */
3530- 1801, /* User[198] */
3531- 1802, /* User[199] */
3532- 1803, /* User[200] */
3533- 1804, /* User[201] */
3534- 1805, /* User[202] */
3535- 1806, /* User[203] */
3536- 1807, /* User[204] */
3537- 1808, /* User[205] */
3538- 1809, /* User[206] */
3539- 1810, /* User[207] */
3540- 1811, /* User[208] */
3541- 1812, /* User[209] */
3542- 1813, /* User[210] */
3543- 1814, /* User[211] */
3544- 1815, /* User[212] */
3545- 1816, /* User[213] */
3546- 1817, /* User[214] */
3547- 1818, /* User[215] */
3548- 1819, /* User[216] */
3549- 1820, /* User[217] */
3550- 1821, /* User[218] */
3551- 1822, /* User[219] */
3552- 1823, /* User[220] */
3553- 1824, /* User[221] */
3554- 1825, /* User[222] */
3555- 1826, /* User[223] */
3556- 1827, /* User[224] */
3557- 1828, /* User[225] */
3558- 1829, /* User[226] */
3559- 1830, /* User[227] */
3560- 1831, /* User[228] */
3561- 1832, /* User[229] */
3562- 1833, /* User[230] */
3563- 1834, /* User[231] */
3564- 1835, /* User[232] */
3565- 1836, /* User[233] */
3566- 1837, /* User[234] */
3567- 1838, /* User[235] */
3568- 1839, /* User[236] */
3569- 1840, /* User[237] */
3570- 1841, /* User[238] */
3571- 1842, /* User[239] */
3572- 1843, /* User[240] */
3573- 1844, /* User[241] */
3574- 1845, /* User[242] */
3575- 1846, /* User[243] */
3576- 1847, /* User[244] */
3577- 1848, /* User[245] */
3578- 1849, /* User[246] */
3579- 1850, /* User[247] */
3580- 1851, /* User[248] */
3581- 1852, /* User[249] */
3582- 1853, /* User[250] */
3583- 1854, /* User[251] */
3584- 1855, /* User[252] */
3585- 1856, /* User[253] */
3586- 1857, /* User[254] */
3587- 1858}; /* User[255] */
3332+ 1659, /* User[0] */
3333+ 1660, /* User[1] */
3334+ 1661, /* User[2] */
3335+ 1662, /* User[3] */
3336+ 1663, /* User[4] */
3337+ 1664, /* User[5] */
3338+ 1665, /* User[6] */
3339+ 1666, /* User[7] */
3340+ 1667, /* User[8] */
3341+ 1668, /* User[9] */
3342+ 1669, /* User[10] */
3343+ 1670, /* User[11] */
3344+ 1671, /* User[12] */
3345+ 1672, /* User[13] */
3346+ 1673, /* User[14] */
3347+ 1674, /* User[15] */
3348+ 1675, /* User[16] */
3349+ 1676, /* User[17] */
3350+ 1677, /* User[18] */
3351+ 1678, /* User[19] */
3352+ 1679, /* User[20] */
3353+ 1680, /* User[21] */
3354+ 1681, /* User[22] */
3355+ 1682, /* User[23] */
3356+ 1683, /* User[24] */
3357+ 1684, /* User[25] */
3358+ 1685, /* User[26] */
3359+ 1686, /* User[27] */
3360+ 1687, /* User[28] */
3361+ 1688, /* User[29] */
3362+ 1689, /* User[30] */
3363+ 1690, /* User[31] */
3364+ 1691, /* User[32] */
3365+ 1692, /* User[33] */
3366+ 1693, /* User[34] */
3367+ 1694, /* User[35] */
3368+ 1695, /* User[36] */
3369+ 1696, /* User[37] */
3370+ 1697, /* User[38] */
3371+ 1698, /* User[39] */
3372+ 1699, /* User[40] */
3373+ 1700, /* User[41] */
3374+ 1701, /* User[42] */
3375+ 1702, /* User[43] */
3376+ 1703, /* User[44] */
3377+ 1704, /* User[45] */
3378+ 1705, /* User[46] */
3379+ 1706, /* User[47] */
3380+ 1707, /* User[48] */
3381+ 1708, /* User[49] */
3382+ 1709, /* User[50] */
3383+ 1710, /* User[51] */
3384+ 1711, /* User[52] */
3385+ 1712, /* User[53] */
3386+ 1713, /* User[54] */
3387+ 1714, /* User[55] */
3388+ 1715, /* User[56] */
3389+ 1716, /* User[57] */
3390+ 1717, /* User[58] */
3391+ 1718, /* User[59] */
3392+ 1719, /* User[60] */
3393+ 1720, /* User[61] */
3394+ 1721, /* User[62] */
3395+ 1722, /* User[63] */
3396+ 1723, /* User[64] */
3397+ 1724, /* User[65] */
3398+ 1725, /* User[66] */
3399+ 1726, /* User[67] */
3400+ 1727, /* User[68] */
3401+ 1728, /* User[69] */
3402+ 1729, /* User[70] */
3403+ 1730, /* User[71] */
3404+ 1731, /* User[72] */
3405+ 1732, /* User[73] */
3406+ 1733, /* User[74] */
3407+ 1734, /* User[75] */
3408+ 1735, /* User[76] */
3409+ 1736, /* User[77] */
3410+ 1737, /* User[78] */
3411+ 1738, /* User[79] */
3412+ 1739, /* User[80] */
3413+ 1740, /* User[81] */
3414+ 1741, /* User[82] */
3415+ 1742, /* User[83] */
3416+ 1743, /* User[84] */
3417+ 1744, /* User[85] */
3418+ 1745, /* User[86] */
3419+ 1746, /* User[87] */
3420+ 1747, /* User[88] */
3421+ 1748, /* User[89] */
3422+ 1749, /* User[90] */
3423+ 1750, /* User[91] */
3424+ 1751, /* User[92] */
3425+ 1752, /* User[93] */
3426+ 1753, /* User[94] */
3427+ 1754, /* User[95] */
3428+ 1755, /* User[96] */
3429+ 1756, /* User[97] */
3430+ 1757, /* User[98] */
3431+ 1758, /* User[99] */
3432+ 1759, /* User[100] */
3433+ 1760, /* User[101] */
3434+ 1761, /* User[102] */
3435+ 1762, /* User[103] */
3436+ 1763, /* User[104] */
3437+ 1764, /* User[105] */
3438+ 1765, /* User[106] */
3439+ 1766, /* User[107] */
3440+ 1767, /* User[108] */
3441+ 1768, /* User[109] */
3442+ 1769, /* User[110] */
3443+ 1770, /* User[111] */
3444+ 1771, /* User[112] */
3445+ 1772, /* User[113] */
3446+ 1773, /* User[114] */
3447+ 1774, /* User[115] */
3448+ 1775, /* User[116] */
3449+ 1776, /* User[117] */
3450+ 1777, /* User[118] */
3451+ 1778, /* User[119] */
3452+ 1779, /* User[120] */
3453+ 1780, /* User[121] */
3454+ 1781, /* User[122] */
3455+ 1782, /* User[123] */
3456+ 1783, /* User[124] */
3457+ 1784, /* User[125] */
3458+ 1785, /* User[126] */
3459+ 1786, /* User[127] */
3460+ 1787, /* User[128] */
3461+ 1788, /* User[129] */
3462+ 1789, /* User[130] */
3463+ 1790, /* User[131] */
3464+ 1791, /* User[132] */
3465+ 1792, /* User[133] */
3466+ 1793, /* User[134] */
3467+ 1794, /* User[135] */
3468+ 1795, /* User[136] */
3469+ 1796, /* User[137] */
3470+ 1797, /* User[138] */
3471+ 1798, /* User[139] */
3472+ 1799, /* User[140] */
3473+ 1800, /* User[141] */
3474+ 1801, /* User[142] */
3475+ 1802, /* User[143] */
3476+ 1803, /* User[144] */
3477+ 1804, /* User[145] */
3478+ 1805, /* User[146] */
3479+ 1806, /* User[147] */
3480+ 1807, /* User[148] */
3481+ 1808, /* User[149] */
3482+ 1809, /* User[150] */
3483+ 1810, /* User[151] */
3484+ 1811, /* User[152] */
3485+ 1812, /* User[153] */
3486+ 1813, /* User[154] */
3487+ 1814, /* User[155] */
3488+ 1815, /* User[156] */
3489+ 1816, /* User[157] */
3490+ 1817, /* User[158] */
3491+ 1818, /* User[159] */
3492+ 1819, /* User[160] */
3493+ 1820, /* User[161] */
3494+ 1821, /* User[162] */
3495+ 1822, /* User[163] */
3496+ 1823, /* User[164] */
3497+ 1824, /* User[165] */
3498+ 1825, /* User[166] */
3499+ 1826, /* User[167] */
3500+ 1827, /* User[168] */
3501+ 1828, /* User[169] */
3502+ 1829, /* User[170] */
3503+ 1830, /* User[171] */
3504+ 1831, /* User[172] */
3505+ 1832, /* User[173] */
3506+ 1833, /* User[174] */
3507+ 1834, /* User[175] */
3508+ 1835, /* User[176] */
3509+ 1836, /* User[177] */
3510+ 1837, /* User[178] */
3511+ 1838, /* User[179] */
3512+ 1839, /* User[180] */
3513+ 1840, /* User[181] */
3514+ 1841, /* User[182] */
3515+ 1842, /* User[183] */
3516+ 1843, /* User[184] */
3517+ 1844, /* User[185] */
3518+ 1845, /* User[186] */
3519+ 1846, /* User[187] */
3520+ 1847, /* User[188] */
3521+ 1848, /* User[189] */
3522+ 1849, /* User[190] */
3523+ 1850, /* User[191] */
3524+ 1851, /* User[192] */
3525+ 1852, /* User[193] */
3526+ 1853, /* User[194] */
3527+ 1854, /* User[195] */
3528+ 1855, /* User[196] */
3529+ 1856, /* User[197] */
3530+ 1857, /* User[198] */
3531+ 1858, /* User[199] */
3532+ 1859, /* User[200] */
3533+ 1860, /* User[201] */
3534+ 1861, /* User[202] */
3535+ 1862, /* User[203] */
3536+ 1863, /* User[204] */
3537+ 1864, /* User[205] */
3538+ 1865, /* User[206] */
3539+ 1866, /* User[207] */
3540+ 1867, /* User[208] */
3541+ 1868, /* User[209] */
3542+ 1869, /* User[210] */
3543+ 1870, /* User[211] */
3544+ 1871, /* User[212] */
3545+ 1872, /* User[213] */
3546+ 1873, /* User[214] */
3547+ 1874, /* User[215] */
3548+ 1875, /* User[216] */
3549+ 1876, /* User[217] */
3550+ 1877, /* User[218] */
3551+ 1878, /* User[219] */
3552+ 1879, /* User[220] */
3553+ 1880, /* User[221] */
3554+ 1881, /* User[222] */
3555+ 1882, /* User[223] */
3556+ 1883, /* User[224] */
3557+ 1884, /* User[225] */
3558+ 1885, /* User[226] */
3559+ 1886, /* User[227] */
3560+ 1887, /* User[228] */
3561+ 1888, /* User[229] */
3562+ 1889, /* User[230] */
3563+ 1890, /* User[231] */
3564+ 1891, /* User[232] */
3565+ 1892, /* User[233] */
3566+ 1893, /* User[234] */
3567+ 1894, /* User[235] */
3568+ 1895, /* User[236] */
3569+ 1896, /* User[237] */
3570+ 1897, /* User[238] */
3571+ 1898, /* User[239] */
3572+ 1899, /* User[240] */
3573+ 1900, /* User[241] */
3574+ 1901, /* User[242] */
3575+ 1902, /* User[243] */
3576+ 1903, /* User[244] */
3577+ 1904, /* User[245] */
3578+ 1905, /* User[246] */
3579+ 1906, /* User[247] */
3580+ 1907, /* User[248] */
3581+ 1908, /* User[249] */
3582+ 1909, /* User[250] */
3583+ 1910, /* User[251] */
3584+ 1911, /* User[252] */
3585+ 1912, /* User[253] */
3586+ 1913, /* User[254] */
3587+ 1914}; /* User[255] */
35883588
35893589 WCpTranslator wp5internal("wp5TOinternal",3328,wp5_internal);
35903590
@@ -3880,8 +3880,8 @@
38803880 236, /* u Ring */
38813881 147, /* a Ring */
38823882 159, /* e Grave */
3883- 1055, /* l Acute */
3884- 1054, /* L Acute */
3883+ 1058, /* l Acute */
3884+ 1057, /* L Acute */
38853885 150, /* C Cedilla */
38863886 449, /* Pound/Sterling */
38873887 152, /* E Acute */
@@ -4356,14 +4356,14 @@
43564356 0,
43574357 0,
43584358 0,
4359- 1552, /* tau */
4360- 0,
4361- 0,
4362- 1139, /* Box [Shade 4] */
4363- 1536, /* mu */
4364- 1141, /* Box [Top Shade] */
4359+ 1555, /* tau */
4360+ 0,
4361+ 0,
4362+ 1142, /* Box [Shade 4] */
4363+ 1539, /* mu */
4364+ 1144, /* Box [Top Shade] */
43654365 235, /* U Ring */
4366- 1143, /* Box [Bottom Shade] */
4366+ 1146, /* Box [Bottom Shade] */
43674367 363, /* Box [left right] */
43684368 364, /* Box [top bottom] */
43694369 365, /* Box [right bottom] */
@@ -4377,32 +4377,32 @@
43774377 373, /* Box [left top right bottom] */
43784378 453, /* 1/2 */
43794379 0,
4380- 1207, /* Approximately Equal */
4381- 0,
4382- 1208, /* Equivalent */
4383- 1367, /* Integral [Bottom] */
4384- 1151, /* Power of 2 */
4385- 1368, /* Root [1x High] */
4380+ 1210, /* Approximately Equal */
4381+ 0,
4382+ 1211, /* Equivalent */
4383+ 1370, /* Integral [Bottom] */
4384+ 1154, /* Power of 2 */
4385+ 1371, /* Root [1x High] */
43864386 0,
43874387 710, /* Degree */
43884388 454, /* 1/4 */
43894389 221, /* N Caron */
43904390 0,
4391- 1199, /* Greater Than Or Equal */
4391+ 1202, /* Greater Than Or Equal */
43924392 208, /* d Caron */
43934393 160, /* I Acute */
43944394 209, /* E Caron */
4395- 1197, /* Plus or Minus */
4396- 1516, /* GAMMA */
4397- 1198, /* Less Than Or Equal */
4395+ 1200, /* Plus or Minus */
4396+ 1519, /* GAMMA */
4397+ 1201, /* Less Than Or Equal */
43984398 207, /* D Caron */
43994399 138, /* A Acute */
4400- 1512, /* alpha */
4401- 1366, /* Integral [Top] */
4402- 1514, /* beta */
4400+ 1515, /* alpha */
4401+ 1369, /* Integral [Top] */
4402+ 1517, /* beta */
44034403 0,
44044404 458, /* General Currency Symbol */
4405- 1544, /* pi */
4405+ 1547, /* pi */
44064406 210, /* e Caron */
44074407 0,
44084408 0,
@@ -4625,11 +4625,11 @@
46254625 448, /* Right Double Guillemet */
46264626 230, /* t Caron */
46274627 167, /* i Grave */
4628- 1149, /* Pesetas */
4628+ 1152, /* Pesetas */
46294629 206, /* c Caron */
46304630 237, /* Z Caron */
46314631 238, /* z Caron */
4632- 1548, /* sigma */
4632+ 1551, /* sigma */
46334633 205, /* C Caron */
46344634 229, /* T Caron */
46354635 226, /* r Caron */
@@ -5126,25 +5126,25 @@
51265126 0,
51275127 0,
51285128 131, /* Diaeresis */
5129- 1012, /* Caron */
5130- 0,
5131- 0,
5132- 0,
5133- 0,
5134- 0,
5135- 1202, /* Division */
5129+ 1015, /* Caron */
5130+ 0,
5131+ 0,
5132+ 0,
5133+ 0,
5134+ 0,
5135+ 1205, /* Division */
51365136 0,
51375137 0,
51385138 0,
51395139 0,
51405140 145, /* a Grave */
5141- 1257, /* Empty Set */
5142- 0,
5143- 1213, /* Infinity */
5141+ 1260, /* Empty Set */
5142+ 0,
5143+ 1216, /* Infinity */
51445144 0,
51455145 0,
51465146 196, /* y Acute */
5147- 1547, /* SIGMA */
5147+ 1550, /* SIGMA */
51485148 0,
51495149 0,
51505150 0,
@@ -5380,11 +5380,11 @@
53805380 0,
53815381 0,
53825382 0,
5383- 1210, /* Intersection */
5383+ 1213, /* Intersection */
53845384 444, /* Section Sign */
53855385 0,
53865386 0,
5387- 1003, /* Circumflex */
5387+ 1006, /* Circumflex */
53885388 0,
53895389 0,
53905390 0,
@@ -5645,9 +5645,9 @@
56455645 172, /* O Circumflex */
56465646 0,
56475647 0,
5648- 1561, /* OMEGA */
5649- 0,
5650- 1519, /* delta */
5648+ 1564, /* OMEGA */
5649+ 0,
5650+ 1522, /* delta */
56515651 0,
56525652 0,
56535653 0,
@@ -5669,10 +5669,10 @@
56695669 0,
56705670 0,
56715671 0,
5672- 1555, /* PHI */
5673- 0,
5674- 0,
5675- 1527, /* theta */
5672+ 1558, /* PHI */
5673+ 0,
5674+ 0,
5675+ 1530, /* theta */
56765676 222, /* n Caron */
56775677 0,
56785678 0,
@@ -5680,13 +5680,13 @@
56805680 228, /* s Caron */
56815681 0,
56825682 0,
5683- 1072, /* R Acute */
5683+ 1075, /* R Acute */
56845684 195, /* Y Acute */
56855685 0,
56865686 0,
56875687 0,
56885688 0,
5689- 1073}; /* r Acute */
5689+ 1076}; /* r Acute */
56905690
56915691 WCpTranslator wp5_czinternal("wp5_czTOinternal",2099,wp5_cz_internal);
56925692
@@ -5949,29 +5949,29 @@
59495949 96, /* Grave */
59505950 128, /* Centered Dot */
59515951 126, /* Tilde */
5952- 1003, /* Circumflex */
5953- 1004, /* Horizontal Bar */
5952+ 1006, /* Circumflex */
5953+ 1007, /* Horizontal Bar */
59545954 47, /* Forward Slash */
59555955 130, /* Acute */
59565956 131, /* Diaeresis */
59575957 132, /* Macron */
5958- 1006, /* Apostrophe Accent Above */
5959- 1007, /* Apostrophe Accent After and Above */
5960- 1008, /* Apostrophe Accent Before and Above */
5961- 1009, /* Apostrophe Accent Below */
5958+ 1009, /* Apostrophe Accent Above */
5959+ 1010, /* Apostrophe Accent After and Above */
5960+ 1011, /* Apostrophe Accent Before and Above */
5961+ 1012, /* Apostrophe Accent Below */
59625962 133, /* Apostrophe Accent Beside */
59635963 134, /* Ring */
5964- 1010, /* Dot Above */
5964+ 1013, /* Dot Above */
59655965 135, /* Double Acute */
5966- 1011, /* Cedilla */
5966+ 1014, /* Cedilla */
59675967 136, /* Ogonek */
5968- 1012, /* Caron */
5969- 0,
5970- 1013, /* Overline (Long Mark) */
5971- 1014, /* Breve */
5968+ 1015, /* Caron */
5969+ 0,
5970+ 1016, /* Overline (Long Mark) */
5971+ 1017, /* Breve */
59725972 137, /* German Double s */
59735973 258, /* Lowercase Greenlandic k */
5974- 1016, /* Dotless j */
5974+ 1019, /* Dotless j */
59755975 138, /* A Acute */
59765976 139, /* a Acute */
59775977 140, /* A Circumflex */
@@ -6020,7 +6020,7 @@
60206020 183, /* u Diaeresis */
60216021 184, /* U Grave */
60226022 185, /* u Grave */
6023- 1017, /* Y Diaeresis */
6023+ 1020, /* Y Diaeresis */
60246024 186, /* y Diaeresis */
60256025 187, /* A Tilde */
60266026 188, /* a Tilde */
@@ -6036,126 +6036,126 @@
60366036 198, /* Lowercase Eth */
60376037 199, /* Uppercase Thorn */
60386038 200, /* Lowercase Thorn */
6039- 1018, /* A Breve */
6040- 1019, /* a Breve */
6039+ 1021, /* A Breve */
6040+ 1022, /* a Breve */
60416041 201, /* A Macron */
60426042 202, /* a Macron */
60436043 203, /* A Ogonek */
60446044 204, /* a Ogonek */
6045- 1020, /* C Acute */
6046- 1021, /* c Acute */
6045+ 1023, /* C Acute */
6046+ 1024, /* c Acute */
60476047 205, /* C Caron */
60486048 206, /* c Caron */
6049- 1022, /* C Circumflex */
6050- 1023, /* c Circumflex */
6051- 1024, /* C Dot Above */
6052- 1025, /* c Dot Above */
6049+ 1025, /* C Circumflex */
6050+ 1026, /* c Circumflex */
6051+ 1027, /* C Dot Above */
6052+ 1028, /* c Dot Above */
60536053 207, /* D Caron */
6054- 1103, /* d Apostrophe Beside */
6054+ 1106, /* d Apostrophe Beside */
60556055 209, /* E Caron */
60566056 210, /* e Caron */
6057- 1026, /* E Dot Above */
6058- 1027, /* e Dot Above */
6057+ 1029, /* E Dot Above */
6058+ 1030, /* e Dot Above */
60596059 211, /* E Macron */
60606060 212, /* e Macron */
60616061 213, /* E Ogonek */
60626062 214, /* e Ogonek */
6063- 1028, /* G Acute */
6064- 1029, /* g Acute */
6065- 1030, /* G Breve */
6066- 1031, /* g Breve */
6067- 1032, /* G Caron */
6068- 1033, /* g Caron */
6069- 1034, /* G Cedilla */
6070- 1035, /* g Cedilla (Apostrophe Above) */
6071- 1036, /* G Circumflex */
6072- 1037, /* g Circumflex */
6073- 1038, /* G Dot Above */
6074- 1039, /* g Dot Above */
6075- 1040, /* H Circumflex */
6076- 1041, /* h Circumflex */
6077- 1042, /* H Cross Bar */
6078- 1043, /* h Cross Bar */
6079- 1044, /* I Dot Above */
6080- 1045, /* i Dot Above */
6063+ 1031, /* G Acute */
6064+ 1032, /* g Acute */
6065+ 1033, /* G Breve */
6066+ 1034, /* g Breve */
6067+ 1035, /* G Caron */
6068+ 1036, /* g Caron */
6069+ 1037, /* G Cedilla */
6070+ 1038, /* g Cedilla (Apostrophe Above) */
6071+ 1039, /* G Circumflex */
6072+ 1040, /* g Circumflex */
6073+ 1041, /* G Dot Above */
6074+ 1042, /* g Dot Above */
6075+ 1043, /* H Circumflex */
6076+ 1044, /* h Circumflex */
6077+ 1045, /* H Cross Bar */
6078+ 1046, /* h Cross Bar */
6079+ 1047, /* I Dot Above */
6080+ 1048, /* i Dot Above */
60816081 215, /* I Macron */
60826082 216, /* i Macron */
60836083 217, /* I Ogonek */
60846084 218, /* i Ogonek */
6085- 1046, /* I Tilde */
6086- 1047, /* i Tilde */
6087- 1048, /* IJ Digraph */
6088- 1049, /* ij Digraph */
6089- 1050, /* J Circumflex */
6090- 1051, /* j Circumflex */
6091- 1052, /* K Cedilla */
6092- 1053, /* k Cedilla */
6093- 1054, /* L Acute */
6094- 1055, /* l Acute */
6095- 1104, /* L Apostrophe Beside */
6096- 1105, /* l Apostrophe Beside */
6097- 1056, /* L Cedilla */
6098- 1057, /* l Cedilla */
6099- 1058, /* L Center Dot */
6100- 1059, /* l Center Dot */
6101- 1060, /* L Stroke */
6102- 1061, /* l Stroke */
6103- 1062, /* N Acute */
6104- 1063, /* n Acute */
6105- 1064, /* N Apostrophe */
6106- 1065, /* n Apostrophe */
6085+ 1049, /* I Tilde */
6086+ 1050, /* i Tilde */
6087+ 1051, /* IJ Digraph */
6088+ 1052, /* ij Digraph */
6089+ 1053, /* J Circumflex */
6090+ 1054, /* j Circumflex */
6091+ 1055, /* K Cedilla */
6092+ 1056, /* k Cedilla */
6093+ 1057, /* L Acute */
6094+ 1058, /* l Acute */
6095+ 1107, /* L Apostrophe Beside */
6096+ 1108, /* l Apostrophe Beside */
6097+ 1059, /* L Cedilla */
6098+ 1060, /* l Cedilla */
6099+ 1061, /* L Center Dot */
6100+ 1062, /* l Center Dot */
6101+ 1063, /* L Stroke */
6102+ 1064, /* l Stroke */
6103+ 1065, /* N Acute */
6104+ 1066, /* n Acute */
6105+ 1067, /* N Apostrophe */
6106+ 1068, /* n Apostrophe */
61076107 221, /* N Caron */
61086108 222, /* n Caron */
6109- 1066, /* N Cedilla */
6110- 1067, /* n Cedilla */
6111- 1068, /* O Double Acute */
6112- 1069, /* o Double Acute */
6109+ 1069, /* N Cedilla */
6110+ 1070, /* n Cedilla */
6111+ 1071, /* O Double Acute */
6112+ 1072, /* o Double Acute */
61136113 223, /* O Macron */
61146114 224, /* o Macron */
6115- 1070, /* OE Digraph */
6116- 1071, /* oe Digraph */
6117- 1072, /* R Acute */
6118- 1073, /* r Acute */
6115+ 1073, /* OE Digraph */
6116+ 1074, /* oe Digraph */
6117+ 1075, /* R Acute */
6118+ 1076, /* r Acute */
61196119 225, /* R Caron */
61206120 226, /* r Caron */
6121- 1074, /* R Cedilla */
6122- 1075, /* r Cedilla */
6123- 1076, /* S Acute */
6124- 1077, /* s Acute */
6121+ 1077, /* R Cedilla */
6122+ 1078, /* r Cedilla */
6123+ 1079, /* S Acute */
6124+ 1080, /* s Acute */
61256125 227, /* S Caron */
61266126 228, /* s Caron */
6127- 1078, /* S Cedilla */
6128- 1079, /* s Cedilla */
6129- 1080, /* S Circumflex */
6130- 1081, /* s Circumflex */
6127+ 1081, /* S Cedilla */
6128+ 1082, /* s Cedilla */
6129+ 1083, /* S Circumflex */
6130+ 1084, /* s Circumflex */
61316131 229, /* T Caron */
6132- 1108, /* t Apostrophe Beside */
6133- 1082, /* T Cedilla */
6134- 1083, /* t Cedilla */
6135- 1084, /* T Cross Bar */
6136- 1085, /* t Cross Bar */
6137- 1086, /* U Breve */
6138- 1087, /* u Breve */
6139- 1088, /* U Double Acute */
6140- 1089, /* u Double Acute */
6132+ 1111, /* t Apostrophe Beside */
6133+ 1085, /* T Cedilla */
6134+ 1086, /* t Cedilla */
6135+ 1087, /* T Cross Bar */
6136+ 1088, /* t Cross Bar */
6137+ 1089, /* U Breve */
6138+ 1090, /* u Breve */
6139+ 1091, /* U Double Acute */
6140+ 1092, /* u Double Acute */
61416141 231, /* U Macron */
61426142 232, /* u Macron */
61436143 233, /* U Ogonek */
61446144 234, /* u Ogonek */
61456145 235, /* U Ring */
61466146 236, /* u Ring */
6147- 1090, /* U Tilde */
6148- 1091, /* u Tilde */
6149- 1092, /* W Circumflex */
6150- 1093, /* w Circumflex */
6151- 1094, /* Y Circumflex */
6152- 1095, /* y Circumflex */
6153- 1096, /* Z Acute */
6154- 1097, /* z Acute */
6147+ 1093, /* U Tilde */
6148+ 1094, /* u Tilde */
6149+ 1095, /* W Circumflex */
6150+ 1096, /* w Circumflex */
6151+ 1097, /* Y Circumflex */
6152+ 1098, /* y Circumflex */
6153+ 1099, /* Z Acute */
6154+ 1100, /* z Acute */
61556155 237, /* Z Caron */
61566156 238, /* z Caron */
6157- 1098, /* Z Dot Above */
6158- 1099, /* z Dot Above */
6157+ 1101, /* Z Dot Above */
6158+ 1102, /* z Dot Above */
61596159 239, /* Uppercase Eng */
61606160 240, /* Lowercase Eng */
61616161 241, /* D Macron */
@@ -6170,51 +6170,51 @@
61706170 250, /* s Macron */
61716171 251, /* T Macron */
61726172 252, /* t Macron */
6173- 1100, /* Y Breve */
6174- 1101, /* y Breve */
6173+ 1103, /* Y Breve */
6174+ 1104, /* y Breve */
61756175 253, /* Y Grave */
61766176 254, /* y Grave */
6177- 1102, /* D Apostrophe Beside */
6178- 1103, /* d Apostrophe Beside */
6179- 1106, /* O Apostrophe Beside */
6180- 1107, /* o Apostrophe Beside */
6181- 1109, /* U Apostrophe Beside */
6182- 1110, /* u Apostrophe Beside */
6183- 1111, /* E Breve */
6184- 1112, /* e Breve */
6185- 1113, /* I Breve */
6186- 1114, /* i Breve */
6177+ 1105, /* D Apostrophe Beside */
6178+ 1106, /* d Apostrophe Beside */
6179+ 1109, /* O Apostrophe Beside */
6180+ 1110, /* o Apostrophe Beside */
6181+ 1112, /* U Apostrophe Beside */
6182+ 1113, /* u Apostrophe Beside */
6183+ 1114, /* E Breve */
6184+ 1115, /* e Breve */
6185+ 1116, /* I Breve */
6186+ 1117, /* i Breve */
61876187 73, /* I */
6188- 1015, /* Dotless i */
6189- 1115, /* O Breve */
6190- 1116, /* o Breve */
6191- 0,
6192- 0,
6193- 0,
6194- 0,
6195- 0,
6196- 0,
6197- 0,
6198- 0,
6199- 0,
6200- 0,
6201- 0,
6202- 0,
6203- 0,
6204- 0,
6205- 1127, /* Prime */
6206- 1128, /* Double Prime */
6207- 0,
6208- 0,
6209- 0,
6210- 0,
6211- 0,
6212- 0,
6213- 0,
6214- 0,
6215- 0,
6216- 0,
6217- 1014, /* Breve */
6188+ 1018, /* Dotless i */
6189+ 1118, /* O Breve */
6190+ 1119, /* o Breve */
6191+ 0,
6192+ 0,
6193+ 0,
6194+ 0,
6195+ 0,
6196+ 0,
6197+ 0,
6198+ 0,
6199+ 0,
6200+ 0,
6201+ 0,
6202+ 0,
6203+ 0,
6204+ 0,
6205+ 1130, /* Prime */
6206+ 1131, /* Double Prime */
6207+ 0,
6208+ 0,
6209+ 0,
6210+ 0,
6211+ 0,
6212+ 0,
6213+ 0,
6214+ 0,
6215+ 0,
6216+ 0,
6217+ 1017, /* Breve */
62186218 0,
62196219 0,
62206220 0,
@@ -6225,14 +6225,14 @@
62256225 0,
62266226 0,
62276227 0,
6228- 1003, /* Circumflex */
6229- 1012, /* Caron */
6228+ 1006, /* Circumflex */
6229+ 1015, /* Caron */
62306230 126, /* Tilde */
62316231 256, /* Ring Below */
62326232 267, /* Ring Above */
62336233 257, /* Circumflex Below */
62346234 0,
6235- 1118, /* Dot Below */
6235+ 1121, /* Dot Below */
62366236 131, /* Diaeresis */
62376237 255, /* Double Dot Below */
62386238 268, /* Left Half Ring Below */
@@ -6248,12 +6248,12 @@
62486248 0,
62496249 0,
62506250 0,
6251- 1121, /* Macron Below (Underline) */
6252- 1120, /* Double Underline */
6251+ 1124, /* Macron Below (Underline) */
6252+ 1123, /* Double Underline */
62536253 0,
62546254 136, /* Ogonek */
6255- 1011, /* Cedilla */
6256- 1124, /* Horn */
6255+ 1014, /* Cedilla */
6256+ 1127, /* Horn */
62576257 0,
62586258 0,
62596259 273, /* Modifier Small Capital Inverted R */
@@ -6461,11 +6461,11 @@
64616461 360, /* Box [Shade 1] */
64626462 361, /* Box [Shade 2] */
64636463 362, /* Box [Shade 3] */
6464- 1139, /* Box [Shade 4] */
6465- 1140, /* Box [Left Shade] */
6466- 1141, /* Box [Top Shade] */
6467- 1142, /* Box [Right Shade] */
6468- 1143, /* Box [Bottom Shade] */
6464+ 1142, /* Box [Shade 4] */
6465+ 1143, /* Box [Left Shade] */
6466+ 1144, /* Box [Top Shade] */
6467+ 1145, /* Box [Right Shade] */
6468+ 1146, /* Box [Bottom Shade] */
64696469 363, /* Box [left right] */
64706470 364, /* Box [top bottom] */
64716471 365, /* Box [right bottom] */
@@ -6714,12 +6714,12 @@
67146714 0,
67156715 0,
67166716 0,
6717- 1144, /* Bullet */
6718- 1145, /* Hollow Bullet */
6719- 1146, /* Square Bullet */
6717+ 1147, /* Bullet */
6718+ 1148, /* Hollow Bullet */
6719+ 1149, /* Square Bullet */
67206720 443, /* Small Bullet */
6721- 1147, /* Base Asterisk */
6722- 1148, /* Paragraph Sign */
6721+ 1150, /* Base Asterisk */
6722+ 1151, /* Paragraph Sign */
67236723 444, /* Section Sign */
67246724 445, /* Inverted Exclamation Point */
67256725 446, /* Inverted Question Mark */
@@ -6727,63 +6727,63 @@
67276727 448, /* Right Double Guillemet */
67286728 449, /* Pound/Sterling */
67296729 450, /* Yen */
6730- 1149, /* Pesetas */
6731- 1150, /* Florin/Guilder */
6730+ 1152, /* Pesetas */
6731+ 1153, /* Florin/Guilder */
67326732 451, /* Feminine Spanish Ordinal */
67336733 452, /* Masculine Spanish Ordinal */
67346734 453, /* 1/2 */
67356735 454, /* 1/4 */
67366736 455, /* Cent */
6737- 1151, /* Power of 2 */
6738- 1152, /* Power of n */
6737+ 1154, /* Power of 2 */
6738+ 1155, /* Power of n */
67396739 456, /* Registered Trademark */
67406740 457, /* Copyright */
67416741 458, /* General Currency Symbol */
67426742 459, /* 3/4 */
6743- 1153, /* Power of 3 */
6743+ 1156, /* Power of 3 */
67446744 460, /* Left Single Quote */
6745- 1154, /* Right Single Quote */
6746- 1155, /* Inverted Single Quote */
6745+ 1157, /* Right Single Quote */
6746+ 1158, /* Inverted Single Quote */
67476747 461, /* Left Double Quote */
6748- 1156, /* Right Double Quote */
6749- 1157, /* Inverted Double Quote */
6750- 1158, /* En Dash */
6751- 1159, /* Em Dash */
6748+ 1159, /* Right Double Quote */
6749+ 1160, /* Inverted Double Quote */
6750+ 1161, /* En Dash */
6751+ 1162, /* Em Dash */
67526752 462, /* Left Single Guillemet */
67536753 463, /* Right Single Guillemet */
67546754 464, /* Large Hollow Bullet */
67556755 465, /* Large Hollow Square Bullet */
6756- 1160, /* Dagger */
6757- 1161, /* Double Dagger */
6756+ 1163, /* Dagger */
6757+ 1164, /* Double Dagger */
67586758 466, /* Trademark */
67596759 467, /* Servicemark */
67606760 468, /* Prescription (Rx) */
67616761 469, /* Large Bullet */
67626762 470, /* Small Hollow Bullet */
67636763 471, /* Large Square Bullet */
6764- 1162, /* Small Square Bullet */
6764+ 1165, /* Small Square Bullet */
67656765 472, /* Hollow Square Bullet */
67666766 0,
6767- 1163, /* Figure Dash */
6768- 1164, /* Ligature ff */
6769- 1165, /* Ligature ffi */
6770- 1166, /* Ligature ffl */
6771- 1167, /* Ligature fi */
6772- 1168, /* Ligature fl */
6773- 1169, /* Em Leader */
6767+ 1166, /* Figure Dash */
6768+ 1167, /* Ligature ff */
6769+ 1168, /* Ligature ffi */
6770+ 1169, /* Ligature ffl */
6771+ 1170, /* Ligature fi */
6772+ 1171, /* Ligature fl */
6773+ 1172, /* Em Leader */
67746774 473, /* Milreis/Escudo */
67756775 0,
67766776 0,
67776777 474, /* European Currency Symbol */
67786778 475, /* Lire (Italian currency symbol) */
6779- 1170, /* Base Single Quote */
6780- 1171, /* Base Double Quote */
6781- 1172, /* 1/3 */
6782- 1173, /* 2/3 */
6783- 1174, /* 1/8 */
6784- 1175, /* 3/8 */
6785- 1176, /* 5/8 */
6786- 1177, /* 7/8 */
6779+ 1173, /* Base Single Quote */
6780+ 1174, /* Base Double Quote */
6781+ 1175, /* 1/3 */
6782+ 1176, /* 2/3 */
6783+ 1177, /* 1/8 */
6784+ 1178, /* 3/8 */
6785+ 1179, /* 5/8 */
6786+ 1180, /* 7/8 */
67876787 476, /* Circle M */
67886788 477, /* Circle P */
67896789 478, /* Circle U */
@@ -6791,8 +6791,8 @@
67916791 0,
67926792 479, /* Per Thousand */
67936793 480, /* Number (No.) */
6794- 1178, /* Three Fourths Em Dash */
6795- 1179, /* Power of 1 */
6794+ 1181, /* Three Fourths Em Dash */
6795+ 1182, /* Power of 1 */
67966796 481, /* HT (Horizontal Tab) */
67976797 482, /* FF (Form Feed) */
67986798 483, /* CR (Carriage Return) */
@@ -6803,177 +6803,177 @@
68036803 0,
68046804 0,
68056805 0,
6806- 1180, /* MD (Canadian Registration Mark) */
6807- 1181, /* MC (Canadian Trademark Symbol) */
6808- 0,
6809- 0,
6810- 0,
6811- 0,
6812- 0,
6813- 0,
6814- 0,
6815- 0,
6816- 0,
6817- 0,
6818- 0,
6819- 0,
6820- 0,
6821- 0,
6822- 0,
6823- 0,
6824- 0,
6825- 0,
6826- 0,
6827- 0,
6828- 0,
6829- 0,
6830- 0,
6831- 0,
6832- 0,
6833- 0,
6834- 0,
6835- 0,
6836- 0,
6837- 0,
6838- 0,
6839- 0,
6840- 0,
6841- 0,
6842- 0,
6843- 0,
6844- 0,
6845- 0,
6846- 0,
6847- 0,
6848- 0,
6849- 0,
6850- 0,
6851- 0,
6852- 0,
6853- 0,
6854- 0,
6855- 0,
6856- 0,
6857- 0,
6858- 0,
6859- 0,
6860- 0,
6861- 0,
6862- 0,
6863- 0,
6864- 0,
6865- 0,
6866- 0,
6867- 0,
6868- 0,
6869- 0,
6870- 0,
6871- 0,
6872- 0,
6873- 0,
6874- 0,
6875- 0,
6876- 0,
6877- 0,
6878- 0,
6879- 0,
6880- 0,
6881- 0,
6882- 0,
6883- 0,
6884- 0,
6885- 0,
6886- 0,
6887- 0,
6888- 0,
6889- 0,
6890- 0,
6891- 0,
6892- 0,
6893- 0,
6894- 0,
6895- 0,
6896- 0,
6897- 0,
6898- 0,
6899- 0,
6900- 0,
6901- 0,
6902- 0,
6903- 0,
6904- 0,
6905- 0,
6906- 0,
6907- 0,
6908- 0,
6909- 0,
6910- 0,
6911- 0,
6912- 0,
6913- 0,
6914- 0,
6915- 0,
6916- 0,
6917- 0,
6918- 0,
6919- 0,
6920- 0,
6921- 0,
6922- 0,
6923- 0,
6924- 0,
6925- 0,
6926- 0,
6927- 0,
6928- 0,
6929- 0,
6930- 0,
6931- 0,
6932- 0,
6933- 0,
6934- 0,
6935- 0,
6936- 0,
6937- 0,
6938- 0,
6939- 0,
6940- 0,
6941- 0,
6942- 0,
6943- 0,
6944- 0,
6945- 0,
6946- 0,
6947- 0,
6948- 0,
6949- 0,
6950- 0,
6951- 0,
6952- 0,
6953- 0,
6954- 0,
6955- 0,
6956- 0,
6957- 0,
6958- 0,
6959- 0,
6960- 0,
6961- 0,
6962- 0,
6963- 0,
6964- 0,
6965- 0,
6966- 0,
6967- 0,
6968- 0,
6969- 0,
6970- 0,
6971- 0,
6972- 0,
6973- 1182, /* Heart Open Card Style */
6974- 1183, /* Diamond Open Card Style */
6975- 1184, /* Club Open Card Style */
6976- 1185, /* Spade Open Card Style */
6806+ 1183, /* MD (Canadian Registration Mark) */
6807+ 1184, /* MC (Canadian Trademark Symbol) */
6808+ 0,
6809+ 0,
6810+ 0,
6811+ 0,
6812+ 0,
6813+ 0,
6814+ 0,
6815+ 0,
6816+ 0,
6817+ 0,
6818+ 0,
6819+ 0,
6820+ 0,
6821+ 0,
6822+ 0,
6823+ 0,
6824+ 0,
6825+ 0,
6826+ 0,
6827+ 0,
6828+ 0,
6829+ 0,
6830+ 0,
6831+ 0,
6832+ 0,
6833+ 0,
6834+ 0,
6835+ 0,
6836+ 0,
6837+ 0,
6838+ 0,
6839+ 0,
6840+ 0,
6841+ 0,
6842+ 0,
6843+ 0,
6844+ 0,
6845+ 0,
6846+ 0,
6847+ 0,
6848+ 0,
6849+ 0,
6850+ 0,
6851+ 0,
6852+ 0,
6853+ 0,
6854+ 0,
6855+ 0,
6856+ 0,
6857+ 0,
6858+ 0,
6859+ 0,
6860+ 0,
6861+ 0,
6862+ 0,
6863+ 0,
6864+ 0,
6865+ 0,
6866+ 0,
6867+ 0,
6868+ 0,
6869+ 0,
6870+ 0,
6871+ 0,
6872+ 0,
6873+ 0,
6874+ 0,
6875+ 0,
6876+ 0,
6877+ 0,
6878+ 0,
6879+ 0,
6880+ 0,
6881+ 0,
6882+ 0,
6883+ 0,
6884+ 0,
6885+ 0,
6886+ 0,
6887+ 0,
6888+ 0,
6889+ 0,
6890+ 0,
6891+ 0,
6892+ 0,
6893+ 0,
6894+ 0,
6895+ 0,
6896+ 0,
6897+ 0,
6898+ 0,
6899+ 0,
6900+ 0,
6901+ 0,
6902+ 0,
6903+ 0,
6904+ 0,
6905+ 0,
6906+ 0,
6907+ 0,
6908+ 0,
6909+ 0,
6910+ 0,
6911+ 0,
6912+ 0,
6913+ 0,
6914+ 0,
6915+ 0,
6916+ 0,
6917+ 0,
6918+ 0,
6919+ 0,
6920+ 0,
6921+ 0,
6922+ 0,
6923+ 0,
6924+ 0,
6925+ 0,
6926+ 0,
6927+ 0,
6928+ 0,
6929+ 0,
6930+ 0,
6931+ 0,
6932+ 0,
6933+ 0,
6934+ 0,
6935+ 0,
6936+ 0,
6937+ 0,
6938+ 0,
6939+ 0,
6940+ 0,
6941+ 0,
6942+ 0,
6943+ 0,
6944+ 0,
6945+ 0,
6946+ 0,
6947+ 0,
6948+ 0,
6949+ 0,
6950+ 0,
6951+ 0,
6952+ 0,
6953+ 0,
6954+ 0,
6955+ 0,
6956+ 0,
6957+ 0,
6958+ 0,
6959+ 0,
6960+ 0,
6961+ 0,
6962+ 0,
6963+ 0,
6964+ 0,
6965+ 0,
6966+ 0,
6967+ 0,
6968+ 0,
6969+ 0,
6970+ 0,
6971+ 0,
6972+ 0,
6973+ 1185, /* Heart Open Card Style */
6974+ 1186, /* Diamond Open Card Style */
6975+ 1187, /* Club Open Card Style */
6976+ 1188, /* Spade Open Card Style */
69776977 487, /* Male */
69786978 488, /* Female */
69796979 489, /* Compass */
@@ -6981,25 +6981,25 @@
69816981 491, /* Dark Happy Face */
69826982 492, /* Eighth Note */
69836983 493, /* Sixteenth Notes */
6984- 1186, /* Horizontal Rectangle */
6985- 0,
6986- 1187, /* Double Exclamation Mark */
6987- 1188, /* Bent Radical */
6988- 1189, /* Underscored Up and Down Arrow */
6984+ 1189, /* Horizontal Rectangle */
6985+ 0,
6986+ 1190, /* Double Exclamation Mark */
6987+ 1191, /* Bent Radical */
6988+ 1192, /* Underscored Up and Down Arrow */
69896989 494, /* Beginning of Line */
69906990 495, /* Inverted Beginning of Line */
69916991 496, /* Inverse Bullet */
69926992 497, /* Inverse Hollow Bullet */
69936993 498, /* Newline */
6994- 1194, /* Centreline */
6994+ 1197, /* Centreline */
69956995 500, /* Left Pointing Index */
6996- 1195, /* Graphic Space */
6997- 1190, /* Empty Ballot Box */
6996+ 1198, /* Graphic Space */
6997+ 1193, /* Empty Ballot Box */
69986998 502, /* Marked Ballot Box */
69996999 503, /* Sad Face */
7000- 1191, /* Sharp */
7001- 1192, /* Flat */
7002- 1193, /* Natural */
7000+ 1194, /* Sharp */
7001+ 1195, /* Flat */
7002+ 1196, /* Natural */
70037003 504, /* Telephone */
70047004 505, /* Clock */
70057005 506, /* Hourglass */
@@ -7227,158 +7227,158 @@
72277227 702, /* East Arrow Open Open Ends */
72287228 0,
72297229 45, /* Minus */
7230- 1197, /* Plus or Minus */
7231- 1198, /* Less Than Or Equal */
7232- 1199, /* Greater Than Or Equal */
7233- 1200, /* Proportional */
7234- 1201, /* Not (Slash) */
7230+ 1200, /* Plus or Minus */
7231+ 1201, /* Less Than Or Equal */
7232+ 1202, /* Greater Than Or Equal */
7233+ 1203, /* Proportional */
7234+ 1204, /* Not (Slash) */
72357235 703, /* Figure Slash (Fraction) */
72367236 704, /* Figure Backslash (Set Minus) */
7237- 1202, /* Division */
7238- 1203, /* Absolute Value (Divides) */
7239- 1204, /* Left Angle Bracket (Bra) */
7240- 1205, /* Right Angle Bracket (Ket) */
7241- 1206, /* Similar */
7242- 1207, /* Approximately Equal */
7243- 1208, /* Equivalent */
7244- 1209, /* Member */
7245- 1210, /* Intersection */
7246- 1211, /* Parallel */
7247- 1212, /* Summation */
7248- 1213, /* Infinity */
7249- 1214, /* Logical Not */
7250- 1215, /* Right Arrow */
7251- 1216, /* Left Arrow */
7252- 1217, /* Up Arrow */
7253- 1218, /* Down Arrow */
7254- 1219, /* Left and Right Arrow */
7255- 1220, /* Up and Down Arrow */
7237+ 1205, /* Division */
7238+ 1206, /* Absolute Value (Divides) */
7239+ 1207, /* Left Angle Bracket (Bra) */
7240+ 1208, /* Right Angle Bracket (Ket) */
7241+ 1209, /* Similar */
7242+ 1210, /* Approximately Equal */
7243+ 1211, /* Equivalent */
7244+ 1212, /* Member */
7245+ 1213, /* Intersection */
7246+ 1214, /* Parallel */
7247+ 1215, /* Summation */
7248+ 1216, /* Infinity */
7249+ 1217, /* Logical Not */
7250+ 1218, /* Right Arrow */
7251+ 1219, /* Left Arrow */
7252+ 1220, /* Up Arrow */
7253+ 1221, /* Down Arrow */
7254+ 1222, /* Left and Right Arrow */
7255+ 1223, /* Up and Down Arrow */
72567256 705, /* Solid Triangle Right */
72577257 706, /* Solid Triangle Left */
72587258 707, /* Solid Triangle Up */
72597259 708, /* Solid Triangle Down */
7260- 1221, /* Center Dot */
7260+ 1224, /* Center Dot */
72617261 709, /* Small Center Dot */
7262- 1222, /* Small Circle */
7263- 1223, /* Small Solid Circle */
7264- 1224, /* Angstrom */
7262+ 1225, /* Small Circle */
7263+ 1226, /* Small Solid Circle */
7264+ 1227, /* Angstrom */
72657265 710, /* Degree */
7266- 1225, /* Micro */
7267- 1226, /* Raised Negative Sign */
7268- 1227, /* Multiply (x) */
7269- 1229, /* Integral */
7270- 1230, /* Product */
7271- 1231, /* Minus or Plus */
7272- 1232, /* Nabla (Gradient) */
7273- 1233, /* Partial Derivative */
7274- 1127, /* Prime */
7275- 1128, /* Double Prime */
7276- 1236, /* Vector */
7266+ 1228, /* Micro */
7267+ 1229, /* Raised Negative Sign */
7268+ 1230, /* Multiply (x) */
7269+ 1232, /* Integral */
7270+ 1233, /* Product */
7271+ 1234, /* Minus or Plus */
7272+ 1235, /* Nabla (Gradient) */
7273+ 1236, /* Partial Derivative */
7274+ 1130, /* Prime */
7275+ 1131, /* Double Prime */
7276+ 1239, /* Vector */
72777277 711, /* Error (Script e) */
72787278 712, /* Liter (Script l) */
7279- 1237, /* Planck's Constant */
7280- 1238, /* fraktur I */
7281- 1239, /* fraktur R */
7282- 1240, /* Weierstrass */
7279+ 1240, /* Planck's Constant */
7280+ 1241, /* fraktur I */
7281+ 1242, /* fraktur R */
7282+ 1243, /* Weierstrass */
72837283 713, /* Right and Left Arrows */
72847284 714, /* Left and Right Arrows */
7285- 1241, /* Double Arrow Right (Implies) */
7286- 1242, /* Double Arrow Left (Implied By) */
7287- 1243, /* Double Arrow Up */
7288- 1244, /* Double Arrow Down */
7289- 1245, /* Double Arrow Left and Right */
7290- 1246, /* Double Arrow Up and Down */
7291- 1247, /* Northeast Arrow */
7292- 1248, /* Southeast Arrow */
7293- 1249, /* Northwest Arrow */
7294- 1250, /* Southwest Arrow */
7295- 1251, /* Union */
7296- 1252, /* Proper Subset */
7297- 1253, /* Proper Superset */
7298- 1254, /* Reflex Subset (Contained In or Equals) */
7299- 1255, /* Reflex Superset (Contains or Equals) */
7300- 1256, /* Such That (Contains as a Member) */
7301- 1257, /* Empty Set */
7302- 1258, /* Left Ceiling */
7303- 1259, /* Right Ceiling */
7304- 1260, /* Left Floor */
7305- 1261, /* Right Floor */
7306- 1262, /* Much Less */
7307- 1263, /* Much Greater */
7308- 1264, /* Angle */
7309- 1265, /* Circle Multiply */
7310- 1266, /* Circle Plus */
7311- 1267, /* Circle Minus */
7312- 1268, /* Circle Divide */
7313- 1269, /* Circle Dot */
7314- 1270, /* Logical And */
7315- 1271, /* Logical Or */
7316- 1272, /* Logical Exclusive Or */
7317- 1273, /* Top */
7318- 1274, /* Bottom */
7319- 1275, /* Arc Overmark */
7320- 1276, /* Assertion */
7321- 1277, /* Mirrored Assertion */
7322- 1278, /* Square */
7285+ 1244, /* Double Arrow Right (Implies) */
7286+ 1245, /* Double Arrow Left (Implied By) */
7287+ 1246, /* Double Arrow Up */
7288+ 1247, /* Double Arrow Down */
7289+ 1248, /* Double Arrow Left and Right */
7290+ 1249, /* Double Arrow Up and Down */
7291+ 1250, /* Northeast Arrow */
7292+ 1251, /* Southeast Arrow */
7293+ 1252, /* Northwest Arrow */
7294+ 1253, /* Southwest Arrow */
7295+ 1254, /* Union */
7296+ 1255, /* Proper Subset */
7297+ 1256, /* Proper Superset */
7298+ 1257, /* Reflex Subset (Contained In or Equals) */
7299+ 1258, /* Reflex Superset (Contains or Equals) */
7300+ 1259, /* Such That (Contains as a Member) */
7301+ 1260, /* Empty Set */
7302+ 1261, /* Left Ceiling */
7303+ 1262, /* Right Ceiling */
7304+ 1263, /* Left Floor */
7305+ 1264, /* Right Floor */
7306+ 1265, /* Much Less */
7307+ 1266, /* Much Greater */
7308+ 1267, /* Angle */
7309+ 1268, /* Circle Multiply */
7310+ 1269, /* Circle Plus */
7311+ 1270, /* Circle Minus */
7312+ 1271, /* Circle Divide */
7313+ 1272, /* Circle Dot */
7314+ 1273, /* Logical And */
7315+ 1274, /* Logical Or */
7316+ 1275, /* Logical Exclusive Or */
7317+ 1276, /* Top */
7318+ 1277, /* Bottom */
7319+ 1278, /* Arc Overmark */
7320+ 1279, /* Assertion */
7321+ 1280, /* Mirrored Assertion */
7322+ 1281, /* Square */
73237323 715, /* Solid Square */
73247324 716, /* Lozenge */
73257325 717, /* Solid Lozenge */
7326- 1279, /* Left Double Bracket */
7327- 1280, /* Right Double Bracket */
7328- 1281, /* Not Equal */
7329- 1282, /* Not Equivalent */
7326+ 1282, /* Left Double Bracket */
7327+ 1283, /* Right Double Bracket */
7328+ 1284, /* Not Equal */
7329+ 1285, /* Not Equivalent */
73307330 718, /* Because */
73317331 719, /* Therefore */
73327332 720, /* Identical (Four Dots) */
7333- 1283, /* Contour Integral */
7333+ 1286, /* Contour Integral */
73347334 721, /* Laplace Transform (Script L) */
73357335 722, /* fraktur C */
73367336 723, /* fraktur Z */
7337- 1240, /* Weierstrass */
7338- 1285, /* Circle (Empty, For Operator) */
7339- 1286, /* Defined As (Underscored Triangle) */
7337+ 1243, /* Weierstrass */
7338+ 1288, /* Circle (Empty, For Operator) */
7339+ 1289, /* Defined As (Underscored Triangle) */
73407340 724, /* Diamond */
7341- 1287, /* Solid Star */
7342- 1288, /* Triple Prime */
7343- 1289, /* Coproduct */
7344- 1290, /* Similar or Equal */
7345- 1291, /* Congruent */
7346- 1292, /* Precedes */
7347- 1293, /* Precedes or Equals */
7348- 1294, /* Follows */
7349- 1295, /* Follows or Equals */
7350- 1296, /* There Exists */
7351- 1297, /* For All */
7341+ 1290, /* Solid Star */
7342+ 1291, /* Triple Prime */
7343+ 1292, /* Coproduct */
7344+ 1293, /* Similar or Equal */
7345+ 1294, /* Congruent */
7346+ 1295, /* Precedes */
7347+ 1296, /* Precedes or Equals */
7348+ 1297, /* Follows */
7349+ 1298, /* Follows or Equals */
7350+ 1299, /* There Exists */
7351+ 1300, /* For All */
73527352 725, /* Much Much Less */
73537353 726, /* Much Much Greater */
7354- 1298, /* Multiset Union (U Plus) */
7354+ 1301, /* Multiset Union (U Plus) */
73557355 727, /* Subset But Does Not Equal */
73567356 728, /* Superset But Does Not Equal */
7357- 1299, /* Square Intersection */
7358- 1300, /* Square Union */
7357+ 1302, /* Square Intersection */
7358+ 1303, /* Square Union */
73597359 729, /* Square Proper Subset */
7360- 1301, /* Square Reflex Subset */
7360+ 1304, /* Square Reflex Subset */
73617361 0,
73627362 730, /* Square Proper Superset */
7363- 1302, /* Square Reflex Superset */
7364- 0,
7365- 1303, /* Big Triangle Up */
7366- 1304, /* Big Triangle Down */
7367- 1305, /* Small Triangle Left */
7368- 1306, /* Small Triangle Right */
7369- 1307, /* Bowtie */
7370- 1308, /* Smile */
7371- 1309, /* Frown */
7372- 1310, /* Big Circle */
7363+ 1305, /* Square Reflex Superset */
7364+ 0,
7365+ 1306, /* Big Triangle Up */
7366+ 1307, /* Big Triangle Down */
7367+ 1308, /* Small Triangle Left */
7368+ 1309, /* Small Triangle Right */
7369+ 1310, /* Bowtie */
7370+ 1311, /* Smile */
7371+ 1312, /* Frown */
7372+ 1313, /* Big Circle */
73737373 731, /* Curly Right Arrow */
7374- 1311, /* Hook Left Arrow */
7375- 1312, /* Hook Right Arrow */
7376- 1313, /* Maps To */
7377- 1314, /* Left Harpoon Up */
7378- 1315, /* Left Harpoon Down */
7379- 1316, /* Right Harpoon Up */
7380- 1317, /* Right Harpoon Down */
7381- 1318, /* Right and Left Harpoons */
7374+ 1314, /* Hook Left Arrow */
7375+ 1315, /* Hook Right Arrow */
7376+ 1316, /* Maps To */
7377+ 1317, /* Left Harpoon Up */
7378+ 1318, /* Left Harpoon Down */
7379+ 1319, /* Right Harpoon Up */
7380+ 1320, /* Right Harpoon Down */
7381+ 1321, /* Right and Left Harpoons */
73827382 732, /* Left and Right Harpoons */
73837383 733, /* Up Harpoon Left */
73847384 734, /* Up Harpoon Right (Restriction) */
@@ -7398,44 +7398,44 @@
73987398 748, /* Spherical Angle */
73997399 749, /* Triangle Left */
74007400 750, /* Triangle Right */
7401- 1319, /* Triangle Up */
7402- 1320, /* Triangle Down */
7401+ 1322, /* Triangle Up */
7402+ 1323, /* Triangle Down */
74037403 751, /* Direct Sum (Dot Plus) */
7404- 1321, /* Equal by Definition */
7404+ 1324, /* Equal by Definition */
74057405 752, /* Image (Falling Dots Equals) */
74067406 753, /* Reverse Image (Rising Dots Equals) */
74077407 754, /* Isomorphic */
7408- 1322, /* Asymptotically Equivalent */
7409- 1323, /* Perpendicular Double Right (Models) */
7408+ 1325, /* Asymptotically Equivalent */
7409+ 1326, /* Perpendicular Double Right (Models) */
74107410 755, /* Corresponds To */
74117411 756, /* Between (Quantic) */
7412- 1324, /* Wreath Product */
7412+ 1327, /* Wreath Product */
74137413 757, /* Large Solid Star */
7414- 1325, /* Not Less Than */
7415- 1326, /* Neither Less Than Nor Equal */
7416- 1327, /* Not Greater Than */
7417- 1328, /* Neither Greater Than Nor Equal */
7418- 1329, /* Not Similar */
7419- 1330, /* Not Similar or Equal */
7420- 1331, /* Not Congruent */
7421- 1332, /* Not Approximately Equal */
7422- 1333, /* Does Not Precede */
7423- 1334, /* Neither Precedes Nor Equals */
7424- 1335, /* Does Not Follow */
7425- 1336, /* Neither Follows Nor Equals */
7426- 1337, /* Not Subset */
7427- 1338, /* Not Superset */
7428- 1339, /* Not Reflex Subset */
7429- 1340, /* Not Reflex Superset */
7430- 1341, /* Square Not Subset */
7431- 1342, /* Square Not Superset */
7432- 1343, /* Square Not Reflex Subset */
7433- 1344, /* Square Not Reflex Superset */
7414+ 1328, /* Not Less Than */
7415+ 1329, /* Neither Less Than Nor Equal */
7416+ 1330, /* Not Greater Than */
7417+ 1331, /* Neither Greater Than Nor Equal */
7418+ 1332, /* Not Similar */
7419+ 1333, /* Not Similar or Equal */
7420+ 1334, /* Not Congruent */
7421+ 1335, /* Not Approximately Equal */
7422+ 1336, /* Does Not Precede */
7423+ 1337, /* Neither Precedes Nor Equals */
7424+ 1338, /* Does Not Follow */
7425+ 1339, /* Neither Follows Nor Equals */
7426+ 1340, /* Not Subset */
7427+ 1341, /* Not Superset */
7428+ 1342, /* Not Reflex Subset */
7429+ 1343, /* Not Reflex Superset */
7430+ 1344, /* Square Not Subset */
7431+ 1345, /* Square Not Superset */
7432+ 1346, /* Square Not Reflex Subset */
7433+ 1347, /* Square Not Reflex Superset */
74347434 758, /* Not Parallel */
74357435 759, /* Does Not Divide */
7436- 1345, /* Not Asymptotically Equivalent */
7437- 1346, /* There Never Exists */
7438- 1347, /* Not a Member (Not an Element) */
7436+ 1348, /* Not Asymptotically Equivalent */
7437+ 1349, /* There Never Exists */
7438+ 1350, /* Not a Member (Not an Element) */
74397439 760, /* Not Isomorphic */
74407440 761, /* EMF (Script E) */
74417441 762, /* Fourier Transform (Script F) */
@@ -7443,24 +7443,24 @@
74437443 764, /* Integer (Hollow I) */
74447444 765, /* Natural Number (Hollow N) */
74457445 766, /* Real Number (Hollow R) */
7446- 1348, /* Questioned Equality */
7447- 1349, /* Right Angle */
7448- 1350, /* Such That */
7449- 1351, /* Axis Ellipses */
7450- 1352, /* Baseline Ellipses */
7451- 1353, /* Vertical Ellipses */
7452- 1354, /* Diagonal Ellipses */
7453- 1356, /* Triple Dot Diacritical */
7446+ 1351, /* Questioned Equality */
7447+ 1352, /* Right Angle */
7448+ 1353, /* Such That */
7449+ 1354, /* Axis Ellipses */
7450+ 1355, /* Baseline Ellipses */
7451+ 1356, /* Vertical Ellipses */
7452+ 1357, /* Diagonal Ellipses */
7453+ 1359, /* Triple Dot Diacritical */
74547454 767, /* Dyad Diacritical */
74557455 43, /* Plus */
74567456 45, /* Minus */
74577457 61, /* Equals */
7458- 1360, /* Asterisk Multiply */
7459- 1361, /* Script Prime */
7460- 1362, /* Script Double Prime */
7461- 1363, /* Script Triple Prime */
7462- 1364, /* Hamiltonian H */
7463- 1365, /* Script P */
7458+ 1363, /* Asterisk Multiply */
7459+ 1364, /* Script Prime */
7460+ 1365, /* Script Double Prime */
7461+ 1366, /* Script Triple Prime */
7462+ 1367, /* Hamiltonian H */
7463+ 1368, /* Script P */
74647464 768, /* Less Than Or Equivalent To */
74657465 769, /* Greater Than Or Equivalent To */
74667466 770, /* x Bar */
@@ -7482,228 +7482,228 @@
74827482 0,
74837483 0,
74847484 0,
7485- 1366, /* Integral [Top] */
7486- 1367, /* Integral [Bottom] */
7487- 0,
7488- 0,
7489- 1368, /* Root [1x High] */
7490- 0,
7491- 1369, /* Summation [1.5x High] */
7492- 1370, /* Product [1.5x High] */
7493- 1371, /* Coproduct [1.5x High] */
7494- 1372, /* Integral [1.5x High] */
7495- 1373, /* Contour Integral [1.5x High] */
7496- 1374, /* Absolute Value [1.5x High] */
7497- 1375, /* Absolute Value [2x High] */
7498- 1376, /* Absolute Value [3x High] */
7499- 1377, /* Absolute Value [4x High] */
7500- 0,
7501- 1378, /* Double Bar [1.5x High] */
7502- 1379, /* Double Bar [2x High] */
7503- 1380, /* Double Bar [3x High] */
7504- 1381, /* Double Bar [4x High] */
7505- 0,
7506- 1382, /* Left Brace [1.5x High] */
7507- 1383, /* Left Brace [2x High] */
7508- 1384, /* Left Brace [3x High] */
7509- 1385, /* Left Brace [4x High] */
7510- 1386, /* Left Brace [Top] */
7511- 1387, /* Left Brace [Middle] */
7512- 1388, /* Left Brace [Bottom] */
7513- 1389, /* Left Brace [Extender] */
7514- 1390, /* Right Brace [1.5x High] */
7515- 1391, /* Right Brace [2x High] */
7516- 1392, /* Right Brace [3x High] */
7517- 1393, /* Right Brace [4x High] */
7518- 1394, /* Right Brace [Top] */
7519- 1395, /* Right Brace [Middle] */
7520- 1396, /* Right Brace [Bottom] */
7521- 1397, /* Right Brace [Extender] */
7522- 1398, /* Left Floor [1.5x High] */
7523- 1399, /* Left Floor [2x High] */
7524- 1400, /* Left Floor [3x High] */
7525- 1401, /* Left Floor [4x High] */
7526- 1402, /* Left Floor [Bottom] */
7527- 0,
7528- 1403, /* Right Floor [1.5x High] */
7529- 1404, /* Right Floor [2x High] */
7530- 1405, /* Right Floor [3x High] */
7531- 1406, /* Right Floor [4x High] */
7532- 1407, /* Right Floor [Bottom] */
7533- 0,
7534- 1408, /* Left Ceiling [1.5x High] */
7535- 1409, /* Left Ceiling [2x High] */
7536- 1410, /* Left Ceiling [3x High] */
7537- 1411, /* Left Ceiling [4x High] */
7538- 1412, /* Left Ceiling [Top] */
7539- 0,
7540- 1413, /* Right Ceiling [1.5x High] */
7541- 1414, /* Right Ceiling [2x High] */
7542- 1415, /* Right Ceiling [3x High] */
7543- 1416, /* Right Ceiling [4x High] */
7544- 1417, /* Right Ceiling [Top] */
7545- 0,
7546- 0,
7547- 0,
7548- 0,
7549- 0,
7550- 0,
7551- 0,
7552- 0,
7553- 0,
7554- 0,
7555- 0,
7556- 0,
7557- 0,
7558- 0,
7559- 0,
7560- 0,
7561- 0,
7562- 0,
7563- 0,
7564- 0,
7565- 0,
7566- 0,
7567- 0,
7568- 0,
7569- 0,
7570- 1418, /* Horiz Arrow [Right] */
7571- 1419, /* Horiz Arrow [Left] */
7572- 0,
7573- 0,
7574- 0,
7575- 0,
7576- 1420, /* Horiz Dbl Arrow [Right] */
7577- 1421, /* Horiz Dbl Arrow [Left] */
7578- 0,
7579- 1422, /* Vert Arrow [Up] */
7580- 1423, /* Vert Arrow [Down] */
7581- 0,
7582- 1424, /* Vert Dbl Arrow [Up] */
7583- 1425, /* Vert Dbl Arrow [Down] */
7584- 1426, /* Vert Dbl Arrow [Extension] */
7585- 1427, /* Left Parenthesis [1.5x High] */
7586- 1428, /* Left Parenthesis [2x High] */
7587- 1429, /* Left Parenthesis [3x High] */
7588- 1430, /* Left Parenthesis [4x High] */
7589- 0,
7590- 0,
7591- 0,
7592- 1431, /* Right Parenthesis [1.5x High] */
7593- 1432, /* Right Parenthesis [2x High] */
7594- 1433, /* Right Parenthesis [3x High] */
7595- 1434, /* Right Parenthesis [4x High] */
7596- 0,
7597- 0,
7598- 0,
7599- 1435, /* Left Bracket [1.5x High] */
7600- 1436, /* Left Bracket [2x High] */
7601- 1437, /* Left Bracket [3x High] */
7602- 1438, /* Left Bracket [4x High] */
7603- 0,
7604- 0,
7605- 0,
7606- 1439, /* Right Bracket [1.5x High] */
7607- 1440, /* Right Bracket [2x High] */
7608- 1441, /* Right Bracket [3x High] */
7609- 1442, /* Right Bracket [4x High] */
7610- 0,
7611- 0,
7612- 0,
7613- 1443, /* Left Angle Bracket [1.5x High] */
7614- 1444, /* Left Angle Bracket [2x High] */
7615- 1445, /* Left Angle Bracket [3x High] */
7616- 1446, /* Left Angle Bracket [4x High] */
7617- 1447, /* Right Angle Bracket [1.5x High] */
7618- 1448, /* Right Angle Bracket [2x High] */
7619- 1449, /* Right Angle Bracket [3x High] */
7620- 1450, /* Right Angle Bracket [4x High] */
7621- 1451, /* Figure Slash [1.5x High] */
7622- 1452, /* Figure Slash [2x High] */
7623- 1453, /* Figure Slash [3x High] */
7624- 1454, /* Figure Slash [4x High] */
7625- 1455, /* Figure Backslash [1.5x High] */
7626- 1456, /* Figure Backslash [2x High] */
7627- 1457, /* Figure Backslash [3x High] */
7628- 1458, /* Figure Backslash [4x High] */
7629- 1459, /* Union [2x High] */
7630- 1460, /* Intersection [2x High] */
7631- 1461, /* Multiset Union [1.5x High] */
7632- 1462, /* Multiset Union [2x High] */
7633- 1463, /* Square Union [1.5x High] */
7634- 1464, /* Square Union [2x High] */
7635- 1465, /* Logical And [1.5x High] */
7636- 1466, /* Logical And [2x High] */
7637- 1467, /* Logical Or [1.5x High] */
7638- 1468, /* Logical Or [2x High] */
7639- 1469, /* Circle Multiply [1.5x High] */
7640- 1470, /* Circle Multiply [2x High] */
7641- 1471, /* Circle Plus [1.5x High] */
7642- 1472, /* Circle Plus [2x High] */
7643- 1473, /* Circle Dot [1.5x High] */
7644- 1474, /* Circle Dot [2x High] */
7645- 1476, /* Horiz Top Brace [Left End] */
7646- 1477, /* Horiz Top Brace [Right End] */
7647- 0,
7648- 0,
7649- 1479, /* Horiz Bottom Brace [Left End] */
7650- 1480, /* Horiz Bottom Brace [Right End] */
7651- 0,
7652- 0,
7653- 1481, /* Circumflex Overmark [1.5x Wide] */
7654- 1482, /* Circumflex Overmark [2x Wide] */
7655- 1483, /* Circumflex Overmark [3x Wide] */
7656- 1484, /* Tilde Overmark [1.5x Wide] */
7657- 1485, /* Tilde Overmark [2x Wide] */
7658- 1486, /* Tilde Overmark [3x Wide] */
7659- 0,
7660- 0,
7661- 0,
7662- 1487, /* Bar Overmark [1.5x Wide] */
7663- 1488, /* Bar Overmark [2x Wide] */
7664- 1489, /* Bar Overmark [3x Wide] */
7665- 1490, /* Circle Minus [1.5x High] */
7485+ 1369, /* Integral [Top] */
7486+ 1370, /* Integral [Bottom] */
7487+ 0,
7488+ 0,
7489+ 1371, /* Root [1x High] */
7490+ 0,
7491+ 1372, /* Summation [1.5x High] */
7492+ 1373, /* Product [1.5x High] */
7493+ 1374, /* Coproduct [1.5x High] */
7494+ 1375, /* Integral [1.5x High] */
7495+ 1376, /* Contour Integral [1.5x High] */
7496+ 1377, /* Absolute Value [1.5x High] */
7497+ 1378, /* Absolute Value [2x High] */
7498+ 1379, /* Absolute Value [3x High] */
7499+ 1380, /* Absolute Value [4x High] */
7500+ 0,
7501+ 1381, /* Double Bar [1.5x High] */
7502+ 1382, /* Double Bar [2x High] */
7503+ 1383, /* Double Bar [3x High] */
7504+ 1384, /* Double Bar [4x High] */
7505+ 0,
7506+ 1385, /* Left Brace [1.5x High] */
7507+ 1386, /* Left Brace [2x High] */
7508+ 1387, /* Left Brace [3x High] */
7509+ 1388, /* Left Brace [4x High] */
7510+ 1389, /* Left Brace [Top] */
7511+ 1390, /* Left Brace [Middle] */
7512+ 1391, /* Left Brace [Bottom] */
7513+ 1392, /* Left Brace [Extender] */
7514+ 1393, /* Right Brace [1.5x High] */
7515+ 1394, /* Right Brace [2x High] */
7516+ 1395, /* Right Brace [3x High] */
7517+ 1396, /* Right Brace [4x High] */
7518+ 1397, /* Right Brace [Top] */
7519+ 1398, /* Right Brace [Middle] */
7520+ 1399, /* Right Brace [Bottom] */
7521+ 1400, /* Right Brace [Extender] */
7522+ 1401, /* Left Floor [1.5x High] */
7523+ 1402, /* Left Floor [2x High] */
7524+ 1403, /* Left Floor [3x High] */
7525+ 1404, /* Left Floor [4x High] */
7526+ 1405, /* Left Floor [Bottom] */
7527+ 0,
7528+ 1406, /* Right Floor [1.5x High] */
7529+ 1407, /* Right Floor [2x High] */
7530+ 1408, /* Right Floor [3x High] */
7531+ 1409, /* Right Floor [4x High] */
7532+ 1410, /* Right Floor [Bottom] */
7533+ 0,
7534+ 1411, /* Left Ceiling [1.5x High] */
7535+ 1412, /* Left Ceiling [2x High] */
7536+ 1413, /* Left Ceiling [3x High] */
7537+ 1414, /* Left Ceiling [4x High] */
7538+ 1415, /* Left Ceiling [Top] */
7539+ 0,
7540+ 1416, /* Right Ceiling [1.5x High] */
7541+ 1417, /* Right Ceiling [2x High] */
7542+ 1418, /* Right Ceiling [3x High] */
7543+ 1419, /* Right Ceiling [4x High] */
7544+ 1420, /* Right Ceiling [Top] */
7545+ 0,
7546+ 0,
7547+ 0,
7548+ 0,
7549+ 0,
7550+ 0,
7551+ 0,
7552+ 0,
7553+ 0,
7554+ 0,
7555+ 0,
7556+ 0,
7557+ 0,
7558+ 0,
7559+ 0,
7560+ 0,
7561+ 0,
7562+ 0,
7563+ 0,
7564+ 0,
7565+ 0,
7566+ 0,
7567+ 0,
7568+ 0,
7569+ 0,
7570+ 1421, /* Horiz Arrow [Right] */
7571+ 1422, /* Horiz Arrow [Left] */
7572+ 0,
7573+ 0,
7574+ 0,
7575+ 0,
7576+ 1423, /* Horiz Dbl Arrow [Right] */
7577+ 1424, /* Horiz Dbl Arrow [Left] */
7578+ 0,
7579+ 1425, /* Vert Arrow [Up] */
7580+ 1426, /* Vert Arrow [Down] */
7581+ 0,
7582+ 1427, /* Vert Dbl Arrow [Up] */
7583+ 1428, /* Vert Dbl Arrow [Down] */
7584+ 1429, /* Vert Dbl Arrow [Extension] */
7585+ 1430, /* Left Parenthesis [1.5x High] */
7586+ 1431, /* Left Parenthesis [2x High] */
7587+ 1432, /* Left Parenthesis [3x High] */
7588+ 1433, /* Left Parenthesis [4x High] */
7589+ 0,
7590+ 0,
7591+ 0,
7592+ 1434, /* Right Parenthesis [1.5x High] */
7593+ 1435, /* Right Parenthesis [2x High] */
7594+ 1436, /* Right Parenthesis [3x High] */
7595+ 1437, /* Right Parenthesis [4x High] */
7596+ 0,
7597+ 0,
7598+ 0,
7599+ 1438, /* Left Bracket [1.5x High] */
7600+ 1439, /* Left Bracket [2x High] */
7601+ 1440, /* Left Bracket [3x High] */
7602+ 1441, /* Left Bracket [4x High] */
7603+ 0,
7604+ 0,
7605+ 0,
7606+ 1442, /* Right Bracket [1.5x High] */
7607+ 1443, /* Right Bracket [2x High] */
7608+ 1444, /* Right Bracket [3x High] */
7609+ 1445, /* Right Bracket [4x High] */
7610+ 0,
7611+ 0,
7612+ 0,
7613+ 1446, /* Left Angle Bracket [1.5x High] */
7614+ 1447, /* Left Angle Bracket [2x High] */
7615+ 1448, /* Left Angle Bracket [3x High] */
7616+ 1449, /* Left Angle Bracket [4x High] */
7617+ 1450, /* Right Angle Bracket [1.5x High] */
7618+ 1451, /* Right Angle Bracket [2x High] */
7619+ 1452, /* Right Angle Bracket [3x High] */
7620+ 1453, /* Right Angle Bracket [4x High] */
7621+ 1454, /* Figure Slash [1.5x High] */
7622+ 1455, /* Figure Slash [2x High] */
7623+ 1456, /* Figure Slash [3x High] */
7624+ 1457, /* Figure Slash [4x High] */
7625+ 1458, /* Figure Backslash [1.5x High] */
7626+ 1459, /* Figure Backslash [2x High] */
7627+ 1460, /* Figure Backslash [3x High] */
7628+ 1461, /* Figure Backslash [4x High] */
7629+ 1462, /* Union [2x High] */
7630+ 1463, /* Intersection [2x High] */
7631+ 1464, /* Multiset Union [1.5x High] */
7632+ 1465, /* Multiset Union [2x High] */
7633+ 1466, /* Square Union [1.5x High] */
7634+ 1467, /* Square Union [2x High] */
7635+ 1468, /* Logical And [1.5x High] */
7636+ 1469, /* Logical And [2x High] */
7637+ 1470, /* Logical Or [1.5x High] */
7638+ 1471, /* Logical Or [2x High] */
7639+ 1472, /* Circle Multiply [1.5x High] */
7640+ 1473, /* Circle Multiply [2x High] */
7641+ 1474, /* Circle Plus [1.5x High] */
7642+ 1475, /* Circle Plus [2x High] */
7643+ 1476, /* Circle Dot [1.5x High] */
7644+ 1477, /* Circle Dot [2x High] */
7645+ 1479, /* Horiz Top Brace [Left End] */
7646+ 1480, /* Horiz Top Brace [Right End] */
7647+ 0,
7648+ 0,
7649+ 1482, /* Horiz Bottom Brace [Left End] */
7650+ 1483, /* Horiz Bottom Brace [Right End] */
7651+ 0,
7652+ 0,
7653+ 1484, /* Circumflex Overmark [1.5x Wide] */
7654+ 1485, /* Circumflex Overmark [2x Wide] */
7655+ 1486, /* Circumflex Overmark [3x Wide] */
7656+ 1487, /* Tilde Overmark [1.5x Wide] */
7657+ 1488, /* Tilde Overmark [2x Wide] */
7658+ 1489, /* Tilde Overmark [3x Wide] */
7659+ 0,
7660+ 0,
7661+ 0,
7662+ 1490, /* Bar Overmark [1.5x Wide] */
7663+ 1491, /* Bar Overmark [2x Wide] */
7664+ 1492, /* Bar Overmark [3x Wide] */
7665+ 1493, /* Circle Minus [1.5x High] */
76667666 771, /* Circle Minus [2x High] */
76677667 0,
76687668 0,
7669- 1491, /* Left Double Bracket [1.5x High] */
7670- 1492, /* Left Double Bracket [2x High] */
7671- 1493, /* Left Double Bracket [3x High] */
7672- 1494, /* Left Double Bracket [4x High] */
7673- 0,
7674- 0,
7675- 0,
7676- 1495, /* Right Double Bracket [1.5x High] */
7677- 1496, /* Right Double Bracket [2x High] */
7678- 1497, /* Right Double Bracket [3x High] */
7679- 1498, /* Right Double Bracket [4x High] */
7680- 0,
7681- 0,
7682- 0,
7683- 1499, /* Horiz Harpoon [Right Harpoon Up] */
7684- 1500, /* Horiz Harpoon [Right Harpoon Down] */
7685- 1501, /* Horiz Harpoon [Left Harpoon Up] */
7686- 1502, /* Horiz Harpoon [Left Harpoon Down] */
7687- 0,
7688- 0,
7689- 0,
7690- 0,
7691- 0,
7692- 1503, /* Two Horiz Harpoons [Extension] */
7669+ 1494, /* Left Double Bracket [1.5x High] */
7670+ 1495, /* Left Double Bracket [2x High] */
7671+ 1496, /* Left Double Bracket [3x High] */
7672+ 1497, /* Left Double Bracket [4x High] */
7673+ 0,
7674+ 0,
7675+ 0,
7676+ 1498, /* Right Double Bracket [1.5x High] */
7677+ 1499, /* Right Double Bracket [2x High] */
7678+ 1500, /* Right Double Bracket [3x High] */
7679+ 1501, /* Right Double Bracket [4x High] */
7680+ 0,
7681+ 0,
7682+ 0,
7683+ 1502, /* Horiz Harpoon [Right Harpoon Up] */
7684+ 1503, /* Horiz Harpoon [Right Harpoon Down] */
7685+ 1504, /* Horiz Harpoon [Left Harpoon Up] */
7686+ 1505, /* Horiz Harpoon [Left Harpoon Down] */
7687+ 0,
7688+ 0,
7689+ 0,
7690+ 0,
7691+ 0,
7692+ 1506, /* Two Horiz Harpoons [Extension] */
76937693 772, /* Two Horiz Arrows [Right] */
76947694 773, /* Two Horiz Arrows [Left] */
7695- 1504, /* Two Horiz Arrows [Extension] */
7696- 1505, /* Mixed Horiz Arrows [Right Top] */
7697- 1506, /* Mixed Horiz Arrows [Right Bottom] */
7698- 1507, /* Mixed Horiz Arrows [Left Top] */
7699- 1508, /* Mixed Horiz Arrows [Left Bottom] */
7700- 1509, /* Mixed Horiz Arrows [Extension] */
7701- 0,
7702- 0,
7703- 0,
7704- 0,
7705- 0,
7706- 1510, /* Square Intersection [1.5x High] */
7695+ 1507, /* Two Horiz Arrows [Extension] */
7696+ 1508, /* Mixed Horiz Arrows [Right Top] */
7697+ 1509, /* Mixed Horiz Arrows [Right Bottom] */
7698+ 1510, /* Mixed Horiz Arrows [Left Top] */
7699+ 1511, /* Mixed Horiz Arrows [Left Bottom] */
7700+ 1512, /* Mixed Horiz Arrows [Extension] */
7701+ 0,
7702+ 0,
7703+ 0,
7704+ 0,
7705+ 0,
7706+ 1513, /* Square Intersection [1.5x High] */
77077707 774, /* Square Intersection [2x High] */
77087708 0,
77097709 0,
@@ -7738,216 +7738,216 @@
77387738 0,
77397739 0,
77407740 0,
7741- 1511, /* ALPHA */
7742- 1512, /* alpha */
7743- 1513, /* BETA */
7744- 1514, /* beta */
7745- 1513, /* BETA */
7746- 1514, /* beta */
7747- 1516, /* GAMMA */
7748- 1517, /* gamma */
7749- 1518, /* DELTA */
7750- 1519, /* delta */
7751- 1520, /* EPSILON */
7752- 1521, /* epsilon */
7753- 1522, /* ZETA */
7754- 1523, /* zeta */
7755- 1524, /* ETA */
7756- 1525, /* eta */
7757- 1526, /* THETA */
7758- 1527, /* theta */
7759- 1528, /* IOTA */
7760- 1529, /* iota */
7761- 1530, /* KAPPA */
7762- 1531, /* kappa */
7763- 1532, /* LAMBDA */
7764- 1533, /* lambda */
7765- 1535, /* MU */
7766- 1536, /* mu */
7767- 1537, /* NU */
7768- 1538, /* nu */
7769- 1539, /* XI */
7770- 1540, /* xi */
7771- 1541, /* OMICRON */
7772- 1542, /* omicron */
7773- 1543, /* PI */
7774- 1544, /* pi */
7775- 1545, /* RHO */
7776- 1546, /* rho */
7777- 1547, /* SIGMA */
7778- 1548, /* sigma */
7779- 1549, /* SIGMA (Terminal) */
7780- 1550, /* sigma (Terminal) */
7781- 1551, /* TAU */
7782- 1552, /* tau */
7783- 1553, /* UPSILON */
7784- 1554, /* upsilon */
7785- 1555, /* PHI */
7786- 1556, /* phi */
7787- 1557, /* CHI */
7788- 1558, /* chi */
7789- 1559, /* PSI */
7790- 1560, /* psi */
7791- 1561, /* OMEGA */
7792- 1562, /* omega */
7793- 0,
7794- 0,
7795- 0,
7796- 0,
7797- 0,
7798- 0,
7799- 0,
7800- 0,
7801- 0,
7802- 1567, /* iota Diaeresis */
7803- 0,
7804- 0,
7805- 0,
7806- 0,
7807- 0,
7808- 1570, /* upsilon Diaeresis */
7809- 0,
7810- 0,
7811- 1572, /* epsilon (Variant) */
7812- 1573, /* theta (Variant) */
7741+ 1514, /* ALPHA */
7742+ 1515, /* alpha */
7743+ 1516, /* BETA */
7744+ 1517, /* beta */
7745+ 1516, /* BETA */
7746+ 1517, /* beta */
7747+ 1519, /* GAMMA */
7748+ 1520, /* gamma */
7749+ 1521, /* DELTA */
7750+ 1522, /* delta */
7751+ 1523, /* EPSILON */
7752+ 1524, /* epsilon */
7753+ 1525, /* ZETA */
7754+ 1526, /* zeta */
7755+ 1527, /* ETA */
7756+ 1528, /* eta */
7757+ 1529, /* THETA */
7758+ 1530, /* theta */
7759+ 1531, /* IOTA */
7760+ 1532, /* iota */
7761+ 1533, /* KAPPA */
7762+ 1534, /* kappa */
7763+ 1535, /* LAMBDA */
7764+ 1536, /* lambda */
7765+ 1538, /* MU */
7766+ 1539, /* mu */
7767+ 1540, /* NU */
7768+ 1541, /* nu */
7769+ 1542, /* XI */
7770+ 1543, /* xi */
7771+ 1544, /* OMICRON */
7772+ 1545, /* omicron */
7773+ 1546, /* PI */
7774+ 1547, /* pi */
7775+ 1548, /* RHO */
7776+ 1549, /* rho */
7777+ 1550, /* SIGMA */
7778+ 1551, /* sigma */
7779+ 1552, /* SIGMA (Terminal) */
7780+ 1553, /* sigma (Terminal) */
7781+ 1554, /* TAU */
7782+ 1555, /* tau */
7783+ 1556, /* UPSILON */
7784+ 1557, /* upsilon */
7785+ 1558, /* PHI */
7786+ 1559, /* phi */
7787+ 1560, /* CHI */
7788+ 1561, /* chi */
7789+ 1562, /* PSI */
7790+ 1563, /* psi */
7791+ 1564, /* OMEGA */
7792+ 1565, /* omega */
7793+ 1644, /* ALPHA Tonos */
7794+ 1645, /* alpha Tonos */
7795+ 1646, /* EPSILON Tonos */
7796+ 1647, /* epsilon Tonos */
7797+ 1648, /* ETA Tonos */
7798+ 1649, /* eta Tonos */
7799+ 1650, /* IOTA Tonos */
7800+ 1651, /* iota Tonos */
7801+ 1571, /* IOTA Diaeresis */
7802+ 1570, /* iota Diaeresis */
7803+ 1652, /* OMICRON Tonos */
7804+ 787, /* omicron Tonos */
7805+ 1653, /* UPSILON Tonos */
7806+ 1654, /* upsilon Tonos */
7807+ 1575, /* UPSILON Diaeresis */
7808+ 1574, /* upsilon Diaeresis */
7809+ 1655, /* OMEGA Tonos */
7810+ 1656, /* omega Tonos */
7811+ 1577, /* epsilon (Variant) */
7812+ 1578, /* theta (Variant) */
78137813 775, /* kappa (Variant) */
7814- 1574, /* pi (Variant) */
7815- 1575, /* rho (Variant) */
7816- 0,
7817- 0,
7818- 1577, /* phi (Variant) */
7819- 1579, /* omega (Variant) */
7814+ 1579, /* pi (Variant) */
7815+ 1580, /* rho (Variant) */
7816+ 0,
7817+ 0,
7818+ 1582, /* phi (Variant) */
7819+ 1584, /* omega (Variant) */
78207820 63, /* Question Mark */
78217821 709, /* Small Center Dot */
7822- 1599, /* High Prime */
7823- 1600, /* Low Prime */
7822+ 1642, /* High Prime */
7823+ 1643, /* Low Prime */
78247824 130, /* Acute */
78257825 131, /* Diaeresis */
78267826 0,
78277827 0,
78287828 96, /* Grave */
7829- 1003, /* Circumflex */
7830- 0,
7831- 0,
7832- 0,
7833- 0,
7834- 0,
7835- 0,
7836- 0,
7837- 0,
7838- 0,
7839- 0,
7840- 0,
7841- 0,
7842- 0,
7843- 0,
7844- 0,
7845- 0,
7846- 0,
7847- 0,
7848- 0,
7849- 0,
7850- 1584, /* alpha Grave */
7851- 1585, /* alpha Circumflex */
7852- 0,
7853- 0,
7854- 0,
7855- 0,
7856- 0,
7857- 0,
7858- 0,
7859- 0,
7860- 0,
7861- 0,
7862- 0,
7863- 0,
7864- 0,
7865- 0,
7866- 0,
7867- 0,
7868- 0,
7869- 0,
7870- 0,
7871- 0,
7872- 1586, /* epsilon Grave */
7873- 0,
7874- 0,
7875- 0,
7876- 0,
7877- 0,
7878- 0,
7879- 1587, /* eta Grave */
7880- 1588, /* eta Circumflex */
7881- 0,
7882- 0,
7883- 0,
7884- 0,
7885- 0,
7886- 0,
7887- 0,
7888- 0,
7889- 0,
7890- 0,
7891- 0,
7892- 0,
7893- 0,
7894- 0,
7895- 0,
7896- 0,
7897- 0,
7898- 0,
7899- 0,
7900- 0,
7901- 1589, /* iota Grave */
7902- 1590, /* iota Circumflex */
7903- 0,
7904- 0,
7905- 1591, /* iota Smooth */
7906- 1592, /* iota Smooth Acute */
7907- 1593, /* iota Smooth Grave */
7908- 0,
7909- 0,
7910- 0,
7911- 0,
7912- 0,
7913- 1594, /* omicron Grave */
7914- 0,
7915- 0,
7916- 0,
7917- 0,
7918- 0,
7919- 0,
7920- 0,
7921- 0,
7922- 1595, /* upsilon Grave */
7923- 1596, /* upsilon Circumflex */
7924- 0,
7925- 0,
7926- 0,
7927- 0,
7928- 0,
7929- 0,
7930- 0,
7931- 0,
7932- 0,
7933- 0,
7934- 1597, /* omega Grave */
7935- 1598, /* omega Circumflex */
7936- 0,
7937- 0,
7938- 0,
7939- 0,
7940- 0,
7941- 0,
7942- 0,
7943- 0,
7944- 0,
7945- 0,
7946- 0,
7947- 0,
7948- 0,
7949- 0,
7950- 0,
7829+ 1006, /* Circumflex */
7830+ 1589, /* Smooth Breathing */
7831+ 1590, /* Rough Breathing */
7832+ 0,
7833+ 0,
7834+ 0,
7835+ 0,
7836+ 0,
7837+ 0,
7838+ 0,
7839+ 0,
7840+ 0,
7841+ 0,
7842+ 0,
7843+ 0,
7844+ 0,
7845+ 0,
7846+ 0,
7847+ 0,
7848+ 0,
7849+ 0,
7850+ 1591, /* alpha Grave */
7851+ 1592, /* alpha Circumflex */
7852+ 0,
7853+ 0,
7854+ 0,
7855+ 0,
7856+ 1593, /* alpha Smooth */
7857+ 1594, /* alpha Smooth Acute */
7858+ 1595, /* alpha Smooth Grave */
7859+ 0,
7860+ 0,
7861+ 0,
7862+ 0,
7863+ 0,
7864+ 1596, /* alpha Rough */
7865+ 1597, /* alpha Rough Acute */
7866+ 1598, /* alpha Rough Grave */
7867+ 0,
7868+ 0,
7869+ 0,
7870+ 0,
7871+ 0,
7872+ 1599, /* epsilon Grave */
7873+ 1600, /* epsilon Smooth */
7874+ 1601, /* epsilon Smooth Acute */
7875+ 1602, /* epsilon Smooth Grave */
7876+ 0,
7877+ 0,
7878+ 0,
7879+ 1603, /* eta Grave */
7880+ 1604, /* eta Circumflex */
7881+ 0,
7882+ 0,
7883+ 0,
7884+ 0,
7885+ 1605, /* eta Smooth */
7886+ 1606, /* eta Smooth Acute */
7887+ 1607, /* eta Smooth Grave */
7888+ 0,
7889+ 0,
7890+ 0,
7891+ 0,
7892+ 0,
7893+ 1608, /* eta Rough */
7894+ 1609, /* eta Rough Acute */
7895+ 1610, /* eta Rough Grave */
7896+ 0,
7897+ 0,
7898+ 0,
7899+ 0,
7900+ 0,
7901+ 1611, /* iota Grave */
7902+ 1612, /* iota Circumflex */
7903+ 0,
7904+ 0,
7905+ 1613, /* iota Smooth */
7906+ 1614, /* iota Smooth Acute */
7907+ 1615, /* iota Smooth Grave */
7908+ 0,
7909+ 1616, /* iota Rough */
7910+ 1617, /* iota Rough Acute */
7911+ 1618, /* iota Rough Grave */
7912+ 0,
7913+ 1619, /* omicron Grave */
7914+ 1620, /* omicron Smooth */
7915+ 1621, /* omicron Smooth Acute */
7916+ 1622, /* omicron Smooth Grave */
7917+ 1623, /* omicron Rough */
7918+ 1624, /* omicron Rough Acute */
7919+ 1625, /* omicron Rough Grave */
7920+ 0,
7921+ 0,
7922+ 1626, /* upsilon Grave */
7923+ 1627, /* upsilon Circumflex */
7924+ 0,
7925+ 0,
7926+ 1628, /* upsilon Smooth */
7927+ 1629, /* upsilon Smooth Acute */
7928+ 1630, /* upsilon Smooth Grave */
7929+ 0,
7930+ 1631, /* upsilon Rough */
7931+ 1632, /* upsilon Rough Acute */
7932+ 1633, /* upsilon Rough Grave */
7933+ 0,
7934+ 1634, /* omega Grave */
7935+ 1635, /* omega Circumflex */
7936+ 0,
7937+ 0,
7938+ 0,
7939+ 0,
7940+ 1636, /* omega Smooth */
7941+ 1637, /* omega Smooth Acute */
7942+ 1638, /* omega Smooth Grave */
7943+ 0,
7944+ 0,
7945+ 0,
7946+ 0,
7947+ 0,
7948+ 1639, /* omega Rough */
7949+ 1640, /* omega Rough Acute */
7950+ 1641, /* omega Rough Grave */
79517951 0,
79527952 0,
79537953 0,
@@ -7955,1069 +7955,1069 @@
79557955 0,
79567956 0,
79577957 777, /* Digamma */
7958- 0,
7959- 0,
7960- 0,
7961- 0,
7962- 0,
7963- 0,
7964- 0,
7965- 0,
7966- 0,
7967- 0,
7968- 0,
7969- 0,
7970- 0,
7971- 0,
7972- 0,
7973- 0,
7974- 0,
7975- 0,
7976- 0,
7977- 0,
7978- 0,
7979- 0,
7980- 0,
7981- 0,
7982- 0,
7983- 0,
7984- 0,
7985- 0,
7986- 0,
7987- 0,
7988- 0,
7989- 0,
7990- 0,
7991- 0,
7992- 0,
7993- 0,
7994- 0,
7995- 0,
7996- 0,
7997- 785, /* Hebrew Alef */
7998- 786, /* Hebrew Bet */
7999- 787, /* Hebrew Gimel */
8000- 788, /* Hebrew Dalet */
8001- 789, /* Hebrew He */
8002- 790, /* Hebrew Vav */
8003- 791, /* Hebrew Zayin */
8004- 792, /* Hebrew Het */
8005- 793, /* Hebrew Tet */
8006- 794, /* Hebrew Yod */
8007- 795, /* Hebrew Kaf (final) */
8008- 796, /* Hebrew Kaf */
8009- 797, /* Hebrew Lamed */
8010- 798, /* Hebrew Mem (final) */
8011- 799, /* Hebrew Mem */
8012- 800, /* Hebrew Nun (final) */
8013- 801, /* Hebrew Nun */
8014- 802, /* Hebrew Samekh */
8015- 803, /* Hebrew Ayin */
8016- 804, /* Hebrew Pe (final) */
8017- 805, /* Hebrew Pe */
8018- 806, /* Hebrew Tsadi (final) */
8019- 807, /* Hebrew Tsadi */
8020- 808, /* Hebrew Qof */
8021- 809, /* Hebrew Resh */
8022- 810, /* Hebrew Shin */
8023- 812, /* Hebrew Tav */
8024- 813, /* Hebrew Maqaf */
8025- 814, /* Hebrew Paseq */
8026- 815, /* Hebrew Sof Pasuq */
8027- 816, /* Hebrew Geresh */
8028- 817, /* Hebrew Gershayim */
8029- 818, /* Hebrew Sheva */
8030- 819, /* Hebrew Hataf Segol */
8031- 820, /* Hebrew Hataf Patah */
8032- 821, /* Hebrew Hataf Qamats */
8033- 822, /* Hebrew Hiriq */
8034- 823, /* Hebrew Tsere */
8035- 824, /* Hebrew Segol */
8036- 825, /* Hebrew Patah */
8037- 826, /* Hebrew Qamats */
8038- 0,
8039- 827, /* Hebrew Holem Left */
8040- 828, /* Hebrew Qubuts */
8041- 829, /* Hebrew Dagesh */
8042- 0,
8043- 0,
8044- 0,
8045- 0,
8046- 830, /* Hebrew Double Vav */
8047- 831, /* Hebrew Vav Yod */
8048- 832, /* Hebrew Double Yod */
8049- 833, /* Hebrew Double Yod Patah */
8050- 0,
8051- 0,
8052- 0,
8053- 0,
8054- 0,
8055- 0,
8056- 0,
8057- 0,
8058- 0,
8059- 0,
8060- 0,
8061- 824, /* Hebrew Segol */
8062- 0,
8063- 0,
8064- 0,
8065- 0,
8066- 0,
8067- 0,
8068- 0,
8069- 816, /* Hebrew Geresh */
8070- 0,
8071- 817, /* Hebrew Gershayim */
8072- 0,
8073- 0,
8074- 0,
8075- 0,
8076- 0,
8077- 0,
8078- 0,
8079- 0,
8080- 0,
8081- 834, /* Hebrew Alef Dagesh */
8082- 835, /* Hebrew Bet Dagesh */
8083- 0,
8084- 836, /* Hebrew Gimel Dagesh */
8085- 837, /* Hebrew Dalet Dagesh */
8086- 838, /* Hebrew He Dagesh */
8087- 839, /* Hebrew Vav Dagesh */
8088- 840, /* Hebrew Vav Holem */
8089- 841, /* Hebrew Zayin Dagesh */
8090- 842, /* Hebrew Het Dagesh */
8091- 843, /* Hebrew Tet Dagesh */
8092- 844, /* Hebrew Yod Dagesh */
8093- 845, /* Hebrew Yod Hiriq */
8094- 846, /* Hebrew Kaf Dagesh */
8095- 847, /* Hebrew Kaf Dagesh (final) */
8096- 848, /* Hebrew Kaf Sheva (final) */
8097- 849, /* Hebrew Kaf Tsere (final) */
8098- 850, /* Hebrew Kaf Segol (final) */
8099- 851, /* Hebrew Kaf Patah (final) */
8100- 852, /* Hebrew Kaf Qamats (final) */
8101- 853, /* Hebrew Kaf Dagesh Qamats (final) */
8102- 854, /* Hebrew Lamed Dagesh */
8103- 855, /* Hebrew Mem Dagesh */
8104- 856, /* Hebrew Nun Dagesh */
8105- 857, /* Hebrew Nun Qamats (final) */
8106- 858, /* Hebrew Samekh Dagesh */
8107- 859, /* Hebrew Pe Dagesh */
8108- 0,
8109- 0,
8110- 0,
8111- 811, /* Hebrew Sin */
8112- 860, /* Hebrew Sin Dagesh */
8113- 810, /* Hebrew Shin */
8114- 861, /* Hebrew Shin Dagesh */
8115- 862, /* Hebrew Tav Dagesh */
8116- 0,
8117- 0,
8118- 0,
8119- 0,
8120- 0,
8121- 0,
8122- 0,
8123- 0,
8124- 0,
8125- 0,
8126- 0,
8127- 0,
8128- 0,
8129- 0,
8130- 0,
8131- 0,
8132- 0,
8133- 0,
8134- 0,
8135- 0,
8136- 0,
8137- 0,
8138- 0,
8139- 0,
8140- 0,
8141- 0,
8142- 0,
8143- 0,
8144- 0,
8145- 0,
8146- 0,
8147- 0,
8148- 0,
8149- 0,
8150- 0,
8151- 0,
8152- 0,
8153- 0,
8154- 0,
8155- 0,
8156- 0,
8157- 0,
8158- 0,
8159- 0,
8160- 0,
8161- 0,
8162- 0,
8163- 0,
8164- 0,
8165- 0,
8166- 0,
8167- 0,
8168- 0,
8169- 0,
8170- 0,
8171- 0,
8172- 0,
8173- 0,
8174- 0,
8175- 0,
8176- 0,
8177- 0,
8178- 0,
8179- 0,
8180- 0,
8181- 0,
8182- 0,
8183- 0,
8184- 0,
8185- 0,
8186- 0,
8187- 0,
8188- 0,
8189- 0,
8190- 0,
8191- 0,
8192- 0,
8193- 0,
8194- 0,
8195- 0,
8196- 0,
8197- 0,
8198- 0,
8199- 0,
8200- 0,
8201- 0,
8202- 0,
8203- 0,
8204- 0,
8205- 0,
8206- 0,
8207- 0,
8208- 0,
8209- 0,
8210- 0,
8211- 0,
8212- 0,
8213- 0,
8214- 0,
8215- 0,
8216- 0,
8217- 0,
8218- 0,
8219- 0,
8220- 0,
8221- 0,
8222- 0,
8223- 0,
8224- 0,
8225- 0,
8226- 0,
8227- 0,
8228- 0,
8229- 0,
8230- 0,
8231- 0,
8232- 0,
8233- 0,
8234- 0,
8235- 0,
8236- 0,
8237- 0,
8238- 0,
8239- 0,
8240- 0,
8241- 0,
8242- 0,
8243- 0,
8244- 0,
8245- 0,
8246- 0,
8247- 0,
8248- 0,
8249- 0,
8250- 0,
8251- 0,
8252- 0,
8253- 863, /* Russian A */
8254- 864, /* Russian a */
8255- 865, /* Russian BE */
8256- 866, /* Russian be */
8257- 867, /* Russian VE */
8258- 868, /* Russian ve */
8259- 869, /* Russian GE */
8260- 870, /* Russian ge */
8261- 871, /* Russian DE */
8262- 872, /* Russian de */
8263- 873, /* Russian IE */
8264- 874, /* Russian ie */
8265- 875, /* Russian YO */
8266- 876, /* Russian yo */
8267- 877, /* Russian ZHE */
8268- 878, /* Russian zhe */
8269- 879, /* Russian ZE */
8270- 880, /* Russian ze */
8271- 881, /* Russian I */
8272- 882, /* Russian i */
8273- 883, /* Russian SHORT I */
8274- 884, /* Russian short i */
8275- 885, /* Russian KA */
8276- 886, /* Russian ka */
8277- 887, /* Russian EL */
8278- 888, /* Russian el */
8279- 889, /* Russian EM */
8280- 890, /* Russian em */
8281- 891, /* Russian EN */
8282- 892, /* Russian en */
8283- 893, /* Russian O */
8284- 894, /* Russian o */
8285- 895, /* Russian PE */
8286- 896, /* Russian pe */
8287- 897, /* Russian ER */
8288- 898, /* Russian er */
8289- 899, /* Russian ES */
8290- 900, /* Russian es */
8291- 901, /* Russian TE */
8292- 902, /* Russian te */
8293- 903, /* Russian U */
8294- 904, /* Russian u */
8295- 905, /* Russian EF */
8296- 906, /* Russian ef */
8297- 907, /* Russian KHA */
8298- 908, /* Russian kha */
8299- 909, /* Russian TSE */
8300- 910, /* Russian tse */
8301- 911, /* Russian CHE */
8302- 912, /* Russian che */
8303- 913, /* Russian SHA */
8304- 914, /* Russian sha */
8305- 915, /* Russian SHCHA */
8306- 916, /* Russian shcha */
8307- 917, /* Russian YER (HARD SIGN) */
8308- 918, /* Russian yer (hard sign) */
8309- 919, /* Russian YERY */
8310- 920, /* Russian yery */
8311- 921, /* Russian YER' (SOFT SIGN) */
8312- 922, /* Russian yer' (soft sign) */
8313- 923, /* Russian REVERSED E */
8314- 924, /* Russian reversed e */
8315- 925, /* Russian IU */
8316- 926, /* Russian iu */
8317- 927, /* Russian IA */
8318- 928, /* Russian ia */
8319- 0,
8320- 0,
8321- 0,
8322- 0,
8323- 0,
8324- 0,
8325- 0,
8326- 0,
8327- 0,
8328- 0,
8329- 0,
8330- 0,
8331- 0,
8332- 0,
8333- 0,
8334- 0,
8335- 0,
8336- 0,
8337- 0,
8338- 0,
8339- 0,
8340- 0,
8341- 881, /* Russian I */
8342- 882, /* Russian i */
8343- 0,
8344- 0,
8345- 0,
8346- 0,
8347- 0,
8348- 0,
8349- 0,
8350- 0,
8351- 0,
8352- 0,
8353- 0,
8354- 0,
8355- 0,
8356- 0,
8357- 0,
8358- 0,
8359- 0,
8360- 0,
8361- 0,
8362- 0,
8363- 0,
8364- 0,
8365- 0,
8366- 0,
8367- 0,
8368- 0,
8369- 0,
8370- 0,
8371- 0,
8372- 0,
8373- 0,
8374- 0,
8375- 0,
8376- 0,
8377- 0,
8378- 0,
8379- 0,
8380- 0,
8381- 0,
8382- 0,
8383- 0,
8384- 0,
8385- 0,
8386- 0,
8387- 0,
8388- 0,
8389- 0,
8390- 0,
8391- 0,
8392- 0,
8393- 0,
8394- 0,
8395- 0,
8396- 0,
8397- 0,
8398- 0,
8399- 0,
8400- 0,
8401- 0,
8402- 0,
8403- 0,
8404- 0,
8405- 0,
8406- 0,
8407- 0,
8408- 0,
8409- 963, /* Russian A acute */
8410- 964, /* Russian a acute */
8411- 0,
8412- 0,
8413- 0,
8414- 0,
8415- 967, /* Russian I acute */
8416- 968, /* Russian i acute */
8417- 967, /* Russian I acute */
8418- 968, /* Russian i acute */
8419- 0,
8420- 0,
8421- 969, /* Russian O acute */
8422- 970, /* Russian o acute */
8423- 971, /* Russian U acute */
8424- 972, /* Russian u acute */
8425- 0,
8426- 0,
8427- 0,
8428- 0,
8429- 0,
8430- 0,
8431- 0,
8432- 0,
8433- 981, /* Russian A grave */
8434- 982, /* Russian a grave */
8435- 0,
8436- 0,
8437- 985, /* Russian YO grave */
8438- 986, /* Russian yo grave */
8439- 987, /* Russian I grave */
8440- 988, /* Russian i grave */
8441- 989, /* Russian O grave */
8442- 990, /* Russian o grave */
8443- 991, /* Russian U grave */
8444- 992, /* Russian u grave */
8445- 0,
8446- 0,
8447- 0,
8448- 0,
8449- 0,
8450- 0,
8451- 0,
8452- 0,
8453- 0,
8454- 0,
8455- 0,
8456- 0,
8457- 0,
8458- 0,
8459- 0,
8460- 0,
8461- 0,
8462- 0,
8463- 0,
8464- 0,
8465- 0,
8466- 0,
8467- 0,
8468- 0,
8469- 0,
8470- 0,
8471- 0,
8472- 0,
8473- 0,
8474- 0,
8475- 0,
8476- 0,
8477- 0,
8478- 0,
8479- 0,
8480- 0,
8481- 0,
8482- 0,
8483- 0,
8484- 0,
8485- 0,
8486- 0,
8487- 0,
8488- 0,
8489- 0,
8490- 0,
8491- 0,
8492- 0,
8493- 0,
8494- 0,
8495- 0,
8496- 0,
8497- 0,
8498- 0,
8499- 0,
8500- 0,
8501- 0,
8502- 0,
8503- 0,
8504- 0,
8505- 0,
8506- 0,
8507- 0,
8508- 0,
8509- 0,
8510- 0,
8511- 0,
8512- 0,
8513- 0,
8514- 0,
8515- 0,
8516- 0,
8517- 0,
8518- 0,
8519- 0,
8520- 0,
8521- 0,
8522- 0,
8523- 0,
8524- 0,
8525- 0,
8526- 0,
8527- 0,
8528- 0,
8529- 0,
8530- 0,
8531- 0,
8532- 0,
8533- 0,
8534- 0,
8535- 0,
8536- 0,
8537- 0,
8538- 0,
8539- 0,
8540- 0,
8541- 0,
8542- 0,
8543- 0,
8544- 0,
8545- 0,
8546- 0,
8547- 0,
8548- 0,
8549- 0,
8550- 0,
8551- 0,
8552- 0,
8553- 0,
8554- 0,
8555- 0,
8556- 0,
8557- 0,
8558- 0,
8559- 0,
8560- 0,
8561- 0,
8562- 0,
8563- 0,
8564- 0,
8565- 0,
8566- 0,
8567- 0,
8568- 0,
8569- 0,
8570- 0,
8571- 0,
8572- 0,
8573- 0,
8574- 0,
8575- 0,
8576- 0,
8577- 0,
8578- 0,
8579- 0,
8580- 0,
8581- 0,
8582- 0,
8583- 0,
8584- 0,
8585- 0,
8586- 0,
8587- 0,
8588- 0,
8589- 0,
8590- 0,
8591- 0,
8592- 0,
8593- 0,
8594- 0,
8595- 0,
8596- 0,
8597- 0,
8598- 0,
8599- 0,
8600- 0,
8601- 0,
8602- 0,
8603- 0,
8604- 0,
8605- 0,
8606- 0,
8607- 0,
8608- 0,
8609- 0,
8610- 0,
8611- 0,
8612- 0,
8613- 0,
8614- 0,
8615- 0,
8616- 0,
8617- 0,
8618- 0,
8619- 0,
8620- 0,
8621- 0,
8622- 0,
8623- 0,
8624- 0,
8625- 0,
8626- 0,
8627- 0,
8628- 0,
8629- 0,
8630- 0,
8631- 0,
8632- 0,
8633- 0,
8634- 0,
8635- 0,
8636- 0,
8637- 0,
8638- 0,
8639- 0,
8640- 0,
8641- 0,
8642- 0,
8643- 0,
8644- 0,
8645- 0,
8646- 0,
8647- 0,
8648- 0,
8649- 0,
8650- 0,
8651- 0,
8652- 0,
8653- 0,
8654- 0,
8655- 0,
8656- 0,
8657- 0,
8658- 0,
8659- 0,
8660- 0,
8661- 0,
8662- 0,
8663- 0,
8664- 0,
8665- 0,
8666- 0,
8667- 0,
8668- 0,
8669- 0,
8670- 0,
8671- 0,
8672- 0,
8673- 0,
8674- 0,
8675- 0,
8676- 0,
8677- 0,
8678- 0,
8679- 0,
8680- 0,
8681- 0,
8682- 0,
8683- 0,
8684- 0,
8685- 0,
8686- 0,
8687- 0,
8688- 0,
8689- 0,
8690- 0,
8691- 0,
8692- 0,
8693- 0,
8694- 0,
8695- 0,
8696- 0,
8697- 0,
8698- 0,
8699- 0,
8700- 0,
8701- 0,
8702- 0,
8703- 0,
8704- 0,
8705- 0,
8706- 0,
8707- 0,
8708- 0,
8709- 0,
8710- 0,
8711- 0,
8712- 0,
8713- 0,
8714- 0,
8715- 0,
8716- 0,
8717- 0,
8718- 0,
8719- 0,
8720- 0,
8721- 0,
8722- 0,
8723- 0,
8724- 0,
8725- 0,
8726- 0,
8727- 0,
8728- 0,
8729- 0,
8730- 0,
8731- 0,
8732- 0,
8733- 0,
8734- 0,
8735- 0,
8736- 0,
8737- 0,
8738- 0,
8739- 0,
8740- 0,
8741- 0,
8742- 0,
8743- 0,
8744- 0,
8745- 0,
8746- 0,
8747- 0,
8748- 0,
8749- 0,
8750- 0,
8751- 0,
8752- 0,
8753- 0,
8754- 0,
8755- 0,
8756- 0,
8757- 0,
8758- 0,
8759- 0,
8760- 0,
8761- 0,
8762- 0,
8763- 0,
8764- 0,
8765- 1603, /* User[0] */
8766- 1604, /* User[1] */
8767- 1605, /* User[2] */
8768- 1606, /* User[3] */
8769- 1607, /* User[4] */
8770- 1608, /* User[5] */
8771- 1609, /* User[6] */
8772- 1610, /* User[7] */
8773- 1611, /* User[8] */
8774- 1612, /* User[9] */
8775- 1613, /* User[10] */
8776- 1614, /* User[11] */
8777- 1615, /* User[12] */
8778- 1616, /* User[13] */
8779- 1617, /* User[14] */
8780- 1618, /* User[15] */
8781- 1619, /* User[16] */
8782- 1620, /* User[17] */
8783- 1621, /* User[18] */
8784- 1622, /* User[19] */
8785- 1623, /* User[20] */
8786- 1624, /* User[21] */
8787- 1625, /* User[22] */
8788- 1626, /* User[23] */
8789- 1627, /* User[24] */
8790- 1628, /* User[25] */
8791- 1629, /* User[26] */
8792- 1630, /* User[27] */
8793- 1631, /* User[28] */
8794- 1632, /* User[29] */
8795- 1633, /* User[30] */
8796- 1634, /* User[31] */
8797- 1635, /* User[32] */
8798- 1636, /* User[33] */
8799- 1637, /* User[34] */
8800- 1638, /* User[35] */
8801- 1639, /* User[36] */
8802- 1640, /* User[37] */
8803- 1641, /* User[38] */
8804- 1642, /* User[39] */
8805- 1643, /* User[40] */
8806- 1644, /* User[41] */
8807- 1645, /* User[42] */
8808- 1646, /* User[43] */
8809- 1647, /* User[44] */
8810- 1648, /* User[45] */
8811- 1649, /* User[46] */
8812- 1650, /* User[47] */
8813- 1651, /* User[48] */
8814- 1652, /* User[49] */
8815- 1653, /* User[50] */
8816- 1654, /* User[51] */
8817- 1655, /* User[52] */
8818- 1656, /* User[53] */
8819- 1657, /* User[54] */
8820- 1658, /* User[55] */
8821- 1659, /* User[56] */
8822- 1660, /* User[57] */
8823- 1661, /* User[58] */
8824- 1662, /* User[59] */
8825- 1663, /* User[60] */
8826- 1664, /* User[61] */
8827- 1665, /* User[62] */
8828- 1666, /* User[63] */
8829- 1667, /* User[64] */
8830- 1668, /* User[65] */
8831- 1669, /* User[66] */
8832- 1670, /* User[67] */
8833- 1671, /* User[68] */
8834- 1672, /* User[69] */
8835- 1673, /* User[70] */
8836- 1674, /* User[71] */
8837- 1675, /* User[72] */
8838- 1676, /* User[73] */
8839- 1677, /* User[74] */
8840- 1678, /* User[75] */
8841- 1679, /* User[76] */
8842- 1680, /* User[77] */
8843- 1681, /* User[78] */
8844- 1682, /* User[79] */
8845- 1683, /* User[80] */
8846- 1684, /* User[81] */
8847- 1685, /* User[82] */
8848- 1686, /* User[83] */
8849- 1687, /* User[84] */
8850- 1688, /* User[85] */
8851- 1689, /* User[86] */
8852- 1690, /* User[87] */
8853- 1691, /* User[88] */
8854- 1692, /* User[89] */
8855- 1693, /* User[90] */
8856- 1694, /* User[91] */
8857- 1695, /* User[92] */
8858- 1696, /* User[93] */
8859- 1697, /* User[94] */
8860- 1698, /* User[95] */
8861- 1699, /* User[96] */
8862- 1700, /* User[97] */
8863- 1701, /* User[98] */
8864- 1702, /* User[99] */
8865- 1703, /* User[100] */
8866- 1704, /* User[101] */
8867- 1705, /* User[102] */
8868- 1706, /* User[103] */
8869- 1707, /* User[104] */
8870- 1708, /* User[105] */
8871- 1709, /* User[106] */
8872- 1710, /* User[107] */
8873- 1711, /* User[108] */
8874- 1712, /* User[109] */
8875- 1713, /* User[110] */
8876- 1714, /* User[111] */
8877- 1715, /* User[112] */
8878- 1716, /* User[113] */
8879- 1717, /* User[114] */
8880- 1718, /* User[115] */
8881- 1719, /* User[116] */
8882- 1720, /* User[117] */
8883- 1721, /* User[118] */
8884- 1722, /* User[119] */
8885- 1723, /* User[120] */
8886- 1724, /* User[121] */
8887- 1725, /* User[122] */
8888- 1726, /* User[123] */
8889- 1727, /* User[124] */
8890- 1728, /* User[125] */
8891- 1729, /* User[126] */
8892- 1730, /* User[127] */
8893- 1731, /* User[128] */
8894- 1732, /* User[129] */
8895- 1733, /* User[130] */
8896- 1734, /* User[131] */
8897- 1735, /* User[132] */
8898- 1736, /* User[133] */
8899- 1737, /* User[134] */
8900- 1738, /* User[135] */
8901- 1739, /* User[136] */
8902- 1740, /* User[137] */
8903- 1741, /* User[138] */
8904- 1742, /* User[139] */
8905- 1743, /* User[140] */
8906- 1744, /* User[141] */
8907- 1745, /* User[142] */
8908- 1746, /* User[143] */
8909- 1747, /* User[144] */
8910- 1748, /* User[145] */
8911- 1749, /* User[146] */
8912- 1750, /* User[147] */
8913- 1751, /* User[148] */
8914- 1752, /* User[149] */
8915- 1753, /* User[150] */
8916- 1754, /* User[151] */
8917- 1755, /* User[152] */
8918- 1756, /* User[153] */
8919- 1757, /* User[154] */
8920- 1758, /* User[155] */
8921- 1759, /* User[156] */
8922- 1760, /* User[157] */
8923- 1761, /* User[158] */
8924- 1762, /* User[159] */
8925- 1763, /* User[160] */
8926- 1764, /* User[161] */
8927- 1765, /* User[162] */
8928- 1766, /* User[163] */
8929- 1767, /* User[164] */
8930- 1768, /* User[165] */
8931- 1769, /* User[166] */
8932- 1770, /* User[167] */
8933- 1771, /* User[168] */
8934- 1772, /* User[169] */
8935- 1773, /* User[170] */
8936- 1774, /* User[171] */
8937- 1775, /* User[172] */
8938- 1776, /* User[173] */
8939- 1777, /* User[174] */
8940- 1778, /* User[175] */
8941- 1779, /* User[176] */
8942- 1780, /* User[177] */
8943- 1781, /* User[178] */
8944- 1782, /* User[179] */
8945- 1783, /* User[180] */
8946- 1784, /* User[181] */
8947- 1785, /* User[182] */
8948- 1786, /* User[183] */
8949- 1787, /* User[184] */
8950- 1788, /* User[185] */
8951- 1789, /* User[186] */
8952- 1790, /* User[187] */
8953- 1791, /* User[188] */
8954- 1792, /* User[189] */
8955- 1793, /* User[190] */
8956- 1794, /* User[191] */
8957- 1795, /* User[192] */
8958- 1796, /* User[193] */
8959- 1797, /* User[194] */
8960- 1798, /* User[195] */
8961- 1799, /* User[196] */
8962- 1800, /* User[197] */
8963- 1801, /* User[198] */
8964- 1802, /* User[199] */
8965- 1803, /* User[200] */
8966- 1804, /* User[201] */
8967- 1805, /* User[202] */
8968- 1806, /* User[203] */
8969- 1807, /* User[204] */
8970- 1808, /* User[205] */
8971- 1809, /* User[206] */
8972- 1810, /* User[207] */
8973- 1811, /* User[208] */
8974- 1812, /* User[209] */
8975- 1813, /* User[210] */
8976- 1814, /* User[211] */
8977- 1815, /* User[212] */
8978- 1816, /* User[213] */
8979- 1817, /* User[214] */
8980- 1818, /* User[215] */
8981- 1819, /* User[216] */
8982- 1820, /* User[217] */
8983- 1821, /* User[218] */
8984- 1822, /* User[219] */
8985- 1823, /* User[220] */
8986- 1824, /* User[221] */
8987- 1825, /* User[222] */
8988- 1826, /* User[223] */
8989- 1827, /* User[224] */
8990- 1828, /* User[225] */
8991- 1829, /* User[226] */
8992- 1830, /* User[227] */
8993- 1831, /* User[228] */
8994- 1832, /* User[229] */
8995- 1833, /* User[230] */
8996- 1834, /* User[231] */
8997- 1835, /* User[232] */
8998- 1836, /* User[233] */
8999- 1837, /* User[234] */
9000- 1838, /* User[235] */
9001- 1839, /* User[236] */
9002- 1840, /* User[237] */
9003- 1841, /* User[238] */
9004- 1842, /* User[239] */
9005- 1843, /* User[240] */
9006- 1844, /* User[241] */
9007- 1845, /* User[242] */
9008- 1846, /* User[243] */
9009- 1847, /* User[244] */
9010- 1848, /* User[245] */
9011- 1849, /* User[246] */
9012- 1850, /* User[247] */
9013- 1851, /* User[248] */
9014- 1852, /* User[249] */
9015- 1853, /* User[250] */
9016- 1854, /* User[251] */
9017- 1855, /* User[252] */
9018- 1856, /* User[253] */
9019- 1857, /* User[254] */
9020- 1858}; /* User[255] */
7958+ 778, /* Koppa */
7959+ 779, /* Sampi */
7960+ 0,
7961+ 0,
7962+ 0,
7963+ 0,
7964+ 0,
7965+ 0,
7966+ 0,
7967+ 0,
7968+ 0,
7969+ 0,
7970+ 0,
7971+ 0,
7972+ 0,
7973+ 0,
7974+ 0,
7975+ 0,
7976+ 0,
7977+ 0,
7978+ 0,
7979+ 0,
7980+ 0,
7981+ 0,
7982+ 0,
7983+ 0,
7984+ 0,
7985+ 0,
7986+ 0,
7987+ 0,
7988+ 0,
7989+ 0,
7990+ 0,
7991+ 0,
7992+ 0,
7993+ 0,
7994+ 0,
7995+ 0,
7996+ 0,
7997+ 788, /* Hebrew Alef */
7998+ 789, /* Hebrew Bet */
7999+ 790, /* Hebrew Gimel */
8000+ 791, /* Hebrew Dalet */
8001+ 792, /* Hebrew He */
8002+ 793, /* Hebrew Vav */
8003+ 794, /* Hebrew Zayin */
8004+ 795, /* Hebrew Het */
8005+ 796, /* Hebrew Tet */
8006+ 797, /* Hebrew Yod */
8007+ 798, /* Hebrew Kaf (final) */
8008+ 799, /* Hebrew Kaf */
8009+ 800, /* Hebrew Lamed */
8010+ 801, /* Hebrew Mem (final) */
8011+ 802, /* Hebrew Mem */
8012+ 803, /* Hebrew Nun (final) */
8013+ 804, /* Hebrew Nun */
8014+ 805, /* Hebrew Samekh */
8015+ 806, /* Hebrew Ayin */
8016+ 807, /* Hebrew Pe (final) */
8017+ 808, /* Hebrew Pe */
8018+ 809, /* Hebrew Tsadi (final) */
8019+ 810, /* Hebrew Tsadi */
8020+ 811, /* Hebrew Qof */
8021+ 812, /* Hebrew Resh */
8022+ 813, /* Hebrew Shin */
8023+ 815, /* Hebrew Tav */
8024+ 816, /* Hebrew Maqaf */
8025+ 817, /* Hebrew Paseq */
8026+ 818, /* Hebrew Sof Pasuq */
8027+ 819, /* Hebrew Geresh */
8028+ 820, /* Hebrew Gershayim */
8029+ 821, /* Hebrew Sheva */
8030+ 822, /* Hebrew Hataf Segol */
8031+ 823, /* Hebrew Hataf Patah */
8032+ 824, /* Hebrew Hataf Qamats */
8033+ 825, /* Hebrew Hiriq */
8034+ 826, /* Hebrew Tsere */
8035+ 827, /* Hebrew Segol */
8036+ 828, /* Hebrew Patah */
8037+ 829, /* Hebrew Qamats */
8038+ 0,
8039+ 830, /* Hebrew Holem Left */
8040+ 831, /* Hebrew Qubuts */
8041+ 832, /* Hebrew Dagesh */
8042+ 0,
8043+ 0,
8044+ 0,
8045+ 0,
8046+ 833, /* Hebrew Double Vav */
8047+ 834, /* Hebrew Vav Yod */
8048+ 835, /* Hebrew Double Yod */
8049+ 836, /* Hebrew Double Yod Patah */
8050+ 0,
8051+ 0,
8052+ 0,
8053+ 0,
8054+ 0,
8055+ 0,
8056+ 0,
8057+ 0,
8058+ 0,
8059+ 0,
8060+ 0,
8061+ 827, /* Hebrew Segol */
8062+ 0,
8063+ 0,
8064+ 0,
8065+ 0,
8066+ 0,
8067+ 0,
8068+ 0,
8069+ 819, /* Hebrew Geresh */
8070+ 0,
8071+ 820, /* Hebrew Gershayim */
8072+ 0,
8073+ 0,
8074+ 0,
8075+ 0,
8076+ 0,
8077+ 0,
8078+ 0,
8079+ 0,
8080+ 0,
8081+ 837, /* Hebrew Alef Dagesh */
8082+ 838, /* Hebrew Bet Dagesh */
8083+ 0,
8084+ 839, /* Hebrew Gimel Dagesh */
8085+ 840, /* Hebrew Dalet Dagesh */
8086+ 841, /* Hebrew He Dagesh */
8087+ 842, /* Hebrew Vav Dagesh */
8088+ 843, /* Hebrew Vav Holem */
8089+ 844, /* Hebrew Zayin Dagesh */
8090+ 845, /* Hebrew Het Dagesh */
8091+ 846, /* Hebrew Tet Dagesh */
8092+ 847, /* Hebrew Yod Dagesh */
8093+ 848, /* Hebrew Yod Hiriq */
8094+ 849, /* Hebrew Kaf Dagesh */
8095+ 850, /* Hebrew Kaf Dagesh (final) */
8096+ 851, /* Hebrew Kaf Sheva (final) */
8097+ 852, /* Hebrew Kaf Tsere (final) */
8098+ 853, /* Hebrew Kaf Segol (final) */
8099+ 854, /* Hebrew Kaf Patah (final) */
8100+ 855, /* Hebrew Kaf Qamats (final) */
8101+ 856, /* Hebrew Kaf Dagesh Qamats (final) */
8102+ 857, /* Hebrew Lamed Dagesh */
8103+ 858, /* Hebrew Mem Dagesh */
8104+ 859, /* Hebrew Nun Dagesh */
8105+ 860, /* Hebrew Nun Qamats (final) */
8106+ 861, /* Hebrew Samekh Dagesh */
8107+ 862, /* Hebrew Pe Dagesh */
8108+ 0,
8109+ 0,
8110+ 0,
8111+ 814, /* Hebrew Sin */
8112+ 863, /* Hebrew Sin Dagesh */
8113+ 813, /* Hebrew Shin */
8114+ 864, /* Hebrew Shin Dagesh */
8115+ 865, /* Hebrew Tav Dagesh */
8116+ 0,
8117+ 0,
8118+ 0,
8119+ 0,
8120+ 0,
8121+ 0,
8122+ 0,
8123+ 0,
8124+ 0,
8125+ 0,
8126+ 0,
8127+ 0,
8128+ 0,
8129+ 0,
8130+ 0,
8131+ 0,
8132+ 0,
8133+ 0,
8134+ 0,
8135+ 0,
8136+ 0,
8137+ 0,
8138+ 0,
8139+ 0,
8140+ 0,
8141+ 0,
8142+ 0,
8143+ 0,
8144+ 0,
8145+ 0,
8146+ 0,
8147+ 0,
8148+ 0,
8149+ 0,
8150+ 0,
8151+ 0,
8152+ 0,
8153+ 0,
8154+ 0,
8155+ 0,
8156+ 0,
8157+ 0,
8158+ 0,
8159+ 0,
8160+ 0,
8161+ 0,
8162+ 0,
8163+ 0,
8164+ 0,
8165+ 0,
8166+ 0,
8167+ 0,
8168+ 0,
8169+ 0,
8170+ 0,
8171+ 0,
8172+ 0,
8173+ 0,
8174+ 0,
8175+ 0,
8176+ 0,
8177+ 0,
8178+ 0,
8179+ 0,
8180+ 0,
8181+ 0,
8182+ 0,
8183+ 0,
8184+ 0,
8185+ 0,
8186+ 0,
8187+ 0,
8188+ 0,
8189+ 0,
8190+ 0,
8191+ 0,
8192+ 0,
8193+ 0,
8194+ 0,
8195+ 0,
8196+ 0,
8197+ 0,
8198+ 0,
8199+ 0,
8200+ 0,
8201+ 0,
8202+ 0,
8203+ 0,
8204+ 0,
8205+ 0,
8206+ 0,
8207+ 0,
8208+ 0,
8209+ 0,
8210+ 0,
8211+ 0,
8212+ 0,
8213+ 0,
8214+ 0,
8215+ 0,
8216+ 0,
8217+ 0,
8218+ 0,
8219+ 0,
8220+ 0,
8221+ 0,
8222+ 0,
8223+ 0,
8224+ 0,
8225+ 0,
8226+ 0,
8227+ 0,
8228+ 0,
8229+ 0,
8230+ 0,
8231+ 0,
8232+ 0,
8233+ 0,
8234+ 0,
8235+ 0,
8236+ 0,
8237+ 0,
8238+ 0,
8239+ 0,
8240+ 0,
8241+ 0,
8242+ 0,
8243+ 0,
8244+ 0,
8245+ 0,
8246+ 0,
8247+ 0,
8248+ 0,
8249+ 0,
8250+ 0,
8251+ 0,
8252+ 0,
8253+ 866, /* Russian A */
8254+ 867, /* Russian a */
8255+ 868, /* Russian BE */
8256+ 869, /* Russian be */
8257+ 870, /* Russian VE */
8258+ 871, /* Russian ve */
8259+ 872, /* Russian GE */
8260+ 873, /* Russian ge */
8261+ 874, /* Russian DE */
8262+ 875, /* Russian de */
8263+ 876, /* Russian IE */
8264+ 877, /* Russian ie */
8265+ 878, /* Russian YO */
8266+ 879, /* Russian yo */
8267+ 880, /* Russian ZHE */
8268+ 881, /* Russian zhe */
8269+ 882, /* Russian ZE */
8270+ 883, /* Russian ze */
8271+ 884, /* Russian I */
8272+ 885, /* Russian i */
8273+ 886, /* Russian SHORT I */
8274+ 887, /* Russian short i */
8275+ 888, /* Russian KA */
8276+ 889, /* Russian ka */
8277+ 890, /* Russian EL */
8278+ 891, /* Russian el */
8279+ 892, /* Russian EM */
8280+ 893, /* Russian em */
8281+ 894, /* Russian EN */
8282+ 895, /* Russian en */
8283+ 896, /* Russian O */
8284+ 897, /* Russian o */
8285+ 898, /* Russian PE */
8286+ 899, /* Russian pe */
8287+ 900, /* Russian ER */
8288+ 901, /* Russian er */
8289+ 902, /* Russian ES */
8290+ 903, /* Russian es */
8291+ 904, /* Russian TE */
8292+ 905, /* Russian te */
8293+ 906, /* Russian U */
8294+ 907, /* Russian u */
8295+ 908, /* Russian EF */
8296+ 909, /* Russian ef */
8297+ 910, /* Russian KHA */
8298+ 911, /* Russian kha */
8299+ 912, /* Russian TSE */
8300+ 913, /* Russian tse */
8301+ 914, /* Russian CHE */
8302+ 915, /* Russian che */
8303+ 916, /* Russian SHA */
8304+ 917, /* Russian sha */
8305+ 918, /* Russian SHCHA */
8306+ 919, /* Russian shcha */
8307+ 920, /* Russian YER (HARD SIGN) */
8308+ 921, /* Russian yer (hard sign) */
8309+ 922, /* Russian YERY */
8310+ 923, /* Russian yery */
8311+ 924, /* Russian YER' (SOFT SIGN) */
8312+ 925, /* Russian yer' (soft sign) */
8313+ 926, /* Russian REVERSED E */
8314+ 927, /* Russian reversed e */
8315+ 928, /* Russian IU */
8316+ 929, /* Russian iu */
8317+ 930, /* Russian IA */
8318+ 931, /* Russian ia */
8319+ 0,
8320+ 0,
8321+ 0,
8322+ 0,
8323+ 0,
8324+ 0,
8325+ 0,
8326+ 0,
8327+ 0,
8328+ 0,
8329+ 0,
8330+ 0,
8331+ 0,
8332+ 0,
8333+ 0,
8334+ 0,
8335+ 0,
8336+ 0,
8337+ 0,
8338+ 0,
8339+ 0,
8340+ 0,
8341+ 884, /* Russian I */
8342+ 885, /* Russian i */
8343+ 0,
8344+ 0,
8345+ 0,
8346+ 0,
8347+ 0,
8348+ 0,
8349+ 0,
8350+ 0,
8351+ 0,
8352+ 0,
8353+ 0,
8354+ 0,
8355+ 0,
8356+ 0,
8357+ 0,
8358+ 0,
8359+ 0,
8360+ 0,
8361+ 0,
8362+ 0,
8363+ 0,
8364+ 0,
8365+ 0,
8366+ 0,
8367+ 0,
8368+ 0,
8369+ 0,
8370+ 0,
8371+ 0,
8372+ 0,
8373+ 0,
8374+ 0,
8375+ 0,
8376+ 0,
8377+ 0,
8378+ 0,
8379+ 0,
8380+ 0,
8381+ 0,
8382+ 0,
8383+ 0,
8384+ 0,
8385+ 0,
8386+ 0,
8387+ 0,
8388+ 0,
8389+ 0,
8390+ 0,
8391+ 0,
8392+ 0,
8393+ 0,
8394+ 0,
8395+ 0,
8396+ 0,
8397+ 0,
8398+ 0,
8399+ 0,
8400+ 0,
8401+ 0,
8402+ 0,
8403+ 0,
8404+ 0,
8405+ 0,
8406+ 0,
8407+ 0,
8408+ 0,
8409+ 966, /* Russian A acute */
8410+ 967, /* Russian a acute */
8411+ 0,
8412+ 0,
8413+ 0,
8414+ 0,
8415+ 970, /* Russian I acute */
8416+ 971, /* Russian i acute */
8417+ 970, /* Russian I acute */
8418+ 971, /* Russian i acute */
8419+ 0,
8420+ 0,
8421+ 972, /* Russian O acute */
8422+ 973, /* Russian o acute */
8423+ 974, /* Russian U acute */
8424+ 975, /* Russian u acute */
8425+ 0,
8426+ 0,
8427+ 0,
8428+ 0,
8429+ 0,
8430+ 0,
8431+ 0,
8432+ 0,
8433+ 984, /* Russian A grave */
8434+ 985, /* Russian a grave */
8435+ 0,
8436+ 0,
8437+ 988, /* Russian YO grave */
8438+ 989, /* Russian yo grave */
8439+ 990, /* Russian I grave */
8440+ 991, /* Russian i grave */
8441+ 992, /* Russian O grave */
8442+ 993, /* Russian o grave */
8443+ 994, /* Russian U grave */
8444+ 995, /* Russian u grave */
8445+ 0,
8446+ 0,
8447+ 0,
8448+ 0,
8449+ 0,
8450+ 0,
8451+ 0,
8452+ 0,
8453+ 0,
8454+ 0,
8455+ 0,
8456+ 0,
8457+ 0,
8458+ 0,
8459+ 0,
8460+ 0,
8461+ 0,
8462+ 0,
8463+ 0,
8464+ 0,
8465+ 0,
8466+ 0,
8467+ 0,
8468+ 0,
8469+ 0,
8470+ 0,
8471+ 0,
8472+ 0,
8473+ 0,
8474+ 0,
8475+ 0,
8476+ 0,
8477+ 0,
8478+ 0,
8479+ 0,
8480+ 0,
8481+ 0,
8482+ 0,
8483+ 0,
8484+ 0,
8485+ 0,
8486+ 0,
8487+ 0,
8488+ 0,
8489+ 0,
8490+ 0,
8491+ 0,
8492+ 0,
8493+ 0,
8494+ 0,
8495+ 0,
8496+ 0,
8497+ 0,
8498+ 0,
8499+ 0,
8500+ 0,
8501+ 0,
8502+ 0,
8503+ 0,
8504+ 0,
8505+ 0,
8506+ 0,
8507+ 0,
8508+ 0,
8509+ 0,
8510+ 0,
8511+ 0,
8512+ 0,
8513+ 0,
8514+ 0,
8515+ 0,
8516+ 0,
8517+ 0,
8518+ 0,
8519+ 0,
8520+ 0,
8521+ 0,
8522+ 0,
8523+ 0,
8524+ 0,
8525+ 0,
8526+ 0,
8527+ 0,
8528+ 0,
8529+ 0,
8530+ 0,
8531+ 0,
8532+ 0,
8533+ 0,
8534+ 0,
8535+ 0,
8536+ 0,
8537+ 0,
8538+ 0,
8539+ 0,
8540+ 0,
8541+ 0,
8542+ 0,
8543+ 0,
8544+ 0,
8545+ 0,
8546+ 0,
8547+ 0,
8548+ 0,
8549+ 0,
8550+ 0,
8551+ 0,
8552+ 0,
8553+ 0,
8554+ 0,
8555+ 0,
8556+ 0,
8557+ 0,
8558+ 0,
8559+ 0,
8560+ 0,
8561+ 0,
8562+ 0,
8563+ 0,
8564+ 0,
8565+ 0,
8566+ 0,
8567+ 0,
8568+ 0,
8569+ 0,
8570+ 0,
8571+ 0,
8572+ 0,
8573+ 0,
8574+ 0,
8575+ 0,
8576+ 0,
8577+ 0,
8578+ 0,
8579+ 0,
8580+ 0,
8581+ 0,
8582+ 0,
8583+ 0,
8584+ 0,
8585+ 0,
8586+ 0,
8587+ 0,
8588+ 0,
8589+ 0,
8590+ 0,
8591+ 0,
8592+ 0,
8593+ 0,
8594+ 0,
8595+ 0,
8596+ 0,
8597+ 0,
8598+ 0,
8599+ 0,
8600+ 0,
8601+ 0,
8602+ 0,
8603+ 0,
8604+ 0,
8605+ 0,
8606+ 0,
8607+ 0,
8608+ 0,
8609+ 0,
8610+ 0,
8611+ 0,
8612+ 0,
8613+ 0,
8614+ 0,
8615+ 0,
8616+ 0,
8617+ 0,
8618+ 0,
8619+ 0,
8620+ 0,
8621+ 0,
8622+ 0,
8623+ 0,
8624+ 0,
8625+ 0,
8626+ 0,
8627+ 0,
8628+ 0,
8629+ 0,
8630+ 0,
8631+ 0,
8632+ 0,
8633+ 0,
8634+ 0,
8635+ 0,
8636+ 0,
8637+ 0,
8638+ 0,
8639+ 0,
8640+ 0,
8641+ 0,
8642+ 0,
8643+ 0,
8644+ 0,
8645+ 0,
8646+ 0,
8647+ 0,
8648+ 0,
8649+ 0,
8650+ 0,
8651+ 0,
8652+ 0,
8653+ 0,
8654+ 0,
8655+ 0,
8656+ 0,
8657+ 0,
8658+ 0,
8659+ 0,
8660+ 0,
8661+ 0,
8662+ 0,
8663+ 0,
8664+ 0,
8665+ 0,
8666+ 0,
8667+ 0,
8668+ 0,
8669+ 0,
8670+ 0,
8671+ 0,
8672+ 0,
8673+ 0,
8674+ 0,
8675+ 0,
8676+ 0,
8677+ 0,
8678+ 0,
8679+ 0,
8680+ 0,
8681+ 0,
8682+ 0,
8683+ 0,
8684+ 0,
8685+ 0,
8686+ 0,
8687+ 0,
8688+ 0,
8689+ 0,
8690+ 0,
8691+ 0,
8692+ 0,
8693+ 0,
8694+ 0,
8695+ 0,
8696+ 0,
8697+ 0,
8698+ 0,
8699+ 0,
8700+ 0,
8701+ 0,
8702+ 0,
8703+ 0,
8704+ 0,
8705+ 0,
8706+ 0,
8707+ 0,
8708+ 0,
8709+ 0,
8710+ 0,
8711+ 0,
8712+ 0,
8713+ 0,
8714+ 0,
8715+ 0,
8716+ 0,
8717+ 0,
8718+ 0,
8719+ 0,
8720+ 0,
8721+ 0,
8722+ 0,
8723+ 0,
8724+ 0,
8725+ 0,
8726+ 0,
8727+ 0,
8728+ 0,
8729+ 0,
8730+ 0,
8731+ 0,
8732+ 0,
8733+ 0,
8734+ 0,
8735+ 0,
8736+ 0,
8737+ 0,
8738+ 0,
8739+ 0,
8740+ 0,
8741+ 0,
8742+ 0,
8743+ 0,
8744+ 0,
8745+ 0,
8746+ 0,
8747+ 0,
8748+ 0,
8749+ 0,
8750+ 0,
8751+ 0,
8752+ 0,
8753+ 0,
8754+ 0,
8755+ 0,
8756+ 0,
8757+ 0,
8758+ 0,
8759+ 0,
8760+ 0,
8761+ 0,
8762+ 0,
8763+ 0,
8764+ 0,
8765+ 1659, /* User[0] */
8766+ 1660, /* User[1] */
8767+ 1661, /* User[2] */
8768+ 1662, /* User[3] */
8769+ 1663, /* User[4] */
8770+ 1664, /* User[5] */
8771+ 1665, /* User[6] */
8772+ 1666, /* User[7] */
8773+ 1667, /* User[8] */
8774+ 1668, /* User[9] */
8775+ 1669, /* User[10] */
8776+ 1670, /* User[11] */
8777+ 1671, /* User[12] */
8778+ 1672, /* User[13] */
8779+ 1673, /* User[14] */
8780+ 1674, /* User[15] */
8781+ 1675, /* User[16] */
8782+ 1676, /* User[17] */
8783+ 1677, /* User[18] */
8784+ 1678, /* User[19] */
8785+ 1679, /* User[20] */
8786+ 1680, /* User[21] */
8787+ 1681, /* User[22] */
8788+ 1682, /* User[23] */
8789+ 1683, /* User[24] */
8790+ 1684, /* User[25] */
8791+ 1685, /* User[26] */
8792+ 1686, /* User[27] */
8793+ 1687, /* User[28] */
8794+ 1688, /* User[29] */
8795+ 1689, /* User[30] */
8796+ 1690, /* User[31] */
8797+ 1691, /* User[32] */
8798+ 1692, /* User[33] */
8799+ 1693, /* User[34] */
8800+ 1694, /* User[35] */
8801+ 1695, /* User[36] */
8802+ 1696, /* User[37] */
8803+ 1697, /* User[38] */
8804+ 1698, /* User[39] */
8805+ 1699, /* User[40] */
8806+ 1700, /* User[41] */
8807+ 1701, /* User[42] */
8808+ 1702, /* User[43] */
8809+ 1703, /* User[44] */
8810+ 1704, /* User[45] */
8811+ 1705, /* User[46] */
8812+ 1706, /* User[47] */
8813+ 1707, /* User[48] */
8814+ 1708, /* User[49] */
8815+ 1709, /* User[50] */
8816+ 1710, /* User[51] */
8817+ 1711, /* User[52] */
8818+ 1712, /* User[53] */
8819+ 1713, /* User[54] */
8820+ 1714, /* User[55] */
8821+ 1715, /* User[56] */
8822+ 1716, /* User[57] */
8823+ 1717, /* User[58] */
8824+ 1718, /* User[59] */
8825+ 1719, /* User[60] */
8826+ 1720, /* User[61] */
8827+ 1721, /* User[62] */
8828+ 1722, /* User[63] */
8829+ 1723, /* User[64] */
8830+ 1724, /* User[65] */
8831+ 1725, /* User[66] */
8832+ 1726, /* User[67] */
8833+ 1727, /* User[68] */
8834+ 1728, /* User[69] */
8835+ 1729, /* User[70] */
8836+ 1730, /* User[71] */
8837+ 1731, /* User[72] */
8838+ 1732, /* User[73] */
8839+ 1733, /* User[74] */
8840+ 1734, /* User[75] */
8841+ 1735, /* User[76] */
8842+ 1736, /* User[77] */
8843+ 1737, /* User[78] */
8844+ 1738, /* User[79] */
8845+ 1739, /* User[80] */
8846+ 1740, /* User[81] */
8847+ 1741, /* User[82] */
8848+ 1742, /* User[83] */
8849+ 1743, /* User[84] */
8850+ 1744, /* User[85] */
8851+ 1745, /* User[86] */
8852+ 1746, /* User[87] */
8853+ 1747, /* User[88] */
8854+ 1748, /* User[89] */
8855+ 1749, /* User[90] */
8856+ 1750, /* User[91] */
8857+ 1751, /* User[92] */
8858+ 1752, /* User[93] */
8859+ 1753, /* User[94] */
8860+ 1754, /* User[95] */
8861+ 1755, /* User[96] */
8862+ 1756, /* User[97] */
8863+ 1757, /* User[98] */
8864+ 1758, /* User[99] */
8865+ 1759, /* User[100] */
8866+ 1760, /* User[101] */
8867+ 1761, /* User[102] */
8868+ 1762, /* User[103] */
8869+ 1763, /* User[104] */
8870+ 1764, /* User[105] */
8871+ 1765, /* User[106] */
8872+ 1766, /* User[107] */
8873+ 1767, /* User[108] */
8874+ 1768, /* User[109] */
8875+ 1769, /* User[110] */
8876+ 1770, /* User[111] */
8877+ 1771, /* User[112] */
8878+ 1772, /* User[113] */
8879+ 1773, /* User[114] */
8880+ 1774, /* User[115] */
8881+ 1775, /* User[116] */
8882+ 1776, /* User[117] */
8883+ 1777, /* User[118] */
8884+ 1778, /* User[119] */
8885+ 1779, /* User[120] */
8886+ 1780, /* User[121] */
8887+ 1781, /* User[122] */
8888+ 1782, /* User[123] */
8889+ 1783, /* User[124] */
8890+ 1784, /* User[125] */
8891+ 1785, /* User[126] */
8892+ 1786, /* User[127] */
8893+ 1787, /* User[128] */
8894+ 1788, /* User[129] */
8895+ 1789, /* User[130] */
8896+ 1790, /* User[131] */
8897+ 1791, /* User[132] */
8898+ 1792, /* User[133] */
8899+ 1793, /* User[134] */
8900+ 1794, /* User[135] */
8901+ 1795, /* User[136] */
8902+ 1796, /* User[137] */
8903+ 1797, /* User[138] */
8904+ 1798, /* User[139] */
8905+ 1799, /* User[140] */
8906+ 1800, /* User[141] */
8907+ 1801, /* User[142] */
8908+ 1802, /* User[143] */
8909+ 1803, /* User[144] */
8910+ 1804, /* User[145] */
8911+ 1805, /* User[146] */
8912+ 1806, /* User[147] */
8913+ 1807, /* User[148] */
8914+ 1808, /* User[149] */
8915+ 1809, /* User[150] */
8916+ 1810, /* User[151] */
8917+ 1811, /* User[152] */
8918+ 1812, /* User[153] */
8919+ 1813, /* User[154] */
8920+ 1814, /* User[155] */
8921+ 1815, /* User[156] */
8922+ 1816, /* User[157] */
8923+ 1817, /* User[158] */
8924+ 1818, /* User[159] */
8925+ 1819, /* User[160] */
8926+ 1820, /* User[161] */
8927+ 1821, /* User[162] */
8928+ 1822, /* User[163] */
8929+ 1823, /* User[164] */
8930+ 1824, /* User[165] */
8931+ 1825, /* User[166] */
8932+ 1826, /* User[167] */
8933+ 1827, /* User[168] */
8934+ 1828, /* User[169] */
8935+ 1829, /* User[170] */
8936+ 1830, /* User[171] */
8937+ 1831, /* User[172] */
8938+ 1832, /* User[173] */
8939+ 1833, /* User[174] */
8940+ 1834, /* User[175] */
8941+ 1835, /* User[176] */
8942+ 1836, /* User[177] */
8943+ 1837, /* User[178] */
8944+ 1838, /* User[179] */
8945+ 1839, /* User[180] */
8946+ 1840, /* User[181] */
8947+ 1841, /* User[182] */
8948+ 1842, /* User[183] */
8949+ 1843, /* User[184] */
8950+ 1844, /* User[185] */
8951+ 1845, /* User[186] */
8952+ 1846, /* User[187] */
8953+ 1847, /* User[188] */
8954+ 1848, /* User[189] */
8955+ 1849, /* User[190] */
8956+ 1850, /* User[191] */
8957+ 1851, /* User[192] */
8958+ 1852, /* User[193] */
8959+ 1853, /* User[194] */
8960+ 1854, /* User[195] */
8961+ 1855, /* User[196] */
8962+ 1856, /* User[197] */
8963+ 1857, /* User[198] */
8964+ 1858, /* User[199] */
8965+ 1859, /* User[200] */
8966+ 1860, /* User[201] */
8967+ 1861, /* User[202] */
8968+ 1862, /* User[203] */
8969+ 1863, /* User[204] */
8970+ 1864, /* User[205] */
8971+ 1865, /* User[206] */
8972+ 1866, /* User[207] */
8973+ 1867, /* User[208] */
8974+ 1868, /* User[209] */
8975+ 1869, /* User[210] */
8976+ 1870, /* User[211] */
8977+ 1871, /* User[212] */
8978+ 1872, /* User[213] */
8979+ 1873, /* User[214] */
8980+ 1874, /* User[215] */
8981+ 1875, /* User[216] */
8982+ 1876, /* User[217] */
8983+ 1877, /* User[218] */
8984+ 1878, /* User[219] */
8985+ 1879, /* User[220] */
8986+ 1880, /* User[221] */
8987+ 1881, /* User[222] */
8988+ 1882, /* User[223] */
8989+ 1883, /* User[224] */
8990+ 1884, /* User[225] */
8991+ 1885, /* User[226] */
8992+ 1886, /* User[227] */
8993+ 1887, /* User[228] */
8994+ 1888, /* User[229] */
8995+ 1889, /* User[230] */
8996+ 1890, /* User[231] */
8997+ 1891, /* User[232] */
8998+ 1892, /* User[233] */
8999+ 1893, /* User[234] */
9000+ 1894, /* User[235] */
9001+ 1895, /* User[236] */
9002+ 1896, /* User[237] */
9003+ 1897, /* User[238] */
9004+ 1898, /* User[239] */
9005+ 1899, /* User[240] */
9006+ 1900, /* User[241] */
9007+ 1901, /* User[242] */
9008+ 1902, /* User[243] */
9009+ 1903, /* User[244] */
9010+ 1904, /* User[245] */
9011+ 1905, /* User[246] */
9012+ 1906, /* User[247] */
9013+ 1907, /* User[248] */
9014+ 1908, /* User[249] */
9015+ 1909, /* User[250] */
9016+ 1910, /* User[251] */
9017+ 1911, /* User[252] */
9018+ 1912, /* User[253] */
9019+ 1913, /* User[254] */
9020+ 1914}; /* User[255] */
90219021
90229022 WCpTranslator wp6internal("wp6TOinternal",3328,wp6_internal);
90239023
diff -r fc3614229d12 -r ffb0e83cb708 trunk/sources.cc/cp_lib/wp5.enc
--- a/trunk/sources.cc/cp_lib/wp5.enc Sun Feb 14 00:45:56 2021 +0100
+++ b/trunk/sources.cc/cp_lib/wp5.enc Wed Feb 17 21:29:30 2021 +0100
@@ -1302,13 +1302,13 @@
13021302 8,197 Digamma
13031303 8,198 Koppa
13041304 8,199 Sampi
1305-8,200 ALPHA Tonos ;High Prime
1306-8,201 EPSILON Tonos ;High Prime
1307-8,202 ETA Tonos ;High Prime
1308-8,203 IOTA Tonos ;High Prime
1309-8,204 OMICRON Tonos ;High Prime
1310-8,205 UPSILON Tonos ;High Prime
1311-8,206 OMEGA Tonos ;High Prime
1305+8,200 ALPHA High Prime
1306+8,201 EPSILON High Prime
1307+8,202 ETA High Prime
1308+8,203 IOTA High Prime
1309+8,204 OMICRON High Prime
1310+8,205 UPSILON High Prime
1311+8,206 OMEGA High Prime
13121312
13131313 ;Hebrew Charset: 9
13141314 ;Contains: Hebrew characters
diff -r fc3614229d12 -r ffb0e83cb708 trunk/sources.cc/pass2.cc
--- a/trunk/sources.cc/pass2.cc Sun Feb 14 00:45:56 2021 +0100
+++ b/trunk/sources.cc/pass2.cc Wed Feb 17 21:29:30 2021 +0100
@@ -316,6 +316,7 @@
316316 fprintf(LaTeX, "\\documentstyle[11pt,");
317317 if(Accents>=1) fprintf(this->LaTeX, "accents,");
318318 if(Amssymb>=1) fprintf(this->LaTeX, "amssymb,");
319+ if(Arevmath>=1) fprintf(this->LaTeX, "arevmath,");
319320 if(AmsMath>=1) fprintf(this->LaTeX, "amsmath,");
320321 if(MakeIdx>=1) fprintf(this->LaTeX, "makeidx,");
321322 if(Ulem>=1) fprintf(this->LaTeX, "ulem,");
@@ -359,6 +360,7 @@
359360 if(Accents>=1) UsePackage("accents");
360361 if(Amssymb>=1) UsePackage("amssymb");
361362 if(AmsMath>=1) UsePackage("amsmath");
363+ if(Arevmath>=1) UsePackage("arevmath");
362364 if(LaTeXsym>=1) UsePackage("latexsym");
363365 if(MakeIdx>=1) UsePackage("makeidx");
364366 if(Ulem>=1) UsePackage("ulem");
diff -r fc3614229d12 -r ffb0e83cb708 trunk/sources.cc/wp2l_lib.cc
--- a/trunk/sources.cc/wp2l_lib.cc Sun Feb 14 00:45:56 2021 +0100
+++ b/trunk/sources.cc/wp2l_lib.cc Wed Feb 17 21:29:30 2021 +0100
@@ -80,6 +80,7 @@
8080 SBYTE Accents = false,
8181 AmsMath = -1,
8282 Amssymb = -1, // Totaly Disabled
83+ Arevmath = -1, // Totaly Disabled
8384 Cyrillic = false,
8485 cjHebrew = false,
8586 colors = false, // Only for LaTex 2.0e
@@ -1373,6 +1374,8 @@
13731374 {{"accents",&Accents, N_("Use accents to support additional accents.")},
13741375 {"amssymb",&Amssymb,NULL},
13751376 {"Amssymb",&Amssymb, N_("Use AMSsymb with special characters.")},
1377+ {"arevmath",&Arevmath,NULL},
1378+ {"Arevmath",&Arevmath, N_("Use arevmath with special characters.")},
13761379 {"amsmath",&AmsMath,NULL},
13771380 {"AmsMath",&AmsMath, N_("Use AmsMath with special characters.")},
13781381 {"bbm",&Bbm,NULL},
diff -r fc3614229d12 -r ffb0e83cb708 trunk/sources.cc/wp2latex.h
--- a/trunk/sources.cc/wp2latex.h Sun Feb 14 00:45:56 2021 +0100
+++ b/trunk/sources.cc/wp2latex.h Wed Feb 17 21:29:30 2021 +0100
@@ -18,7 +18,7 @@
1818 #define LineLength 80 /* Split lines after more than LineLength charcters */
1919
2020 #define VersionWP2L "3.pre95"
21-#define VersionDate "12 Feb 2021" /* day (space) month (space) full year */
21+#define VersionDate "17 Feb 2021" /* day (space) month (space) full year */
2222
2323 #ifndef false
2424 #define false 0
@@ -37,8 +37,8 @@
3737 extern bool Index, Interactive, NFSS, TABs, twoside, ExactFnNumbers, CPStyles,
3838 EraseStrip, UndoRedo, Noclobber;
3939 extern SBYTE Cyrillic, colors, EndNotes, FancyHdr, Columns, cjHebrew, InputPS, MakeIdx,
40- textcomp, Wasy, Accents, Amssymb, LaTeXsym, LongTable, Bbm, TIPA, fontenc, Rsfs, Ulem,
41- pifont, PostScript, rus_yo, Rotate, Scalerel, LineNo, AmsMath,
40+ textcomp, Wasy, Accents, Amssymb, Arevmath, LaTeXsym, LongTable, Bbm, TIPA, fontenc,
41+ Rsfs, Ulem, pifont, PostScript, rus_yo, Rotate, Scalerel, LineNo, AmsMath,
4242 SaveWPG;
4343 extern int LaTeX_Version;
4444 extern signed char Verbosing;
Show on old repository browser