diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-10 22:16:22 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-10 22:16:22 (GMT) |
commit | 88e3b36da872e4b80dff4e5b17bcaa40ed880c56 (patch) | |
tree | eda40430970d5319070ab28788e9d9f84dc4f2fe /generic/ks_names.h | |
parent | e02fdc0c1df829ee25edf15d6b88728cadd60947 (diff) | |
download | tk-88e3b36da872e4b80dff4e5b17bcaa40ed880c56.zip tk-88e3b36da872e4b80dff4e5b17bcaa40ed880c56.tar.gz tk-88e3b36da872e4b80dff4e5b17bcaa40ed880c56.tar.bz2 |
Minor improvement to previous commit: Put deprecate names _after_ non-deprecated, so tkBind.c can be kept as it was. Also use all-upper HEX characters consistantly.
Diffstat (limited to 'generic/ks_names.h')
-rw-r--r-- | generic/ks_names.h | 1658 |
1 files changed, 829 insertions, 829 deletions
diff --git a/generic/ks_names.h b/generic/ks_names.h index 665af5d..e38c35c 100644 --- a/generic/ks_names.h +++ b/generic/ks_names.h @@ -4,11 +4,11 @@ * Note that this should be done manually only, because in some cases * keysymdefs.h defines the same integer for multiple keysyms, e.g.: * - * #define XK_Greek_LAMDA 0x7cb - * #define XK_Greek_LAMBDA 0x7cb + * #define XK_Greek_LAMDA 0x7CB + * #define XK_Greek_LAMBDA 0x7CB * - * #define XK_Cyrillic_DZHE 0x6bf - * #define XK_Serbian_DZE 0x6bf (deprecated) + * #define XK_Cyrillic_DZHE 0x6BF + * #define XK_Serbian_DZE 0x6BF (deprecated) * */ { "BackSpace", 0xFF08 }, @@ -178,834 +178,834 @@ { "Super_R", 0xFFEC }, { "Hyper_L", 0xFFED }, { "Hyper_R", 0xFFEE }, -{ "space", 0x020 }, -{ "exclam", 0x021 }, -{ "quotedbl", 0x022 }, -{ "numbersign", 0x023 }, -{ "dollar", 0x024 }, -{ "percent", 0x025 }, -{ "ampersand", 0x026 }, -{ "quoteright", 0x027 }, -{ "apostrophe", 0x027 }, -{ "parenleft", 0x028 }, -{ "parenright", 0x029 }, -{ "asterisk", 0x02a }, -{ "plus", 0x02b }, -{ "comma", 0x02c }, -{ "minus", 0x02d }, -{ "period", 0x02e }, -{ "slash", 0x02f }, -{ "0", 0x030 }, -{ "1", 0x031 }, -{ "2", 0x032 }, -{ "3", 0x033 }, -{ "4", 0x034 }, -{ "5", 0x035 }, -{ "6", 0x036 }, -{ "7", 0x037 }, -{ "8", 0x038 }, -{ "9", 0x039 }, -{ "colon", 0x03a }, -{ "semicolon", 0x03b }, -{ "less", 0x03c }, -{ "equal", 0x03d }, -{ "greater", 0x03e }, -{ "question", 0x03f }, -{ "at", 0x040 }, -{ "A", 0x041 }, -{ "B", 0x042 }, -{ "C", 0x043 }, -{ "D", 0x044 }, -{ "E", 0x045 }, -{ "F", 0x046 }, -{ "G", 0x047 }, -{ "H", 0x048 }, -{ "I", 0x049 }, -{ "J", 0x04a }, -{ "K", 0x04b }, -{ "L", 0x04c }, -{ "M", 0x04d }, -{ "N", 0x04e }, -{ "O", 0x04f }, -{ "P", 0x050 }, -{ "Q", 0x051 }, -{ "R", 0x052 }, -{ "S", 0x053 }, -{ "T", 0x054 }, -{ "U", 0x055 }, -{ "V", 0x056 }, -{ "W", 0x057 }, -{ "X", 0x058 }, -{ "Y", 0x059 }, -{ "Z", 0x05a }, -{ "bracketleft", 0x05b }, -{ "backslash", 0x05c }, -{ "bracketright", 0x05d }, -{ "asciicircum", 0x05e }, -{ "underscore", 0x05f }, -{ "quoteleft", 0x060 }, -{ "grave", 0x060 }, -{ "a", 0x061 }, -{ "b", 0x062 }, -{ "c", 0x063 }, -{ "d", 0x064 }, -{ "e", 0x065 }, -{ "f", 0x066 }, -{ "g", 0x067 }, -{ "h", 0x068 }, -{ "i", 0x069 }, -{ "j", 0x06a }, -{ "k", 0x06b }, -{ "l", 0x06c }, -{ "m", 0x06d }, -{ "n", 0x06e }, -{ "o", 0x06f }, -{ "p", 0x070 }, -{ "q", 0x071 }, -{ "r", 0x072 }, -{ "s", 0x073 }, -{ "t", 0x074 }, -{ "u", 0x075 }, -{ "v", 0x076 }, -{ "w", 0x077 }, -{ "x", 0x078 }, -{ "y", 0x079 }, -{ "z", 0x07a }, -{ "braceleft", 0x07b }, -{ "bar", 0x07c }, -{ "braceright", 0x07d }, -{ "asciitilde", 0x07e }, -{ "nobreakspace", 0x0a0 }, -{ "exclamdown", 0x0a1 }, -{ "cent", 0x0a2 }, -{ "sterling", 0x0a3 }, -{ "currency", 0x0a4 }, -{ "yen", 0x0a5 }, -{ "brokenbar", 0x0a6 }, -{ "section", 0x0a7 }, -{ "diaeresis", 0x0a8 }, -{ "copyright", 0x0a9 }, -{ "ordfeminine", 0x0aa }, -{ "guillemotleft", 0x0ab }, -{ "notsign", 0x0ac }, -{ "hyphen", 0x0ad }, -{ "registered", 0x0ae }, -{ "macron", 0x0af }, -{ "degree", 0x0b0 }, -{ "plusminus", 0x0b1 }, -{ "twosuperior", 0x0b2 }, -{ "threesuperior", 0x0b3 }, -{ "acute", 0x0b4 }, -{ "mu", 0x0b5 }, -{ "paragraph", 0x0b6 }, -{ "periodcentered", 0x0b7 }, -{ "cedilla", 0x0b8 }, -{ "onesuperior", 0x0b9 }, -{ "masculine", 0x0ba }, -{ "guillemotright", 0x0bb }, -{ "onequarter", 0x0bc }, -{ "onehalf", 0x0bd }, -{ "threequarters", 0x0be }, -{ "questiondown", 0x0bf }, -{ "Agrave", 0x0c0 }, -{ "Aacute", 0x0c1 }, -{ "Acircumflex", 0x0c2 }, -{ "Atilde", 0x0c3 }, -{ "Adiaeresis", 0x0c4 }, -{ "Aring", 0x0c5 }, -{ "AE", 0x0c6 }, -{ "Ccedilla", 0x0c7 }, -{ "Egrave", 0x0c8 }, -{ "Eacute", 0x0c9 }, -{ "Ecircumflex", 0x0ca }, -{ "Ediaeresis", 0x0cb }, -{ "Igrave", 0x0cc }, -{ "Iacute", 0x0cd }, -{ "Icircumflex", 0x0ce }, -{ "Idiaeresis", 0x0cf }, -{ "Eth", 0x0d0 }, -{ "ETH", 0x0d0 }, -{ "Ntilde", 0x0d1 }, -{ "Ograve", 0x0d2 }, -{ "Oacute", 0x0d3 }, -{ "Ocircumflex", 0x0d4 }, -{ "Otilde", 0x0d5 }, -{ "Odiaeresis", 0x0d6 }, -{ "multiply", 0x0d7 }, -{ "Ooblique", 0x0d8 }, -{ "Ugrave", 0x0d9 }, -{ "Uacute", 0x0da }, -{ "Ucircumflex", 0x0db }, -{ "Udiaeresis", 0x0dc }, -{ "Yacute", 0x0dd }, -{ "Thorn", 0x0de }, -{ "THORN", 0x0de }, -{ "ssharp", 0x0df }, -{ "agrave", 0x0e0 }, -{ "aacute", 0x0e1 }, -{ "acircumflex", 0x0e2 }, -{ "atilde", 0x0e3 }, -{ "adiaeresis", 0x0e4 }, -{ "aring", 0x0e5 }, -{ "ae", 0x0e6 }, -{ "ccedilla", 0x0e7 }, -{ "egrave", 0x0e8 }, -{ "eacute", 0x0e9 }, -{ "ecircumflex", 0x0ea }, -{ "ediaeresis", 0x0eb }, -{ "igrave", 0x0ec }, -{ "iacute", 0x0ed }, -{ "icircumflex", 0x0ee }, -{ "idiaeresis", 0x0ef }, -{ "eth", 0x0f0 }, -{ "ntilde", 0x0f1 }, -{ "ograve", 0x0f2 }, -{ "oacute", 0x0f3 }, -{ "ocircumflex", 0x0f4 }, -{ "otilde", 0x0f5 }, -{ "odiaeresis", 0x0f6 }, -{ "division", 0x0f7 }, -{ "oslash", 0x0f8 }, -{ "ugrave", 0x0f9 }, -{ "uacute", 0x0fa }, -{ "ucircumflex", 0x0fb }, -{ "udiaeresis", 0x0fc }, -{ "yacute", 0x0fd }, -{ "thorn", 0x0fe }, -{ "ydiaeresis", 0x0ff }, -{ "Aogonek", 0x1a1 }, -{ "breve", 0x1a2 }, -{ "Lstroke", 0x1a3 }, -{ "Lcaron", 0x1a5 }, -{ "Sacute", 0x1a6 }, -{ "Scaron", 0x1a9 }, -{ "Scedilla", 0x1aa }, -{ "Tcaron", 0x1ab }, -{ "Zacute", 0x1ac }, -{ "Zcaron", 0x1ae }, -{ "Zabovedot", 0x1af }, -{ "aogonek", 0x1b1 }, -{ "ogonek", 0x1b2 }, -{ "lstroke", 0x1b3 }, -{ "lcaron", 0x1b5 }, -{ "sacute", 0x1b6 }, -{ "caron", 0x1b7 }, -{ "scaron", 0x1b9 }, -{ "scedilla", 0x1ba }, -{ "tcaron", 0x1bb }, -{ "zacute", 0x1bc }, -{ "doubleacute", 0x1bd }, -{ "zcaron", 0x1be }, -{ "zabovedot", 0x1bf }, -{ "Racute", 0x1c0 }, -{ "Abreve", 0x1c3 }, -{ "Lacute", 0x1c5 }, -{ "Cacute", 0x1c6 }, -{ "Ccaron", 0x1c8 }, -{ "Eogonek", 0x1ca }, -{ "Ecaron", 0x1cc }, -{ "Dcaron", 0x1cf }, -{ "Dstroke", 0x1d0 }, -{ "Nacute", 0x1d1 }, -{ "Ncaron", 0x1d2 }, -{ "Odoubleacute", 0x1d5 }, -{ "Rcaron", 0x1d8 }, -{ "Uring", 0x1d9 }, -{ "Udoubleacute", 0x1db }, -{ "Tcedilla", 0x1de }, -{ "racute", 0x1e0 }, -{ "abreve", 0x1e3 }, -{ "lacute", 0x1e5 }, -{ "cacute", 0x1e6 }, -{ "ccaron", 0x1e8 }, -{ "eogonek", 0x1ea }, -{ "ecaron", 0x1ec }, -{ "dcaron", 0x1ef }, -{ "dstroke", 0x1f0 }, -{ "nacute", 0x1f1 }, -{ "ncaron", 0x1f2 }, -{ "odoubleacute", 0x1f5 }, -{ "udoubleacute", 0x1fb }, -{ "rcaron", 0x1f8 }, -{ "uring", 0x1f9 }, -{ "tcedilla", 0x1fe }, -{ "abovedot", 0x1ff }, -{ "Hstroke", 0x2a1 }, -{ "Hcircumflex", 0x2a6 }, -{ "Iabovedot", 0x2a9 }, -{ "Gbreve", 0x2ab }, -{ "Jcircumflex", 0x2ac }, -{ "hstroke", 0x2b1 }, -{ "hcircumflex", 0x2b6 }, -{ "idotless", 0x2b9 }, -{ "gbreve", 0x2bb }, -{ "jcircumflex", 0x2bc }, -{ "Cabovedot", 0x2c5 }, -{ "Ccircumflex", 0x2c6 }, -{ "Gabovedot", 0x2d5 }, -{ "Gcircumflex", 0x2d8 }, -{ "Ubreve", 0x2dd }, -{ "Scircumflex", 0x2de }, -{ "cabovedot", 0x2e5 }, -{ "ccircumflex", 0x2e6 }, -{ "gabovedot", 0x2f5 }, -{ "gcircumflex", 0x2f8 }, -{ "ubreve", 0x2fd }, -{ "scircumflex", 0x2fe }, -{ "kappa", 0x3a2 }, -{ "kra", 0x3a2 }, -{ "Rcedilla", 0x3a3 }, -{ "Itilde", 0x3a5 }, -{ "Lcedilla", 0x3a6 }, -{ "Emacron", 0x3aa }, -{ "Gcedilla", 0x3ab }, -{ "Tslash", 0x3ac }, -{ "rcedilla", 0x3b3 }, -{ "itilde", 0x3b5 }, -{ "lcedilla", 0x3b6 }, -{ "emacron", 0x3ba }, -{ "gacute", 0x3bb }, -{ "gcedilla", 0x3bb }, -{ "tslash", 0x3bc }, -{ "ENG", 0x3bd }, -{ "eng", 0x3bf }, -{ "Amacron", 0x3c0 }, -{ "Iogonek", 0x3c7 }, -{ "Eabovedot", 0x3cc }, -{ "Imacron", 0x3cf }, -{ "Ncedilla", 0x3d1 }, -{ "Omacron", 0x3d2 }, -{ "Kcedilla", 0x3d3 }, -{ "Uogonek", 0x3d9 }, -{ "Utilde", 0x3dd }, -{ "Umacron", 0x3de }, -{ "amacron", 0x3e0 }, -{ "iogonek", 0x3e7 }, -{ "eabovedot", 0x3ec }, -{ "imacron", 0x3ef }, -{ "ncedilla", 0x3f1 }, -{ "omacron", 0x3f2 }, -{ "kcedilla", 0x3f3 }, -{ "uogonek", 0x3f9 }, -{ "utilde", 0x3fd }, -{ "umacron", 0x3fe }, -{ "overline", 0x47e }, -{ "kana_fullstop", 0x4a1 }, -{ "kana_openingbracket", 0x4a2 }, -{ "kana_closingbracket", 0x4a3 }, -{ "kana_comma", 0x4a4 }, -{ "kana_middledot", 0x4a5 }, -{ "kana_conjunctive", 0x4a5 }, -{ "kana_WO", 0x4a6 }, -{ "kana_a", 0x4a7 }, -{ "kana_i", 0x4a8 }, -{ "kana_u", 0x4a9 }, -{ "kana_e", 0x4aa }, -{ "kana_o", 0x4ab }, -{ "kana_ya", 0x4ac }, -{ "kana_yu", 0x4ad }, -{ "kana_yo", 0x4ae }, -{ "kana_tu", 0x4af }, -{ "kana_tsu", 0x4af }, -{ "prolongedsound", 0x4b0 }, -{ "kana_A", 0x4b1 }, -{ "kana_I", 0x4b2 }, -{ "kana_U", 0x4b3 }, -{ "kana_E", 0x4b4 }, -{ "kana_O", 0x4b5 }, -{ "kana_KA", 0x4b6 }, -{ "kana_KI", 0x4b7 }, -{ "kana_KU", 0x4b8 }, -{ "kana_KE", 0x4b9 }, -{ "kana_KO", 0x4ba }, -{ "kana_SA", 0x4bb }, -{ "kana_SHI", 0x4bc }, -{ "kana_SU", 0x4bd }, -{ "kana_SE", 0x4be }, -{ "kana_SO", 0x4bf }, -{ "kana_TA", 0x4c0 }, -{ "kana_TI", 0x4c1 }, -{ "kana_CHI", 0x4c1 }, -{ "kana_TU", 0x4c2 }, -{ "kana_TSU", 0x4c2 }, -{ "kana_TE", 0x4c3 }, -{ "kana_TO", 0x4c4 }, -{ "kana_NA", 0x4c5 }, -{ "kana_NI", 0x4c6 }, -{ "kana_NU", 0x4c7 }, -{ "kana_NE", 0x4c8 }, -{ "kana_NO", 0x4c9 }, -{ "kana_HA", 0x4ca }, -{ "kana_HI", 0x4cb }, -{ "kana_HU", 0x4cc }, -{ "kana_FU", 0x4cc }, -{ "kana_HE", 0x4cd }, -{ "kana_HO", 0x4ce }, -{ "kana_MA", 0x4cf }, -{ "kana_MI", 0x4d0 }, -{ "kana_MU", 0x4d1 }, -{ "kana_ME", 0x4d2 }, -{ "kana_MO", 0x4d3 }, -{ "kana_YA", 0x4d4 }, -{ "kana_YU", 0x4d5 }, -{ "kana_YO", 0x4d6 }, -{ "kana_RA", 0x4d7 }, -{ "kana_RI", 0x4d8 }, -{ "kana_RU", 0x4d9 }, -{ "kana_RE", 0x4da }, -{ "kana_RO", 0x4db }, -{ "kana_WA", 0x4dc }, -{ "kana_N", 0x4dd }, -{ "voicedsound", 0x4de }, -{ "semivoicedsound", 0x4df }, +{ "space", 0x20 }, +{ "exclam", 0x21 }, +{ "quotedbl", 0x22 }, +{ "numbersign", 0x23 }, +{ "dollar", 0x24 }, +{ "percent", 0x25 }, +{ "ampersand", 0x26 }, +{ "apostrophe", 0x27 }, +{ "quoteright", 0x27 }, +{ "parenleft", 0x28 }, +{ "parenright", 0x29 }, +{ "asterisk", 0x2A }, +{ "plus", 0x2B }, +{ "comma", 0x2C }, +{ "minus", 0x2D }, +{ "period", 0x2E }, +{ "slash", 0x2F }, +{ "0", 0x30 }, +{ "1", 0x31 }, +{ "2", 0x32 }, +{ "3", 0x33 }, +{ "4", 0x34 }, +{ "5", 0x35 }, +{ "6", 0x36 }, +{ "7", 0x37 }, +{ "8", 0x38 }, +{ "9", 0x39 }, +{ "colon", 0x3A }, +{ "semicolon", 0x3B }, +{ "less", 0x3C }, +{ "equal", 0x3D }, +{ "greater", 0x3E }, +{ "question", 0x3F }, +{ "at", 0x40 }, +{ "A", 0x41 }, +{ "B", 0x42 }, +{ "C", 0x43 }, +{ "D", 0x44 }, +{ "E", 0x45 }, +{ "F", 0x46 }, +{ "G", 0x47 }, +{ "H", 0x48 }, +{ "I", 0x49 }, +{ "J", 0x4A }, +{ "K", 0x4B }, +{ "L", 0x4C }, +{ "M", 0x4D }, +{ "N", 0x4E }, +{ "O", 0x4F }, +{ "P", 0x50 }, +{ "Q", 0x51 }, +{ "R", 0x52 }, +{ "S", 0x53 }, +{ "T", 0x54 }, +{ "U", 0x55 }, +{ "V", 0x56 }, +{ "W", 0x57 }, +{ "X", 0x58 }, +{ "Y", 0x59 }, +{ "Z", 0x5A }, +{ "bracketleft", 0x5B }, +{ "backslash", 0x5C }, +{ "bracketright", 0x5D }, +{ "asciicircum", 0x5E }, +{ "underscore", 0x5F }, +{ "grave", 0x60 }, +{ "quoteleft", 0x60 }, +{ "a", 0x61 }, +{ "b", 0x62 }, +{ "c", 0x63 }, +{ "d", 0x64 }, +{ "e", 0x65 }, +{ "f", 0x66 }, +{ "g", 0x67 }, +{ "h", 0x68 }, +{ "i", 0x69 }, +{ "j", 0x6A }, +{ "k", 0x6B }, +{ "l", 0x6C }, +{ "m", 0x6D }, +{ "n", 0x6E }, +{ "o", 0x6F }, +{ "p", 0x70 }, +{ "q", 0x71 }, +{ "r", 0x72 }, +{ "s", 0x73 }, +{ "t", 0x74 }, +{ "u", 0x75 }, +{ "v", 0x76 }, +{ "w", 0x77 }, +{ "x", 0x78 }, +{ "y", 0x79 }, +{ "z", 0x7A }, +{ "braceleft", 0x7B }, +{ "bar", 0x7C }, +{ "braceright", 0x7D }, +{ "asciitilde", 0x7E }, +{ "nobreakspace", 0xA0 }, +{ "exclamdown", 0xA1 }, +{ "cent", 0xA2 }, +{ "sterling", 0xA3 }, +{ "currency", 0xA4 }, +{ "yen", 0xA5 }, +{ "brokenbar", 0xA6 }, +{ "section", 0xA7 }, +{ "diaeresis", 0xA8 }, +{ "copyright", 0xA9 }, +{ "ordfeminine", 0xAA }, +{ "guillemotleft", 0xAB }, +{ "notsign", 0xAC }, +{ "hyphen", 0xAD }, +{ "registered", 0xAE }, +{ "macron", 0xAF }, +{ "degree", 0xB0 }, +{ "plusminus", 0xB1 }, +{ "twosuperior", 0xB2 }, +{ "threesuperior", 0xB3 }, +{ "acute", 0xB4 }, +{ "mu", 0xB5 }, +{ "paragraph", 0xB6 }, +{ "periodcentered", 0xB7 }, +{ "cedilla", 0xB8 }, +{ "onesuperior", 0xB9 }, +{ "masculine", 0xBA }, +{ "guillemotright", 0xBB }, +{ "onequarter", 0xBC }, +{ "onehalf", 0xBD }, +{ "threequarters", 0xBE }, +{ "questiondown", 0xBF }, +{ "Agrave", 0xC0 }, +{ "Aacute", 0xC1 }, +{ "Acircumflex", 0xC2 }, +{ "Atilde", 0xC3 }, +{ "Adiaeresis", 0xC4 }, +{ "Aring", 0xC5 }, +{ "AE", 0xC6 }, +{ "Ccedilla", 0xC7 }, +{ "Egrave", 0xC8 }, +{ "Eacute", 0xC9 }, +{ "Ecircumflex", 0xCA }, +{ "Ediaeresis", 0xCB }, +{ "Igrave", 0xCC }, +{ "Iacute", 0xCD }, +{ "Icircumflex", 0xCE }, +{ "Idiaeresis", 0xCF }, +{ "ETH", 0xD0 }, +{ "Eth", 0xD0 }, +{ "Ntilde", 0xD1 }, +{ "Ograve", 0xD2 }, +{ "Oacute", 0xD3 }, +{ "Ocircumflex", 0xD4 }, +{ "Otilde", 0xD5 }, +{ "Odiaeresis", 0xD6 }, +{ "multiply", 0xD7 }, +{ "Ooblique", 0xD8 }, +{ "Ugrave", 0xD9 }, +{ "Uacute", 0xDA }, +{ "Ucircumflex", 0xDB }, +{ "Udiaeresis", 0xDC }, +{ "Yacute", 0xDD }, +{ "THORN", 0xDE }, +{ "Thorn", 0xDE }, +{ "ssharp", 0xDF }, +{ "agrave", 0xE0 }, +{ "aacute", 0xE1 }, +{ "acircumflex", 0xE2 }, +{ "atilde", 0xE3 }, +{ "adiaeresis", 0xE4 }, +{ "aring", 0xE5 }, +{ "ae", 0xE6 }, +{ "ccedilla", 0xE7 }, +{ "egrave", 0xE8 }, +{ "eacute", 0xE9 }, +{ "ecircumflex", 0xEA }, +{ "ediaeresis", 0xEB }, +{ "igrave", 0xEC }, +{ "iacute", 0xED }, +{ "icircumflex", 0xEE }, +{ "idiaeresis", 0xEF }, +{ "eth", 0xF0 }, +{ "ntilde", 0xF1 }, +{ "ograve", 0xF2 }, +{ "oacute", 0xF3 }, +{ "ocircumflex", 0xF4 }, +{ "otilde", 0xF5 }, +{ "odiaeresis", 0xF6 }, +{ "division", 0xF7 }, +{ "oslash", 0xF8 }, +{ "ugrave", 0xF9 }, +{ "uacute", 0xFA }, +{ "ucircumflex", 0xFB }, +{ "udiaeresis", 0xFC }, +{ "yacute", 0xFD }, +{ "thorn", 0xFE }, +{ "ydiaeresis", 0xFF }, +{ "Aogonek", 0x1A1 }, +{ "breve", 0x1A2 }, +{ "Lstroke", 0x1A3 }, +{ "Lcaron", 0x1A5 }, +{ "Sacute", 0x1A6 }, +{ "Scaron", 0x1A9 }, +{ "Scedilla", 0x1AA }, +{ "Tcaron", 0x1AB }, +{ "Zacute", 0x1AC }, +{ "Zcaron", 0x1AE }, +{ "Zabovedot", 0x1AF }, +{ "aogonek", 0x1B1 }, +{ "ogonek", 0x1B2 }, +{ "lstroke", 0x1B3 }, +{ "lcaron", 0x1B5 }, +{ "sacute", 0x1B6 }, +{ "caron", 0x1B7 }, +{ "scaron", 0x1B9 }, +{ "scedilla", 0x1BA }, +{ "tcaron", 0x1BB }, +{ "zacute", 0x1BC }, +{ "doubleacute", 0x1BD }, +{ "zcaron", 0x1BE }, +{ "zabovedot", 0x1BF }, +{ "Racute", 0x1C0 }, +{ "Abreve", 0x1C3 }, +{ "Lacute", 0x1C5 }, +{ "Cacute", 0x1C6 }, +{ "Ccaron", 0x1C8 }, +{ "Eogonek", 0x1CA }, +{ "Ecaron", 0x1CC }, +{ "Dcaron", 0x1CF }, +{ "Dstroke", 0x1D0 }, +{ "Nacute", 0x1D1 }, +{ "Ncaron", 0x1D2 }, +{ "Odoubleacute", 0x1D5 }, +{ "Rcaron", 0x1D8 }, +{ "Uring", 0x1D9 }, +{ "Udoubleacute", 0x1DB }, +{ "Tcedilla", 0x1DE }, +{ "racute", 0x1E0 }, +{ "abreve", 0x1E3 }, +{ "lacute", 0x1E5 }, +{ "cacute", 0x1E6 }, +{ "ccaron", 0x1E8 }, +{ "eogonek", 0x1EA }, +{ "ecaron", 0x1EC }, +{ "dcaron", 0x1EF }, +{ "dstroke", 0x1F0 }, +{ "nacute", 0x1F1 }, +{ "ncaron", 0x1F2 }, +{ "odoubleacute", 0x1F5 }, +{ "udoubleacute", 0x1FB }, +{ "rcaron", 0x1F8 }, +{ "uring", 0x1F9 }, +{ "tcedilla", 0x1FE }, +{ "abovedot", 0x1FF }, +{ "Hstroke", 0x2A1 }, +{ "Hcircumflex", 0x2A6 }, +{ "Iabovedot", 0x2A9 }, +{ "Gbreve", 0x2AB }, +{ "Jcircumflex", 0x2AC }, +{ "hstroke", 0x2B1 }, +{ "hcircumflex", 0x2B6 }, +{ "idotless", 0x2B9 }, +{ "gbreve", 0x2BB }, +{ "jcircumflex", 0x2BC }, +{ "Cabovedot", 0x2C5 }, +{ "Ccircumflex", 0x2C6 }, +{ "Gabovedot", 0x2D5 }, +{ "Gcircumflex", 0x2D8 }, +{ "Ubreve", 0x2DD }, +{ "Scircumflex", 0x2DE }, +{ "cabovedot", 0x2E5 }, +{ "ccircumflex", 0x2E6 }, +{ "gabovedot", 0x2F5 }, +{ "gcircumflex", 0x2F8 }, +{ "ubreve", 0x2FD }, +{ "scircumflex", 0x2FE }, +{ "kra", 0x3A2 }, +{ "kappa", 0x3A2 }, +{ "Rcedilla", 0x3A3 }, +{ "Itilde", 0x3A5 }, +{ "Lcedilla", 0x3A6 }, +{ "Emacron", 0x3AA }, +{ "Gcedilla", 0x3AB }, +{ "Tslash", 0x3AC }, +{ "rcedilla", 0x3B3 }, +{ "itilde", 0x3B5 }, +{ "lcedilla", 0x3B6 }, +{ "emacron", 0x3BA }, +{ "gacute", 0x3BB }, +{ "gcedilla", 0x3BB }, +{ "tslash", 0x3BC }, +{ "ENG", 0x3BD }, +{ "eng", 0x3BF }, +{ "Amacron", 0x3C0 }, +{ "Iogonek", 0x3C7 }, +{ "Eabovedot", 0x3CC }, +{ "Imacron", 0x3CF }, +{ "Ncedilla", 0x3D1 }, +{ "Omacron", 0x3D2 }, +{ "Kcedilla", 0x3D3 }, +{ "Uogonek", 0x3D9 }, +{ "Utilde", 0x3DD }, +{ "Umacron", 0x3DE }, +{ "amacron", 0x3E0 }, +{ "iogonek", 0x3E7 }, +{ "eabovedot", 0x3EC }, +{ "imacron", 0x3EF }, +{ "ncedilla", 0x3F1 }, +{ "omacron", 0x3F2 }, +{ "kcedilla", 0x3F3 }, +{ "uogonek", 0x3F9 }, +{ "utilde", 0x3FD }, +{ "umacron", 0x3FE }, +{ "overline", 0x47E }, +{ "kana_fullstop", 0x4A1 }, +{ "kana_openingbracket", 0x4A2 }, +{ "kana_closingbracket", 0x4A3 }, +{ "kana_comma", 0x4A4 }, +{ "kana_conjunctive", 0x4A5 }, +{ "kana_middledot", 0x4A5 }, +{ "kana_WO", 0x4A6 }, +{ "kana_a", 0x4A7 }, +{ "kana_i", 0x4A8 }, +{ "kana_u", 0x4A9 }, +{ "kana_e", 0x4AA }, +{ "kana_o", 0x4AB }, +{ "kana_ya", 0x4AC }, +{ "kana_yu", 0x4AD }, +{ "kana_yo", 0x4AE }, +{ "kana_tsu", 0x4AF }, +{ "kana_tu", 0x4AF }, +{ "prolongedsound", 0x4B0 }, +{ "kana_A", 0x4B1 }, +{ "kana_I", 0x4B2 }, +{ "kana_U", 0x4B3 }, +{ "kana_E", 0x4B4 }, +{ "kana_O", 0x4B5 }, +{ "kana_KA", 0x4B6 }, +{ "kana_KI", 0x4B7 }, +{ "kana_KU", 0x4B8 }, +{ "kana_KE", 0x4B9 }, +{ "kana_KO", 0x4BA }, +{ "kana_SA", 0x4BB }, +{ "kana_SHI", 0x4BC }, +{ "kana_SU", 0x4BD }, +{ "kana_SE", 0x4BE }, +{ "kana_SO", 0x4BF }, +{ "kana_TA", 0x4C0 }, +{ "kana_CHI", 0x4C1 }, +{ "kana_TI", 0x4C1 }, +{ "kana_TSU", 0x4C2 }, +{ "kana_TU", 0x4C2 }, +{ "kana_TE", 0x4C3 }, +{ "kana_TO", 0x4C4 }, +{ "kana_NA", 0x4C5 }, +{ "kana_NI", 0x4C6 }, +{ "kana_NU", 0x4C7 }, +{ "kana_NE", 0x4C8 }, +{ "kana_NO", 0x4C9 }, +{ "kana_HA", 0x4CA }, +{ "kana_HI", 0x4CB }, +{ "kana_FU", 0x4CC }, +{ "kana_HU", 0x4CC }, +{ "kana_HE", 0x4CD }, +{ "kana_HO", 0x4CE }, +{ "kana_MA", 0x4CF }, +{ "kana_MI", 0x4D0 }, +{ "kana_MU", 0x4D1 }, +{ "kana_ME", 0x4D2 }, +{ "kana_MO", 0x4D3 }, +{ "kana_YA", 0x4D4 }, +{ "kana_YU", 0x4D5 }, +{ "kana_YO", 0x4D6 }, +{ "kana_RA", 0x4D7 }, +{ "kana_RI", 0x4D8 }, +{ "kana_RU", 0x4D9 }, +{ "kana_RE", 0x4DA }, +{ "kana_RO", 0x4DB }, +{ "kana_WA", 0x4DC }, +{ "kana_N", 0x4DD }, +{ "voicedsound", 0x4DE }, +{ "semivoicedsound", 0x4DF }, { "kana_switch", 0xFF7E }, -{ "Arabic_comma", 0x5ac }, -{ "Arabic_semicolon", 0x5bb }, -{ "Arabic_question_mark", 0x5bf }, -{ "Arabic_hamza", 0x5c1 }, -{ "Arabic_maddaonalef", 0x5c2 }, -{ "Arabic_hamzaonalef", 0x5c3 }, -{ "Arabic_hamzaonwaw", 0x5c4 }, -{ "Arabic_hamzaunderalef", 0x5c5 }, -{ "Arabic_hamzaonyeh", 0x5c6 }, -{ "Arabic_alef", 0x5c7 }, -{ "Arabic_beh", 0x5c8 }, -{ "Arabic_tehmarbuta", 0x5c9 }, -{ "Arabic_teh", 0x5ca }, -{ "Arabic_theh", 0x5cb }, -{ "Arabic_jeem", 0x5cc }, -{ "Arabic_hah", 0x5cd }, -{ "Arabic_khah", 0x5ce }, -{ "Arabic_dal", 0x5cf }, -{ "Arabic_thal", 0x5d0 }, -{ "Arabic_ra", 0x5d1 }, -{ "Arabic_zain", 0x5d2 }, -{ "Arabic_seen", 0x5d3 }, -{ "Arabic_sheen", 0x5d4 }, -{ "Arabic_sad", 0x5d5 }, -{ "Arabic_dad", 0x5d6 }, -{ "Arabic_tah", 0x5d7 }, -{ "Arabic_zah", 0x5d8 }, -{ "Arabic_ain", 0x5d9 }, -{ "Arabic_ghain", 0x5da }, -{ "Arabic_tatweel", 0x5e0 }, -{ "Arabic_feh", 0x5e1 }, -{ "Arabic_qaf", 0x5e2 }, -{ "Arabic_kaf", 0x5e3 }, -{ "Arabic_lam", 0x5e4 }, -{ "Arabic_meem", 0x5e5 }, -{ "Arabic_noon", 0x5e6 }, -{ "Arabic_heh", 0x5e7 }, -{ "Arabic_ha", 0x5e7 }, -{ "Arabic_waw", 0x5e8 }, -{ "Arabic_alefmaksura", 0x5e9 }, -{ "Arabic_yeh", 0x5ea }, -{ "Arabic_fathatan", 0x5eb }, -{ "Arabic_dammatan", 0x5ec }, -{ "Arabic_kasratan", 0x5ed }, -{ "Arabic_fatha", 0x5ee }, -{ "Arabic_damma", 0x5ef }, -{ "Arabic_kasra", 0x5f0 }, -{ "Arabic_shadda", 0x5f1 }, -{ "Arabic_sukun", 0x5f2 }, +{ "Arabic_comma", 0x5AC }, +{ "Arabic_semicolon", 0x5BB }, +{ "Arabic_question_mark", 0x5BF }, +{ "Arabic_hamza", 0x5C1 }, +{ "Arabic_maddaonalef", 0x5C2 }, +{ "Arabic_hamzaonalef", 0x5C3 }, +{ "Arabic_hamzaonwaw", 0x5C4 }, +{ "Arabic_hamzaunderalef", 0x5C5 }, +{ "Arabic_hamzaonyeh", 0x5C6 }, +{ "Arabic_alef", 0x5C7 }, +{ "Arabic_beh", 0x5C8 }, +{ "Arabic_tehmarbuta", 0x5C9 }, +{ "Arabic_teh", 0x5CA }, +{ "Arabic_theh", 0x5CB }, +{ "Arabic_jeem", 0x5CC }, +{ "Arabic_hah", 0x5CD }, +{ "Arabic_khah", 0x5CE }, +{ "Arabic_dal", 0x5CF }, +{ "Arabic_thal", 0x5D0 }, +{ "Arabic_ra", 0x5D1 }, +{ "Arabic_zain", 0x5D2 }, +{ "Arabic_seen", 0x5D3 }, +{ "Arabic_sheen", 0x5D4 }, +{ "Arabic_sad", 0x5D5 }, +{ "Arabic_dad", 0x5D6 }, +{ "Arabic_tah", 0x5D7 }, +{ "Arabic_zah", 0x5D8 }, +{ "Arabic_ain", 0x5D9 }, +{ "Arabic_ghain", 0x5DA }, +{ "Arabic_tatweel", 0x5E0 }, +{ "Arabic_feh", 0x5E1 }, +{ "Arabic_qaf", 0x5E2 }, +{ "Arabic_kaf", 0x5E3 }, +{ "Arabic_lam", 0x5E4 }, +{ "Arabic_meem", 0x5E5 }, +{ "Arabic_noon", 0x5E6 }, +{ "Arabic_ha", 0x5E7 }, +{ "Arabic_heh", 0x5E7 }, +{ "Arabic_waw", 0x5E8 }, +{ "Arabic_alefmaksura", 0x5E9 }, +{ "Arabic_yeh", 0x5EA }, +{ "Arabic_fathatan", 0x5EB }, +{ "Arabic_dammatan", 0x5EC }, +{ "Arabic_kasratan", 0x5ED }, +{ "Arabic_fatha", 0x5EE }, +{ "Arabic_damma", 0x5EF }, +{ "Arabic_kasra", 0x5F0 }, +{ "Arabic_shadda", 0x5F1 }, +{ "Arabic_sukun", 0x5F2 }, { "Arabic_switch", 0xFF7E }, -{ "Serbian_dje", 0x6a1 }, -{ "Macedonia_gje", 0x6a2 }, -{ "Cyrillic_io", 0x6a3 }, -{ "Ukranian_je", 0x6a4 }, -{ "Ukrainian_ie", 0x6a4 }, -{ "Macedonia_dse", 0x6a5 }, -{ "Ukranian_i", 0x6a6 }, -{ "Ukrainian_i", 0x6a6 }, -{ "Ukranian_yi", 0x6a7 }, -{ "Ukrainian_yi", 0x6a7 }, -{ "Serbian_je", 0x6a8 }, -{ "Cyrillic_je", 0x6a8 }, -{ "Serbian_lje", 0x6a9 }, -{ "Cyrillic_lje", 0x6a9 }, -{ "Serbian_nje", 0x6aa }, -{ "Cyrillic_nje", 0x6aa }, -{ "Serbian_tshe", 0x6ab }, -{ "Macedonia_kje", 0x6ac }, -{ "Byelorussian_shortu", 0x6ae }, -{ "Serbian_dze", 0x6af }, -{ "Cyrillic_dzhe", 0x6af }, -{ "numerosign", 0x6b0 }, -{ "Serbian_DJE", 0x6b1 }, -{ "Macedonia_GJE", 0x6b2 }, -{ "Cyrillic_IO", 0x6b3 }, -{ "Ukranian_JE", 0x6b4 }, -{ "Ukrainian_IE", 0x6b4 }, -{ "Macedonia_DSE", 0x6b5 }, -{ "Ukranian_I", 0x6b6 }, -{ "Ukrainian_I", 0x6b6 }, -{ "Ukranian_YI", 0x6b7 }, -{ "Ukrainian_YI", 0x6b7 }, -{ "Serbian_JE", 0x6b8 }, -{ "Cyrillic_JE", 0x6b8 }, -{ "Serbian_LJE", 0x6b9 }, -{ "Cyrillic_LJE", 0x6b9 }, -{ "Serbian_NJE", 0x6ba }, -{ "Cyrillic_NJE", 0x6ba }, -{ "Serbian_TSHE", 0x6bb }, -{ "Macedonia_KJE", 0x6bc }, -{ "Byelorussian_SHORTU", 0x6be }, -{ "Serbian_DZE", 0x6bf }, -{ "Cyrillic_DZHE", 0x6bf }, -{ "Cyrillic_yu", 0x6c0 }, -{ "Cyrillic_a", 0x6c1 }, -{ "Cyrillic_be", 0x6c2 }, -{ "Cyrillic_tse", 0x6c3 }, -{ "Cyrillic_de", 0x6c4 }, -{ "Cyrillic_ie", 0x6c5 }, -{ "Cyrillic_ef", 0x6c6 }, -{ "Cyrillic_ghe", 0x6c7 }, -{ "Cyrillic_ha", 0x6c8 }, -{ "Cyrillic_i", 0x6c9 }, -{ "Cyrillic_shorti", 0x6ca }, -{ "Cyrillic_ka", 0x6cb }, -{ "Cyrillic_el", 0x6cc }, -{ "Cyrillic_em", 0x6cd }, -{ "Cyrillic_en", 0x6ce }, -{ "Cyrillic_o", 0x6cf }, -{ "Cyrillic_pe", 0x6d0 }, -{ "Cyrillic_ya", 0x6d1 }, -{ "Cyrillic_er", 0x6d2 }, -{ "Cyrillic_es", 0x6d3 }, -{ "Cyrillic_te", 0x6d4 }, -{ "Cyrillic_u", 0x6d5 }, -{ "Cyrillic_zhe", 0x6d6 }, -{ "Cyrillic_ve", 0x6d7 }, -{ "Cyrillic_softsign", 0x6d8 }, -{ "Cyrillic_yeru", 0x6d9 }, -{ "Cyrillic_ze", 0x6da }, -{ "Cyrillic_sha", 0x6db }, -{ "Cyrillic_e", 0x6dc }, -{ "Cyrillic_shcha", 0x6dd }, -{ "Cyrillic_che", 0x6de }, -{ "Cyrillic_hardsign", 0x6df }, -{ "Cyrillic_YU", 0x6e0 }, -{ "Cyrillic_A", 0x6e1 }, -{ "Cyrillic_BE", 0x6e2 }, -{ "Cyrillic_TSE", 0x6e3 }, -{ "Cyrillic_DE", 0x6e4 }, -{ "Cyrillic_IE", 0x6e5 }, -{ "Cyrillic_EF", 0x6e6 }, -{ "Cyrillic_GHE", 0x6e7 }, -{ "Cyrillic_HA", 0x6e8 }, -{ "Cyrillic_I", 0x6e9 }, -{ "Cyrillic_SHORTI", 0x6ea }, -{ "Cyrillic_KA", 0x6eb }, -{ "Cyrillic_EL", 0x6ec }, -{ "Cyrillic_EM", 0x6ed }, -{ "Cyrillic_EN", 0x6ee }, -{ "Cyrillic_O", 0x6ef }, -{ "Cyrillic_PE", 0x6f0 }, -{ "Cyrillic_YA", 0x6f1 }, -{ "Cyrillic_ER", 0x6f2 }, -{ "Cyrillic_ES", 0x6f3 }, -{ "Cyrillic_TE", 0x6f4 }, -{ "Cyrillic_U", 0x6f5 }, -{ "Cyrillic_ZHE", 0x6f6 }, -{ "Cyrillic_VE", 0x6f7 }, -{ "Cyrillic_SOFTSIGN", 0x6f8 }, -{ "Cyrillic_YERU", 0x6f9 }, -{ "Cyrillic_ZE", 0x6fa }, -{ "Cyrillic_SHA", 0x6fb }, -{ "Cyrillic_E", 0x6fc }, -{ "Cyrillic_SHCHA", 0x6fd }, -{ "Cyrillic_CHE", 0x6fe }, -{ "Cyrillic_HARDSIGN", 0x6ff }, -{ "Greek_ALPHAaccent", 0x7a1 }, -{ "Greek_EPSILONaccent", 0x7a2 }, -{ "Greek_ETAaccent", 0x7a3 }, -{ "Greek_IOTAaccent", 0x7a4 }, -{ "Greek_IOTAdiaeresis", 0x7a5 }, -{ "Greek_IOTAaccentdiaeresis", 0x7a6 }, -{ "Greek_OMICRONaccent", 0x7a7 }, -{ "Greek_UPSILONaccent", 0x7a8 }, -{ "Greek_UPSILONdieresis", 0x7a9 }, -{ "Greek_UPSILONaccentdieresis", 0x7aa }, -{ "Greek_OMEGAaccent", 0x7ab }, -{ "Greek_accentdieresis", 0x7ae }, -{ "Greek_horizbar", 0x7af }, -{ "Greek_alphaaccent", 0x7b1 }, -{ "Greek_epsilonaccent", 0x7b2 }, -{ "Greek_etaaccent", 0x7b3 }, -{ "Greek_iotaaccent", 0x7b4 }, -{ "Greek_iotadieresis", 0x7b5 }, -{ "Greek_iotaaccentdieresis", 0x7b6 }, -{ "Greek_omicronaccent", 0x7b7 }, -{ "Greek_upsilonaccent", 0x7b8 }, -{ "Greek_upsilondieresis", 0x7b9 }, -{ "Greek_upsilonaccentdieresis", 0x7ba }, -{ "Greek_omegaaccent", 0x7bb }, -{ "Greek_ALPHA", 0x7c1 }, -{ "Greek_BETA", 0x7c2 }, -{ "Greek_GAMMA", 0x7c3 }, -{ "Greek_DELTA", 0x7c4 }, -{ "Greek_EPSILON", 0x7c5 }, -{ "Greek_ZETA", 0x7c6 }, -{ "Greek_ETA", 0x7c7 }, -{ "Greek_THETA", 0x7c8 }, -{ "Greek_IOTA", 0x7c9 }, -{ "Greek_KAPPA", 0x7ca }, -{ "Greek_LAMDA", 0x7cb }, -{ "Greek_LAMBDA", 0x7cb }, -{ "Greek_MU", 0x7cc }, -{ "Greek_NU", 0x7cd }, -{ "Greek_XI", 0x7ce }, -{ "Greek_OMICRON", 0x7cf }, -{ "Greek_PI", 0x7d0 }, -{ "Greek_RHO", 0x7d1 }, -{ "Greek_SIGMA", 0x7d2 }, -{ "Greek_TAU", 0x7d4 }, -{ "Greek_UPSILON", 0x7d5 }, -{ "Greek_PHI", 0x7d6 }, -{ "Greek_CHI", 0x7d7 }, -{ "Greek_PSI", 0x7d8 }, -{ "Greek_OMEGA", 0x7d9 }, -{ "Greek_alpha", 0x7e1 }, -{ "Greek_beta", 0x7e2 }, -{ "Greek_gamma", 0x7e3 }, -{ "Greek_delta", 0x7e4 }, -{ "Greek_epsilon", 0x7e5 }, -{ "Greek_zeta", 0x7e6 }, -{ "Greek_eta", 0x7e7 }, -{ "Greek_theta", 0x7e8 }, -{ "Greek_iota", 0x7e9 }, -{ "Greek_kappa", 0x7ea }, -{ "Greek_lamda", 0x7eb }, -{ "Greek_lambda", 0x7eb }, -{ "Greek_mu", 0x7ec }, -{ "Greek_nu", 0x7ed }, -{ "Greek_xi", 0x7ee }, -{ "Greek_omicron", 0x7ef }, -{ "Greek_pi", 0x7f0 }, -{ "Greek_rho", 0x7f1 }, -{ "Greek_sigma", 0x7f2 }, -{ "Greek_finalsmallsigma", 0x7f3 }, -{ "Greek_tau", 0x7f4 }, -{ "Greek_upsilon", 0x7f5 }, -{ "Greek_phi", 0x7f6 }, -{ "Greek_chi", 0x7f7 }, -{ "Greek_psi", 0x7f8 }, -{ "Greek_omega", 0x7f9 }, +{ "Serbian_dje", 0x6A1 }, +{ "Macedonia_gje", 0x6A2 }, +{ "Cyrillic_io", 0x6A3 }, +{ "Ukrainian_ie", 0x6A4 }, +{ "Ukranian_je", 0x6A4 }, +{ "Macedonia_dse", 0x6A5 }, +{ "Ukrainian_i", 0x6A6 }, +{ "Ukranian_i", 0x6A6 }, +{ "Ukrainian_yi", 0x6A7 }, +{ "Ukranian_yi", 0x6A7 }, +{ "Cyrillic_je", 0x6A8 }, +{ "Serbian_je", 0x6A8 }, +{ "Cyrillic_lje", 0x6A9 }, +{ "Serbian_lje", 0x6A9 }, +{ "Cyrillic_nje", 0x6AA }, +{ "Serbian_nje", 0x6AA }, +{ "Serbian_tshe", 0x6AB }, +{ "Macedonia_kje", 0x6AC }, +{ "Byelorussian_shortu", 0x6AE }, +{ "Cyrillic_dzhe", 0x6AF }, +{ "Serbian_dze", 0x6AF }, +{ "numerosign", 0x6B0 }, +{ "Serbian_DJE", 0x6B1 }, +{ "Macedonia_GJE", 0x6B2 }, +{ "Cyrillic_IO", 0x6B3 }, +{ "Ukrainian_IE", 0x6B4 }, +{ "Ukranian_JE", 0x6B4 }, +{ "Macedonia_DSE", 0x6B5 }, +{ "Ukrainian_I", 0x6B6 }, +{ "Ukranian_I", 0x6B6 }, +{ "Ukrainian_YI", 0x6B7 }, +{ "Ukranian_YI", 0x6B7 }, +{ "Cyrillic_JE", 0x6B8 }, +{ "Serbian_JE", 0x6B8 }, +{ "Cyrillic_LJE", 0x6B9 }, +{ "Serbian_LJE", 0x6B9 }, +{ "Cyrillic_NJE", 0x6BA }, +{ "Serbian_NJE", 0x6BA }, +{ "Serbian_TSHE", 0x6BB }, +{ "Macedonia_KJE", 0x6BC }, +{ "Byelorussian_SHORTU", 0x6BE }, +{ "Cyrillic_DZHE", 0x6BF }, +{ "Serbian_DZE", 0x6BF }, +{ "Cyrillic_yu", 0x6C0 }, +{ "Cyrillic_a", 0x6C1 }, +{ "Cyrillic_be", 0x6C2 }, +{ "Cyrillic_tse", 0x6C3 }, +{ "Cyrillic_de", 0x6C4 }, +{ "Cyrillic_ie", 0x6C5 }, +{ "Cyrillic_ef", 0x6C6 }, +{ "Cyrillic_ghe", 0x6C7 }, +{ "Cyrillic_ha", 0x6C8 }, +{ "Cyrillic_i", 0x6C9 }, +{ "Cyrillic_shorti", 0x6CA }, +{ "Cyrillic_ka", 0x6CB }, +{ "Cyrillic_el", 0x6CC }, +{ "Cyrillic_em", 0x6CD }, +{ "Cyrillic_en", 0x6CE }, +{ "Cyrillic_o", 0x6CF }, +{ "Cyrillic_pe", 0x6D0 }, +{ "Cyrillic_ya", 0x6D1 }, +{ "Cyrillic_er", 0x6D2 }, +{ "Cyrillic_es", 0x6D3 }, +{ "Cyrillic_te", 0x6D4 }, +{ "Cyrillic_u", 0x6D5 }, +{ "Cyrillic_zhe", 0x6D6 }, +{ "Cyrillic_ve", 0x6D7 }, +{ "Cyrillic_softsign", 0x6D8 }, +{ "Cyrillic_yeru", 0x6D9 }, +{ "Cyrillic_ze", 0x6DA }, +{ "Cyrillic_sha", 0x6DB }, +{ "Cyrillic_e", 0x6DC }, +{ "Cyrillic_shcha", 0x6DD }, +{ "Cyrillic_che", 0x6DE }, +{ "Cyrillic_hardsign", 0x6DF }, +{ "Cyrillic_YU", 0x6E0 }, +{ "Cyrillic_A", 0x6E1 }, +{ "Cyrillic_BE", 0x6E2 }, +{ "Cyrillic_TSE", 0x6E3 }, +{ "Cyrillic_DE", 0x6E4 }, +{ "Cyrillic_IE", 0x6E5 }, +{ "Cyrillic_EF", 0x6E6 }, +{ "Cyrillic_GHE", 0x6E7 }, +{ "Cyrillic_HA", 0x6E8 }, +{ "Cyrillic_I", 0x6E9 }, +{ "Cyrillic_SHORTI", 0x6EA }, +{ "Cyrillic_KA", 0x6EB }, +{ "Cyrillic_EL", 0x6EC }, +{ "Cyrillic_EM", 0x6ED }, +{ "Cyrillic_EN", 0x6EE }, +{ "Cyrillic_O", 0x6EF }, +{ "Cyrillic_PE", 0x6F0 }, +{ "Cyrillic_YA", 0x6F1 }, +{ "Cyrillic_ER", 0x6F2 }, +{ "Cyrillic_ES", 0x6F3 }, +{ "Cyrillic_TE", 0x6F4 }, +{ "Cyrillic_U", 0x6F5 }, +{ "Cyrillic_ZHE", 0x6F6 }, +{ "Cyrillic_VE", 0x6F7 }, +{ "Cyrillic_SOFTSIGN", 0x6F8 }, +{ "Cyrillic_YERU", 0x6F9 }, +{ "Cyrillic_ZE", 0x6FA }, +{ "Cyrillic_SHA", 0x6FB }, +{ "Cyrillic_E", 0x6FC }, +{ "Cyrillic_SHCHA", 0x6FD }, +{ "Cyrillic_CHE", 0x6FE }, +{ "Cyrillic_HARDSIGN", 0x6FF }, +{ "Greek_ALPHAaccent", 0x7A1 }, +{ "Greek_EPSILONaccent", 0x7A2 }, +{ "Greek_ETAaccent", 0x7A3 }, +{ "Greek_IOTAaccent", 0x7A4 }, +{ "Greek_IOTAdiaeresis", 0x7A5 }, +{ "Greek_IOTAaccentdiaeresis", 0x7A6 }, +{ "Greek_OMICRONaccent", 0x7A7 }, +{ "Greek_UPSILONaccent", 0x7A8 }, +{ "Greek_UPSILONdieresis", 0x7A9 }, +{ "Greek_UPSILONaccentdieresis", 0x7AA }, +{ "Greek_OMEGAaccent", 0x7AB }, +{ "Greek_accentdieresis", 0x7AE }, +{ "Greek_horizbar", 0x7AF }, +{ "Greek_alphaaccent", 0x7B1 }, +{ "Greek_epsilonaccent", 0x7B2 }, +{ "Greek_etaaccent", 0x7B3 }, +{ "Greek_iotaaccent", 0x7B4 }, +{ "Greek_iotadieresis", 0x7B5 }, +{ "Greek_iotaaccentdieresis", 0x7B6 }, +{ "Greek_omicronaccent", 0x7B7 }, +{ "Greek_upsilonaccent", 0x7B8 }, +{ "Greek_upsilondieresis", 0x7B9 }, +{ "Greek_upsilonaccentdieresis", 0x7BA }, +{ "Greek_omegaaccent", 0x7BB }, +{ "Greek_ALPHA", 0x7C1 }, +{ "Greek_BETA", 0x7C2 }, +{ "Greek_GAMMA", 0x7C3 }, +{ "Greek_DELTA", 0x7C4 }, +{ "Greek_EPSILON", 0x7C5 }, +{ "Greek_ZETA", 0x7C6 }, +{ "Greek_ETA", 0x7C7 }, +{ "Greek_THETA", 0x7C8 }, +{ "Greek_IOTA", 0x7C9 }, +{ "Greek_KAPPA", 0x7CA }, +{ "Greek_LAMDA", 0x7CB }, +{ "Greek_LAMBDA", 0x7CB }, +{ "Greek_MU", 0x7CC }, +{ "Greek_NU", 0x7CD }, +{ "Greek_XI", 0x7CE }, +{ "Greek_OMICRON", 0x7CF }, +{ "Greek_PI", 0x7D0 }, +{ "Greek_RHO", 0x7D1 }, +{ "Greek_SIGMA", 0x7D2 }, +{ "Greek_TAU", 0x7D4 }, +{ "Greek_UPSILON", 0x7D5 }, +{ "Greek_PHI", 0x7D6 }, +{ "Greek_CHI", 0x7D7 }, +{ "Greek_PSI", 0x7D8 }, +{ "Greek_OMEGA", 0x7D9 }, +{ "Greek_alpha", 0x7E1 }, +{ "Greek_beta", 0x7E2 }, +{ "Greek_gamma", 0x7E3 }, +{ "Greek_delta", 0x7E4 }, +{ "Greek_epsilon", 0x7E5 }, +{ "Greek_zeta", 0x7E6 }, +{ "Greek_eta", 0x7E7 }, +{ "Greek_theta", 0x7E8 }, +{ "Greek_iota", 0x7E9 }, +{ "Greek_kappa", 0x7EA }, +{ "Greek_lamda", 0x7EB }, +{ "Greek_lambda", 0x7EB }, +{ "Greek_mu", 0x7EC }, +{ "Greek_nu", 0x7ED }, +{ "Greek_xi", 0x7EE }, +{ "Greek_omicron", 0x7EF }, +{ "Greek_pi", 0x7F0 }, +{ "Greek_rho", 0x7F1 }, +{ "Greek_sigma", 0x7F2 }, +{ "Greek_finalsmallsigma", 0x7F3 }, +{ "Greek_tau", 0x7F4 }, +{ "Greek_upsilon", 0x7F5 }, +{ "Greek_phi", 0x7F6 }, +{ "Greek_chi", 0x7F7 }, +{ "Greek_psi", 0x7F8 }, +{ "Greek_omega", 0x7F9 }, { "Greek_switch", 0xFF7E }, -{ "leftradical", 0x8a1 }, -{ "topleftradical", 0x8a2 }, -{ "horizconnector", 0x8a3 }, -{ "topintegral", 0x8a4 }, -{ "botintegral", 0x8a5 }, -{ "vertconnector", 0x8a6 }, -{ "topleftsqbracket", 0x8a7 }, -{ "botleftsqbracket", 0x8a8 }, -{ "toprightsqbracket", 0x8a9 }, -{ "botrightsqbracket", 0x8aa }, -{ "topleftparens", 0x8ab }, -{ "botleftparens", 0x8ac }, -{ "toprightparens", 0x8ad }, -{ "botrightparens", 0x8ae }, -{ "leftmiddlecurlybrace", 0x8af }, -{ "rightmiddlecurlybrace", 0x8b0 }, -{ "topleftsummation", 0x8b1 }, -{ "botleftsummation", 0x8b2 }, -{ "topvertsummationconnector", 0x8b3 }, -{ "botvertsummationconnector", 0x8b4 }, -{ "toprightsummation", 0x8b5 }, -{ "botrightsummation", 0x8b6 }, -{ "rightmiddlesummation", 0x8b7 }, -{ "lessthanequal", 0x8bc }, -{ "notequal", 0x8bd }, -{ "greaterthanequal", 0x8be }, -{ "integral", 0x8bf }, -{ "therefore", 0x8c0 }, -{ "variation", 0x8c1 }, -{ "infinity", 0x8c2 }, -{ "nabla", 0x8c5 }, -{ "approximate", 0x8c8 }, -{ "similarequal", 0x8c9 }, -{ "ifonlyif", 0x8cd }, -{ "implies", 0x8ce }, -{ "identical", 0x8cf }, -{ "radical", 0x8d6 }, -{ "includedin", 0x8da }, -{ "includes", 0x8db }, -{ "intersection", 0x8dc }, -{ "union", 0x8dd }, -{ "logicaland", 0x8de }, -{ "logicalor", 0x8df }, -{ "partialderivative", 0x8ef }, -{ "function", 0x8f6 }, -{ "leftarrow", 0x8fb }, -{ "uparrow", 0x8fc }, -{ "rightarrow", 0x8fd }, -{ "downarrow", 0x8fe }, -{ "blank", 0x9df }, -{ "soliddiamond", 0x9e0 }, -{ "checkerboard", 0x9e1 }, -{ "ht", 0x9e2 }, -{ "ff", 0x9e3 }, -{ "cr", 0x9e4 }, -{ "lf", 0x9e5 }, -{ "nl", 0x9e8 }, -{ "vt", 0x9e9 }, -{ "lowrightcorner", 0x9ea }, -{ "uprightcorner", 0x9eb }, -{ "upleftcorner", 0x9ec }, -{ "lowleftcorner", 0x9ed }, -{ "crossinglines", 0x9ee }, -{ "horizlinescan1", 0x9ef }, -{ "horizlinescan3", 0x9f0 }, -{ "horizlinescan5", 0x9f1 }, -{ "horizlinescan7", 0x9f2 }, -{ "horizlinescan9", 0x9f3 }, -{ "leftt", 0x9f4 }, -{ "rightt", 0x9f5 }, -{ "bott", 0x9f6 }, -{ "topt", 0x9f7 }, -{ "vertbar", 0x9f8 }, -{ "emspace", 0xaa1 }, -{ "enspace", 0xaa2 }, -{ "em3space", 0xaa3 }, -{ "em4space", 0xaa4 }, -{ "digitspace", 0xaa5 }, -{ "punctspace", 0xaa6 }, -{ "thinspace", 0xaa7 }, -{ "hairspace", 0xaa8 }, -{ "emdash", 0xaa9 }, -{ "endash", 0xaaa }, -{ "signifblank", 0xaac }, -{ "ellipsis", 0xaae }, -{ "doubbaselinedot", 0xaaf }, -{ "onethird", 0xab0 }, -{ "twothirds", 0xab1 }, -{ "onefifth", 0xab2 }, -{ "twofifths", 0xab3 }, -{ "threefifths", 0xab4 }, -{ "fourfifths", 0xab5 }, -{ "onesixth", 0xab6 }, -{ "fivesixths", 0xab7 }, -{ "careof", 0xab8 }, -{ "figdash", 0xabb }, -{ "leftanglebracket", 0xabc }, -{ "decimalpoint", 0xabd }, -{ "rightanglebracket", 0xabe }, -{ "marker", 0xabf }, -{ "oneeighth", 0xac3 }, -{ "threeeighths", 0xac4 }, -{ "fiveeighths", 0xac5 }, -{ "seveneighths", 0xac6 }, -{ "trademark", 0xac9 }, -{ "signaturemark", 0xaca }, -{ "trademarkincircle", 0xacb }, -{ "leftopentriangle", 0xacc }, -{ "rightopentriangle", 0xacd }, -{ "emopencircle", 0xace }, -{ "emopenrectangle", 0xacf }, -{ "leftsinglequotemark", 0xad0 }, -{ "rightsinglequotemark", 0xad1 }, -{ "leftdoublequotemark", 0xad2 }, -{ "rightdoublequotemark", 0xad3 }, -{ "prescription", 0xad4 }, -{ "minutes", 0xad6 }, -{ "seconds", 0xad7 }, -{ "latincross", 0xad9 }, -{ "hexagram", 0xada }, -{ "filledrectbullet", 0xadb }, -{ "filledlefttribullet", 0xadc }, -{ "filledrighttribullet", 0xadd }, -{ "emfilledcircle", 0xade }, -{ "emfilledrect", 0xadf }, -{ "enopencircbullet", 0xae0 }, -{ "enopensquarebullet", 0xae1 }, -{ "openrectbullet", 0xae2 }, -{ "opentribulletup", 0xae3 }, -{ "opentribulletdown", 0xae4 }, -{ "openstar", 0xae5 }, -{ "enfilledcircbullet", 0xae6 }, -{ "enfilledsqbullet", 0xae7 }, -{ "filledtribulletup", 0xae8 }, -{ "filledtribulletdown", 0xae9 }, -{ "leftpointer", 0xaea }, -{ "rightpointer", 0xaeb }, -{ "club", 0xaec }, -{ "diamond", 0xaed }, -{ "heart", 0xaee }, -{ "maltesecross", 0xaf0 }, -{ "dagger", 0xaf1 }, -{ "doubledagger", 0xaf2 }, -{ "checkmark", 0xaf3 }, -{ "ballotcross", 0xaf4 }, -{ "musicalsharp", 0xaf5 }, -{ "musicalflat", 0xaf6 }, -{ "malesymbol", 0xaf7 }, -{ "femalesymbol", 0xaf8 }, -{ "telephone", 0xaf9 }, -{ "telephonerecorder", 0xafa }, -{ "phonographcopyright", 0xafb }, -{ "caret", 0xafc }, -{ "singlelowquotemark", 0xafd }, -{ "doublelowquotemark", 0xafe }, -{ "cursor", 0xaff }, -{ "leftcaret", 0xba3 }, -{ "rightcaret", 0xba6 }, -{ "downcaret", 0xba8 }, -{ "upcaret", 0xba9 }, -{ "overbar", 0xbc0 }, -{ "downtack", 0xbc2 }, -{ "upshoe", 0xbc3 }, -{ "downstile", 0xbc4 }, -{ "underbar", 0xbc6 }, -{ "jot", 0xbca }, -{ "quad", 0xbcc }, -{ "uptack", 0xbce }, -{ "circle", 0xbcf }, -{ "upstile", 0xbd3 }, -{ "downshoe", 0xbd6 }, -{ "rightshoe", 0xbd8 }, -{ "leftshoe", 0xbda }, -{ "lefttack", 0xbdc }, -{ "righttack", 0xbfc }, -{ "hebrew_doublelowline", 0xcdf }, -{ "hebrew_aleph", 0xce0 }, -{ "hebrew_beth", 0xce1 }, -{ "hebrew_bet", 0xce1 }, -{ "hebrew_gimmel", 0xce2 }, -{ "hebrew_gimel", 0xce2 }, -{ "hebrew_daleth", 0xce3 }, -{ "hebrew_dalet", 0xce3 }, -{ "hebrew_he", 0xce4 }, -{ "hebrew_waw", 0xce5 }, -{ "hebrew_zayin", 0xce6 }, -{ "hebrew_zain", 0xce6 }, -{ "hebrew_het", 0xce7 }, -{ "hebrew_chet", 0xce7 }, -{ "hebrew_teth", 0xce8 }, -{ "hebrew_tet", 0xce8 }, -{ "hebrew_yod", 0xce9 }, -{ "hebrew_finalkaph", 0xcea }, -{ "hebrew_kaph", 0xceb }, -{ "hebrew_lamed", 0xcec }, -{ "hebrew_finalmem", 0xced }, -{ "hebrew_mem", 0xcee }, -{ "hebrew_finalnun", 0xcef }, -{ "hebrew_nun", 0xcf0 }, -{ "hebrew_samekh", 0xcf1 }, -{ "hebrew_samech", 0xcf1 }, -{ "hebrew_ayin", 0xcf2 }, -{ "hebrew_finalpe", 0xcf3 }, -{ "hebrew_pe", 0xcf4 }, -{ "hebrew_finalzadi", 0xcf5 }, -{ "hebrew_finalzade", 0xcf5 }, -{ "hebrew_zadi", 0xcf6 }, -{ "hebrew_zade", 0xcf6 }, -{ "hebrew_kuf", 0xcf7 }, -{ "hebrew_qoph", 0xcf7 }, -{ "hebrew_resh", 0xcf8 }, -{ "hebrew_shin", 0xcf9 }, -{ "hebrew_taf", 0xcfa }, -{ "hebrew_taw", 0xcfa }, +{ "leftradical", 0x8A1 }, +{ "topleftradical", 0x8A2 }, +{ "horizconnector", 0x8A3 }, +{ "topintegral", 0x8A4 }, +{ "botintegral", 0x8A5 }, +{ "vertconnector", 0x8A6 }, +{ "topleftsqbracket", 0x8A7 }, +{ "botleftsqbracket", 0x8A8 }, +{ "toprightsqbracket", 0x8A9 }, +{ "botrightsqbracket", 0x8AA }, +{ "topleftparens", 0x8AB }, +{ "botleftparens", 0x8AC }, +{ "toprightparens", 0x8AD }, +{ "botrightparens", 0x8AE }, +{ "leftmiddlecurlybrace", 0x8AF }, +{ "rightmiddlecurlybrace", 0x8B0 }, +{ "topleftsummation", 0x8B1 }, +{ "botleftsummation", 0x8B2 }, +{ "topvertsummationconnector", 0x8B3 }, +{ "botvertsummationconnector", 0x8B4 }, +{ "toprightsummation", 0x8B5 }, +{ "botrightsummation", 0x8B6 }, +{ "rightmiddlesummation", 0x8B7 }, +{ "lessthanequal", 0x8BC }, +{ "notequal", 0x8BD }, +{ "greaterthanequal", 0x8BE }, +{ "integral", 0x8BF }, +{ "therefore", 0x8C0 }, +{ "variation", 0x8C1 }, +{ "infinity", 0x8C2 }, +{ "nabla", 0x8C5 }, +{ "approximate", 0x8C8 }, +{ "similarequal", 0x8C9 }, +{ "ifonlyif", 0x8CD }, +{ "implies", 0x8CE }, +{ "identical", 0x8CF }, +{ "radical", 0x8D6 }, +{ "includedin", 0x8DA }, +{ "includes", 0x8DB }, +{ "intersection", 0x8DC }, +{ "union", 0x8DD }, +{ "logicaland", 0x8DE }, +{ "logicalor", 0x8DF }, +{ "partialderivative", 0x8EF }, +{ "function", 0x8F6 }, +{ "leftarrow", 0x8FB }, +{ "uparrow", 0x8FC }, +{ "rightarrow", 0x8FD }, +{ "downarrow", 0x8FE }, +{ "blank", 0x9DF }, +{ "soliddiamond", 0x9E0 }, +{ "checkerboard", 0x9E1 }, +{ "ht", 0x9E2 }, +{ "ff", 0x9E3 }, +{ "cr", 0x9E4 }, +{ "lf", 0x9E5 }, +{ "nl", 0x9E8 }, +{ "vt", 0x9E9 }, +{ "lowrightcorner", 0x9EA }, +{ "uprightcorner", 0x9EB }, +{ "upleftcorner", 0x9EC }, +{ "lowleftcorner", 0x9ED }, +{ "crossinglines", 0x9EE }, +{ "horizlinescan1", 0x9EF }, +{ "horizlinescan3", 0x9F0 }, +{ "horizlinescan5", 0x9F1 }, +{ "horizlinescan7", 0x9F2 }, +{ "horizlinescan9", 0x9F3 }, +{ "leftt", 0x9F4 }, +{ "rightt", 0x9F5 }, +{ "bott", 0x9F6 }, +{ "topt", 0x9F7 }, +{ "vertbar", 0x9F8 }, +{ "emspace", 0xAA1 }, +{ "enspace", 0xAA2 }, +{ "em3space", 0xAA3 }, +{ "em4space", 0xAA4 }, +{ "digitspace", 0xAA5 }, +{ "punctspace", 0xAA6 }, +{ "thinspace", 0xAA7 }, +{ "hairspace", 0xAA8 }, +{ "emdash", 0xAA9 }, +{ "endash", 0xAAA }, +{ "signifblank", 0xAAC }, +{ "ellipsis", 0xAAE }, +{ "doubbaselinedot", 0xAAF }, +{ "onethird", 0xAB0 }, +{ "twothirds", 0xAB1 }, +{ "onefifth", 0xAB2 }, +{ "twofifths", 0xAB3 }, +{ "threefifths", 0xAB4 }, +{ "fourfifths", 0xAB5 }, +{ "onesixth", 0xAB6 }, +{ "fivesixths", 0xAB7 }, +{ "careof", 0xAB8 }, +{ "figdash", 0xABB }, +{ "leftanglebracket", 0xABC }, +{ "decimalpoint", 0xABD }, +{ "rightanglebracket", 0xABE }, +{ "marker", 0xABF }, +{ "oneeighth", 0xAC3 }, +{ "threeeighths", 0xAC4 }, +{ "fiveeighths", 0xAC5 }, +{ "seveneighths", 0xAC6 }, +{ "trademark", 0xAC9 }, +{ "signaturemark", 0xACA }, +{ "trademarkincircle", 0xACB }, +{ "leftopentriangle", 0xACC }, +{ "rightopentriangle", 0xACD }, +{ "emopencircle", 0xACE }, +{ "emopenrectangle", 0xACF }, +{ "leftsinglequotemark", 0xAD0 }, +{ "rightsinglequotemark", 0xAD1 }, +{ "leftdoublequotemark", 0xAD2 }, +{ "rightdoublequotemark", 0xAD3 }, +{ "prescription", 0xAD4 }, +{ "minutes", 0xAD6 }, +{ "seconds", 0xAD7 }, +{ "latincross", 0xAD9 }, +{ "hexagram", 0xADA }, +{ "filledrectbullet", 0xADB }, +{ "filledlefttribullet", 0xADC }, +{ "filledrighttribullet", 0xADD }, +{ "emfilledcircle", 0xADE }, +{ "emfilledrect", 0xADF }, +{ "enopencircbullet", 0xAE0 }, +{ "enopensquarebullet", 0xAE1 }, +{ "openrectbullet", 0xAE2 }, +{ "opentribulletup", 0xAE3 }, +{ "opentribulletdown", 0xAE4 }, +{ "openstar", 0xAE5 }, +{ "enfilledcircbullet", 0xAE6 }, +{ "enfilledsqbullet", 0xAE7 }, +{ "filledtribulletup", 0xAE8 }, +{ "filledtribulletdown", 0xAE9 }, +{ "leftpointer", 0xAEA }, +{ "rightpointer", 0xAEB }, +{ "club", 0xAEC }, +{ "diamond", 0xAED }, +{ "heart", 0xAEE }, +{ "maltesecross", 0xAF0 }, +{ "dagger", 0xAF1 }, +{ "doubledagger", 0xAF2 }, +{ "checkmark", 0xAF3 }, +{ "ballotcross", 0xAF4 }, +{ "musicalsharp", 0xAF5 }, +{ "musicalflat", 0xAF6 }, +{ "malesymbol", 0xAF7 }, +{ "femalesymbol", 0xAF8 }, +{ "telephone", 0xAF9 }, +{ "telephonerecorder", 0xAFA }, +{ "phonographcopyright", 0xAFB }, +{ "caret", 0xAFC }, +{ "singlelowquotemark", 0xAFD }, +{ "doublelowquotemark", 0xAFE }, +{ "cursor", 0xAFF }, +{ "leftcaret", 0xBA3 }, +{ "rightcaret", 0xBA6 }, +{ "downcaret", 0xBA8 }, +{ "upcaret", 0xBA9 }, +{ "overbar", 0xBC0 }, +{ "downtack", 0xBC2 }, +{ "upshoe", 0xBC3 }, +{ "downstile", 0xBC4 }, +{ "underbar", 0xBC6 }, +{ "jot", 0xBCA }, +{ "quad", 0xBCC }, +{ "uptack", 0xBCE }, +{ "circle", 0xBCF }, +{ "upstile", 0xBD3 }, +{ "downshoe", 0xBD6 }, +{ "rightshoe", 0xBD8 }, +{ "leftshoe", 0xBDA }, +{ "lefttack", 0xBDC }, +{ "righttack", 0xBFC }, +{ "hebrew_doublelowline", 0xCDF }, +{ "hebrew_aleph", 0xCE0 }, +{ "hebrew_bet", 0xCE1 }, +{ "hebrew_beth", 0xCE1 }, +{ "hebrew_gimel", 0xCE2 }, +{ "hebrew_gimmel", 0xCE2 }, +{ "hebrew_dalet", 0xCE3 }, +{ "hebrew_daleth", 0xCE3 }, +{ "hebrew_he", 0xCE4 }, +{ "hebrew_waw", 0xCE5 }, +{ "hebrew_zain", 0xCE6 }, +{ "hebrew_zayin", 0xCE6 }, +{ "hebrew_chet", 0xCE7 }, +{ "hebrew_het", 0xCE7 }, +{ "hebrew_tet", 0xCE8 }, +{ "hebrew_teth", 0xCE8 }, +{ "hebrew_yod", 0xCE9 }, +{ "hebrew_finalkaph", 0xCEA }, +{ "hebrew_kaph", 0xCEB }, +{ "hebrew_lamed", 0xCEC }, +{ "hebrew_finalmem", 0xCED }, +{ "hebrew_mem", 0xCEE }, +{ "hebrew_finalnun", 0xCEF }, +{ "hebrew_nun", 0xCF0 }, +{ "hebrew_samech", 0xCF1 }, +{ "hebrew_samekh", 0xCF1 }, +{ "hebrew_ayin", 0xCF2 }, +{ "hebrew_finalpe", 0xCF3 }, +{ "hebrew_pe", 0xCF4 }, +{ "hebrew_finalzade", 0xCF5 }, +{ "hebrew_finalzadi", 0xCF5 }, +{ "hebrew_zade", 0xCF6 }, +{ "hebrew_zadi", 0xCF6 }, +{ "hebrew_qoph", 0xCF7 }, +{ "hebrew_kuf", 0xCF7 }, +{ "hebrew_resh", 0xCF8 }, +{ "hebrew_shin", 0xCF9 }, +{ "hebrew_taw", 0xCFA }, +{ "hebrew_taf", 0xCFA }, { "Hebrew_switch", 0xFF7E }, { "XF86AudioLowerVolume", 0x1008FF11 }, { "XF86AudioMute", 0x1008FF12 }, |