summaryrefslogtreecommitdiff
path: root/console-client/xkb
diff options
context:
space:
mode:
authorDiego Nieto Cid <dnietoc@gmail.com>2011-04-03 00:02:46 -0300
committerDiego Nieto Cid <dnietoc@gmail.com>2011-04-08 14:47:35 -0300
commit8582683290c390d8e5f551f35886eb2453f7f8e7 (patch)
tree02a0788bb5df15ddf08010e61b170e70d3848146 /console-client/xkb
parentd6f6e1bf7e3eaacb2ce134e40737319e9cf306a8 (diff)
Depend on X11 for string to keysym mappings.
* config.make.in (HAVE_X11,X11_CFLAGS,X11_LIBS,XKB_BASE): New variables. * configure.in: Check for x11 module. * console-client/Makefile (PC_KBD_SO_SRCS): Move XKB sources... * console-client/Makefile (XKB_SRCS): ... here. New variable. * console-client/Makefile (SRCS): Add $(XKB_SRCS). * console-client/Makefile (LCLHDRS): Add xkb/xkb.h. * console-client/Makefile (XKB_DATA_DIR): Removed variable. * console-client/Makefile (pc_kbd.so.$(hurd-version)): Use patsubst. Depend on XKB objects when HAVE_X11 = yes. * console-client/Makefile (install): Depend on XKB datafiles when HAVE_X11 = yes. * console-client/Makefile (pc-kbd-CFLAGS): Set variable when HAVE_X11 = yes * console-client/Makefile ($(XKB_DATA_DIR),$(XKB_DATA_DIR)/%): Replaced by... * console-client/Makefile[HAVE_X11=yes]($(XKB_BASE),$(XKB_BASE)/%): ... this targets. * console-client/Makefile[HAVE_X11=yes](pc_kbd-LDLIBS): New variable. * console-client/xkb/keysymdef.h: Removed file. * console-client/xkb/ks_tables.h: Likewise. * console-client/xkb/symname.c: Likewise. * console-client/xkb/xkb.c: Include <X11/keysymdef.h>. * console-client/xkb/compose.c: Likewise. * console-client/xkb/xkb.h: Remove XStringToKeysym prototype. Include <X11/Xlib.h>.
Diffstat (limited to 'console-client/xkb')
-rw-r--r--console-client/xkb/compose.c2
-rw-r--r--console-client/xkb/keysymdef.h2389
-rw-r--r--console-client/xkb/ks_tables.h3146
-rw-r--r--console-client/xkb/symname.c129
-rw-r--r--console-client/xkb/xkb.c2
-rw-r--r--console-client/xkb/xkb.h3
6 files changed, 3 insertions, 5668 deletions
diff --git a/console-client/xkb/compose.c b/console-client/xkb/compose.c
index 38bcb47b..5e8352f0 100644
--- a/console-client/xkb/compose.c
+++ b/console-client/xkb/compose.c
@@ -21,7 +21,7 @@
#include <stdio.h>
#include <stdlib.h>
-#include "keysymdef.h"
+#include <X11/keysymdef.h>
#include "xkb.h"
#include <ctype.h>
#include <string.h>
diff --git a/console-client/xkb/keysymdef.h b/console-client/xkb/keysymdef.h
deleted file mode 100644
index ec125a65..00000000
--- a/console-client/xkb/keysymdef.h
+++ /dev/null
@@ -1,2389 +0,0 @@
-/***********************************************************
-Copyright 1987, 1994, 1998 The Open Group
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is hereby granted without fee, provided that
-the above copyright notice appear in all copies and that both that
-copyright notice and this permission notice appear in supporting
-documentation.
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
-OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
-ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of The Open Group shall
-not be used in advertising or otherwise to promote the sale, use or
-other dealings in this Software without prior written authorization
-from The Open Group.
-
-
-Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts
-
- All Rights Reserved
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
-supporting documentation, and that the name of Digital not be
-used in advertising or publicity pertaining to distribution of the
-software without specific, written prior permission.
-
-DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
-ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
-DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
-ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
-ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
-SOFTWARE.
-
-******************************************************************/
-
-/*
- * The "X11 Window System Protocol" standard defines in Appendix A the
- * keysym codes. These 29-bit integer values identify characters or
- * functions associated with each key (e.g., via the visible
- * engraving) of a keyboard layout. This file assigns mnemonic macro
- * names for these keysyms.
- *
- * This file is also compiled (by src/util/makekeys.c in libX11) into
- * hash tables that can be accessed with X11 library functions such as
- * XStringToKeysym() and XKeysymToString().
- *
- * Where a keysym corresponds one-to-one to an ISO 10646 / Unicode
- * character, this is noted in a comment that provides both the U+xxxx
- * Unicode position, as well as the official Unicode name of the
- * character.
- *
- * Where the correspondence is either not one-to-one or semantically
- * unclear, the Unicode position and name are enclosed in
- * parentheses. Such legacy keysyms should be considered deprecated
- * and are not recommended for use in future keyboard mappings.
- *
- * For any future extension of the keysyms with characters already
- * found in ISO 10646 / Unicode, the following algorithm shall be
- * used. The new keysym code position will simply be the character's
- * Unicode number plus 0x01000000. The keysym values in the range
- * 0x01000100 to 0x0110ffff are reserved to represent Unicode
- * characters in the range U+0100 to U+10FFFF.
- *
- * While most newer Unicode-based X11 clients do already accept
- * Unicode-mapped keysyms in the range 0x01000100 to 0x0110ffff, it
- * will remain necessary for clients -- in the interest of
- * compatibility with existing servers -- to also understand the
- * existing legacy keysym values in the range 0x0100 to 0x20ff.
- *
- * Where several mnemonic names are defined for the same keysym in this
- * file, all but the first one listed should be considered deprecated.
- *
- * Mnemonic names for keysyms are defined in this file with lines
- * that match one of these Perl regular expressions:
- *
- * /^\#define XK_([a-zA-Z_0-9]+)\s+0x([0-9a-f]+)\s*\/\* U+([0-9A-F]{4,6}) (.*) \*\/\s*$/
- * /^\#define XK_([a-zA-Z_0-9]+)\s+0x([0-9a-f]+)\s*\/\*\(U+([0-9A-F]{4,6}) (.*)\)\*\/\s*$/
- * /^\#define XK_([a-zA-Z_0-9]+)\s+0x([0-9a-f]+)\s*(\/\*\s*(.*)\s*\*\/)?\s*$/
- *
- * Before adding new keysyms, please do consider the following: In
- * addition to the keysym names defined in this file, the
- * XStringToKeysym() and XKeysymToString() functions will also handle
- * any keysym string of the form "U0020" to "U007E" and "U00A0" to
- * "U10FFFF" for all possible Unicode characters. In other words,
- * every possible Unicode character has already a keysym string
- * defined algorithmically, even if it is not listed here. Therefore,
- * defining an additional keysym macro is only necessary where a
- * non-hexadecimal mnemonic name is needed, or where the new keysym
- * does not represent any existing Unicode character.
- *
- * When adding new keysyms to this file, do not forget to also update the
- * following:
- *
- * - the mappings in src/KeyBind.c in the repo
- * git://anongit.freedesktop.org/xorg/lib/libX11
- *
- * - the protocol specification in specs/XProtocol/X11.keysyms
- * in the repo git://anongit.freedesktop.org/xorg/doc/xorg-docs
- *
- */
-
-#define XK_VoidSymbol 0xffffff /* Void symbol */
-
-#ifdef XK_MISCELLANY
-/*
- * TTY function keys, cleverly chosen to map to ASCII, for convenience of
- * programming, but could have been arbitrary (at the cost of lookup
- * tables in client code).
- */
-
-#define XK_BackSpace 0xff08 /* Back space, back char */
-#define XK_Tab 0xff09
-#define XK_Linefeed 0xff0a /* Linefeed, LF */
-#define XK_Clear 0xff0b
-#define XK_Return 0xff0d /* Return, enter */
-#define XK_Pause 0xff13 /* Pause, hold */
-#define XK_Scroll_Lock 0xff14
-#define XK_Sys_Req 0xff15
-#define XK_Escape 0xff1b
-#define XK_Delete 0xffff /* Delete, rubout */
-
-
-
-/* International & multi-key character composition */
-
-#define XK_Multi_key 0xff20 /* Multi-key character compose */
-#define XK_Codeinput 0xff37
-#define XK_SingleCandidate 0xff3c
-#define XK_MultipleCandidate 0xff3d
-#define XK_PreviousCandidate 0xff3e
-
-/* Japanese keyboard support */
-
-#define XK_Kanji 0xff21 /* Kanji, Kanji convert */
-#define XK_Muhenkan 0xff22 /* Cancel Conversion */
-#define XK_Henkan_Mode 0xff23 /* Start/Stop Conversion */
-#define XK_Henkan 0xff23 /* Alias for Henkan_Mode */
-#define XK_Romaji 0xff24 /* to Romaji */
-#define XK_Hiragana 0xff25 /* to Hiragana */
-#define XK_Katakana 0xff26 /* to Katakana */
-#define XK_Hiragana_Katakana 0xff27 /* Hiragana/Katakana toggle */
-#define XK_Zenkaku 0xff28 /* to Zenkaku */
-#define XK_Hankaku 0xff29 /* to Hankaku */
-#define XK_Zenkaku_Hankaku 0xff2a /* Zenkaku/Hankaku toggle */
-#define XK_Touroku 0xff2b /* Add to Dictionary */
-#define XK_Massyo 0xff2c /* Delete from Dictionary */
-#define XK_Kana_Lock 0xff2d /* Kana Lock */
-#define XK_Kana_Shift 0xff2e /* Kana Shift */
-#define XK_Eisu_Shift 0xff2f /* Alphanumeric Shift */
-#define XK_Eisu_toggle 0xff30 /* Alphanumeric toggle */
-#define XK_Kanji_Bangou 0xff37 /* Codeinput */
-#define XK_Zen_Koho 0xff3d /* Multiple/All Candidate(s) */
-#define XK_Mae_Koho 0xff3e /* Previous Candidate */
-
-/* 0xff31 thru 0xff3f are under XK_KOREAN */
-
-/* Cursor control & motion */
-
-#define XK_Home 0xff50
-#define XK_Left 0xff51 /* Move left, left arrow */
-#define XK_Up 0xff52 /* Move up, up arrow */
-#define XK_Right 0xff53 /* Move right, right arrow */
-#define XK_Down 0xff54 /* Move down, down arrow */
-#define XK_Prior 0xff55 /* Prior, previous */
-#define XK_Page_Up 0xff55
-#define XK_Next 0xff56 /* Next */
-#define XK_Page_Down 0xff56
-#define XK_End 0xff57 /* EOL */
-#define XK_Begin 0xff58 /* BOL */
-
-
-/* Misc functions */
-
-#define XK_Select 0xff60 /* Select, mark */
-#define XK_Print 0xff61
-#define XK_Execute 0xff62 /* Execute, run, do */
-#define XK_Insert 0xff63 /* Insert, insert here */
-#define XK_Undo 0xff65
-#define XK_Redo 0xff66 /* Redo, again */
-#define XK_Menu 0xff67
-#define XK_Find 0xff68 /* Find, search */
-#define XK_Cancel 0xff69 /* Cancel, stop, abort, exit */
-#define XK_Help 0xff6a /* Help */
-#define XK_Break 0xff6b
-#define XK_Mode_switch 0xff7e /* Character set switch */
-#define XK_script_switch 0xff7e /* Alias for mode_switch */
-#define XK_Num_Lock 0xff7f
-
-/* Keypad functions, keypad numbers cleverly chosen to map to ASCII */
-
-#define XK_KP_Space 0xff80 /* Space */
-#define XK_KP_Tab 0xff89
-#define XK_KP_Enter 0xff8d /* Enter */
-#define XK_KP_F1 0xff91 /* PF1, KP_A, ... */
-#define XK_KP_F2 0xff92
-#define XK_KP_F3 0xff93
-#define XK_KP_F4 0xff94
-#define XK_KP_Home 0xff95
-#define XK_KP_Left 0xff96
-#define XK_KP_Up 0xff97
-#define XK_KP_Right 0xff98
-#define XK_KP_Down 0xff99
-#define XK_KP_Prior 0xff9a
-#define XK_KP_Page_Up 0xff9a
-#define XK_KP_Next 0xff9b
-#define XK_KP_Page_Down 0xff9b
-#define XK_KP_End 0xff9c
-#define XK_KP_Begin 0xff9d
-#define XK_KP_Insert 0xff9e
-#define XK_KP_Delete 0xff9f
-#define XK_KP_Equal 0xffbd /* Equals */
-#define XK_KP_Multiply 0xffaa
-#define XK_KP_Add 0xffab
-#define XK_KP_Separator 0xffac /* Separator, often comma */
-#define XK_KP_Subtract 0xffad
-#define XK_KP_Decimal 0xffae
-#define XK_KP_Divide 0xffaf
-
-#define XK_KP_0 0xffb0
-#define XK_KP_1 0xffb1
-#define XK_KP_2 0xffb2
-#define XK_KP_3 0xffb3
-#define XK_KP_4 0xffb4
-#define XK_KP_5 0xffb5
-#define XK_KP_6 0xffb6
-#define XK_KP_7 0xffb7
-#define XK_KP_8 0xffb8
-#define XK_KP_9 0xffb9
-
-
-
-/*
- * Auxiliary functions; note the duplicate definitions for left and right
- * function keys; Sun keyboards and a few other manufacturers have such
- * function key groups on the left and/or right sides of the keyboard.
- * We've not found a keyboard with more than 35 function keys total.
- */
-
-#define XK_F1 0xffbe
-#define XK_F2 0xffbf
-#define XK_F3 0xffc0
-#define XK_F4 0xffc1
-#define XK_F5 0xffc2
-#define XK_F6 0xffc3
-#define XK_F7 0xffc4
-#define XK_F8 0xffc5
-#define XK_F9 0xffc6
-#define XK_F10 0xffc7
-#define XK_F11 0xffc8
-#define XK_L1 0xffc8
-#define XK_F12 0xffc9
-#define XK_L2 0xffc9
-#define XK_F13 0xffca
-#define XK_L3 0xffca
-#define XK_F14 0xffcb
-#define XK_L4 0xffcb
-#define XK_F15 0xffcc
-#define XK_L5 0xffcc
-#define XK_F16 0xffcd
-#define XK_L6 0xffcd
-#define XK_F17 0xffce
-#define XK_L7 0xffce
-#define XK_F18 0xffcf
-#define XK_L8 0xffcf
-#define XK_F19 0xffd0
-#define XK_L9 0xffd0
-#define XK_F20 0xffd1
-#define XK_L10 0xffd1
-#define XK_F21 0xffd2
-#define XK_R1 0xffd2
-#define XK_F22 0xffd3
-#define XK_R2 0xffd3
-#define XK_F23 0xffd4
-#define XK_R3 0xffd4
-#define XK_F24 0xffd5
-#define XK_R4 0xffd5
-#define XK_F25 0xffd6
-#define XK_R5 0xffd6
-#define XK_F26 0xffd7
-#define XK_R6 0xffd7
-#define XK_F27 0xffd8
-#define XK_R7 0xffd8
-#define XK_F28 0xffd9
-#define XK_R8 0xffd9
-#define XK_F29 0xffda
-#define XK_R9 0xffda
-#define XK_F30 0xffdb
-#define XK_R10 0xffdb
-#define XK_F31 0xffdc
-#define XK_R11 0xffdc
-#define XK_F32 0xffdd
-#define XK_R12 0xffdd
-#define XK_F33 0xffde
-#define XK_R13 0xffde
-#define XK_F34 0xffdf
-#define XK_R14 0xffdf
-#define XK_F35 0xffe0
-#define XK_R15 0xffe0
-
-/* Modifiers */
-
-#define XK_Shift_L 0xffe1 /* Left shift */
-#define XK_Shift_R 0xffe2 /* Right shift */
-#define XK_Control_L 0xffe3 /* Left control */
-#define XK_Control_R 0xffe4 /* Right control */
-#define XK_Caps_Lock 0xffe5 /* Caps lock */
-#define XK_Shift_Lock 0xffe6 /* Shift lock */
-
-#define XK_Meta_L 0xffe7 /* Left meta */
-#define XK_Meta_R 0xffe8 /* Right meta */
-#define XK_Alt_L 0xffe9 /* Left alt */
-#define XK_Alt_R 0xffea /* Right alt */
-#define XK_Super_L 0xffeb /* Left super */
-#define XK_Super_R 0xffec /* Right super */
-#define XK_Hyper_L 0xffed /* Left hyper */
-#define XK_Hyper_R 0xffee /* Right hyper */
-#endif /* XK_MISCELLANY */
-
-/*
- * Keyboard (XKB) Extension function and modifier keys
- * (from Appendix C of "The X Keyboard Extension: Protocol Specification")
- * Byte 3 = 0xfe
- */
-
-#ifdef XK_XKB_KEYS
-#define XK_ISO_Lock 0xfe01
-#define XK_ISO_Level2_Latch 0xfe02
-#define XK_ISO_Level3_Shift 0xfe03
-#define XK_ISO_Level3_Latch 0xfe04
-#define XK_ISO_Level3_Lock 0xfe05
-#define XK_ISO_Level5_Shift 0xfe11
-#define XK_ISO_Level5_Latch 0xfe12
-#define XK_ISO_Level5_Lock 0xfe13
-#define XK_ISO_Group_Shift 0xff7e /* Alias for mode_switch */
-#define XK_ISO_Group_Latch 0xfe06
-#define XK_ISO_Group_Lock 0xfe07
-#define XK_ISO_Next_Group 0xfe08
-#define XK_ISO_Next_Group_Lock 0xfe09
-#define XK_ISO_Prev_Group 0xfe0a
-#define XK_ISO_Prev_Group_Lock 0xfe0b
-#define XK_ISO_First_Group 0xfe0c
-#define XK_ISO_First_Group_Lock 0xfe0d
-#define XK_ISO_Last_Group 0xfe0e
-#define XK_ISO_Last_Group_Lock 0xfe0f
-
-#define XK_ISO_Left_Tab 0xfe20
-#define XK_ISO_Move_Line_Up 0xfe21
-#define XK_ISO_Move_Line_Down 0xfe22
-#define XK_ISO_Partial_Line_Up 0xfe23
-#define XK_ISO_Partial_Line_Down 0xfe24
-#define XK_ISO_Partial_Space_Left 0xfe25
-#define XK_ISO_Partial_Space_Right 0xfe26
-#define XK_ISO_Set_Margin_Left 0xfe27
-#define XK_ISO_Set_Margin_Right 0xfe28
-#define XK_ISO_Release_Margin_Left 0xfe29
-#define XK_ISO_Release_Margin_Right 0xfe2a
-#define XK_ISO_Release_Both_Margins 0xfe2b
-#define XK_ISO_Fast_Cursor_Left 0xfe2c
-#define XK_ISO_Fast_Cursor_Right 0xfe2d
-#define XK_ISO_Fast_Cursor_Up 0xfe2e
-#define XK_ISO_Fast_Cursor_Down 0xfe2f
-#define XK_ISO_Continuous_Underline 0xfe30
-#define XK_ISO_Discontinuous_Underline 0xfe31
-#define XK_ISO_Emphasize 0xfe32
-#define XK_ISO_Center_Object 0xfe33
-#define XK_ISO_Enter 0xfe34
-
-#define XK_dead_grave 0xfe50
-#define XK_dead_acute 0xfe51
-#define XK_dead_circumflex 0xfe52
-#define XK_dead_tilde 0xfe53
-#define XK_dead_perispomeni 0xfe53 /* alias for dead_tilde */
-#define XK_dead_macron 0xfe54
-#define XK_dead_breve 0xfe55
-#define XK_dead_abovedot 0xfe56
-#define XK_dead_diaeresis 0xfe57
-#define XK_dead_abovering 0xfe58
-#define XK_dead_doubleacute 0xfe59
-#define XK_dead_caron 0xfe5a
-#define XK_dead_cedilla 0xfe5b
-#define XK_dead_ogonek 0xfe5c
-#define XK_dead_iota 0xfe5d
-#define XK_dead_voiced_sound 0xfe5e
-#define XK_dead_semivoiced_sound 0xfe5f
-#define XK_dead_belowdot 0xfe60
-#define XK_dead_hook 0xfe61
-#define XK_dead_horn 0xfe62
-#define XK_dead_stroke 0xfe63
-#define XK_dead_abovecomma 0xfe64
-#define XK_dead_psili 0xfe64 /* alias for dead_abovecomma */
-#define XK_dead_abovereversedcomma 0xfe65
-#define XK_dead_dasia 0xfe65 /* alias for dead_abovereversedcomma */
-#define XK_dead_doublegrave 0xfe66
-#define XK_dead_belowring 0xfe67
-#define XK_dead_belowmacron 0xfe68
-#define XK_dead_belowcircumflex 0xfe69
-#define XK_dead_belowtilde 0xfe6a
-#define XK_dead_belowbreve 0xfe6b
-#define XK_dead_belowdiaeresis 0xfe6c
-#define XK_dead_invertedbreve 0xfe6d
-#define XK_dead_belowcomma 0xfe6e
-#define XK_dead_currency 0xfe6f
-
-/* dead vowels for universal syllable entry */
-#define XK_dead_a 0xfe80
-#define XK_dead_A 0xfe81
-#define XK_dead_e 0xfe82
-#define XK_dead_E 0xfe83
-#define XK_dead_i 0xfe84
-#define XK_dead_I 0xfe85
-#define XK_dead_o 0xfe86
-#define XK_dead_O 0xfe87
-#define XK_dead_u 0xfe88
-#define XK_dead_U 0xfe89
-#define XK_dead_small_schwa 0xfe8a
-#define XK_dead_capital_schwa 0xfe8b
-
-#define XK_First_Virtual_Screen 0xfed0
-#define XK_Prev_Virtual_Screen 0xfed1
-#define XK_Next_Virtual_Screen 0xfed2
-#define XK_Last_Virtual_Screen 0xfed4
-#define XK_Terminate_Server 0xfed5
-
-#define XK_AccessX_Enable 0xfe70
-#define XK_AccessX_Feedback_Enable 0xfe71
-#define XK_RepeatKeys_Enable 0xfe72
-#define XK_SlowKeys_Enable 0xfe73
-#define XK_BounceKeys_Enable 0xfe74
-#define XK_StickyKeys_Enable 0xfe75
-#define XK_MouseKeys_Enable 0xfe76
-#define XK_MouseKeys_Accel_Enable 0xfe77
-#define XK_Overlay1_Enable 0xfe78
-#define XK_Overlay2_Enable 0xfe79
-#define XK_AudibleBell_Enable 0xfe7a
-
-#define XK_Pointer_Left 0xfee0
-#define XK_Pointer_Right 0xfee1
-#define XK_Pointer_Up 0xfee2
-#define XK_Pointer_Down 0xfee3
-#define XK_Pointer_UpLeft 0xfee4
-#define XK_Pointer_UpRight 0xfee5
-#define XK_Pointer_DownLeft 0xfee6
-#define XK_Pointer_DownRight 0xfee7
-#define XK_Pointer_Button_Dflt 0xfee8
-#define XK_Pointer_Button1 0xfee9
-#define XK_Pointer_Button2 0xfeea
-#define XK_Pointer_Button3 0xfeeb
-#define XK_Pointer_Button4 0xfeec
-#define XK_Pointer_Button5 0xfeed
-#define XK_Pointer_DblClick_Dflt 0xfeee
-#define XK_Pointer_DblClick1 0xfeef
-#define XK_Pointer_DblClick2 0xfef0
-#define XK_Pointer_DblClick3 0xfef1
-#define XK_Pointer_DblClick4 0xfef2
-#define XK_Pointer_DblClick5 0xfef3
-#define XK_Pointer_Drag_Dflt 0xfef4
-#define XK_Pointer_Drag1 0xfef5
-#define XK_Pointer_Drag2 0xfef6
-#define XK_Pointer_Drag3 0xfef7
-#define XK_Pointer_Drag4 0xfef8
-#define XK_Pointer_Drag5 0xfefd
-
-#define XK_Pointer_EnableKeys 0xfef9
-#define XK_Pointer_Accelerate 0xfefa
-#define XK_Pointer_DfltBtnNext 0xfefb
-#define XK_Pointer_DfltBtnPrev 0xfefc
-
-#endif /* XK_XKB_KEYS */
-
-/*
- * 3270 Terminal Keys
- * Byte 3 = 0xfd
- */
-
-#ifdef XK_3270
-#define XK_3270_Duplicate 0xfd01
-#define XK_3270_FieldMark 0xfd02
-#define XK_3270_Right2 0xfd03
-#define XK_3270_Left2 0xfd04
-#define XK_3270_BackTab 0xfd05
-#define XK_3270_EraseEOF 0xfd06
-#define XK_3270_EraseInput 0xfd07
-#define XK_3270_Reset 0xfd08
-#define XK_3270_Quit 0xfd09
-#define XK_3270_PA1 0xfd0a
-#define XK_3270_PA2 0xfd0b
-#define XK_3270_PA3 0xfd0c
-#define XK_3270_Test 0xfd0d
-#define XK_3270_Attn 0xfd0e
-#define XK_3270_CursorBlink 0xfd0f
-#define XK_3270_AltCursor 0xfd10
-#define XK_3270_KeyClick 0xfd11
-#define XK_3270_Jump 0xfd12
-#define XK_3270_Ident 0xfd13
-#define XK_3270_Rule 0xfd14
-#define XK_3270_Copy 0xfd15
-#define XK_3270_Play 0xfd16
-#define XK_3270_Setup 0xfd17
-#define XK_3270_Record 0xfd18
-#define XK_3270_ChangeScreen 0xfd19
-#define XK_3270_DeleteWord 0xfd1a
-#define XK_3270_ExSelect 0xfd1b
-#define XK_3270_CursorSelect 0xfd1c
-#define XK_3270_PrintScreen 0xfd1d
-#define XK_3270_Enter 0xfd1e
-#endif /* XK_3270 */
-
-/*
- * Latin 1
- * (ISO/IEC 8859-1 = Unicode U+0020..U+00FF)
- * Byte 3 = 0
- */
-#ifdef XK_LATIN1
-#define XK_space 0x0020 /* U+0020 SPACE */
-#define XK_exclam 0x0021 /* U+0021 EXCLAMATION MARK */
-#define XK_quotedbl 0x0022 /* U+0022 QUOTATION MARK */
-#define XK_numbersign 0x0023 /* U+0023 NUMBER SIGN */
-#define XK_dollar 0x0024 /* U+0024 DOLLAR SIGN */
-#define XK_percent 0x0025 /* U+0025 PERCENT SIGN */
-#define XK_ampersand 0x0026 /* U+0026 AMPERSAND */
-#define XK_apostrophe 0x0027 /* U+0027 APOSTROPHE */
-#define XK_quoteright 0x0027 /* deprecated */
-#define XK_parenleft 0x0028 /* U+0028 LEFT PARENTHESIS */
-#define XK_parenright 0x0029 /* U+0029 RIGHT PARENTHESIS */
-#define XK_asterisk 0x002a /* U+002A ASTERISK */
-#define XK_plus 0x002b /* U+002B PLUS SIGN */
-#define XK_comma 0x002c /* U+002C COMMA */
-#define XK_minus 0x002d /* U+002D HYPHEN-MINUS */
-#define XK_period 0x002e /* U+002E FULL STOP */
-#define XK_slash 0x002f /* U+002F SOLIDUS */
-#define XK_0 0x0030 /* U+0030 DIGIT ZERO */
-#define XK_1 0x0031 /* U+0031 DIGIT ONE */
-#define XK_2 0x0032 /* U+0032 DIGIT TWO */
-#define XK_3 0x0033 /* U+0033 DIGIT THREE */
-#define XK_4 0x0034 /* U+0034 DIGIT FOUR */
-#define XK_5 0x0035 /* U+0035 DIGIT FIVE */
-#define XK_6 0x0036 /* U+0036 DIGIT SIX */
-#define XK_7 0x0037 /* U+0037 DIGIT SEVEN */
-#define XK_8 0x0038 /* U+0038 DIGIT EIGHT */
-#define XK_9 0x0039 /* U+0039 DIGIT NINE */
-#define XK_colon 0x003a /* U+003A COLON */
-#define XK_semicolon 0x003b /* U+003B SEMICOLON */
-#define XK_less 0x003c /* U+003C LESS-THAN SIGN */
-#define XK_equal 0x003d /* U+003D EQUALS SIGN */
-#define XK_greater 0x003e /* U+003E GREATER-THAN SIGN */
-#define XK_question 0x003f /* U+003F QUESTION MARK */
-#define XK_at 0x0040 /* U+0040 COMMERCIAL AT */
-#define XK_A 0x0041 /* U+0041 LATIN CAPITAL LETTER A */
-#define XK_B 0x0042 /* U+0042 LATIN CAPITAL LETTER B */
-#define XK_C 0x0043 /* U+0043 LATIN CAPITAL LETTER C */
-#define XK_D 0x0044 /* U+0044 LATIN CAPITAL LETTER D */
-#define XK_E 0x0045 /* U+0045 LATIN CAPITAL LETTER E */
-#define XK_F 0x0046 /* U+0046 LATIN CAPITAL LETTER F */
-#define XK_G 0x0047 /* U+0047 LATIN CAPITAL LETTER G */
-#define XK_H 0x0048 /* U+0048 LATIN CAPITAL LETTER H */
-#define XK_I 0x0049 /* U+0049 LATIN CAPITAL LETTER I */
-#define XK_J 0x004a /* U+004A LATIN CAPITAL LETTER J */
-#define XK_K 0x004b /* U+004B LATIN CAPITAL LETTER K */
-#define XK_L 0x004c /* U+004C LATIN CAPITAL LETTER L */
-#define XK_M 0x004d /* U+004D LATIN CAPITAL LETTER M */
-#define XK_N 0x004e /* U+004E LATIN CAPITAL LETTER N */
-#define XK_O 0x004f /* U+004F LATIN CAPITAL LETTER O */
-#define XK_P 0x0050 /* U+0050 LATIN CAPITAL LETTER P */
-#define XK_Q 0x0051 /* U+0051 LATIN CAPITAL LETTER Q */
-#define XK_R 0x0052 /* U+0052 LATIN CAPITAL LETTER R */
-#define XK_S 0x0053 /* U+0053 LATIN CAPITAL LETTER S */
-#define XK_T 0x0054 /* U+0054 LATIN CAPITAL LETTER T */
-#define XK_U 0x0055 /* U+0055 LATIN CAPITAL LETTER U */
-#define XK_V 0x0056 /* U+0056 LATIN CAPITAL LETTER V */
-#define XK_W 0x0057 /* U+0057 LATIN CAPITAL LETTER W */
-#define XK_X 0x0058 /* U+0058 LATIN CAPITAL LETTER X */
-#define XK_Y 0x0059 /* U+0059 LATIN CAPITAL LETTER Y */
-#define XK_Z 0x005a /* U+005A LATIN CAPITAL LETTER Z */
-#define XK_bracketleft 0x005b /* U+005B LEFT SQUARE BRACKET */
-#define XK_backslash 0x005c /* U+005C REVERSE SOLIDUS */
-#define XK_bracketright 0x005d /* U+005D RIGHT SQUARE BRACKET */
-#define XK_asciicircum 0x005e /* U+005E CIRCUMFLEX ACCENT */
-#define XK_underscore 0x005f /* U+005F LOW LINE */
-#define XK_grave 0x0060 /* U+0060 GRAVE ACCENT */
-#define XK_quoteleft 0x0060 /* deprecated */
-#define XK_a 0x0061 /* U+0061 LATIN SMALL LETTER A */
-#define XK_b 0x0062 /* U+0062 LATIN SMALL LETTER B */
-#define XK_c 0x0063 /* U+0063 LATIN SMALL LETTER C */
-#define XK_d 0x0064 /* U+0064 LATIN SMALL LETTER D */
-#define XK_e 0x0065 /* U+0065 LATIN SMALL LETTER E */
-#define XK_f 0x0066 /* U+0066 LATIN SMALL LETTER F */
-#define XK_g 0x0067 /* U+0067 LATIN SMALL LETTER G */
-#define XK_h 0x0068 /* U+0068 LATIN SMALL LETTER H */
-#define XK_i 0x0069 /* U+0069 LATIN SMALL LETTER I */
-#define XK_j 0x006a /* U+006A LATIN SMALL LETTER J */
-#define XK_k 0x006b /* U+006B LATIN SMALL LETTER K */
-#define XK_l 0x006c /* U+006C LATIN SMALL LETTER L */
-#define XK_m 0x006d /* U+006D LATIN SMALL LETTER M */
-#define XK_n 0x006e /* U+006E LATIN SMALL LETTER N */
-#define XK_o 0x006f /* U+006F LATIN SMALL LETTER O */
-#define XK_p 0x0070 /* U+0070 LATIN SMALL LETTER P */
-#define XK_q 0x0071 /* U+0071 LATIN SMALL LETTER Q */
-#define XK_r 0x0072 /* U+0072 LATIN SMALL LETTER R */
-#define XK_s 0x0073 /* U+0073 LATIN SMALL LETTER S */
-#define XK_t 0x0074 /* U+0074 LATIN SMALL LETTER T */
-#define XK_u 0x0075 /* U+0075 LATIN SMALL LETTER U */
-#define XK_v 0x0076 /* U+0076 LATIN SMALL LETTER V */
-#define XK_w 0x0077 /* U+0077 LATIN SMALL LETTER W */
-#define XK_x 0x0078 /* U+0078 LATIN SMALL LETTER X */
-#define XK_y 0x0079 /* U+0079 LATIN SMALL LETTER Y */
-#define XK_z 0x007a /* U+007A LATIN SMALL LETTER Z */
-#define XK_braceleft 0x007b /* U+007B LEFT CURLY BRACKET */
-#define XK_bar 0x007c /* U+007C VERTICAL LINE */
-#define XK_braceright 0x007d /* U+007D RIGHT CURLY BRACKET */
-#define XK_asciitilde 0x007e /* U+007E TILDE */
-
-#define XK_nobreakspace 0x00a0 /* U+00A0 NO-BREAK SPACE */
-#define XK_exclamdown 0x00a1 /* U+00A1 INVERTED EXCLAMATION MARK */
-#define XK_cent 0x00a2 /* U+00A2 CENT SIGN */
-#define XK_sterling 0x00a3 /* U+00A3 POUND SIGN */
-#define XK_currency 0x00a4 /* U+00A4 CURRENCY SIGN */
-#define XK_yen 0x00a5 /* U+00A5 YEN SIGN */
-#define XK_brokenbar 0x00a6 /* U+00A6 BROKEN BAR */
-#define XK_section 0x00a7 /* U+00A7 SECTION SIGN */
-#define XK_diaeresis 0x00a8 /* U+00A8 DIAERESIS */
-#define XK_copyright 0x00a9 /* U+00A9 COPYRIGHT SIGN */
-#define XK_ordfeminine 0x00aa /* U+00AA FEMININE ORDINAL INDICATOR */
-#define XK_guillemotleft 0x00ab /* U+00AB LEFT-POINTING DOUBLE ANGLE QUOTATION MARK */
-#define XK_notsign 0x00ac /* U+00AC NOT SIGN */
-#define XK_hyphen 0x00ad /* U+00AD SOFT HYPHEN */
-#define XK_registered 0x00ae /* U+00AE REGISTERED SIGN */
-#define XK_macron 0x00af /* U+00AF MACRON */
-#define XK_degree 0x00b0 /* U+00B0 DEGREE SIGN */
-#define XK_plusminus 0x00b1 /* U+00B1 PLUS-MINUS SIGN */
-#define XK_twosuperior 0x00b2 /* U+00B2 SUPERSCRIPT TWO */
-#define XK_threesuperior 0x00b3 /* U+00B3 SUPERSCRIPT THREE */
-#define XK_acute 0x00b4 /* U+00B4 ACUTE ACCENT */
-#define XK_mu 0x00b5 /* U+00B5 MICRO SIGN */
-#define XK_paragraph 0x00b6 /* U+00B6 PILCROW SIGN */
-#define XK_periodcentered 0x00b7 /* U+00B7 MIDDLE DOT */
-#define XK_cedilla 0x00b8 /* U+00B8 CEDILLA */
-#define XK_onesuperior 0x00b9 /* U+00B9 SUPERSCRIPT ONE */
-#define XK_masculine 0x00ba /* U+00BA MASCULINE ORDINAL INDICATOR */
-#define XK_guillemotright 0x00bb /* U+00BB RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK */
-#define XK_onequarter 0x00bc /* U+00BC VULGAR FRACTION ONE QUARTER */
-#define XK_onehalf 0x00bd /* U+00BD VULGAR FRACTION ONE HALF */
-#define XK_threequarters 0x00be /* U+00BE VULGAR FRACTION THREE QUARTERS */
-#define XK_questiondown 0x00bf /* U+00BF INVERTED QUESTION MARK */
-#define XK_Agrave 0x00c0 /* U+00C0 LATIN CAPITAL LETTER A WITH GRAVE */
-#define XK_Aacute 0x00c1 /* U+00C1 LATIN CAPITAL LETTER A WITH ACUTE */
-#define XK_Acircumflex 0x00c2 /* U+00C2 LATIN CAPITAL LETTER A WITH CIRCUMFLEX */
-#define XK_Atilde 0x00c3 /* U+00C3 LATIN CAPITAL LETTER A WITH TILDE */
-#define XK_Adiaeresis 0x00c4 /* U+00C4 LATIN CAPITAL LETTER A WITH DIAERESIS */
-#define XK_Aring 0x00c5 /* U+00C5 LATIN CAPITAL LETTER A WITH RING ABOVE */
-#define XK_AE 0x00c6 /* U+00C6 LATIN CAPITAL LETTER AE */
-#define XK_Ccedilla 0x00c7 /* U+00C7 LATIN CAPITAL LETTER C WITH CEDILLA */
-#define XK_Egrave 0x00c8 /* U+00C8 LATIN CAPITAL LETTER E WITH GRAVE */
-#define XK_Eacute 0x00c9 /* U+00C9 LATIN CAPITAL LETTER E WITH ACUTE */
-#define XK_Ecircumflex 0x00ca /* U+00CA LATIN CAPITAL LETTER E WITH CIRCUMFLEX */
-#define XK_Ediaeresis 0x00cb /* U+00CB LATIN CAPITAL LETTER E WITH DIAERESIS */
-#define XK_Igrave 0x00cc /* U+00CC LATIN CAPITAL LETTER I WITH GRAVE */
-#define XK_Iacute 0x00cd /* U+00CD LATIN CAPITAL LETTER I WITH ACUTE */
-#define XK_Icircumflex 0x00ce /* U+00CE LATIN CAPITAL LETTER I WITH CIRCUMFLEX */
-#define XK_Idiaeresis 0x00cf /* U+00CF LATIN CAPITAL LETTER I WITH DIAERESIS */
-#define XK_ETH 0x00d0 /* U+00D0 LATIN CAPITAL LETTER ETH */
-#define XK_Eth 0x00d0 /* deprecated */
-#define XK_Ntilde 0x00d1 /* U+00D1 LATIN CAPITAL LETTER N WITH TILDE */
-#define XK_Ograve 0x00d2 /* U+00D2 LATIN CAPITAL LETTER O WITH GRAVE */
-#define XK_Oacute 0x00d3 /* U+00D3 LATIN CAPITAL LETTER O WITH ACUTE */
-#define XK_Ocircumflex 0x00d4 /* U+00D4 LATIN CAPITAL LETTER O WITH CIRCUMFLEX */
-#define XK_Otilde 0x00d5 /* U+00D5 LATIN CAPITAL LETTER O WITH TILDE */
-#define XK_Odiaeresis 0x00d6 /* U+00D6 LATIN CAPITAL LETTER O WITH DIAERESIS */
-#define XK_multiply 0x00d7 /* U+00D7 MULTIPLICATION SIGN */
-#define XK_Oslash 0x00d8 /* U+00D8 LATIN CAPITAL LETTER O WITH STROKE */
-#define XK_Ooblique 0x00d8 /* U+00D8 LATIN CAPITAL LETTER O WITH STROKE */
-#define XK_Ugrave 0x00d9 /* U+00D9 LATIN CAPITAL LETTER U WITH GRAVE */
-#define XK_Uacute 0x00da /* U+00DA LATIN CAPITAL LETTER U WITH ACUTE */
-#define XK_Ucircumflex 0x00db /* U+00DB LATIN CAPITAL LETTER U WITH CIRCUMFLEX */
-#define XK_Udiaeresis 0x00dc /* U+00DC LATIN CAPITAL LETTER U WITH DIAERESIS */
-#define XK_Yacute 0x00dd /* U+00DD LATIN CAPITAL LETTER Y WITH ACUTE */
-#define XK_THORN 0x00de /* U+00DE LATIN CAPITAL LETTER THORN */
-#define XK_Thorn 0x00de /* deprecated */
-#define XK_ssharp 0x00df /* U+00DF LATIN SMALL LETTER SHARP S */
-#define XK_agrave 0x00e0 /* U+00E0 LATIN SMALL LETTER A WITH GRAVE */
-#define XK_aacute 0x00e1 /* U+00E1 LATIN SMALL LETTER A WITH ACUTE */
-#define XK_acircumflex 0x00e2 /* U+00E2 LATIN SMALL LETTER A WITH CIRCUMFLEX */
-#define XK_atilde 0x00e3 /* U+00E3 LATIN SMALL LETTER A WITH TILDE */
-#define XK_adiaeresis 0x00e4 /* U+00E4 LATIN SMALL LETTER A WITH DIAERESIS */
-#define XK_aring 0x00e5 /* U+00E5 LATIN SMALL LETTER A WITH RING ABOVE */
-#define XK_ae 0x00e6 /* U+00E6 LATIN SMALL LETTER AE */
-#define XK_ccedilla 0x00e7 /* U+00E7 LATIN SMALL LETTER C WITH CEDILLA */
-#define XK_egrave 0x00e8 /* U+00E8 LATIN SMALL LETTER E WITH GRAVE */
-#define XK_eacute 0x00e9 /* U+00E9 LATIN SMALL LETTER E WITH ACUTE */
-#define XK_ecircumflex 0x00ea /* U+00EA LATIN SMALL LETTER E WITH CIRCUMFLEX */
-#define XK_ediaeresis 0x00eb /* U+00EB LATIN SMALL LETTER E WITH DIAERESIS */
-#define XK_igrave 0x00ec /* U+00EC LATIN SMALL LETTER I WITH GRAVE */
-#define XK_iacute 0x00ed /* U+00ED LATIN SMALL LETTER I WITH ACUTE */
-#define XK_icircumflex 0x00ee /* U+00EE LATIN SMALL LETTER I WITH CIRCUMFLEX */
-#define XK_idiaeresis 0x00ef /* U+00EF LATIN SMALL LETTER I WITH DIAERESIS */
-#define XK_eth 0x00f0 /* U+00F0 LATIN SMALL LETTER ETH */
-#define XK_ntilde 0x00f1 /* U+00F1 LATIN SMALL LETTER N WITH TILDE */
-#define XK_ograve 0x00f2 /* U+00F2 LATIN SMALL LETTER O WITH GRAVE */
-#define XK_oacute 0x00f3 /* U+00F3 LATIN SMALL LETTER O WITH ACUTE */
-#define XK_ocircumflex 0x00f4 /* U+00F4 LATIN SMALL LETTER O WITH CIRCUMFLEX */
-#define XK_otilde 0x00f5 /* U+00F5 LATIN SMALL LETTER O WITH TILDE */
-#define XK_odiaeresis 0x00f6 /* U+00F6 LATIN SMALL LETTER O WITH DIAERESIS */
-#define XK_division 0x00f7 /* U+00F7 DIVISION SIGN */
-#define XK_oslash 0x00f8 /* U+00F8 LATIN SMALL LETTER O WITH STROKE */
-#define XK_ooblique 0x00f8 /* U+00F8 LATIN SMALL LETTER O WITH STROKE */
-#define XK_ugrave 0x00f9 /* U+00F9 LATIN SMALL LETTER U WITH GRAVE */
-#define XK_uacute 0x00fa /* U+00FA LATIN SMALL LETTER U WITH ACUTE */
-#define XK_ucircumflex 0x00fb /* U+00FB LATIN SMALL LETTER U WITH CIRCUMFLEX */
-#define XK_udiaeresis 0x00fc /* U+00FC LATIN SMALL LETTER U WITH DIAERESIS */
-#define XK_yacute 0x00fd /* U+00FD LATIN SMALL LETTER Y WITH ACUTE */
-#define XK_thorn 0x00fe /* U+00FE LATIN SMALL LETTER THORN */
-#define XK_ydiaeresis 0x00ff /* U+00FF LATIN SMALL LETTER Y WITH DIAERESIS */
-#endif /* XK_LATIN1 */
-
-/*
- * Latin 2
- * Byte 3 = 1
- */
-
-#ifdef XK_LATIN2
-#define XK_Aogonek 0x01a1 /* U+0104 LATIN CAPITAL LETTER A WITH OGONEK */
-#define XK_breve 0x01a2 /* U+02D8 BREVE */
-#define XK_Lstroke 0x01a3 /* U+0141 LATIN CAPITAL LETTER L WITH STROKE */
-#define XK_Lcaron 0x01a5 /* U+013D LATIN CAPITAL LETTER L WITH CARON */
-#define XK_Sacute 0x01a6 /* U+015A LATIN CAPITAL LETTER S WITH ACUTE */
-#define XK_Scaron 0x01a9 /* U+0160 LATIN CAPITAL LETTER S WITH CARON */
-#define XK_Scedilla 0x01aa /* U+015E LATIN CAPITAL LETTER S WITH CEDILLA */
-#define XK_Tcaron 0x01ab /* U+0164 LATIN CAPITAL LETTER T WITH CARON */
-#define XK_Zacute 0x01ac /* U+0179 LATIN CAPITAL LETTER Z WITH ACUTE */
-#define XK_Zcaron 0x01ae /* U+017D LATIN CAPITAL LETTER Z WITH CARON */
-#define XK_Zabovedot 0x01af /* U+017B LATIN CAPITAL LETTER Z WITH DOT ABOVE */
-#define XK_aogonek 0x01b1 /* U+0105 LATIN SMALL LETTER A WITH OGONEK */
-#define XK_ogonek 0x01b2 /* U+02DB OGONEK */
-#define XK_lstroke 0x01b3 /* U+0142 LATIN SMALL LETTER L WITH STROKE */
-#define XK_lcaron 0x01b5 /* U+013E LATIN SMALL LETTER L WITH CARON */
-#define XK_sacute 0x01b6 /* U+015B LATIN SMALL LETTER S WITH ACUTE */
-#define XK_caron 0x01b7 /* U+02C7 CARON */
-#define XK_scaron 0x01b9 /* U+0161 LATIN SMALL LETTER S WITH CARON */
-#define XK_scedilla 0x01ba /* U+015F LATIN SMALL LETTER S WITH CEDILLA */
-#define XK_tcaron 0x01bb /* U+0165 LATIN SMALL LETTER T WITH CARON */
-#define XK_zacute 0x01bc /* U+017A LATIN SMALL LETTER Z WITH ACUTE */
-#define XK_doubleacute 0x01bd /* U+02DD DOUBLE ACUTE ACCENT */
-#define XK_zcaron 0x01be /* U+017E LATIN SMALL LETTER Z WITH CARON */
-#define XK_zabovedot 0x01bf /* U+017C LATIN SMALL LETTER Z WITH DOT ABOVE */
-#define XK_Racute 0x01c0 /* U+0154 LATIN CAPITAL LETTER R WITH ACUTE */
-#define XK_Abreve 0x01c3 /* U+0102 LATIN CAPITAL LETTER A WITH BREVE */
-#define XK_Lacute 0x01c5 /* U+0139 LATIN CAPITAL LETTER L WITH ACUTE */
-#define XK_Cacute 0x01c6 /* U+0106 LATIN CAPITAL LETTER C WITH ACUTE */
-#define XK_Ccaron 0x01c8 /* U+010C LATIN CAPITAL LETTER C WITH CARON */
-#define XK_Eogonek 0x01ca /* U+0118 LATIN CAPITAL LETTER E WITH OGONEK */
-#define XK_Ecaron 0x01cc /* U+011A LATIN CAPITAL LETTER E WITH CARON */
-#define XK_Dcaron 0x01cf /* U+010E LATIN CAPITAL LETTER D WITH CARON */
-#define XK_Dstroke 0x01d0 /* U+0110 LATIN CAPITAL LETTER D WITH STROKE */
-#define XK_Nacute 0x01d1 /* U+0143 LATIN CAPITAL LETTER N WITH ACUTE */
-#define XK_Ncaron 0x01d2 /* U+0147 LATIN CAPITAL LETTER N WITH CARON */
-#define XK_Odoubleacute 0x01d5 /* U+0150 LATIN CAPITAL LETTER O WITH DOUBLE ACUTE */
-#define XK_Rcaron 0x01d8 /* U+0158 LATIN CAPITAL LETTER R WITH CARON */
-#define XK_Uring 0x01d9 /* U+016E LATIN CAPITAL LETTER U WITH RING ABOVE */
-#define XK_Udoubleacute 0x01db /* U+0170 LATIN CAPITAL LETTER U WITH DOUBLE ACUTE */
-#define XK_Tcedilla 0x01de /* U+0162 LATIN CAPITAL LETTER T WITH CEDILLA */
-#define XK_racute 0x01e0 /* U+0155 LATIN SMALL LETTER R WITH ACUTE */
-#define XK_abreve 0x01e3 /* U+0103 LATIN SMALL LETTER A WITH BREVE */
-#define XK_lacute 0x01e5 /* U+013A LATIN SMALL LETTER L WITH ACUTE */
-#define XK_cacute 0x01e6 /* U+0107 LATIN SMALL LETTER C WITH ACUTE */
-#define XK_ccaron 0x01e8 /* U+010D LATIN SMALL LETTER C WITH CARON */
-#define XK_eogonek 0x01ea /* U+0119 LATIN SMALL LETTER E WITH OGONEK */
-#define XK_ecaron 0x01ec /* U+011B LATIN SMALL LETTER E WITH CARON */
-#define XK_dcaron 0x01ef /* U+010F LATIN SMALL LETTER D WITH CARON */
-#define XK_dstroke 0x01f0 /* U+0111 LATIN SMALL LETTER D WITH STROKE */
-#define XK_nacute 0x01f1 /* U+0144 LATIN SMALL LETTER N WITH ACUTE */
-#define XK_ncaron 0x01f2 /* U+0148 LATIN SMALL LETTER N WITH CARON */
-#define XK_odoubleacute 0x01f5 /* U+0151 LATIN SMALL LETTER O WITH DOUBLE ACUTE */
-#define XK_udoubleacute 0x01fb /* U+0171 LATIN SMALL LETTER U WITH DOUBLE ACUTE */
-#define XK_rcaron 0x01f8 /* U+0159 LATIN SMALL LETTER R WITH CARON */
-#define XK_uring 0x01f9 /* U+016F LATIN SMALL LETTER U WITH RING ABOVE */
-#define XK_tcedilla 0x01fe /* U+0163 LATIN SMALL LETTER T WITH CEDILLA */
-#define XK_abovedot 0x01ff /* U+02D9 DOT ABOVE */
-#endif /* XK_LATIN2 */
-
-/*
- * Latin 3
- * Byte 3 = 2
- */
-
-#ifdef XK_LATIN3
-#define XK_Hstroke 0x02a1 /* U+0126 LATIN CAPITAL LETTER H WITH STROKE */
-#define XK_Hcircumflex 0x02a6 /* U+0124 LATIN CAPITAL LETTER H WITH CIRCUMFLEX */
-#define XK_Iabovedot 0x02a9 /* U+0130 LATIN CAPITAL LETTER I WITH DOT ABOVE */
-#define XK_Gbreve 0x02ab /* U+011E LATIN CAPITAL LETTER G WITH BREVE */
-#define XK_Jcircumflex 0x02ac /* U+0134 LATIN CAPITAL LETTER J WITH CIRCUMFLEX */
-#define XK_hstroke 0x02b1 /* U+0127 LATIN SMALL LETTER H WITH STROKE */
-#define XK_hcircumflex 0x02b6 /* U+0125 LATIN SMALL LETTER H WITH CIRCUMFLEX */
-#define XK_idotless 0x02b9 /* U+0131 LATIN SMALL LETTER DOTLESS I */
-#define XK_gbreve 0x02bb /* U+011F LATIN SMALL LETTER G WITH BREVE */
-#define XK_jcircumflex 0x02bc /* U+0135 LATIN SMALL LETTER J WITH CIRCUMFLEX */
-#define XK_Cabovedot 0x02c5 /* U+010A LATIN CAPITAL LETTER C WITH DOT ABOVE */
-#define XK_Ccircumflex 0x02c6 /* U+0108 LATIN CAPITAL LETTER C WITH CIRCUMFLEX */
-#define XK_Gabovedot 0x02d5 /* U+0120 LATIN CAPITAL LETTER G WITH DOT ABOVE */
-#define XK_Gcircumflex 0x02d8 /* U+011C LATIN CAPITAL LETTER G WITH CIRCUMFLEX */
-#define XK_Ubreve 0x02dd /* U+016C LATIN CAPITAL LETTER U WITH BREVE */
-#define XK_Scircumflex 0x02de /* U+015C LATIN CAPITAL LETTER S WITH CIRCUMFLEX */
-#define XK_cabovedot 0x02e5 /* U+010B LATIN SMALL LETTER C WITH DOT ABOVE */
-#define XK_ccircumflex 0x02e6 /* U+0109 LATIN SMALL LETTER C WITH CIRCUMFLEX */
-#define XK_gabovedot 0x02f5 /* U+0121 LATIN SMALL LETTER G WITH DOT ABOVE */
-#define XK_gcircumflex 0x02f8 /* U+011D LATIN SMALL LETTER G WITH CIRCUMFLEX */
-#define XK_ubreve 0x02fd /* U+016D LATIN SMALL LETTER U WITH BREVE */
-#define XK_scircumflex 0x02fe /* U+015D LATIN SMALL LETTER S WITH CIRCUMFLEX */
-#endif /* XK_LATIN3 */
-
-
-/*
- * Latin 4
- * Byte 3 = 3
- */
-
-#ifdef XK_LATIN4
-#define XK_kra 0x03a2 /* U+0138 LATIN SMALL LETTER KRA */
-#define XK_kappa 0x03a2 /* deprecated */
-#define XK_Rcedilla 0x03a3 /* U+0156 LATIN CAPITAL LETTER R WITH CEDILLA */
-#define XK_Itilde 0x03a5 /* U+0128 LATIN CAPITAL LETTER I WITH TILDE */
-#define XK_Lcedilla 0x03a6 /* U+013B LATIN CAPITAL LETTER L WITH CEDILLA */
-#define XK_Emacron 0x03aa /* U+0112 LATIN CAPITAL LETTER E WITH MACRON */
-#define XK_Gcedilla 0x03ab /* U+0122 LATIN CAPITAL LETTER G WITH CEDILLA */
-#define XK_Tslash 0x03ac /* U+0166 LATIN CAPITAL LETTER T WITH STROKE */
-#define XK_rcedilla 0x03b3 /* U+0157 LATIN SMALL LETTER R WITH CEDILLA */
-#define XK_itilde 0x03b5 /* U+0129 LATIN SMALL LETTER I WITH TILDE */
-#define XK_lcedilla 0x03b6 /* U+013C LATIN SMALL LETTER L WITH CEDILLA */
-#define XK_emacron 0x03ba /* U+0113 LATIN SMALL LETTER E WITH MACRON */
-#define XK_gcedilla 0x03bb /* U+0123 LATIN SMALL LETTER G WITH CEDILLA */
-#define XK_tslash 0x03bc /* U+0167 LATIN SMALL LETTER T WITH STROKE */
-#define XK_ENG 0x03bd /* U+014A LATIN CAPITAL LETTER ENG */
-#define XK_eng 0x03bf /* U+014B LATIN SMALL LETTER ENG */
-#define XK_Amacron 0x03c0 /* U+0100 LATIN CAPITAL LETTER A WITH MACRON */
-#define XK_Iogonek 0x03c7 /* U+012E LATIN CAPITAL LETTER I WITH OGONEK */
-#define XK_Eabovedot 0x03cc /* U+0116 LATIN CAPITAL LETTER E WITH DOT ABOVE */
-#define XK_Imacron 0x03cf /* U+012A LATIN CAPITAL LETTER I WITH MACRON */
-#define XK_Ncedilla 0x03d1 /* U+0145 LATIN CAPITAL LETTER N WITH CEDILLA */
-#define XK_Omacron 0x03d2 /* U+014C LATIN CAPITAL LETTER O WITH MACRON */
-#define XK_Kcedilla 0x03d3 /* U+0136 LATIN CAPITAL LETTER K WITH CEDILLA */
-#define XK_Uogonek 0x03d9 /* U+0172 LATIN CAPITAL LETTER U WITH OGONEK */
-#define XK_Utilde 0x03dd /* U+0168 LATIN CAPITAL LETTER U WITH TILDE */
-#define XK_Umacron 0x03de /* U+016A LATIN CAPITAL LETTER U WITH MACRON */
-#define XK_amacron 0x03e0 /* U+0101 LATIN SMALL LETTER A WITH MACRON */
-#define XK_iogonek 0x03e7 /* U+012F LATIN SMALL LETTER I WITH OGONEK */
-#define XK_eabovedot 0x03ec /* U+0117 LATIN SMALL LETTER E WITH DOT ABOVE */
-#define XK_imacron 0x03ef /* U+012B LATIN SMALL LETTER I WITH MACRON */
-#define XK_ncedilla 0x03f1 /* U+0146 LATIN SMALL LETTER N WITH CEDILLA */
-#define XK_omacron 0x03f2 /* U+014D LATIN SMALL LETTER O WITH MACRON */
-#define XK_kcedilla 0x03f3 /* U+0137 LATIN SMALL LETTER K WITH CEDILLA */
-#define XK_uogonek 0x03f9 /* U+0173 LATIN SMALL LETTER U WITH OGONEK */
-#define XK_utilde 0x03fd /* U+0169 LATIN SMALL LETTER U WITH TILDE */
-#define XK_umacron 0x03fe /* U+016B LATIN SMALL LETTER U WITH MACRON */
-#endif /* XK_LATIN4 */
-
-/*
- * Latin 8
- */
-#ifdef XK_LATIN8
-#define XK_Babovedot 0x1001e02 /* U+1E02 LATIN CAPITAL LETTER B WITH DOT ABOVE */
-#define XK_babovedot 0x1001e03 /* U+1E03 LATIN SMALL LETTER B WITH DOT ABOVE */
-#define XK_Dabovedot 0x1001e0a /* U+1E0A LATIN CAPITAL LETTER D WITH DOT ABOVE */
-#define XK_Wgrave 0x1001e80 /* U+1E80 LATIN CAPITAL LETTER W WITH GRAVE */
-#define XK_Wacute 0x1001e82 /* U+1E82 LATIN CAPITAL LETTER W WITH ACUTE */
-#define XK_dabovedot 0x1001e0b /* U+1E0B LATIN SMALL LETTER D WITH DOT ABOVE */
-#define XK_Ygrave 0x1001ef2 /* U+1EF2 LATIN CAPITAL LETTER Y WITH GRAVE */
-#define XK_Fabovedot 0x1001e1e /* U+1E1E LATIN CAPITAL LETTER F WITH DOT ABOVE */
-#define XK_fabovedot 0x1001e1f /* U+1E1F LATIN SMALL LETTER F WITH DOT ABOVE */
-#define XK_Mabovedot 0x1001e40 /* U+1E40 LATIN CAPITAL LETTER M WITH DOT ABOVE */
-#define XK_mabovedot 0x1001e41 /* U+1E41 LATIN SMALL LETTER M WITH DOT ABOVE */
-#define XK_Pabovedot 0x1001e56 /* U+1E56 LATIN CAPITAL LETTER P WITH DOT ABOVE */
-#define XK_wgrave 0x1001e81 /* U+1E81 LATIN SMALL LETTER W WITH GRAVE */
-#define XK_pabovedot 0x1001e57 /* U+1E57 LATIN SMALL LETTER P WITH DOT ABOVE */
-#define XK_wacute 0x1001e83 /* U+1E83 LATIN SMALL LETTER W WITH ACUTE */
-#define XK_Sabovedot 0x1001e60 /* U+1E60 LATIN CAPITAL LETTER S WITH DOT ABOVE */
-#define XK_ygrave 0x1001ef3 /* U+1EF3 LATIN SMALL LETTER Y WITH GRAVE */
-#define XK_Wdiaeresis 0x1001e84 /* U+1E84 LATIN CAPITAL LETTER W WITH DIAERESIS */
-#define XK_wdiaeresis 0x1001e85 /* U+1E85 LATIN SMALL LETTER W WITH DIAERESIS */
-#define XK_sabovedot 0x1001e61 /* U+1E61 LATIN SMALL LETTER S WITH DOT ABOVE */
-#define XK_Wcircumflex 0x1000174 /* U+0174 LATIN CAPITAL LETTER W WITH CIRCUMFLEX */
-#define XK_Tabovedot 0x1001e6a /* U+1E6A LATIN CAPITAL LETTER T WITH DOT ABOVE */
-#define XK_Ycircumflex 0x1000176 /* U+0176 LATIN CAPITAL LETTER Y WITH CIRCUMFLEX */
-#define XK_wcircumflex 0x1000175 /* U+0175 LATIN SMALL LETTER W WITH CIRCUMFLEX */
-#define XK_tabovedot 0x1001e6b /* U+1E6B LATIN SMALL LETTER T WITH DOT ABOVE */
-#define XK_ycircumflex 0x1000177 /* U+0177 LATIN SMALL LETTER Y WITH CIRCUMFLEX */
-#endif /* XK_LATIN8 */
-
-/*
- * Latin 9
- * Byte 3 = 0x13
- */
-
-#ifdef XK_LATIN9
-#define XK_OE 0x13bc /* U+0152 LATIN CAPITAL LIGATURE OE */
-#define XK_oe 0x13bd /* U+0153 LATIN SMALL LIGATURE OE */
-#define XK_Ydiaeresis 0x13be /* U+0178 LATIN CAPITAL LETTER Y WITH DIAERESIS */
-#endif /* XK_LATIN9 */
-
-/*
- * Katakana
- * Byte 3 = 4
- */
-
-#ifdef XK_KATAKANA
-#define XK_overline 0x047e /* U+203E OVERLINE */
-#define XK_kana_fullstop 0x04a1 /* U+3002 IDEOGRAPHIC FULL STOP */
-#define XK_kana_openingbracket 0x04a2 /* U+300C LEFT CORNER BRACKET */
-#define XK_kana_closingbracket 0x04a3 /* U+300D RIGHT CORNER BRACKET */
-#define XK_kana_comma 0x04a4 /* U+3001 IDEOGRAPHIC COMMA */
-#define XK_kana_conjunctive 0x04a5 /* U+30FB KATAKANA MIDDLE DOT */
-#define XK_kana_middledot 0x04a5 /* deprecated */
-#define XK_kana_WO 0x04a6 /* U+30F2 KATAKANA LETTER WO */
-#define XK_kana_a 0x04a7 /* U+30A1 KATAKANA LETTER SMALL A */
-#define XK_kana_i 0x04a8 /* U+30A3 KATAKANA LETTER SMALL I */
-#define XK_kana_u 0x04a9 /* U+30A5 KATAKANA LETTER SMALL U */
-#define XK_kana_e 0x04aa /* U+30A7 KATAKANA LETTER SMALL E */
-#define XK_kana_o 0x04ab /* U+30A9 KATAKANA LETTER SMALL O */
-#define XK_kana_ya 0x04ac /* U+30E3 KATAKANA LETTER SMALL YA */
-#define XK_kana_yu 0x04ad /* U+30E5 KATAKANA LETTER SMALL YU */
-#define XK_kana_yo 0x04ae /* U+30E7 KATAKANA LETTER SMALL YO */
-#define XK_kana_tsu 0x04af /* U+30C3 KATAKANA LETTER SMALL TU */
-#define XK_kana_tu 0x04af /* deprecated */
-#define XK_prolongedsound 0x04b0 /* U+30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK */
-#define XK_kana_A 0x04b1 /* U+30A2 KATAKANA LETTER A */
-#define XK_kana_I 0x04b2 /* U+30A4 KATAKANA LETTER I */
-#define XK_kana_U 0x04b3 /* U+30A6 KATAKANA LETTER U */
-#define XK_kana_E 0x04b4 /* U+30A8 KATAKANA LETTER E */
-#define XK_kana_O 0x04b5 /* U+30AA KATAKANA LETTER O */
-#define XK_kana_KA 0x04b6 /* U+30AB KATAKANA LETTER KA */
-#define XK_kana_KI 0x04b7 /* U+30AD KATAKANA LETTER KI */
-#define XK_kana_KU 0x04b8 /* U+30AF KATAKANA LETTER KU */
-#define XK_kana_KE 0x04b9 /* U+30B1 KATAKANA LETTER KE */
-#define XK_kana_KO 0x04ba /* U+30B3 KATAKANA LETTER KO */
-#define XK_kana_SA 0x04bb /* U+30B5 KATAKANA LETTER SA */
-#define XK_kana_SHI 0x04bc /* U+30B7 KATAKANA LETTER SI */
-#define XK_kana_SU 0x04bd /* U+30B9 KATAKANA LETTER SU */
-#define XK_kana_SE 0x04be /* U+30BB KATAKANA LETTER SE */
-#define XK_kana_SO 0x04bf /* U+30BD KATAKANA LETTER SO */
-#define XK_kana_TA 0x04c0 /* U+30BF KATAKANA LETTER TA */
-#define XK_kana_CHI 0x04c1 /* U+30C1 KATAKANA LETTER TI */
-#define XK_kana_TI 0x04c1 /* deprecated */
-#define XK_kana_TSU 0x04c2 /* U+30C4 KATAKANA LETTER TU */
-#define XK_kana_TU 0x04c2 /* deprecated */
-#define XK_kana_TE 0x04c3 /* U+30C6 KATAKANA LETTER TE */
-#define XK_kana_TO 0x04c4 /* U+30C8 KATAKANA LETTER TO */
-#define XK_kana_NA 0x04c5 /* U+30CA KATAKANA LETTER NA */
-#define XK_kana_NI 0x04c6 /* U+30CB KATAKANA LETTER NI */
-#define XK_kana_NU 0x04c7 /* U+30CC KATAKANA LETTER NU */
-#define XK_kana_NE 0x04c8 /* U+30CD KATAKANA LETTER NE */
-#define XK_kana_NO 0x04c9 /* U+30CE KATAKANA LETTER NO */
-#define XK_kana_HA 0x04ca /* U+30CF KATAKANA LETTER HA */
-#define XK_kana_HI 0x04cb /* U+30D2 KATAKANA LETTER HI */
-#define XK_kana_FU 0x04cc /* U+30D5 KATAKANA LETTER HU */
-#define XK_kana_HU 0x04cc /* deprecated */
-#define XK_kana_HE 0x04cd /* U+30D8 KATAKANA LETTER HE */
-#define XK_kana_HO 0x04ce /* U+30DB KATAKANA LETTER HO */
-#define XK_kana_MA 0x04cf /* U+30DE KATAKANA LETTER MA */
-#define XK_kana_MI 0x04d0 /* U+30DF KATAKANA LETTER MI */
-#define XK_kana_MU 0x04d1 /* U+30E0 KATAKANA LETTER MU */
-#define XK_kana_ME 0x04d2 /* U+30E1 KATAKANA LETTER ME */
-#define XK_kana_MO 0x04d3 /* U+30E2 KATAKANA LETTER MO */
-#define XK_kana_YA 0x04d4 /* U+30E4 KATAKANA LETTER YA */
-#define XK_kana_YU 0x04d5 /* U+30E6 KATAKANA LETTER YU */
-#define XK_kana_YO 0x04d6 /* U+30E8 KATAKANA LETTER YO */
-#define XK_kana_RA 0x04d7 /* U+30E9 KATAKANA LETTER RA */
-#define XK_kana_RI 0x04d8 /* U+30EA KATAKANA LETTER RI */
-#define XK_kana_RU 0x04d9 /* U+30EB KATAKANA LETTER RU */
-#define XK_kana_RE 0x04da /* U+30EC KATAKANA LETTER RE */
-#define XK_kana_RO 0x04db /* U+30ED KATAKANA LETTER RO */
-#define XK_kana_WA 0x04dc /* U+30EF KATAKANA LETTER WA */
-#define XK_kana_N 0x04dd /* U+30F3 KATAKANA LETTER N */
-#define XK_voicedsound 0x04de /* U+309B KATAKANA-HIRAGANA VOICED SOUND MARK */
-#define XK_semivoicedsound 0x04df /* U+309C KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK */
-#define XK_kana_switch 0xff7e /* Alias for mode_switch */
-#endif /* XK_KATAKANA */
-
-/*
- * Arabic
- * Byte 3 = 5
- */
-
-#ifdef XK_ARABIC
-#define XK_Farsi_0 0x10006f0 /* U+06F0 EXTENDED ARABIC-INDIC DIGIT ZERO */
-#define XK_Farsi_1 0x10006f1 /* U+06F1 EXTENDED ARABIC-INDIC DIGIT ONE */
-#define XK_Farsi_2 0x10006f2 /* U+06F2 EXTENDED ARABIC-INDIC DIGIT TWO */
-#define XK_Farsi_3 0x10006f3 /* U+06F3 EXTENDED ARABIC-INDIC DIGIT THREE */
-#define XK_Farsi_4 0x10006f4 /* U+06F4 EXTENDED ARABIC-INDIC DIGIT FOUR */
-#define XK_Farsi_5 0x10006f5 /* U+06F5 EXTENDED ARABIC-INDIC DIGIT FIVE */
-#define XK_Farsi_6 0x10006f6 /* U+06F6 EXTENDED ARABIC-INDIC DIGIT SIX */
-#define XK_Farsi_7 0x10006f7 /* U+06F7 EXTENDED ARABIC-INDIC DIGIT SEVEN */
-#define XK_Farsi_8 0x10006f8 /* U+06F8 EXTENDED ARABIC-INDIC DIGIT EIGHT */
-#define XK_Farsi_9 0x10006f9 /* U+06F9 EXTENDED ARABIC-INDIC DIGIT NINE */
-#define XK_Arabic_percent 0x100066a /* U+066A ARABIC PERCENT SIGN */
-#define XK_Arabic_superscript_alef 0x1000670 /* U+0670 ARABIC LETTER SUPERSCRIPT ALEF */
-#define XK_Arabic_tteh 0x1000679 /* U+0679 ARABIC LETTER TTEH */
-#define XK_Arabic_peh 0x100067e /* U+067E ARABIC LETTER PEH */
-#define XK_Arabic_tcheh 0x1000686 /* U+0686 ARABIC LETTER TCHEH */
-#define XK_Arabic_ddal 0x1000688 /* U+0688 ARABIC LETTER DDAL */
-#define XK_Arabic_rreh 0x1000691 /* U+0691 ARABIC LETTER RREH */
-#define XK_Arabic_comma 0x05ac /* U+060C ARABIC COMMA */
-#define XK_Arabic_fullstop 0x10006d4 /* U+06D4 ARABIC FULL STOP */
-#define XK_Arabic_0 0x1000660 /* U+0660 ARABIC-INDIC DIGIT ZERO */
-#define XK_Arabic_1 0x1000661 /* U+0661 ARABIC-INDIC DIGIT ONE */
-#define XK_Arabic_2 0x1000662 /* U+0662 ARABIC-INDIC DIGIT TWO */
-#define XK_Arabic_3 0x1000663 /* U+0663 ARABIC-INDIC DIGIT THREE */
-#define XK_Arabic_4 0x1000664 /* U+0664 ARABIC-INDIC DIGIT FOUR */
-#define XK_Arabic_5 0x1000665 /* U+0665 ARABIC-INDIC DIGIT FIVE */
-#define XK_Arabic_6 0x1000666 /* U+0666 ARABIC-INDIC DIGIT SIX */
-#define XK_Arabic_7 0x1000667 /* U+0667 ARABIC-INDIC DIGIT SEVEN */
-#define XK_Arabic_8 0x1000668 /* U+0668 ARABIC-INDIC DIGIT EIGHT */
-#define XK_Arabic_9 0x1000669 /* U+0669 ARABIC-INDIC DIGIT NINE */
-#define XK_Arabic_semicolon 0x05bb /* U+061B ARABIC SEMICOLON */
-#define XK_Arabic_question_mark 0x05bf /* U+061F ARABIC QUESTION MARK */
-#define XK_Arabic_hamza 0x05c1 /* U+0621 ARABIC LETTER HAMZA */
-#define XK_Arabic_maddaonalef 0x05c2 /* U+0622 ARABIC LETTER ALEF WITH MADDA ABOVE */
-#define XK_Arabic_hamzaonalef 0x05c3 /* U+0623 ARABIC LETTER ALEF WITH HAMZA ABOVE */
-#define XK_Arabic_hamzaonwaw 0x05c4 /* U+0624 ARABIC LETTER WAW WITH HAMZA ABOVE */
-#define XK_Arabic_hamzaunderalef 0x05c5 /* U+0625 ARABIC LETTER ALEF WITH HAMZA BELOW */
-#define XK_Arabic_hamzaonyeh 0x05c6 /* U+0626 ARABIC LETTER YEH WITH HAMZA ABOVE */
-#define XK_Arabic_alef 0x05c7 /* U+0627 ARABIC LETTER ALEF */
-#define XK_Arabic_beh 0x05c8 /* U+0628 ARABIC LETTER BEH */
-#define XK_Arabic_tehmarbuta 0x05c9 /* U+0629 ARABIC LETTER TEH MARBUTA */
-#define XK_Arabic_teh 0x05ca /* U+062A ARABIC LETTER TEH */
-#define XK_Arabic_theh 0x05cb /* U+062B ARABIC LETTER THEH */
-#define XK_Arabic_jeem 0x05cc /* U+062C ARABIC LETTER JEEM */
-#define XK_Arabic_hah 0x05cd /* U+062D ARABIC LETTER HAH */
-#define XK_Arabic_khah 0x05ce /* U+062E ARABIC LETTER KHAH */
-#define XK_Arabic_dal 0x05cf /* U+062F ARABIC LETTER DAL */
-#define XK_Arabic_thal 0x05d0 /* U+0630 ARABIC LETTER THAL */
-#define XK_Arabic_ra 0x05d1 /* U+0631 ARABIC LETTER REH */
-#define XK_Arabic_zain 0x05d2 /* U+0632 ARABIC LETTER ZAIN */
-#define XK_Arabic_seen 0x05d3 /* U+0633 ARABIC LETTER SEEN */
-#define XK_Arabic_sheen 0x05d4 /* U+0634 ARABIC LETTER SHEEN */
-#define XK_Arabic_sad 0x05d5 /* U+0635 ARABIC LETTER SAD */
-#define XK_Arabic_dad 0x05d6 /* U+0636 ARABIC LETTER DAD */
-#define XK_Arabic_tah 0x05d7 /* U+0637 ARABIC LETTER TAH */
-#define XK_Arabic_zah 0x05d8 /* U+0638 ARABIC LETTER ZAH */
-#define XK_Arabic_ain 0x05d9 /* U+0639 ARABIC LETTER AIN */
-#define XK_Arabic_ghain 0x05da /* U+063A ARABIC LETTER GHAIN */
-#define XK_Arabic_tatweel 0x05e0 /* U+0640 ARABIC TATWEEL */
-#define XK_Arabic_feh 0x05e1 /* U+0641 ARABIC LETTER FEH */
-#define XK_Arabic_qaf 0x05e2 /* U+0642 ARABIC LETTER QAF */
-#define XK_Arabic_kaf 0x05e3 /* U+0643 ARABIC LETTER KAF */
-#define XK_Arabic_lam 0x05e4 /* U+0644 ARABIC LETTER LAM */
-#define XK_Arabic_meem 0x05e5 /* U+0645 ARABIC LETTER MEEM */
-#define XK_Arabic_noon 0x05e6 /* U+0646 ARABIC LETTER NOON */
-#define XK_Arabic_ha 0x05e7 /* U+0647 ARABIC LETTER HEH */
-#define XK_Arabic_heh 0x05e7 /* deprecated */
-#define XK_Arabic_waw 0x05e8 /* U+0648 ARABIC LETTER WAW */
-#define XK_Arabic_alefmaksura 0x05e9 /* U+0649 ARABIC LETTER ALEF MAKSURA */
-#define XK_Arabic_yeh 0x05ea /* U+064A ARABIC LETTER YEH */
-#define XK_Arabic_fathatan 0x05eb /* U+064B ARABIC FATHATAN */
-#define XK_Arabic_dammatan 0x05ec /* U+064C ARABIC DAMMATAN */
-#define XK_Arabic_kasratan 0x05ed /* U+064D ARABIC KASRATAN */
-#define XK_Arabic_fatha 0x05ee /* U+064E ARABIC FATHA */
-#define XK_Arabic_damma 0x05ef /* U+064F ARABIC DAMMA */
-#define XK_Arabic_kasra 0x05f0 /* U+0650 ARABIC KASRA */
-#define XK_Arabic_shadda 0x05f1 /* U+0651 ARABIC SHADDA */
-#define XK_Arabic_sukun 0x05f2 /* U+0652 ARABIC SUKUN */
-#define XK_Arabic_madda_above 0x1000653 /* U+0653 ARABIC MADDAH ABOVE */
-#define XK_Arabic_hamza_above 0x1000654 /* U+0654 ARABIC HAMZA ABOVE */
-#define XK_Arabic_hamza_below 0x1000655 /* U+0655 ARABIC HAMZA BELOW */
-#define XK_Arabic_jeh 0x1000698 /* U+0698 ARABIC LETTER JEH */
-#define XK_Arabic_veh 0x10006a4 /* U+06A4 ARABIC LETTER VEH */
-#define XK_Arabic_keheh 0x10006a9 /* U+06A9 ARABIC LETTER KEHEH */
-#define XK_Arabic_gaf 0x10006af /* U+06AF ARABIC LETTER GAF */
-#define XK_Arabic_noon_ghunna 0x10006ba /* U+06BA ARABIC LETTER NOON GHUNNA */
-#define XK_Arabic_heh_doachashmee 0x10006be /* U+06BE ARABIC LETTER HEH DOACHASHMEE */
-#define XK_Farsi_yeh 0x10006cc /* U+06CC ARABIC LETTER FARSI YEH */
-#define XK_Arabic_farsi_yeh 0x10006cc /* U+06CC ARABIC LETTER FARSI YEH */
-#define XK_Arabic_yeh_baree 0x10006d2 /* U+06D2 ARABIC LETTER YEH BARREE */
-#define XK_Arabic_heh_goal 0x10006c1 /* U+06C1 ARABIC LETTER HEH GOAL */
-#define XK_Arabic_switch 0xff7e /* Alias for mode_switch */
-#endif /* XK_ARABIC */
-
-/*
- * Cyrillic
- * Byte 3 = 6
- */
-#ifdef XK_CYRILLIC
-#define XK_Cyrillic_GHE_bar 0x1000492 /* U+0492 CYRILLIC CAPITAL LETTER GHE WITH STROKE */
-#define XK_Cyrillic_ghe_bar 0x1000493 /* U+0493 CYRILLIC SMALL LETTER GHE WITH STROKE */
-#define XK_Cyrillic_ZHE_descender 0x1000496 /* U+0496 CYRILLIC CAPITAL LETTER ZHE WITH DESCENDER */
-#define XK_Cyrillic_zhe_descender 0x1000497 /* U+0497 CYRILLIC SMALL LETTER ZHE WITH DESCENDER */
-#define XK_Cyrillic_KA_descender 0x100049a /* U+049A CYRILLIC CAPITAL LETTER KA WITH DESCENDER */
-#define XK_Cyrillic_ka_descender 0x100049b /* U+049B CYRILLIC SMALL LETTER KA WITH DESCENDER */
-#define XK_Cyrillic_KA_vertstroke 0x100049c /* U+049C CYRILLIC CAPITAL LETTER KA WITH VERTICAL STROKE */
-#define XK_Cyrillic_ka_vertstroke 0x100049d /* U+049D CYRILLIC SMALL LETTER KA WITH VERTICAL STROKE */
-#define XK_Cyrillic_EN_descender 0x10004a2 /* U+04A2 CYRILLIC CAPITAL LETTER EN WITH DESCENDER */
-#define XK_Cyrillic_en_descender 0x10004a3 /* U+04A3 CYRILLIC SMALL LETTER EN WITH DESCENDER */
-#define XK_Cyrillic_U_straight 0x10004ae /* U+04AE CYRILLIC CAPITAL LETTER STRAIGHT U */
-#define XK_Cyrillic_u_straight 0x10004af /* U+04AF CYRILLIC SMALL LETTER STRAIGHT U */
-#define XK_Cyrillic_U_straight_bar 0x10004b0 /* U+04B0 CYRILLIC CAPITAL LETTER STRAIGHT U WITH STROKE */
-#define XK_Cyrillic_u_straight_bar 0x10004b1 /* U+04B1 CYRILLIC SMALL LETTER STRAIGHT U WITH STROKE */
-#define XK_Cyrillic_HA_descender 0x10004b2 /* U+04B2 CYRILLIC CAPITAL LETTER HA WITH DESCENDER */
-#define XK_Cyrillic_ha_descender 0x10004b3 /* U+04B3 CYRILLIC SMALL LETTER HA WITH DESCENDER */
-#define XK_Cyrillic_CHE_descender 0x10004b6 /* U+04B6 CYRILLIC CAPITAL LETTER CHE WITH DESCENDER */
-#define XK_Cyrillic_che_descender 0x10004b7 /* U+04B7 CYRILLIC SMALL LETTER CHE WITH DESCENDER */
-#define XK_Cyrillic_CHE_vertstroke 0x10004b8 /* U+04B8 CYRILLIC CAPITAL LETTER CHE WITH VERTICAL STROKE */
-#define XK_Cyrillic_che_vertstroke 0x10004b9 /* U+04B9 CYRILLIC SMALL LETTER CHE WITH VERTICAL STROKE */
-#define XK_Cyrillic_SHHA 0x10004ba /* U+04BA CYRILLIC CAPITAL LETTER SHHA */
-#define XK_Cyrillic_shha 0x10004bb /* U+04BB CYRILLIC SMALL LETTER SHHA */
-
-#define XK_Cyrillic_SCHWA 0x10004d8 /* U+04D8 CYRILLIC CAPITAL LETTER SCHWA */
-#define XK_Cyrillic_schwa 0x10004d9 /* U+04D9 CYRILLIC SMALL LETTER SCHWA */
-#define XK_Cyrillic_I_macron 0x10004e2 /* U+04E2 CYRILLIC CAPITAL LETTER I WITH MACRON */
-#define XK_Cyrillic_i_macron 0x10004e3 /* U+04E3 CYRILLIC SMALL LETTER I WITH MACRON */
-#define XK_Cyrillic_O_bar 0x10004e8 /* U+04E8 CYRILLIC CAPITAL LETTER BARRED O */
-#define XK_Cyrillic_o_bar 0x10004e9 /* U+04E9 CYRILLIC SMALL LETTER BARRED O */
-#define XK_Cyrillic_U_macron 0x10004ee /* U+04EE CYRILLIC CAPITAL LETTER U WITH MACRON */
-#define XK_Cyrillic_u_macron 0x10004ef /* U+04EF CYRILLIC SMALL LETTER U WITH MACRON */
-
-#define XK_Serbian_dje 0x06a1 /* U+0452 CYRILLIC SMALL LETTER DJE */
-#define XK_Macedonia_gje 0x06a2 /* U+0453 CYRILLIC SMALL LETTER GJE */
-#define XK_Cyrillic_io 0x06a3 /* U+0451 CYRILLIC SMALL LETTER IO */
-#define XK_Ukrainian_ie 0x06a4 /* U+0454 CYRILLIC SMALL LETTER UKRAINIAN IE */
-#define XK_Ukranian_je 0x06a4 /* deprecated */
-#define XK_Macedonia_dse 0x06a5 /* U+0455 CYRILLIC SMALL LETTER DZE */
-#define XK_Ukrainian_i 0x06a6 /* U+0456 CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I */
-#define XK_Ukranian_i 0x06a6 /* deprecated */
-#define XK_Ukrainian_yi 0x06a7 /* U+0457 CYRILLIC SMALL LETTER YI */
-#define XK_Ukranian_yi 0x06a7 /* deprecated */
-#define XK_Cyrillic_je 0x06a8 /* U+0458 CYRILLIC SMALL LETTER JE */
-#define XK_Serbian_je 0x06a8 /* deprecated */
-#define XK_Cyrillic_lje 0x06a9 /* U+0459 CYRILLIC SMALL LETTER LJE */
-#define XK_Serbian_lje 0x06a9 /* deprecated */
-#define XK_Cyrillic_nje 0x06aa /* U+045A CYRILLIC SMALL LETTER NJE */
-#define XK_Serbian_nje 0x06aa /* deprecated */
-#define XK_Serbian_tshe 0x06ab /* U+045B CYRILLIC SMALL LETTER TSHE */
-#define XK_Macedonia_kje 0x06ac /* U+045C CYRILLIC SMALL LETTER KJE */
-#define XK_Ukrainian_ghe_with_upturn 0x06ad /* U+0491 CYRILLIC SMALL LETTER GHE WITH UPTURN */
-#define XK_Byelorussian_shortu 0x06ae /* U+045E CYRILLIC SMALL LETTER SHORT U */
-#define XK_Cyrillic_dzhe 0x06af /* U+045F CYRILLIC SMALL LETTER DZHE */
-#define XK_Serbian_dze 0x06af /* deprecated */
-#define XK_numerosign 0x06b0 /* U+2116 NUMERO SIGN */
-#define XK_Serbian_DJE 0x06b1 /* U+0402 CYRILLIC CAPITAL LETTER DJE */
-#define XK_Macedonia_GJE 0x06b2 /* U+0403 CYRILLIC CAPITAL LETTER GJE */
-#define XK_Cyrillic_IO 0x06b3 /* U+0401 CYRILLIC CAPITAL LETTER IO */
-#define XK_Ukrainian_IE 0x06b4 /* U+0404 CYRILLIC CAPITAL LETTER UKRAINIAN IE */
-#define XK_Ukranian_JE 0x06b4 /* deprecated */
-#define XK_Macedonia_DSE 0x06b5 /* U+0405 CYRILLIC CAPITAL LETTER DZE */
-#define XK_Ukrainian_I 0x06b6 /* U+0406 CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I */
-#define XK_Ukranian_I 0x06b6 /* deprecated */
-#define XK_Ukrainian_YI 0x06b7 /* U+0407 CYRILLIC CAPITAL LETTER YI */
-#define XK_Ukranian_YI 0x06b7 /* deprecated */
-#define XK_Cyrillic_JE 0x06b8 /* U+0408 CYRILLIC CAPITAL LETTER JE */
-#define XK_Serbian_JE 0x06b8 /* deprecated */
-#define XK_Cyrillic_LJE 0x06b9 /* U+0409 CYRILLIC CAPITAL LETTER LJE */
-#define XK_Serbian_LJE 0x06b9 /* deprecated */
-#define XK_Cyrillic_NJE 0x06ba /* U+040A CYRILLIC CAPITAL LETTER NJE */
-#define XK_Serbian_NJE 0x06ba /* deprecated */
-#define XK_Serbian_TSHE 0x06bb /* U+040B CYRILLIC CAPITAL LETTER TSHE */
-#define XK_Macedonia_KJE 0x06bc /* U+040C CYRILLIC CAPITAL LETTER KJE */
-#define XK_Ukrainian_GHE_WITH_UPTURN 0x06bd /* U+0490 CYRILLIC CAPITAL LETTER GHE WITH UPTURN */
-#define XK_Byelorussian_SHORTU 0x06be /* U+040E CYRILLIC CAPITAL LETTER SHORT U */
-#define XK_Cyrillic_DZHE 0x06bf /* U+040F CYRILLIC CAPITAL LETTER DZHE */
-#define XK_Serbian_DZE 0x06bf /* deprecated */
-#define XK_Cyrillic_yu 0x06c0 /* U+044E CYRILLIC SMALL LETTER YU */
-#define XK_Cyrillic_a 0x06c1 /* U+0430 CYRILLIC SMALL LETTER A */
-#define XK_Cyrillic_be 0x06c2 /* U+0431 CYRILLIC SMALL LETTER BE */
-#define XK_Cyrillic_tse 0x06c3 /* U+0446 CYRILLIC SMALL LETTER TSE */
-#define XK_Cyrillic_de 0x06c4 /* U+0434 CYRILLIC SMALL LETTER DE */
-#define XK_Cyrillic_ie 0x06c5 /* U+0435 CYRILLIC SMALL LETTER IE */
-#define XK_Cyrillic_ef 0x06c6 /* U+0444 CYRILLIC SMALL LETTER EF */
-#define XK_Cyrillic_ghe 0x06c7 /* U+0433 CYRILLIC SMALL LETTER GHE */
-#define XK_Cyrillic_ha 0x06c8 /* U+0445 CYRILLIC SMALL LETTER HA */
-#define XK_Cyrillic_i 0x06c9 /* U+0438 CYRILLIC SMALL LETTER I */
-#define XK_Cyrillic_shorti 0x06ca /* U+0439 CYRILLIC SMALL LETTER SHORT I */
-#define XK_Cyrillic_ka 0x06cb /* U+043A CYRILLIC SMALL LETTER KA */
-#define XK_Cyrillic_el 0x06cc /* U+043B CYRILLIC SMALL LETTER EL */
-#define XK_Cyrillic_em 0x06cd /* U+043C CYRILLIC SMALL LETTER EM */
-#define XK_Cyrillic_en 0x06ce /* U+043D CYRILLIC SMALL LETTER EN */
-#define XK_Cyrillic_o 0x06cf /* U+043E CYRILLIC SMALL LETTER O */
-#define XK_Cyrillic_pe 0x06d0 /* U+043F CYRILLIC SMALL LETTER PE */
-#define XK_Cyrillic_ya 0x06d1 /* U+044F CYRILLIC SMALL LETTER YA */
-#define XK_Cyrillic_er 0x06d2 /* U+0440 CYRILLIC SMALL LETTER ER */
-#define XK_Cyrillic_es 0x06d3 /* U+0441 CYRILLIC SMALL LETTER ES */
-#define XK_Cyrillic_te 0x06d4 /* U+0442 CYRILLIC SMALL LETTER TE */
-#define XK_Cyrillic_u 0x06d5 /* U+0443 CYRILLIC SMALL LETTER U */
-#define XK_Cyrillic_zhe 0x06d6 /* U+0436 CYRILLIC SMALL LETTER ZHE */
-#define XK_Cyrillic_ve 0x06d7 /* U+0432 CYRILLIC SMALL LETTER VE */
-#define XK_Cyrillic_softsign 0x06d8 /* U+044C CYRILLIC SMALL LETTER SOFT SIGN */
-#define XK_Cyrillic_yeru 0x06d9 /* U+044B CYRILLIC SMALL LETTER YERU */
-#define XK_Cyrillic_ze 0x06da /* U+0437 CYRILLIC SMALL LETTER ZE */
-#define XK_Cyrillic_sha 0x06db /* U+0448 CYRILLIC SMALL LETTER SHA */
-#define XK_Cyrillic_e 0x06dc /* U+044D CYRILLIC SMALL LETTER E */
-#define XK_Cyrillic_shcha 0x06dd /* U+0449 CYRILLIC SMALL LETTER SHCHA */
-#define XK_Cyrillic_che 0x06de /* U+0447 CYRILLIC SMALL LETTER CHE */
-#define XK_Cyrillic_hardsign 0x06df /* U+044A CYRILLIC SMALL LETTER HARD SIGN */
-#define XK_Cyrillic_YU 0x06e0 /* U+042E CYRILLIC CAPITAL LETTER YU */
-#define XK_Cyrillic_A 0x06e1 /* U+0410 CYRILLIC CAPITAL LETTER A */
-#define XK_Cyrillic_BE 0x06e2 /* U+0411 CYRILLIC CAPITAL LETTER BE */
-#define XK_Cyrillic_TSE 0x06e3 /* U+0426 CYRILLIC CAPITAL LETTER TSE */
-#define XK_Cyrillic_DE 0x06e4 /* U+0414 CYRILLIC CAPITAL LETTER DE */
-#define XK_Cyrillic_IE 0x06e5 /* U+0415 CYRILLIC CAPITAL LETTER IE */
-#define XK_Cyrillic_EF 0x06e6 /* U+0424 CYRILLIC CAPITAL LETTER EF */
-#define XK_Cyrillic_GHE 0x06e7 /* U+0413 CYRILLIC CAPITAL LETTER GHE */
-#define XK_Cyrillic_HA 0x06e8 /* U+0425 CYRILLIC CAPITAL LETTER HA */
-#define XK_Cyrillic_I 0x06e9 /* U+0418 CYRILLIC CAPITAL LETTER I */
-#define XK_Cyrillic_SHORTI 0x06ea /* U+0419 CYRILLIC CAPITAL LETTER SHORT I */
-#define XK_Cyrillic_KA 0x06eb /* U+041A CYRILLIC CAPITAL LETTER KA */
-#define XK_Cyrillic_EL 0x06ec /* U+041B CYRILLIC CAPITAL LETTER EL */
-#define XK_Cyrillic_EM 0x06ed /* U+041C CYRILLIC CAPITAL LETTER EM */
-#define XK_Cyrillic_EN 0x06ee /* U+041D CYRILLIC CAPITAL LETTER EN */
-#define XK_Cyrillic_O 0x06ef /* U+041E CYRILLIC CAPITAL LETTER O */
-#define XK_Cyrillic_PE 0x06f0 /* U+041F CYRILLIC CAPITAL LETTER PE */
-#define XK_Cyrillic_YA 0x06f1 /* U+042F CYRILLIC CAPITAL LETTER YA */
-#define XK_Cyrillic_ER 0x06f2 /* U+0420 CYRILLIC CAPITAL LETTER ER */
-#define XK_Cyrillic_ES 0x06f3 /* U+0421 CYRILLIC CAPITAL LETTER ES */
-#define XK_Cyrillic_TE 0x06f4 /* U+0422 CYRILLIC CAPITAL LETTER TE */
-#define XK_Cyrillic_U 0x06f5 /* U+0423 CYRILLIC CAPITAL LETTER U */
-#define XK_Cyrillic_ZHE 0x06f6 /* U+0416 CYRILLIC CAPITAL LETTER ZHE */
-#define XK_Cyrillic_VE 0x06f7 /* U+0412 CYRILLIC CAPITAL LETTER VE */
-#define XK_Cyrillic_SOFTSIGN 0x06f8 /* U+042C CYRILLIC CAPITAL LETTER SOFT SIGN */
-#define XK_Cyrillic_YERU 0x06f9 /* U+042B CYRILLIC CAPITAL LETTER YERU */
-#define XK_Cyrillic_ZE 0x06fa /* U+0417 CYRILLIC CAPITAL LETTER ZE */
-#define XK_Cyrillic_SHA 0x06fb /* U+0428 CYRILLIC CAPITAL LETTER SHA */
-#define XK_Cyrillic_E 0x06fc /* U+042D CYRILLIC CAPITAL LETTER E */
-#define XK_Cyrillic_SHCHA 0x06fd /* U+0429 CYRILLIC CAPITAL LETTER SHCHA */
-#define XK_Cyrillic_CHE 0x06fe /* U+0427 CYRILLIC CAPITAL LETTER CHE */
-#define XK_Cyrillic_HARDSIGN 0x06ff /* U+042A CYRILLIC CAPITAL LETTER HARD SIGN */
-#endif /* XK_CYRILLIC */
-
-/*
- * Greek
- * (based on an early draft of, and not quite identical to, ISO/IEC 8859-7)
- * Byte 3 = 7
- */
-
-#ifdef XK_GREEK
-#define XK_Greek_ALPHAaccent 0x07a1 /* U+0386 GREEK CAPITAL LETTER ALPHA WITH TONOS */
-#define XK_Greek_EPSILONaccent 0x07a2 /* U+0388 GREEK CAPITAL LETTER EPSILON WITH TONOS */
-#define XK_Greek_ETAaccent 0x07a3 /* U+0389 GREEK CAPITAL LETTER ETA WITH TONOS */
-#define XK_Greek_IOTAaccent 0x07a4 /* U+038A GREEK CAPITAL LETTER IOTA WITH TONOS */
-#define XK_Greek_IOTAdieresis 0x07a5 /* U+03AA GREEK CAPITAL LETTER IOTA WITH DIALYTIKA */
-#define XK_Greek_IOTAdiaeresis 0x07a5 /* old typo */
-#define XK_Greek_OMICRONaccent 0x07a7 /* U+038C GREEK CAPITAL LETTER OMICRON WITH TONOS */
-#define XK_Greek_UPSILONaccent 0x07a8 /* U+038E GREEK CAPITAL LETTER UPSILON WITH TONOS */
-#define XK_Greek_UPSILONdieresis 0x07a9 /* U+03AB GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA */
-#define XK_Greek_OMEGAaccent 0x07ab /* U+038F GREEK CAPITAL LETTER OMEGA WITH TONOS */
-#define XK_Greek_accentdieresis 0x07ae /* U+0385 GREEK DIALYTIKA TONOS */
-#define XK_Greek_horizbar 0x07af /* U+2015 HORIZONTAL BAR */
-#define XK_Greek_alphaaccent 0x07b1 /* U+03AC GREEK SMALL LETTER ALPHA WITH TONOS */
-#define XK_Greek_epsilonaccent 0x07b2 /* U+03AD GREEK SMALL LETTER EPSILON WITH TONOS */
-#define XK_Greek_etaaccent 0x07b3 /* U+03AE GREEK SMALL LETTER ETA WITH TONOS */
-#define XK_Greek_iotaaccent 0x07b4 /* U+03AF GREEK SMALL LETTER IOTA WITH TONOS */
-#define XK_Greek_iotadieresis 0x07b5 /* U+03CA GREEK SMALL LETTER IOTA WITH DIALYTIKA */
-#define XK_Greek_iotaaccentdieresis 0x07b6 /* U+0390 GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS */
-#define XK_Greek_omicronaccent 0x07b7 /* U+03CC GREEK SMALL LETTER OMICRON WITH TONOS */
-#define XK_Greek_upsilonaccent 0x07b8 /* U+03CD GREEK SMALL LETTER UPSILON WITH TONOS */
-#define XK_Greek_upsilondieresis 0x07b9 /* U+03CB GREEK SMALL LETTER UPSILON WITH DIALYTIKA */
-#define XK_Greek_upsilonaccentdieresis 0x07ba /* U+03B0 GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS */
-#define XK_Greek_omegaaccent 0x07bb /* U+03CE GREEK SMALL LETTER OMEGA WITH TONOS */
-#define XK_Greek_ALPHA 0x07c1 /* U+0391 GREEK CAPITAL LETTER ALPHA */
-#define XK_Greek_BETA 0x07c2 /* U+0392 GREEK CAPITAL LETTER BETA */
-#define XK_Greek_GAMMA 0x07c3 /* U+0393 GREEK CAPITAL LETTER GAMMA */
-#define XK_Greek_DELTA 0x07c4 /* U+0394 GREEK CAPITAL LETTER DELTA */
-#define XK_Greek_EPSILON 0x07c5 /* U+0395 GREEK CAPITAL LETTER EPSILON */
-#define XK_Greek_ZETA 0x07c6 /* U+0396 GREEK CAPITAL LETTER ZETA */
-#define XK_Greek_ETA 0x07c7 /* U+0397 GREEK CAPITAL LETTER ETA */
-#define XK_Greek_THETA 0x07c8 /* U+0398 GREEK CAPITAL LETTER THETA */
-#define XK_Greek_IOTA 0x07c9 /* U+0399 GREEK CAPITAL LETTER IOTA */
-#define XK_Greek_KAPPA 0x07ca /* U+039A GREEK CAPITAL LETTER KAPPA */
-#define XK_Greek_LAMDA 0x07cb /* U+039B GREEK CAPITAL LETTER LAMDA */
-#define XK_Greek_LAMBDA 0x07cb /* U+039B GREEK CAPITAL LETTER LAMDA */
-#define XK_Greek_MU 0x07cc /* U+039C GREEK CAPITAL LETTER MU */
-#define XK_Greek_NU 0x07cd /* U+039D GREEK CAPITAL LETTER NU */
-#define XK_Greek_XI 0x07ce /* U+039E GREEK CAPITAL LETTER XI */
-#define XK_Greek_OMICRON 0x07cf /* U+039F GREEK CAPITAL LETTER OMICRON */
-#define XK_Greek_PI 0x07d0 /* U+03A0 GREEK CAPITAL LETTER PI */
-#define XK_Greek_RHO 0x07d1 /* U+03A1 GREEK CAPITAL LETTER RHO */
-#define XK_Greek_SIGMA 0x07d2 /* U+03A3 GREEK CAPITAL LETTER SIGMA */
-#define XK_Greek_TAU 0x07d4 /* U+03A4 GREEK CAPITAL LETTER TAU */
-#define XK_Greek_UPSILON 0x07d5 /* U+03A5 GREEK CAPITAL LETTER UPSILON */
-#define XK_Greek_PHI 0x07d6 /* U+03A6 GREEK CAPITAL LETTER PHI */
-#define XK_Greek_CHI 0x07d7 /* U+03A7 GREEK CAPITAL LETTER CHI */
-#define XK_Greek_PSI 0x07d8 /* U+03A8 GREEK CAPITAL LETTER PSI */
-#define XK_Greek_OMEGA 0x07d9 /* U+03A9 GREEK CAPITAL LETTER OMEGA */
-#define XK_Greek_alpha 0x07e1 /* U+03B1 GREEK SMALL LETTER ALPHA */
-#define XK_Greek_beta 0x07e2 /* U+03B2 GREEK SMALL LETTER BETA */
-#define XK_Greek_gamma 0x07e3 /* U+03B3 GREEK SMALL LETTER GAMMA */
-#define XK_Greek_delta 0x07e4 /* U+03B4 GREEK SMALL LETTER DELTA */
-#define XK_Greek_epsilon 0x07e5 /* U+03B5 GREEK SMALL LETTER EPSILON */
-#define XK_Greek_zeta 0x07e6 /* U+03B6 GREEK SMALL LETTER ZETA */
-#define XK_Greek_eta 0x07e7 /* U+03B7 GREEK SMALL LETTER ETA */
-#define XK_Greek_theta 0x07e8 /* U+03B8 GREEK SMALL LETTER THETA */
-#define XK_Greek_iota 0x07e9 /* U+03B9 GREEK SMALL LETTER IOTA */
-#define XK_Greek_kappa 0x07ea /* U+03BA GREEK SMALL LETTER KAPPA */
-#define XK_Greek_lamda 0x07eb /* U+03BB GREEK SMALL LETTER LAMDA */
-#define XK_Greek_lambda 0x07eb /* U+03BB GREEK SMALL LETTER LAMDA */
-#define XK_Greek_mu 0x07ec /* U+03BC GREEK SMALL LETTER MU */
-#define XK_Greek_nu 0x07ed /* U+03BD GREEK SMALL LETTER NU */
-#define XK_Greek_xi 0x07ee /* U+03BE GREEK SMALL LETTER XI */
-#define XK_Greek_omicron 0x07ef /* U+03BF GREEK SMALL LETTER OMICRON */
-#define XK_Greek_pi 0x07f0 /* U+03C0 GREEK SMALL LETTER PI */
-#define XK_Greek_rho 0x07f1 /* U+03C1 GREEK SMALL LETTER RHO */
-#define XK_Greek_sigma 0x07f2 /* U+03C3 GREEK SMALL LETTER SIGMA */
-#define XK_Greek_finalsmallsigma 0x07f3 /* U+03C2 GREEK SMALL LETTER FINAL SIGMA */
-#define XK_Greek_tau 0x07f4 /* U+03C4 GREEK SMALL LETTER TAU */
-#define XK_Greek_upsilon 0x07f5 /* U+03C5 GREEK SMALL LETTER UPSILON */
-#define XK_Greek_phi 0x07f6 /* U+03C6 GREEK SMALL LETTER PHI */
-#define XK_Greek_chi 0x07f7 /* U+03C7 GREEK SMALL LETTER CHI */
-#define XK_Greek_psi 0x07f8 /* U+03C8 GREEK SMALL LETTER PSI */
-#define XK_Greek_omega 0x07f9 /* U+03C9 GREEK SMALL LETTER OMEGA */
-#define XK_Greek_switch 0xff7e /* Alias for mode_switch */
-#endif /* XK_GREEK */
-
-/*
- * Technical
- * (from the DEC VT330/VT420 Technical Character Set, http://vt100.net/charsets/technical.html)
- * Byte 3 = 8
- */
-
-#ifdef XK_TECHNICAL
-#define XK_leftradical 0x08a1 /* U+23B7 RADICAL SYMBOL BOTTOM */
-#define XK_topleftradical 0x08a2 /*(U+250C BOX DRAWINGS LIGHT DOWN AND RIGHT)*/
-#define XK_horizconnector 0x08a3 /*(U+2500 BOX DRAWINGS LIGHT HORIZONTAL)*/
-#define XK_topintegral 0x08a4 /* U+2320 TOP HALF INTEGRAL */
-#define XK_botintegral 0x08a5 /* U+2321 BOTTOM HALF INTEGRAL */
-#define XK_vertconnector 0x08a6 /*(U+2502 BOX DRAWINGS LIGHT VERTICAL)*/
-#define XK_topleftsqbracket 0x08a7 /* U+23A1 LEFT SQUARE BRACKET UPPER CORNER */
-#define XK_botleftsqbracket 0x08a8 /* U+23A3 LEFT SQUARE BRACKET LOWER CORNER */
-#define XK_toprightsqbracket 0x08a9 /* U+23A4 RIGHT SQUARE BRACKET UPPER CORNER */
-#define XK_botrightsqbracket 0x08aa /* U+23A6 RIGHT SQUARE BRACKET LOWER CORNER */
-#define XK_topleftparens 0x08ab /* U+239B LEFT PARENTHESIS UPPER HOOK */
-#define XK_botleftparens 0x08ac /* U+239D LEFT PARENTHESIS LOWER HOOK */
-#define XK_toprightparens 0x08ad /* U+239E RIGHT PARENTHESIS UPPER HOOK */
-#define XK_botrightparens 0x08ae /* U+23A0 RIGHT PARENTHESIS LOWER HOOK */
-#define XK_leftmiddlecurlybrace 0x08af /* U+23A8 LEFT CURLY BRACKET MIDDLE PIECE */
-#define XK_rightmiddlecurlybrace 0x08b0 /* U+23AC RIGHT CURLY BRACKET MIDDLE PIECE */
-#define XK_topleftsummation 0x08b1
-#define XK_botleftsummation 0x08b2
-#define XK_topvertsummationconnector 0x08b3
-#define XK_botvertsummationconnector 0x08b4
-#define XK_toprightsummation 0x08b5
-#define XK_botrightsummation 0x08b6
-#define XK_rightmiddlesummation 0x08b7
-#define XK_lessthanequal 0x08bc /* U+2264 LESS-THAN OR EQUAL TO */
-#define XK_notequal 0x08bd /* U+2260 NOT EQUAL TO */
-#define XK_greaterthanequal 0x08be /* U+2265 GREATER-THAN OR EQUAL TO */
-#define XK_integral 0x08bf /* U+222B INTEGRAL */
-#define XK_therefore 0x08c0 /* U+2234 THEREFORE */
-#define XK_variation 0x08c1 /* U+221D PROPORTIONAL TO */
-#define XK_infinity 0x08c2 /* U+221E INFINITY */
-#define XK_nabla 0x08c5 /* U+2207 NABLA */
-#define XK_approximate 0x08c8 /* U+223C TILDE OPERATOR */
-#define XK_similarequal 0x08c9 /* U+2243 ASYMPTOTICALLY EQUAL TO */
-#define XK_ifonlyif 0x08cd /* U+21D4 LEFT RIGHT DOUBLE ARROW */
-#define XK_implies 0x08ce /* U+21D2 RIGHTWARDS DOUBLE ARROW */
-#define XK_identical 0x08cf /* U+2261 IDENTICAL TO */
-#define XK_radical 0x08d6 /* U+221A SQUARE ROOT */
-#define XK_includedin 0x08da /* U+2282 SUBSET OF */
-#define XK_includes 0x08db /* U+2283 SUPERSET OF */
-#define XK_intersection 0x08dc /* U+2229 INTERSECTION */
-#define XK_union 0x08dd /* U+222A UNION */
-#define XK_logicaland 0x08de /* U+2227 LOGICAL AND */
-#define XK_logicalor 0x08df /* U+2228 LOGICAL OR */
-#define XK_partialderivative 0x08ef /* U+2202 PARTIAL DIFFERENTIAL */
-#define XK_function 0x08f6 /* U+0192 LATIN SMALL LETTER F WITH HOOK */
-#define XK_leftarrow 0x08fb /* U+2190 LEFTWARDS ARROW */
-#define XK_uparrow 0x08fc /* U+2191 UPWARDS ARROW */
-#define XK_rightarrow 0x08fd /* U+2192 RIGHTWARDS ARROW */
-#define XK_downarrow 0x08fe /* U+2193 DOWNWARDS ARROW */
-#endif /* XK_TECHNICAL */
-
-/*
- * Special
- * (from the DEC VT100 Special Graphics Character Set)
- * Byte 3 = 9
- */
-
-#ifdef XK_SPECIAL
-#define XK_blank 0x09df
-#define XK_soliddiamond 0x09e0 /* U+25C6 BLACK DIAMOND */
-#define XK_checkerboard 0x09e1 /* U+2592 MEDIUM SHADE */
-#define XK_ht 0x09e2 /* U+2409 SYMBOL FOR HORIZONTAL TABULATION */
-#define XK_ff 0x09e3 /* U+240C SYMBOL FOR FORM FEED */
-#define XK_cr 0x09e4 /* U+240D SYMBOL FOR CARRIAGE RETURN */
-#define XK_lf 0x09e5 /* U+240A SYMBOL FOR LINE FEED */
-#define XK_nl 0x09e8 /* U+2424 SYMBOL FOR NEWLINE */
-#define XK_vt 0x09e9 /* U+240B SYMBOL FOR VERTICAL TABULATION */
-#define XK_lowrightcorner 0x09ea /* U+2518 BOX DRAWINGS LIGHT UP AND LEFT */
-#define XK_uprightcorner 0x09eb /* U+2510 BOX DRAWINGS LIGHT DOWN AND LEFT */
-#define XK_upleftcorner 0x09ec /* U+250C BOX DRAWINGS LIGHT DOWN AND RIGHT */
-#define XK_lowleftcorner 0x09ed /* U+2514 BOX DRAWINGS LIGHT UP AND RIGHT */
-#define XK_crossinglines 0x09ee /* U+253C BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL */
-#define XK_horizlinescan1 0x09ef /* U+23BA HORIZONTAL SCAN LINE-1 */
-#define XK_horizlinescan3 0x09f0 /* U+23BB HORIZONTAL SCAN LINE-3 */
-#define XK_horizlinescan5 0x09f1 /* U+2500 BOX DRAWINGS LIGHT HORIZONTAL */
-#define XK_horizlinescan7 0x09f2 /* U+23BC HORIZONTAL SCAN LINE-7 */
-#define XK_horizlinescan9 0x09f3 /* U+23BD HORIZONTAL SCAN LINE-9 */
-#define XK_leftt 0x09f4 /* U+251C BOX DRAWINGS LIGHT VERTICAL AND RIGHT */
-#define XK_rightt 0x09f5 /* U+2524 BOX DRAWINGS LIGHT VERTICAL AND LEFT */
-#define XK_bott 0x09f6 /* U+2534 BOX DRAWINGS LIGHT UP AND HORIZONTAL */
-#define XK_topt 0x09f7 /* U+252C BOX DRAWINGS LIGHT DOWN AND HORIZONTAL */
-#define XK_vertbar 0x09f8 /* U+2502 BOX DRAWINGS LIGHT VERTICAL */
-#endif /* XK_SPECIAL */
-
-/*
- * Publishing
- * (these are probably from a long forgotten DEC Publishing
- * font that once shipped with DECwrite)
- * Byte 3 = 0x0a
- */
-
-#ifdef XK_PUBLISHING
-#define XK_emspace 0x0aa1 /* U+2003 EM SPACE */
-#define XK_enspace 0x0aa2 /* U+2002 EN SPACE */
-#define XK_em3space 0x0aa3 /* U+2004 THREE-PER-EM SPACE */
-#define XK_em4space 0x0aa4 /* U+2005 FOUR-PER-EM SPACE */
-#define XK_digitspace 0x0aa5 /* U+2007 FIGURE SPACE */
-#define XK_punctspace 0x0aa6 /* U+2008 PUNCTUATION SPACE */
-#define XK_thinspace 0x0aa7 /* U+2009 THIN SPACE */
-#define XK_hairspace 0x0aa8 /* U+200A HAIR SPACE */
-#define XK_emdash 0x0aa9 /* U+2014 EM DASH */
-#define XK_endash 0x0aaa /* U+2013 EN DASH */
-#define XK_signifblank 0x0aac /*(U+2423 OPEN BOX)*/
-#define XK_ellipsis 0x0aae /* U+2026 HORIZONTAL ELLIPSIS */
-#define XK_doubbaselinedot 0x0aaf /* U+2025 TWO DOT LEADER */
-#define XK_onethird 0x0ab0 /* U+2153 VULGAR FRACTION ONE THIRD */
-#define XK_twothirds 0x0ab1 /* U+2154 VULGAR FRACTION TWO THIRDS */
-#define XK_onefifth 0x0ab2 /* U+2155 VULGAR FRACTION ONE FIFTH */
-#define XK_twofifths 0x0ab3 /* U+2156 VULGAR FRACTION TWO FIFTHS */
-#define XK_threefifths 0x0ab4 /* U+2157 VULGAR FRACTION THREE FIFTHS */
-#define XK_fourfifths 0x0ab5 /* U+2158 VULGAR FRACTION FOUR FIFTHS */
-#define XK_onesixth 0x0ab6 /* U+2159 VULGAR FRACTION ONE SIXTH */
-#define XK_fivesixths 0x0ab7 /* U+215A VULGAR FRACTION FIVE SIXTHS */
-#define XK_careof 0x0ab8 /* U+2105 CARE OF */
-#define XK_figdash 0x0abb /* U+2012 FIGURE DASH */
-#define XK_leftanglebracket 0x0abc /*(U+27E8 MATHEMATICAL LEFT ANGLE BRACKET)*/
-#define XK_decimalpoint 0x0abd /*(U+002E FULL STOP)*/
-#define XK_rightanglebracket 0x0abe /*(U+27E9 MATHEMATICAL RIGHT ANGLE BRACKET)*/
-#define XK_marker 0x0abf
-#define XK_oneeighth 0x0ac3 /* U+215B VULGAR FRACTION ONE EIGHTH */
-#define XK_threeeighths 0x0ac4 /* U+215C VULGAR FRACTION THREE EIGHTHS */
-#define XK_fiveeighths 0x0ac5 /* U+215D VULGAR FRACTION FIVE EIGHTHS */
-#define XK_seveneighths 0x0ac6 /* U+215E VULGAR FRACTION SEVEN EIGHTHS */
-#define XK_trademark 0x0ac9 /* U+2122 TRADE MARK SIGN */
-#define XK_signaturemark 0x0aca /*(U+2613 SALTIRE)*/
-#define XK_trademarkincircle 0x0acb
-#define XK_leftopentriangle 0x0acc /*(U+25C1 WHITE LEFT-POINTING TRIANGLE)*/
-#define XK_rightopentriangle 0x0acd /*(U+25B7 WHITE RIGHT-POINTING TRIANGLE)*/
-#define XK_emopencircle 0x0ace /*(U+25CB WHITE CIRCLE)*/
-#define XK_emopenrectangle 0x0acf /*(U+25AF WHITE VERTICAL RECTANGLE)*/
-#define XK_leftsinglequotemark 0x0ad0 /* U+2018 LEFT SINGLE QUOTATION MARK */
-#define XK_rightsinglequotemark 0x0ad1 /* U+2019 RIGHT SINGLE QUOTATION MARK */
-#define XK_leftdoublequotemark 0x0ad2 /* U+201C LEFT DOUBLE QUOTATION MARK */
-#define XK_rightdoublequotemark 0x0ad3 /* U+201D RIGHT DOUBLE QUOTATION MARK */
-#define XK_prescription 0x0ad4 /* U+211E PRESCRIPTION TAKE */
-#define XK_minutes 0x0ad6 /* U+2032 PRIME */
-#define XK_seconds 0x0ad7 /* U+2033 DOUBLE PRIME */
-#define XK_latincross 0x0ad9 /* U+271D LATIN CROSS */
-#define XK_hexagram 0x0ada
-#define XK_filledrectbullet 0x0adb /*(U+25AC BLACK RECTANGLE)*/
-#define XK_filledlefttribullet 0x0adc /*(U+25C0 BLACK LEFT-POINTING TRIANGLE)*/
-#define XK_filledrighttribullet 0x0add /*(U+25B6 BLACK RIGHT-POINTING TRIANGLE)*/
-#define XK_emfilledcircle 0x0ade /*(U+25CF BLACK CIRCLE)*/
-#define XK_emfilledrect 0x0adf /*(U+25AE BLACK VERTICAL RECTANGLE)*/
-#define XK_enopencircbullet 0x0ae0 /*(U+25E6 WHITE BULLET)*/
-#define XK_enopensquarebullet 0x0ae1 /*(U+25AB WHITE SMALL SQUARE)*/
-#define XK_openrectbullet 0x0ae2 /*(U+25AD WHITE RECTANGLE)*/
-#define XK_opentribulletup 0x0ae3 /*(U+25B3 WHITE UP-POINTING TRIANGLE)*/
-#define XK_opentribulletdown 0x0ae4 /*(U+25BD WHITE DOWN-POINTING TRIANGLE)*/
-#define XK_openstar 0x0ae5 /*(U+2606 WHITE STAR)*/
-#define XK_enfilledcircbullet 0x0ae6 /*(U+2022 BULLET)*/
-#define XK_enfilledsqbullet 0x0ae7 /*(U+25AA BLACK SMALL SQUARE)*/
-#define XK_filledtribulletup 0x0ae8 /*(U+25B2 BLACK UP-POINTING TRIANGLE)*/
-#define XK_filledtribulletdown 0x0ae9 /*(U+25BC BLACK DOWN-POINTING TRIANGLE)*/
-#define XK_leftpointer 0x0aea /*(U+261C WHITE LEFT POINTING INDEX)*/
-#define XK_rightpointer 0x0aeb /*(U+261E WHITE RIGHT POINTING INDEX)*/
-#define XK_club 0x0aec /* U+2663 BLACK CLUB SUIT */
-#define XK_diamond 0x0aed /* U+2666 BLACK DIAMOND SUIT */
-#define XK_heart 0x0aee /* U+2665 BLACK HEART SUIT */
-#define XK_maltesecross 0x0af0 /* U+2720 MALTESE CROSS */
-#define XK_dagger 0x0af1 /* U+2020 DAGGER */
-#define XK_doubledagger 0x0af2 /* U+2021 DOUBLE DAGGER */
-#define XK_checkmark 0x0af3 /* U+2713 CHECK MARK */
-#define XK_ballotcross 0x0af4 /* U+2717 BALLOT X */
-#define XK_musicalsharp 0x0af5 /* U+266F MUSIC SHARP SIGN */
-#define XK_musicalflat 0x0af6 /* U+266D MUSIC FLAT SIGN */
-#define XK_malesymbol 0x0af7 /* U+2642 MALE SIGN */
-#define XK_femalesymbol 0x0af8 /* U+2640 FEMALE SIGN */
-#define XK_telephone 0x0af9 /* U+260E BLACK TELEPHONE */
-#define XK_telephonerecorder 0x0afa /* U+2315 TELEPHONE RECORDER */
-#define XK_phonographcopyright 0x0afb /* U+2117 SOUND RECORDING COPYRIGHT */
-#define XK_caret 0x0afc /* U+2038 CARET */
-#define XK_singlelowquotemark 0x0afd /* U+201A SINGLE LOW-9 QUOTATION MARK */
-#define XK_doublelowquotemark 0x0afe /* U+201E DOUBLE LOW-9 QUOTATION MARK */
-#define XK_cursor 0x0aff
-#endif /* XK_PUBLISHING */
-
-/*
- * APL
- * Byte 3 = 0x0b
- */
-
-#ifdef XK_APL
-#define XK_leftcaret 0x0ba3 /*(U+003C LESS-THAN SIGN)*/
-#define XK_rightcaret 0x0ba6 /*(U+003E GREATER-THAN SIGN)*/
-#define XK_downcaret 0x0ba8 /*(U+2228 LOGICAL OR)*/
-#define XK_upcaret 0x0ba9 /*(U+2227 LOGICAL AND)*/
-#define XK_overbar 0x0bc0 /*(U+00AF MACRON)*/
-#define XK_downtack 0x0bc2 /* U+22A4 DOWN TACK */
-#define XK_upshoe 0x0bc3 /*(U+2229 INTERSECTION)*/
-#define XK_downstile 0x0bc4 /* U+230A LEFT FLOOR */
-#define XK_underbar 0x0bc6 /*(U+005F LOW LINE)*/
-#define XK_jot 0x0bca /* U+2218 RING OPERATOR */
-#define XK_quad 0x0bcc /* U+2395 APL FUNCTIONAL SYMBOL QUAD */
-#define XK_uptack 0x0bce /* U+22A5 UP TACK */
-#define XK_circle 0x0bcf /* U+25CB WHITE CIRCLE */
-#define XK_upstile 0x0bd3 /* U+2308 LEFT CEILING */
-#define XK_downshoe 0x0bd6 /*(U+222A UNION)*/
-#define XK_rightshoe 0x0bd8 /*(U+2283 SUPERSET OF)*/
-#define XK_leftshoe 0x0bda /*(U+2282 SUBSET OF)*/
-#define XK_lefttack 0x0bdc /* U+22A3 LEFT TACK */
-#define XK_righttack 0x0bfc /* U+22A2 RIGHT TACK */
-#endif /* XK_APL */
-
-/*
- * Hebrew
- * Byte 3 = 0x0c
- */
-
-#ifdef XK_HEBREW
-#define XK_hebrew_doublelowline 0x0cdf /* U+2017 DOUBLE LOW LINE */
-#define XK_hebrew_aleph 0x0ce0 /* U+05D0 HEBREW LETTER ALEF */
-#define XK_hebrew_bet 0x0ce1 /* U+05D1 HEBREW LETTER BET */
-#define XK_hebrew_beth 0x0ce1 /* deprecated */
-#define XK_hebrew_gimel 0x0ce2 /* U+05D2 HEBREW LETTER GIMEL */
-#define XK_hebrew_gimmel 0x0ce2 /* deprecated */
-#define XK_hebrew_dalet 0x0ce3 /* U+05D3 HEBREW LETTER DALET */
-#define XK_hebrew_daleth 0x0ce3 /* deprecated */
-#define XK_hebrew_he 0x0ce4 /* U+05D4 HEBREW LETTER HE */
-#define XK_hebrew_waw 0x0ce5 /* U+05D5 HEBREW LETTER VAV */
-#define XK_hebrew_zain 0x0ce6 /* U+05D6 HEBREW LETTER ZAYIN */
-#define XK_hebrew_zayin 0x0ce6 /* deprecated */
-#define XK_hebrew_chet 0x0ce7 /* U+05D7 HEBREW LETTER HET */
-#define XK_hebrew_het 0x0ce7 /* deprecated */
-#define XK_hebrew_tet 0x0ce8 /* U+05D8 HEBREW LETTER TET */
-#define XK_hebrew_teth 0x0ce8 /* deprecated */
-#define XK_hebrew_yod 0x0ce9 /* U+05D9 HEBREW LETTER YOD */
-#define XK_hebrew_finalkaph 0x0cea /* U+05DA HEBREW LETTER FINAL KAF */
-#define XK_hebrew_kaph 0x0ceb /* U+05DB HEBREW LETTER KAF */
-#define XK_hebrew_lamed 0x0cec /* U+05DC HEBREW LETTER LAMED */
-#define XK_hebrew_finalmem 0x0ced /* U+05DD HEBREW LETTER FINAL MEM */
-#define XK_hebrew_mem 0x0cee /* U+05DE HEBREW LETTER MEM */
-#define XK_hebrew_finalnun 0x0cef /* U+05DF HEBREW LETTER FINAL NUN */
-#define XK_hebrew_nun 0x0cf0 /* U+05E0 HEBREW LETTER NUN */
-#define XK_hebrew_samech 0x0cf1 /* U+05E1 HEBREW LETTER SAMEKH */
-#define XK_hebrew_samekh 0x0cf1 /* deprecated */
-#define XK_hebrew_ayin 0x0cf2 /* U+05E2 HEBREW LETTER AYIN */
-#define XK_hebrew_finalpe 0x0cf3 /* U+05E3 HEBREW LETTER FINAL PE */
-#define XK_hebrew_pe 0x0cf4 /* U+05E4 HEBREW LETTER PE */
-#define XK_hebrew_finalzade 0x0cf5 /* U+05E5 HEBREW LETTER FINAL TSADI */
-#define XK_hebrew_finalzadi 0x0cf5 /* deprecated */
-#define XK_hebrew_zade 0x0cf6 /* U+05E6 HEBREW LETTER TSADI */
-#define XK_hebrew_zadi 0x0cf6 /* deprecated */
-#define XK_hebrew_qoph 0x0cf7 /* U+05E7 HEBREW LETTER QOF */
-#define XK_hebrew_kuf 0x0cf7 /* deprecated */
-#define XK_hebrew_resh 0x0cf8 /* U+05E8 HEBREW LETTER RESH */
-#define XK_hebrew_shin 0x0cf9 /* U+05E9 HEBREW LETTER SHIN */
-#define XK_hebrew_taw 0x0cfa /* U+05EA HEBREW LETTER TAV */
-#define XK_hebrew_taf 0x0cfa /* deprecated */
-#define XK_Hebrew_switch 0xff7e /* Alias for mode_switch */
-#endif /* XK_HEBREW */
-
-/*
- * Thai
- * Byte 3 = 0x0d
- */
-
-#ifdef XK_THAI
-#define XK_Thai_kokai 0x0da1 /* U+0E01 THAI CHARACTER KO KAI */
-#define XK_Thai_khokhai 0x0da2 /* U+0E02 THAI CHARACTER KHO KHAI */
-#define XK_Thai_khokhuat 0x0da3 /* U+0E03 THAI CHARACTER KHO KHUAT */
-#define XK_Thai_khokhwai 0x0da4 /* U+0E04 THAI CHARACTER KHO KHWAI */
-#define XK_Thai_khokhon 0x0da5 /* U+0E05 THAI CHARACTER KHO KHON */
-#define XK_Thai_khorakhang 0x0da6 /* U+0E06 THAI CHARACTER KHO RAKHANG */
-#define XK_Thai_ngongu 0x0da7 /* U+0E07 THAI CHARACTER NGO NGU */
-#define XK_Thai_chochan 0x0da8 /* U+0E08 THAI CHARACTER CHO CHAN */
-#define XK_Thai_choching 0x0da9 /* U+0E09 THAI CHARACTER CHO CHING */
-#define XK_Thai_chochang 0x0daa /* U+0E0A THAI CHARACTER CHO CHANG */
-#define XK_Thai_soso 0x0dab /* U+0E0B THAI CHARACTER SO SO */
-#define XK_Thai_chochoe 0x0dac /* U+0E0C THAI CHARACTER CHO CHOE */
-#define XK_Thai_yoying 0x0dad /* U+0E0D THAI CHARACTER YO YING */
-#define XK_Thai_dochada 0x0dae /* U+0E0E THAI CHARACTER DO CHADA */
-#define XK_Thai_topatak 0x0daf /* U+0E0F THAI CHARACTER TO PATAK */
-#define XK_Thai_thothan 0x0db0 /* U+0E10 THAI CHARACTER THO THAN */
-#define XK_Thai_thonangmontho 0x0db1 /* U+0E11 THAI CHARACTER THO NANGMONTHO */
-#define XK_Thai_thophuthao 0x0db2 /* U+0E12 THAI CHARACTER THO PHUTHAO */
-#define XK_Thai_nonen 0x0db3 /* U+0E13 THAI CHARACTER NO NEN */
-#define XK_Thai_dodek 0x0db4 /* U+0E14 THAI CHARACTER DO DEK */
-#define XK_Thai_totao 0x0db5 /* U+0E15 THAI CHARACTER TO TAO */
-#define XK_Thai_thothung 0x0db6 /* U+0E16 THAI CHARACTER THO THUNG */
-#define XK_Thai_thothahan 0x0db7 /* U+0E17 THAI CHARACTER THO THAHAN */
-#define XK_Thai_thothong 0x0db8 /* U+0E18 THAI CHARACTER THO THONG */
-#define XK_Thai_nonu 0x0db9 /* U+0E19 THAI CHARACTER NO NU */
-#define XK_Thai_bobaimai 0x0dba /* U+0E1A THAI CHARACTER BO BAIMAI */
-#define XK_Thai_popla 0x0dbb /* U+0E1B THAI CHARACTER PO PLA */
-#define XK_Thai_phophung 0x0dbc /* U+0E1C THAI CHARACTER PHO PHUNG */
-#define XK_Thai_fofa 0x0dbd /* U+0E1D THAI CHARACTER FO FA */
-#define XK_Thai_phophan 0x0dbe /* U+0E1E THAI CHARACTER PHO PHAN */
-#define XK_Thai_fofan 0x0dbf /* U+0E1F THAI CHARACTER FO FAN */
-#define XK_Thai_phosamphao 0x0dc0 /* U+0E20 THAI CHARACTER PHO SAMPHAO */
-#define XK_Thai_moma 0x0dc1 /* U+0E21 THAI CHARACTER MO MA */
-#define XK_Thai_yoyak 0x0dc2 /* U+0E22 THAI CHARACTER YO YAK */
-#define XK_Thai_rorua 0x0dc3 /* U+0E23 THAI CHARACTER RO RUA */
-#define XK_Thai_ru 0x0dc4 /* U+0E24 THAI CHARACTER RU */
-#define XK_Thai_loling 0x0dc5 /* U+0E25 THAI CHARACTER LO LING */
-#define XK_Thai_lu 0x0dc6 /* U+0E26 THAI CHARACTER LU */
-#define XK_Thai_wowaen 0x0dc7 /* U+0E27 THAI CHARACTER WO WAEN */
-#define XK_Thai_sosala 0x0dc8 /* U+0E28 THAI CHARACTER SO SALA */
-#define XK_Thai_sorusi 0x0dc9 /* U+0E29 THAI CHARACTER SO RUSI */
-#define XK_Thai_sosua 0x0dca /* U+0E2A THAI CHARACTER SO SUA */
-#define XK_Thai_hohip 0x0dcb /* U+0E2B THAI CHARACTER HO HIP */
-#define XK_Thai_lochula 0x0dcc /* U+0E2C THAI CHARACTER LO CHULA */
-#define XK_Thai_oang 0x0dcd /* U+0E2D THAI CHARACTER O ANG */
-#define XK_Thai_honokhuk 0x0dce /* U+0E2E THAI CHARACTER HO NOKHUK */
-#define XK_Thai_paiyannoi 0x0dcf /* U+0E2F THAI CHARACTER PAIYANNOI */
-#define XK_Thai_saraa 0x0dd0 /* U+0E30 THAI CHARACTER SARA A */
-#define XK_Thai_maihanakat 0x0dd1 /* U+0E31 THAI CHARACTER MAI HAN-AKAT */
-#define XK_Thai_saraaa 0x0dd2 /* U+0E32 THAI CHARACTER SARA AA */
-#define XK_Thai_saraam 0x0dd3 /* U+0E33 THAI CHARACTER SARA AM */
-#define XK_Thai_sarai 0x0dd4 /* U+0E34 THAI CHARACTER SARA I */
-#define XK_Thai_saraii 0x0dd5 /* U+0E35 THAI CHARACTER SARA II */
-#define XK_Thai_saraue 0x0dd6 /* U+0E36 THAI CHARACTER SARA UE */
-#define XK_Thai_sarauee 0x0dd7 /* U+0E37 THAI CHARACTER SARA UEE */
-#define XK_Thai_sarau 0x0dd8 /* U+0E38 THAI CHARACTER SARA U */
-#define XK_Thai_sarauu 0x0dd9 /* U+0E39 THAI CHARACTER SARA UU */
-#define XK_Thai_phinthu 0x0dda /* U+0E3A THAI CHARACTER PHINTHU */
-#define XK_Thai_maihanakat_maitho 0x0dde
-#define XK_Thai_baht 0x0ddf /* U+0E3F THAI CURRENCY SYMBOL BAHT */
-#define XK_Thai_sarae 0x0de0 /* U+0E40 THAI CHARACTER SARA E */
-#define XK_Thai_saraae 0x0de1 /* U+0E41 THAI CHARACTER SARA AE */
-#define XK_Thai_sarao 0x0de2 /* U+0E42 THAI CHARACTER SARA O */
-#define XK_Thai_saraaimaimuan 0x0de3 /* U+0E43 THAI CHARACTER SARA AI MAIMUAN */
-#define XK_Thai_saraaimaimalai 0x0de4 /* U+0E44 THAI CHARACTER SARA AI MAIMALAI */
-#define XK_Thai_lakkhangyao 0x0de5 /* U+0E45 THAI CHARACTER LAKKHANGYAO */
-#define XK_Thai_maiyamok 0x0de6 /* U+0E46 THAI CHARACTER MAIYAMOK */
-#define XK_Thai_maitaikhu 0x0de7 /* U+0E47 THAI CHARACTER MAITAIKHU */
-#define XK_Thai_maiek 0x0de8 /* U+0E48 THAI CHARACTER MAI EK */
-#define XK_Thai_maitho 0x0de9 /* U+0E49 THAI CHARACTER MAI THO */
-#define XK_Thai_maitri 0x0dea /* U+0E4A THAI CHARACTER MAI TRI */
-#define XK_Thai_maichattawa 0x0deb /* U+0E4B THAI CHARACTER MAI CHATTAWA */
-#define XK_Thai_thanthakhat 0x0dec /* U+0E4C THAI CHARACTER THANTHAKHAT */
-#define XK_Thai_nikhahit 0x0ded /* U+0E4D THAI CHARACTER NIKHAHIT */
-#define XK_Thai_leksun 0x0df0 /* U+0E50 THAI DIGIT ZERO */
-#define XK_Thai_leknung 0x0df1 /* U+0E51 THAI DIGIT ONE */
-#define XK_Thai_leksong 0x0df2 /* U+0E52 THAI DIGIT TWO */
-#define XK_Thai_leksam 0x0df3 /* U+0E53 THAI DIGIT THREE */
-#define XK_Thai_leksi 0x0df4 /* U+0E54 THAI DIGIT FOUR */
-#define XK_Thai_lekha 0x0df5 /* U+0E55 THAI DIGIT FIVE */
-#define XK_Thai_lekhok 0x0df6 /* U+0E56 THAI DIGIT SIX */
-#define XK_Thai_lekchet 0x0df7 /* U+0E57 THAI DIGIT SEVEN */
-#define XK_Thai_lekpaet 0x0df8 /* U+0E58 THAI DIGIT EIGHT */
-#define XK_Thai_lekkao 0x0df9 /* U+0E59 THAI DIGIT NINE */
-#endif /* XK_THAI */
-
-/*
- * Korean
- * Byte 3 = 0x0e
- */
-
-#ifdef XK_KOREAN
-
-#define XK_Hangul 0xff31 /* Hangul start/stop(toggle) */
-#define XK_Hangul_Start 0xff32 /* Hangul start */
-#define XK_Hangul_End 0xff33 /* Hangul end, English start */
-#define XK_Hangul_Hanja 0xff34 /* Start Hangul->Hanja Conversion */
-#define XK_Hangul_Jamo 0xff35 /* Hangul Jamo mode */
-#define XK_Hangul_Romaja 0xff36 /* Hangul Romaja mode */
-#define XK_Hangul_Codeinput 0xff37 /* Hangul code input mode */
-#define XK_Hangul_Jeonja 0xff38 /* Jeonja mode */
-#define XK_Hangul_Banja 0xff39 /* Banja mode */
-#define XK_Hangul_PreHanja 0xff3a /* Pre Hanja conversion */
-#define XK_Hangul_PostHanja 0xff3b /* Post Hanja conversion */
-#define XK_Hangul_SingleCandidate 0xff3c /* Single candidate */
-#define XK_Hangul_MultipleCandidate 0xff3d /* Multiple candidate */
-#define XK_Hangul_PreviousCandidate 0xff3e /* Previous candidate */
-#define XK_Hangul_Special 0xff3f /* Special symbols */
-#define XK_Hangul_switch 0xff7e /* Alias for mode_switch */
-
-/* Hangul Consonant Characters */
-#define XK_Hangul_Kiyeog 0x0ea1
-#define XK_Hangul_SsangKiyeog 0x0ea2
-#define XK_Hangul_KiyeogSios 0x0ea3
-#define XK_Hangul_Nieun 0x0ea4
-#define XK_Hangul_NieunJieuj 0x0ea5
-#define XK_Hangul_NieunHieuh 0x0ea6
-#define XK_Hangul_Dikeud 0x0ea7
-#define XK_Hangul_SsangDikeud 0x0ea8
-#define XK_Hangul_Rieul 0x0ea9
-#define XK_Hangul_RieulKiyeog 0x0eaa
-#define XK_Hangul_RieulMieum 0x0eab
-#define XK_Hangul_RieulPieub 0x0eac
-#define XK_Hangul_RieulSios 0x0ead
-#define XK_Hangul_RieulTieut 0x0eae
-#define XK_Hangul_RieulPhieuf 0x0eaf
-#define XK_Hangul_RieulHieuh 0x0eb0
-#define XK_Hangul_Mieum 0x0eb1
-#define XK_Hangul_Pieub 0x0eb2
-#define XK_Hangul_SsangPieub 0x0eb3
-#define XK_Hangul_PieubSios 0x0eb4
-#define XK_Hangul_Sios 0x0eb5
-#define XK_Hangul_SsangSios 0x0eb6
-#define XK_Hangul_Ieung 0x0eb7
-#define XK_Hangul_Jieuj 0x0eb8
-#define XK_Hangul_SsangJieuj 0x0eb9
-#define XK_Hangul_Cieuc 0x0eba
-#define XK_Hangul_Khieuq 0x0ebb
-#define XK_Hangul_Tieut 0x0ebc
-#define XK_Hangul_Phieuf 0x0ebd
-#define XK_Hangul_Hieuh 0x0ebe
-
-/* Hangul Vowel Characters */
-#define XK_Hangul_A 0x0ebf
-#define XK_Hangul_AE 0x0ec0
-#define XK_Hangul_YA 0x0ec1
-#define XK_Hangul_YAE 0x0ec2
-#define XK_Hangul_EO 0x0ec3
-#define XK_Hangul_E 0x0ec4
-#define XK_Hangul_YEO 0x0ec5
-#define XK_Hangul_YE 0x0ec6
-#define XK_Hangul_O 0x0ec7
-#define XK_Hangul_WA 0x0ec8
-#define XK_Hangul_WAE 0x0ec9
-#define XK_Hangul_OE 0x0eca
-#define XK_Hangul_YO 0x0ecb
-#define XK_Hangul_U 0x0ecc
-#define XK_Hangul_WEO 0x0ecd
-#define XK_Hangul_WE 0x0ece
-#define XK_Hangul_WI 0x0ecf
-#define XK_Hangul_YU 0x0ed0
-#define XK_Hangul_EU 0x0ed1
-#define XK_Hangul_YI 0x0ed2
-#define XK_Hangul_I 0x0ed3
-
-/* Hangul syllable-final (JongSeong) Characters */
-#define XK_Hangul_J_Kiyeog 0x0ed4
-#define XK_Hangul_J_SsangKiyeog 0x0ed5
-#define XK_Hangul_J_KiyeogSios 0x0ed6
-#define XK_Hangul_J_Nieun 0x0ed7
-#define XK_Hangul_J_NieunJieuj 0x0ed8
-#define XK_Hangul_J_NieunHieuh 0x0ed9
-#define XK_Hangul_J_Dikeud 0x0eda
-#define XK_Hangul_J_Rieul 0x0edb
-#define XK_Hangul_J_RieulKiyeog 0x0edc
-#define XK_Hangul_J_RieulMieum 0x0edd
-#define XK_Hangul_J_RieulPieub 0x0ede
-#define XK_Hangul_J_RieulSios 0x0edf
-#define XK_Hangul_J_RieulTieut 0x0ee0
-#define XK_Hangul_J_RieulPhieuf 0x0ee1
-#define XK_Hangul_J_RieulHieuh 0x0ee2
-#define XK_Hangul_J_Mieum 0x0ee3
-#define XK_Hangul_J_Pieub 0x0ee4
-#define XK_Hangul_J_PieubSios 0x0ee5
-#define XK_Hangul_J_Sios 0x0ee6
-#define XK_Hangul_J_SsangSios 0x0ee7
-#define XK_Hangul_J_Ieung 0x0ee8
-#define XK_Hangul_J_Jieuj 0x0ee9
-#define XK_Hangul_J_Cieuc 0x0eea
-#define XK_Hangul_J_Khieuq 0x0eeb
-#define XK_Hangul_J_Tieut 0x0eec
-#define XK_Hangul_J_Phieuf 0x0eed
-#define XK_Hangul_J_Hieuh 0x0eee
-
-/* Ancient Hangul Consonant Characters */
-#define XK_Hangul_RieulYeorinHieuh 0x0eef
-#define XK_Hangul_SunkyeongeumMieum 0x0ef0
-#define XK_Hangul_SunkyeongeumPieub 0x0ef1
-#define XK_Hangul_PanSios 0x0ef2
-#define XK_Hangul_KkogjiDalrinIeung 0x0ef3
-#define XK_Hangul_SunkyeongeumPhieuf 0x0ef4
-#define XK_Hangul_YeorinHieuh 0x0ef5
-
-/* Ancient Hangul Vowel Characters */
-#define XK_Hangul_AraeA 0x0ef6
-#define XK_Hangul_AraeAE 0x0ef7
-
-/* Ancient Hangul syllable-final (JongSeong) Characters */
-#define XK_Hangul_J_PanSios 0x0ef8
-#define XK_Hangul_J_KkogjiDalrinIeung 0x0ef9
-#define XK_Hangul_J_YeorinHieuh 0x0efa
-
-/* Korean currency symbol */
-#define XK_Korean_Won 0x0eff /*(U+20A9 WON SIGN)*/
-
-#endif /* XK_KOREAN */
-
-/*
- * Armenian
- */
-
-#ifdef XK_ARMENIAN
-#define XK_Armenian_ligature_ew 0x1000587 /* U+0587 ARMENIAN SMALL LIGATURE ECH YIWN */
-#define XK_Armenian_full_stop 0x1000589 /* U+0589 ARMENIAN FULL STOP */
-#define XK_Armenian_verjaket 0x1000589 /* U+0589 ARMENIAN FULL STOP */
-#define XK_Armenian_separation_mark 0x100055d /* U+055D ARMENIAN COMMA */
-#define XK_Armenian_but 0x100055d /* U+055D ARMENIAN COMMA */
-#define XK_Armenian_hyphen 0x100058a /* U+058A ARMENIAN HYPHEN */
-#define XK_Armenian_yentamna 0x100058a /* U+058A ARMENIAN HYPHEN */
-#define XK_Armenian_exclam 0x100055c /* U+055C ARMENIAN EXCLAMATION MARK */
-#define XK_Armenian_amanak 0x100055c /* U+055C ARMENIAN EXCLAMATION MARK */
-#define XK_Armenian_accent 0x100055b /* U+055B ARMENIAN EMPHASIS MARK */
-#define XK_Armenian_shesht 0x100055b /* U+055B ARMENIAN EMPHASIS MARK */
-#define XK_Armenian_question 0x100055e /* U+055E ARMENIAN QUESTION MARK */
-#define XK_Armenian_paruyk 0x100055e /* U+055E ARMENIAN QUESTION MARK */
-#define XK_Armenian_AYB 0x1000531 /* U+0531 ARMENIAN CAPITAL LETTER AYB */
-#define XK_Armenian_ayb 0x1000561 /* U+0561 ARMENIAN SMALL LETTER AYB */
-#define XK_Armenian_BEN 0x1000532 /* U+0532 ARMENIAN CAPITAL LETTER BEN */
-#define XK_Armenian_ben 0x1000562 /* U+0562 ARMENIAN SMALL LETTER BEN */
-#define XK_Armenian_GIM 0x1000533 /* U+0533 ARMENIAN CAPITAL LETTER GIM */
-#define XK_Armenian_gim 0x1000563 /* U+0563 ARMENIAN SMALL LETTER GIM */
-#define XK_Armenian_DA 0x1000534 /* U+0534 ARMENIAN CAPITAL LETTER DA */
-#define XK_Armenian_da 0x1000564 /* U+0564 ARMENIAN SMALL LETTER DA */
-#define XK_Armenian_YECH 0x1000535 /* U+0535 ARMENIAN CAPITAL LETTER ECH */
-#define XK_Armenian_yech 0x1000565 /* U+0565 ARMENIAN SMALL LETTER ECH */
-#define XK_Armenian_ZA 0x1000536 /* U+0536 ARMENIAN CAPITAL LETTER ZA */
-#define XK_Armenian_za 0x1000566 /* U+0566 ARMENIAN SMALL LETTER ZA */
-#define XK_Armenian_E 0x1000537 /* U+0537 ARMENIAN CAPITAL LETTER EH */
-#define XK_Armenian_e 0x1000567 /* U+0567 ARMENIAN SMALL LETTER EH */
-#define XK_Armenian_AT 0x1000538 /* U+0538 ARMENIAN CAPITAL LETTER ET */
-#define XK_Armenian_at 0x1000568 /* U+0568 ARMENIAN SMALL LETTER ET */
-#define XK_Armenian_TO 0x1000539 /* U+0539 ARMENIAN CAPITAL LETTER TO */
-#define XK_Armenian_to 0x1000569 /* U+0569 ARMENIAN SMALL LETTER TO */
-#define XK_Armenian_ZHE 0x100053a /* U+053A ARMENIAN CAPITAL LETTER ZHE */
-#define XK_Armenian_zhe 0x100056a /* U+056A ARMENIAN SMALL LETTER ZHE */
-#define XK_Armenian_INI 0x100053b /* U+053B ARMENIAN CAPITAL LETTER INI */
-#define XK_Armenian_ini 0x100056b /* U+056B ARMENIAN SMALL LETTER INI */
-#define XK_Armenian_LYUN 0x100053c /* U+053C ARMENIAN CAPITAL LETTER LIWN */
-#define XK_Armenian_lyun 0x100056c /* U+056C ARMENIAN SMALL LETTER LIWN */
-#define XK_Armenian_KHE 0x100053d /* U+053D ARMENIAN CAPITAL LETTER XEH */
-#define XK_Armenian_khe 0x100056d /* U+056D ARMENIAN SMALL LETTER XEH */
-#define XK_Armenian_TSA 0x100053e /* U+053E ARMENIAN CAPITAL LETTER CA */
-#define XK_Armenian_tsa 0x100056e /* U+056E ARMENIAN SMALL LETTER CA */
-#define XK_Armenian_KEN 0x100053f /* U+053F ARMENIAN CAPITAL LETTER KEN */
-#define XK_Armenian_ken 0x100056f /* U+056F ARMENIAN SMALL LETTER KEN */
-#define XK_Armenian_HO 0x1000540 /* U+0540 ARMENIAN CAPITAL LETTER HO */
-#define XK_Armenian_ho 0x1000570 /* U+0570 ARMENIAN SMALL LETTER HO */
-#define XK_Armenian_DZA 0x1000541 /* U+0541 ARMENIAN CAPITAL LETTER JA */
-#define XK_Armenian_dza 0x1000571 /* U+0571 ARMENIAN SMALL LETTER JA */
-#define XK_Armenian_GHAT 0x1000542 /* U+0542 ARMENIAN CAPITAL LETTER GHAD */
-#define XK_Armenian_ghat 0x1000572 /* U+0572 ARMENIAN SMALL LETTER GHAD */
-#define XK_Armenian_TCHE 0x1000543 /* U+0543 ARMENIAN CAPITAL LETTER CHEH */
-#define XK_Armenian_tche 0x1000573 /* U+0573 ARMENIAN SMALL LETTER CHEH */
-#define XK_Armenian_MEN 0x1000544 /* U+0544 ARMENIAN CAPITAL LETTER MEN */
-#define XK_Armenian_men 0x1000574 /* U+0574 ARMENIAN SMALL LETTER MEN */
-#define XK_Armenian_HI 0x1000545 /* U+0545 ARMENIAN CAPITAL LETTER YI */
-#define XK_Armenian_hi 0x1000575 /* U+0575 ARMENIAN SMALL LETTER YI */
-#define XK_Armenian_NU 0x1000546 /* U+0546 ARMENIAN CAPITAL LETTER NOW */
-#define XK_Armenian_nu 0x1000576 /* U+0576 ARMENIAN SMALL LETTER NOW */
-#define XK_Armenian_SHA 0x1000547 /* U+0547 ARMENIAN CAPITAL LETTER SHA */
-#define XK_Armenian_sha 0x1000577 /* U+0577 ARMENIAN SMALL LETTER SHA */
-#define XK_Armenian_VO 0x1000548 /* U+0548 ARMENIAN CAPITAL LETTER VO */
-#define XK_Armenian_vo 0x1000578 /* U+0578 ARMENIAN SMALL LETTER VO */
-#define XK_Armenian_CHA 0x1000549 /* U+0549 ARMENIAN CAPITAL LETTER CHA */
-#define XK_Armenian_cha 0x1000579 /* U+0579 ARMENIAN SMALL LETTER CHA */
-#define XK_Armenian_PE 0x100054a /* U+054A ARMENIAN CAPITAL LETTER PEH */
-#define XK_Armenian_pe 0x100057a /* U+057A ARMENIAN SMALL LETTER PEH */
-#define XK_Armenian_JE 0x100054b /* U+054B ARMENIAN CAPITAL LETTER JHEH */
-#define XK_Armenian_je 0x100057b /* U+057B ARMENIAN SMALL LETTER JHEH */
-#define XK_Armenian_RA 0x100054c /* U+054C ARMENIAN CAPITAL LETTER RA */
-#define XK_Armenian_ra 0x100057c /* U+057C ARMENIAN SMALL LETTER RA */
-#define XK_Armenian_SE 0x100054d /* U+054D ARMENIAN CAPITAL LETTER SEH */
-#define XK_Armenian_se 0x100057d /* U+057D ARMENIAN SMALL LETTER SEH */
-#define XK_Armenian_VEV 0x100054e /* U+054E ARMENIAN CAPITAL LETTER VEW */
-#define XK_Armenian_vev 0x100057e /* U+057E ARMENIAN SMALL LETTER VEW */
-#define XK_Armenian_TYUN 0x100054f /* U+054F ARMENIAN CAPITAL LETTER TIWN */
-#define XK_Armenian_tyun 0x100057f /* U+057F ARMENIAN SMALL LETTER TIWN */
-#define XK_Armenian_RE 0x1000550 /* U+0550 ARMENIAN CAPITAL LETTER REH */
-#define XK_Armenian_re 0x1000580 /* U+0580 ARMENIAN SMALL LETTER REH */
-#define XK_Armenian_TSO 0x1000551 /* U+0551 ARMENIAN CAPITAL LETTER CO */
-#define XK_Armenian_tso 0x1000581 /* U+0581 ARMENIAN SMALL LETTER CO */
-#define XK_Armenian_VYUN 0x1000552 /* U+0552 ARMENIAN CAPITAL LETTER YIWN */
-#define XK_Armenian_vyun 0x1000582 /* U+0582 ARMENIAN SMALL LETTER YIWN */
-#define XK_Armenian_PYUR 0x1000553 /* U+0553 ARMENIAN CAPITAL LETTER PIWR */
-#define XK_Armenian_pyur 0x1000583 /* U+0583 ARMENIAN SMALL LETTER PIWR */
-#define XK_Armenian_KE 0x1000554 /* U+0554 ARMENIAN CAPITAL LETTER KEH */
-#define XK_Armenian_ke 0x1000584 /* U+0584 ARMENIAN SMALL LETTER KEH */
-#define XK_Armenian_O 0x1000555 /* U+0555 ARMENIAN CAPITAL LETTER OH */
-#define XK_Armenian_o 0x1000585 /* U+0585 ARMENIAN SMALL LETTER OH */
-#define XK_Armenian_FE 0x1000556 /* U+0556 ARMENIAN CAPITAL LETTER FEH */
-#define XK_Armenian_fe 0x1000586 /* U+0586 ARMENIAN SMALL LETTER FEH */
-#define XK_Armenian_apostrophe 0x100055a /* U+055A ARMENIAN APOSTROPHE */
-#endif /* XK_ARMENIAN */
-
-/*
- * Georgian
- */
-
-#ifdef XK_GEORGIAN
-#define XK_Georgian_an 0x10010d0 /* U+10D0 GEORGIAN LETTER AN */
-#define XK_Georgian_ban 0x10010d1 /* U+10D1 GEORGIAN LETTER BAN */
-#define XK_Georgian_gan 0x10010d2 /* U+10D2 GEORGIAN LETTER GAN */
-#define XK_Georgian_don 0x10010d3 /* U+10D3 GEORGIAN LETTER DON */
-#define XK_Georgian_en 0x10010d4 /* U+10D4 GEORGIAN LETTER EN */
-#define XK_Georgian_vin 0x10010d5 /* U+10D5 GEORGIAN LETTER VIN */
-#define XK_Georgian_zen 0x10010d6 /* U+10D6 GEORGIAN LETTER ZEN */
-#define XK_Georgian_tan 0x10010d7 /* U+10D7 GEORGIAN LETTER TAN */
-#define XK_Georgian_in 0x10010d8 /* U+10D8 GEORGIAN LETTER IN */
-#define XK_Georgian_kan 0x10010d9 /* U+10D9 GEORGIAN LETTER KAN */
-#define XK_Georgian_las 0x10010da /* U+10DA GEORGIAN LETTER LAS */
-#define XK_Georgian_man 0x10010db /* U+10DB GEORGIAN LETTER MAN */
-#define XK_Georgian_nar 0x10010dc /* U+10DC GEORGIAN LETTER NAR */
-#define XK_Georgian_on 0x10010dd /* U+10DD GEORGIAN LETTER ON */
-#define XK_Georgian_par 0x10010de /* U+10DE GEORGIAN LETTER PAR */
-#define XK_Georgian_zhar 0x10010df /* U+10DF GEORGIAN LETTER ZHAR */
-#define XK_Georgian_rae 0x10010e0 /* U+10E0 GEORGIAN LETTER RAE */
-#define XK_Georgian_san 0x10010e1 /* U+10E1 GEORGIAN LETTER SAN */
-#define XK_Georgian_tar 0x10010e2 /* U+10E2 GEORGIAN LETTER TAR */
-#define XK_Georgian_un 0x10010e3 /* U+10E3 GEORGIAN LETTER UN */
-#define XK_Georgian_phar 0x10010e4 /* U+10E4 GEORGIAN LETTER PHAR */
-#define XK_Georgian_khar 0x10010e5 /* U+10E5 GEORGIAN LETTER KHAR */
-#define XK_Georgian_ghan 0x10010e6 /* U+10E6 GEORGIAN LETTER GHAN */
-#define XK_Georgian_qar 0x10010e7 /* U+10E7 GEORGIAN LETTER QAR */
-#define XK_Georgian_shin 0x10010e8 /* U+10E8 GEORGIAN LETTER SHIN */
-#define XK_Georgian_chin 0x10010e9 /* U+10E9 GEORGIAN LETTER CHIN */
-#define XK_Georgian_can 0x10010ea /* U+10EA GEORGIAN LETTER CAN */
-#define XK_Georgian_jil 0x10010eb /* U+10EB GEORGIAN LETTER JIL */
-#define XK_Georgian_cil 0x10010ec /* U+10EC GEORGIAN LETTER CIL */
-#define XK_Georgian_char 0x10010ed /* U+10ED GEORGIAN LETTER CHAR */
-#define XK_Georgian_xan 0x10010ee /* U+10EE GEORGIAN LETTER XAN */
-#define XK_Georgian_jhan 0x10010ef /* U+10EF GEORGIAN LETTER JHAN */
-#define XK_Georgian_hae 0x10010f0 /* U+10F0 GEORGIAN LETTER HAE */
-#define XK_Georgian_he 0x10010f1 /* U+10F1 GEORGIAN LETTER HE */
-#define XK_Georgian_hie 0x10010f2 /* U+10F2 GEORGIAN LETTER HIE */
-#define XK_Georgian_we 0x10010f3 /* U+10F3 GEORGIAN LETTER WE */
-#define XK_Georgian_har 0x10010f4 /* U+10F4 GEORGIAN LETTER HAR */
-#define XK_Georgian_hoe 0x10010f5 /* U+10F5 GEORGIAN LETTER HOE */
-#define XK_Georgian_fi 0x10010f6 /* U+10F6 GEORGIAN LETTER FI */
-#endif /* XK_GEORGIAN */
-
-/*
- * Azeri (and other Turkic or Caucasian languages)
- */
-
-#ifdef XK_CAUCASUS
-/* latin */
-#define XK_Xabovedot 0x1001e8a /* U+1E8A LATIN CAPITAL LETTER X WITH DOT ABOVE */
-#define XK_Ibreve 0x100012c /* U+012C LATIN CAPITAL LETTER I WITH BREVE */
-#define XK_Zstroke 0x10001b5 /* U+01B5 LATIN CAPITAL LETTER Z WITH STROKE */
-#define XK_Gcaron 0x10001e6 /* U+01E6 LATIN CAPITAL LETTER G WITH CARON */
-#define XK_Ocaron 0x10001d1 /* U+01D2 LATIN CAPITAL LETTER O WITH CARON */
-#define XK_Obarred 0x100019f /* U+019F LATIN CAPITAL LETTER O WITH MIDDLE TILDE */
-#define XK_xabovedot 0x1001e8b /* U+1E8B LATIN SMALL LETTER X WITH DOT ABOVE */
-#define XK_ibreve 0x100012d /* U+012D LATIN SMALL LETTER I WITH BREVE */
-#define XK_zstroke 0x10001b6 /* U+01B6 LATIN SMALL LETTER Z WITH STROKE */
-#define XK_gcaron 0x10001e7 /* U+01E7 LATIN SMALL LETTER G WITH CARON */
-#define XK_ocaron 0x10001d2 /* U+01D2 LATIN SMALL LETTER O WITH CARON */
-#define XK_obarred 0x1000275 /* U+0275 LATIN SMALL LETTER BARRED O */
-#define XK_SCHWA 0x100018f /* U+018F LATIN CAPITAL LETTER SCHWA */
-#define XK_schwa 0x1000259 /* U+0259 LATIN SMALL LETTER SCHWA */
-/* those are not really Caucasus */
-/* For Inupiak */
-#define XK_Lbelowdot 0x1001e36 /* U+1E36 LATIN CAPITAL LETTER L WITH DOT BELOW */
-#define XK_lbelowdot 0x1001e37 /* U+1E37 LATIN SMALL LETTER L WITH DOT BELOW */
-#endif /* XK_CAUCASUS */
-
-/*
- * Vietnamese
- */
-
-#ifdef XK_VIETNAMESE
-#define XK_Abelowdot 0x1001ea0 /* U+1EA0 LATIN CAPITAL LETTER A WITH DOT BELOW */
-#define XK_abelowdot 0x1001ea1 /* U+1EA1 LATIN SMALL LETTER A WITH DOT BELOW */
-#define XK_Ahook 0x1001ea2 /* U+1EA2 LATIN CAPITAL LETTER A WITH HOOK ABOVE */
-#define XK_ahook 0x1001ea3 /* U+1EA3 LATIN SMALL LETTER A WITH HOOK ABOVE */
-#define XK_Acircumflexacute 0x1001ea4 /* U+1EA4 LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE */
-#define XK_acircumflexacute 0x1001ea5 /* U+1EA5 LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE */
-#define XK_Acircumflexgrave 0x1001ea6 /* U+1EA6 LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE */
-#define XK_acircumflexgrave 0x1001ea7 /* U+1EA7 LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE */
-#define XK_Acircumflexhook 0x1001ea8 /* U+1EA8 LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE */
-#define XK_acircumflexhook 0x1001ea9 /* U+1EA9 LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE */
-#define XK_Acircumflextilde 0x1001eaa /* U+1EAA LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE */
-#define XK_acircumflextilde 0x1001eab /* U+1EAB LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE */
-#define XK_Acircumflexbelowdot 0x1001eac /* U+1EAC LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW */
-#define XK_acircumflexbelowdot 0x1001ead /* U+1EAD LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW */
-#define XK_Abreveacute 0x1001eae /* U+1EAE LATIN CAPITAL LETTER A WITH BREVE AND ACUTE */
-#define XK_abreveacute 0x1001eaf /* U+1EAF LATIN SMALL LETTER A WITH BREVE AND ACUTE */
-#define XK_Abrevegrave 0x1001eb0 /* U+1EB0 LATIN CAPITAL LETTER A WITH BREVE AND GRAVE */
-#define XK_abrevegrave 0x1001eb1 /* U+1EB1 LATIN SMALL LETTER A WITH BREVE AND GRAVE */
-#define XK_Abrevehook 0x1001eb2 /* U+1EB2 LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE */
-#define XK_abrevehook 0x1001eb3 /* U+1EB3 LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE */
-#define XK_Abrevetilde 0x1001eb4 /* U+1EB4 LATIN CAPITAL LETTER A WITH BREVE AND TILDE */
-#define XK_abrevetilde 0x1001eb5 /* U+1EB5 LATIN SMALL LETTER A WITH BREVE AND TILDE */
-#define XK_Abrevebelowdot 0x1001eb6 /* U+1EB6 LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW */
-#define XK_abrevebelowdot 0x1001eb7 /* U+1EB7 LATIN SMALL LETTER A WITH BREVE AND DOT BELOW */
-#define XK_Ebelowdot 0x1001eb8 /* U+1EB8 LATIN CAPITAL LETTER E WITH DOT BELOW */
-#define XK_ebelowdot 0x1001eb9 /* U+1EB9 LATIN SMALL LETTER E WITH DOT BELOW */
-#define XK_Ehook 0x1001eba /* U+1EBA LATIN CAPITAL LETTER E WITH HOOK ABOVE */
-#define XK_ehook 0x1001ebb /* U+1EBB LATIN SMALL LETTER E WITH HOOK ABOVE */
-#define XK_Etilde 0x1001ebc /* U+1EBC LATIN CAPITAL LETTER E WITH TILDE */
-#define XK_etilde 0x1001ebd /* U+1EBD LATIN SMALL LETTER E WITH TILDE */
-#define XK_Ecircumflexacute 0x1001ebe /* U+1EBE LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE */
-#define XK_ecircumflexacute 0x1001ebf /* U+1EBF LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE */
-#define XK_Ecircumflexgrave 0x1001ec0 /* U+1EC0 LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE */
-#define XK_ecircumflexgrave 0x1001ec1 /* U+1EC1 LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE */
-#define XK_Ecircumflexhook 0x1001ec2 /* U+1EC2 LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE */
-#define XK_ecircumflexhook 0x1001ec3 /* U+1EC3 LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE */
-#define XK_Ecircumflextilde 0x1001ec4 /* U+1EC4 LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE */
-#define XK_ecircumflextilde 0x1001ec5 /* U+1EC5 LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE */
-#define XK_Ecircumflexbelowdot 0x1001ec6 /* U+1EC6 LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW */
-#define XK_ecircumflexbelowdot 0x1001ec7 /* U+1EC7 LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW */
-#define XK_Ihook 0x1001ec8 /* U+1EC8 LATIN CAPITAL LETTER I WITH HOOK ABOVE */
-#define XK_ihook 0x1001ec9 /* U+1EC9 LATIN SMALL LETTER I WITH HOOK ABOVE */
-#define XK_Ibelowdot 0x1001eca /* U+1ECA LATIN CAPITAL LETTER I WITH DOT BELOW */
-#define XK_ibelowdot 0x1001ecb /* U+1ECB LATIN SMALL LETTER I WITH DOT BELOW */
-#define XK_Obelowdot 0x1001ecc /* U+1ECC LATIN CAPITAL LETTER O WITH DOT BELOW */
-#define XK_obelowdot 0x1001ecd /* U+1ECD LATIN SMALL LETTER O WITH DOT BELOW */
-#define XK_Ohook 0x1001ece /* U+1ECE LATIN CAPITAL LETTER O WITH HOOK ABOVE */
-#define XK_ohook 0x1001ecf /* U+1ECF LATIN SMALL LETTER O WITH HOOK ABOVE */
-#define XK_Ocircumflexacute 0x1001ed0 /* U+1ED0 LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE */
-#define XK_ocircumflexacute 0x1001ed1 /* U+1ED1 LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE */
-#define XK_Ocircumflexgrave 0x1001ed2 /* U+1ED2 LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE */
-#define XK_ocircumflexgrave 0x1001ed3 /* U+1ED3 LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE */
-#define XK_Ocircumflexhook 0x1001ed4 /* U+1ED4 LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE */
-#define XK_ocircumflexhook 0x1001ed5 /* U+1ED5 LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE */
-#define XK_Ocircumflextilde 0x1001ed6 /* U+1ED6 LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE */
-#define XK_ocircumflextilde 0x1001ed7 /* U+1ED7 LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE */
-#define XK_Ocircumflexbelowdot 0x1001ed8 /* U+1ED8 LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW */
-#define XK_ocircumflexbelowdot 0x1001ed9 /* U+1ED9 LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW */
-#define XK_Ohornacute 0x1001eda /* U+1EDA LATIN CAPITAL LETTER O WITH HORN AND ACUTE */
-#define XK_ohornacute 0x1001edb /* U+1EDB LATIN SMALL LETTER O WITH HORN AND ACUTE */
-#define XK_Ohorngrave 0x1001edc /* U+1EDC LATIN CAPITAL LETTER O WITH HORN AND GRAVE */
-#define XK_ohorngrave 0x1001edd /* U+1EDD LATIN SMALL LETTER O WITH HORN AND GRAVE */
-#define XK_Ohornhook 0x1001ede /* U+1EDE LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE */
-#define XK_ohornhook 0x1001edf /* U+1EDF LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE */
-#define XK_Ohorntilde 0x1001ee0 /* U+1EE0 LATIN CAPITAL LETTER O WITH HORN AND TILDE */
-#define XK_ohorntilde 0x1001ee1 /* U+1EE1 LATIN SMALL LETTER O WITH HORN AND TILDE */
-#define XK_Ohornbelowdot 0x1001ee2 /* U+1EE2 LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW */
-#define XK_ohornbelowdot 0x1001ee3 /* U+1EE3 LATIN SMALL LETTER O WITH HORN AND DOT BELOW */
-#define XK_Ubelowdot 0x1001ee4 /* U+1EE4 LATIN CAPITAL LETTER U WITH DOT BELOW */
-#define XK_ubelowdot 0x1001ee5 /* U+1EE5 LATIN SMALL LETTER U WITH DOT BELOW */
-#define XK_Uhook 0x1001ee6 /* U+1EE6 LATIN CAPITAL LETTER U WITH HOOK ABOVE */
-#define XK_uhook 0x1001ee7 /* U+1EE7 LATIN SMALL LETTER U WITH HOOK ABOVE */
-#define XK_Uhornacute 0x1001ee8 /* U+1EE8 LATIN CAPITAL LETTER U WITH HORN AND ACUTE */
-#define XK_uhornacute 0x1001ee9 /* U+1EE9 LATIN SMALL LETTER U WITH HORN AND ACUTE */
-#define XK_Uhorngrave 0x1001eea /* U+1EEA LATIN CAPITAL LETTER U WITH HORN AND GRAVE */
-#define XK_uhorngrave 0x1001eeb /* U+1EEB LATIN SMALL LETTER U WITH HORN AND GRAVE */
-#define XK_Uhornhook 0x1001eec /* U+1EEC LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE */
-#define XK_uhornhook 0x1001eed /* U+1EED LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE */
-#define XK_Uhorntilde 0x1001eee /* U+1EEE LATIN CAPITAL LETTER U WITH HORN AND TILDE */
-#define XK_uhorntilde 0x1001eef /* U+1EEF LATIN SMALL LETTER U WITH HORN AND TILDE */
-#define XK_Uhornbelowdot 0x1001ef0 /* U+1EF0 LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW */
-#define XK_uhornbelowdot 0x1001ef1 /* U+1EF1 LATIN SMALL LETTER U WITH HORN AND DOT BELOW */
-#define XK_Ybelowdot 0x1001ef4 /* U+1EF4 LATIN CAPITAL LETTER Y WITH DOT BELOW */
-#define XK_ybelowdot 0x1001ef5 /* U+1EF5 LATIN SMALL LETTER Y WITH DOT BELOW */
-#define XK_Yhook 0x1001ef6 /* U+1EF6 LATIN CAPITAL LETTER Y WITH HOOK ABOVE */
-#define XK_yhook 0x1001ef7 /* U+1EF7 LATIN SMALL LETTER Y WITH HOOK ABOVE */
-#define XK_Ytilde 0x1001ef8 /* U+1EF8 LATIN CAPITAL LETTER Y WITH TILDE */
-#define XK_ytilde 0x1001ef9 /* U+1EF9 LATIN SMALL LETTER Y WITH TILDE */
-#define XK_Ohorn 0x10001a0 /* U+01A0 LATIN CAPITAL LETTER O WITH HORN */
-#define XK_ohorn 0x10001a1 /* U+01A1 LATIN SMALL LETTER O WITH HORN */
-#define XK_Uhorn 0x10001af /* U+01AF LATIN CAPITAL LETTER U WITH HORN */
-#define XK_uhorn 0x10001b0 /* U+01B0 LATIN SMALL LETTER U WITH HORN */
-
-#endif /* XK_VIETNAMESE */
-
-#ifdef XK_CURRENCY
-#define XK_EcuSign 0x10020a0 /* U+20A0 EURO-CURRENCY SIGN */
-#define XK_ColonSign 0x10020a1 /* U+20A1 COLON SIGN */
-#define XK_CruzeiroSign 0x10020a2 /* U+20A2 CRUZEIRO SIGN */
-#define XK_FFrancSign 0x10020a3 /* U+20A3 FRENCH FRANC SIGN */
-#define XK_LiraSign 0x10020a4 /* U+20A4 LIRA SIGN */
-#define XK_MillSign 0x10020a5 /* U+20A5 MILL SIGN */
-#define XK_NairaSign 0x10020a6 /* U+20A6 NAIRA SIGN */
-#define XK_PesetaSign 0x10020a7 /* U+20A7 PESETA SIGN */
-#define XK_RupeeSign 0x10020a8 /* U+20A8 RUPEE SIGN */
-#define XK_WonSign 0x10020a9 /* U+20A9 WON SIGN */
-#define XK_NewSheqelSign 0x10020aa /* U+20AA NEW SHEQEL SIGN */
-#define XK_DongSign 0x10020ab /* U+20AB DONG SIGN */
-#define XK_EuroSign 0x20ac /* U+20AC EURO SIGN */
-#endif /* XK_CURRENCY */
-
-#ifdef XK_MATHEMATICAL
-/* one, two and three are defined above. */
-#define XK_zerosuperior 0x1002070 /* U+2070 SUPERSCRIPT ZERO */
-#define XK_foursuperior 0x1002074 /* U+2074 SUPERSCRIPT FOUR */
-#define XK_fivesuperior 0x1002075 /* U+2075 SUPERSCRIPT FIVE */
-#define XK_sixsuperior 0x1002076 /* U+2076 SUPERSCRIPT SIX */
-#define XK_sevensuperior 0x1002077 /* U+2077 SUPERSCRIPT SEVEN */
-#define XK_eightsuperior 0x1002078 /* U+2078 SUPERSCRIPT EIGHT */
-#define XK_ninesuperior 0x1002079 /* U+2079 SUPERSCRIPT NINE */
-#define XK_zerosubscript 0x1002080 /* U+2080 SUBSCRIPT ZERO */
-#define XK_onesubscript 0x1002081 /* U+2081 SUBSCRIPT ONE */
-#define XK_twosubscript 0x1002082 /* U+2082 SUBSCRIPT TWO */
-#define XK_threesubscript 0x1002083 /* U+2083 SUBSCRIPT THREE */
-#define XK_foursubscript 0x1002084 /* U+2084 SUBSCRIPT FOUR */
-#define XK_fivesubscript 0x1002085 /* U+2085 SUBSCRIPT FIVE */
-#define XK_sixsubscript 0x1002086 /* U+2086 SUBSCRIPT SIX */
-#define XK_sevensubscript 0x1002087 /* U+2087 SUBSCRIPT SEVEN */
-#define XK_eightsubscript 0x1002088 /* U+2088 SUBSCRIPT EIGHT */
-#define XK_ninesubscript 0x1002089 /* U+2089 SUBSCRIPT NINE */
-#define XK_partdifferential 0x1002202 /* U+2202 PARTIAL DIFFERENTIAL */
-#define XK_emptyset 0x1002205 /* U+2205 NULL SET */
-#define XK_elementof 0x1002208 /* U+2208 ELEMENT OF */
-#define XK_notelementof 0x1002209 /* U+2209 NOT AN ELEMENT OF */
-#define XK_containsas 0x100220B /* U+220B CONTAINS AS MEMBER */
-#define XK_squareroot 0x100221A /* U+221A SQUARE ROOT */
-#define XK_cuberoot 0x100221B /* U+221B CUBE ROOT */
-#define XK_fourthroot 0x100221C /* U+221C FOURTH ROOT */
-#define XK_dintegral 0x100222C /* U+222C DOUBLE INTEGRAL */
-#define XK_tintegral 0x100222D /* U+222D TRIPLE INTEGRAL */
-#define XK_because 0x1002235 /* U+2235 BECAUSE */
-#define XK_approxeq 0x1002248 /* U+2245 ALMOST EQUAL TO */
-#define XK_notapproxeq 0x1002247 /* U+2247 NOT ALMOST EQUAL TO */
-#define XK_notidentical 0x1002262 /* U+2262 NOT IDENTICAL TO */
-#define XK_stricteq 0x1002263 /* U+2263 STRICTLY EQUIVALENT TO */
-#endif /* XK_MATHEMATICAL */
-
-#ifdef XK_BRAILLE
-#define XK_braille_dot_1 0xfff1
-#define XK_braille_dot_2 0xfff2
-#define XK_braille_dot_3 0xfff3
-#define XK_braille_dot_4 0xfff4
-#define XK_braille_dot_5 0xfff5
-#define XK_braille_dot_6 0xfff6
-#define XK_braille_dot_7 0xfff7
-#define XK_braille_dot_8 0xfff8
-#define XK_braille_dot_9 0xfff9
-#define XK_braille_dot_10 0xfffa
-#define XK_braille_blank 0x1002800 /* U+2800 BRAILLE PATTERN BLANK */
-#define XK_braille_dots_1 0x1002801 /* U+2801 BRAILLE PATTERN DOTS-1 */
-#define XK_braille_dots_2 0x1002802 /* U+2802 BRAILLE PATTERN DOTS-2 */
-#define XK_braille_dots_12 0x1002803 /* U+2803 BRAILLE PATTERN DOTS-12 */
-#define XK_braille_dots_3 0x1002804 /* U+2804 BRAILLE PATTERN DOTS-3 */
-#define XK_braille_dots_13 0x1002805 /* U+2805 BRAILLE PATTERN DOTS-13 */
-#define XK_braille_dots_23 0x1002806 /* U+2806 BRAILLE PATTERN DOTS-23 */
-#define XK_braille_dots_123 0x1002807 /* U+2807 BRAILLE PATTERN DOTS-123 */
-#define XK_braille_dots_4 0x1002808 /* U+2808 BRAILLE PATTERN DOTS-4 */
-#define XK_braille_dots_14 0x1002809 /* U+2809 BRAILLE PATTERN DOTS-14 */
-#define XK_braille_dots_24 0x100280a /* U+280a BRAILLE PATTERN DOTS-24 */
-#define XK_braille_dots_124 0x100280b /* U+280b BRAILLE PATTERN DOTS-124 */
-#define XK_braille_dots_34 0x100280c /* U+280c BRAILLE PATTERN DOTS-34 */
-#define XK_braille_dots_134 0x100280d /* U+280d BRAILLE PATTERN DOTS-134 */
-#define XK_braille_dots_234 0x100280e /* U+280e BRAILLE PATTERN DOTS-234 */
-#define XK_braille_dots_1234 0x100280f /* U+280f BRAILLE PATTERN DOTS-1234 */
-#define XK_braille_dots_5 0x1002810 /* U+2810 BRAILLE PATTERN DOTS-5 */
-#define XK_braille_dots_15 0x1002811 /* U+2811 BRAILLE PATTERN DOTS-15 */
-#define XK_braille_dots_25 0x1002812 /* U+2812 BRAILLE PATTERN DOTS-25 */
-#define XK_braille_dots_125 0x1002813 /* U+2813 BRAILLE PATTERN DOTS-125 */
-#define XK_braille_dots_35 0x1002814 /* U+2814 BRAILLE PATTERN DOTS-35 */
-#define XK_braille_dots_135 0x1002815 /* U+2815 BRAILLE PATTERN DOTS-135 */
-#define XK_braille_dots_235 0x1002816 /* U+2816 BRAILLE PATTERN DOTS-235 */
-#define XK_braille_dots_1235 0x1002817 /* U+2817 BRAILLE PATTERN DOTS-1235 */
-#define XK_braille_dots_45 0x1002818 /* U+2818 BRAILLE PATTERN DOTS-45 */
-#define XK_braille_dots_145 0x1002819 /* U+2819 BRAILLE PATTERN DOTS-145 */
-#define XK_braille_dots_245 0x100281a /* U+281a BRAILLE PATTERN DOTS-245 */
-#define XK_braille_dots_1245 0x100281b /* U+281b BRAILLE PATTERN DOTS-1245 */
-#define XK_braille_dots_345 0x100281c /* U+281c BRAILLE PATTERN DOTS-345 */
-#define XK_braille_dots_1345 0x100281d /* U+281d BRAILLE PATTERN DOTS-1345 */
-#define XK_braille_dots_2345 0x100281e /* U+281e BRAILLE PATTERN DOTS-2345 */
-#define XK_braille_dots_12345 0x100281f /* U+281f BRAILLE PATTERN DOTS-12345 */
-#define XK_braille_dots_6 0x1002820 /* U+2820 BRAILLE PATTERN DOTS-6 */
-#define XK_braille_dots_16 0x1002821 /* U+2821 BRAILLE PATTERN DOTS-16 */
-#define XK_braille_dots_26 0x1002822 /* U+2822 BRAILLE PATTERN DOTS-26 */
-#define XK_braille_dots_126 0x1002823 /* U+2823 BRAILLE PATTERN DOTS-126 */
-#define XK_braille_dots_36 0x1002824 /* U+2824 BRAILLE PATTERN DOTS-36 */
-#define XK_braille_dots_136 0x1002825 /* U+2825 BRAILLE PATTERN DOTS-136 */
-#define XK_braille_dots_236 0x1002826 /* U+2826 BRAILLE PATTERN DOTS-236 */
-#define XK_braille_dots_1236 0x1002827 /* U+2827 BRAILLE PATTERN DOTS-1236 */
-#define XK_braille_dots_46 0x1002828 /* U+2828 BRAILLE PATTERN DOTS-46 */
-#define XK_braille_dots_146 0x1002829 /* U+2829 BRAILLE PATTERN DOTS-146 */
-#define XK_braille_dots_246 0x100282a /* U+282a BRAILLE PATTERN DOTS-246 */
-#define XK_braille_dots_1246 0x100282b /* U+282b BRAILLE PATTERN DOTS-1246 */
-#define XK_braille_dots_346 0x100282c /* U+282c BRAILLE PATTERN DOTS-346 */
-#define XK_braille_dots_1346 0x100282d /* U+282d BRAILLE PATTERN DOTS-1346 */
-#define XK_braille_dots_2346 0x100282e /* U+282e BRAILLE PATTERN DOTS-2346 */
-#define XK_braille_dots_12346 0x100282f /* U+282f BRAILLE PATTERN DOTS-12346 */
-#define XK_braille_dots_56 0x1002830 /* U+2830 BRAILLE PATTERN DOTS-56 */
-#define XK_braille_dots_156 0x1002831 /* U+2831 BRAILLE PATTERN DOTS-156 */
-#define XK_braille_dots_256 0x1002832 /* U+2832 BRAILLE PATTERN DOTS-256 */
-#define XK_braille_dots_1256 0x1002833 /* U+2833 BRAILLE PATTERN DOTS-1256 */
-#define XK_braille_dots_356 0x1002834 /* U+2834 BRAILLE PATTERN DOTS-356 */
-#define XK_braille_dots_1356 0x1002835 /* U+2835 BRAILLE PATTERN DOTS-1356 */
-#define XK_braille_dots_2356 0x1002836 /* U+2836 BRAILLE PATTERN DOTS-2356 */
-#define XK_braille_dots_12356 0x1002837 /* U+2837 BRAILLE PATTERN DOTS-12356 */
-#define XK_braille_dots_456 0x1002838 /* U+2838 BRAILLE PATTERN DOTS-456 */
-#define XK_braille_dots_1456 0x1002839 /* U+2839 BRAILLE PATTERN DOTS-1456 */
-#define XK_braille_dots_2456 0x100283a /* U+283a BRAILLE PATTERN DOTS-2456 */
-#define XK_braille_dots_12456 0x100283b /* U+283b BRAILLE PATTERN DOTS-12456 */
-#define XK_braille_dots_3456 0x100283c /* U+283c BRAILLE PATTERN DOTS-3456 */
-#define XK_braille_dots_13456 0x100283d /* U+283d BRAILLE PATTERN DOTS-13456 */
-#define XK_braille_dots_23456 0x100283e /* U+283e BRAILLE PATTERN DOTS-23456 */
-#define XK_braille_dots_123456 0x100283f /* U+283f BRAILLE PATTERN DOTS-123456 */
-#define XK_braille_dots_7 0x1002840 /* U+2840 BRAILLE PATTERN DOTS-7 */
-#define XK_braille_dots_17 0x1002841 /* U+2841 BRAILLE PATTERN DOTS-17 */
-#define XK_braille_dots_27 0x1002842 /* U+2842 BRAILLE PATTERN DOTS-27 */
-#define XK_braille_dots_127 0x1002843 /* U+2843 BRAILLE PATTERN DOTS-127 */
-#define XK_braille_dots_37 0x1002844 /* U+2844 BRAILLE PATTERN DOTS-37 */
-#define XK_braille_dots_137 0x1002845 /* U+2845 BRAILLE PATTERN DOTS-137 */
-#define XK_braille_dots_237 0x1002846 /* U+2846 BRAILLE PATTERN DOTS-237 */
-#define XK_braille_dots_1237 0x1002847 /* U+2847 BRAILLE PATTERN DOTS-1237 */
-#define XK_braille_dots_47 0x1002848 /* U+2848 BRAILLE PATTERN DOTS-47 */
-#define XK_braille_dots_147 0x1002849 /* U+2849 BRAILLE PATTERN DOTS-147 */
-#define XK_braille_dots_247 0x100284a /* U+284a BRAILLE PATTERN DOTS-247 */
-#define XK_braille_dots_1247 0x100284b /* U+284b BRAILLE PATTERN DOTS-1247 */
-#define XK_braille_dots_347 0x100284c /* U+284c BRAILLE PATTERN DOTS-347 */
-#define XK_braille_dots_1347 0x100284d /* U+284d BRAILLE PATTERN DOTS-1347 */
-#define XK_braille_dots_2347 0x100284e /* U+284e BRAILLE PATTERN DOTS-2347 */
-#define XK_braille_dots_12347 0x100284f /* U+284f BRAILLE PATTERN DOTS-12347 */
-#define XK_braille_dots_57 0x1002850 /* U+2850 BRAILLE PATTERN DOTS-57 */
-#define XK_braille_dots_157 0x1002851 /* U+2851 BRAILLE PATTERN DOTS-157 */
-#define XK_braille_dots_257 0x1002852 /* U+2852 BRAILLE PATTERN DOTS-257 */
-#define XK_braille_dots_1257 0x1002853 /* U+2853 BRAILLE PATTERN DOTS-1257 */
-#define XK_braille_dots_357 0x1002854 /* U+2854 BRAILLE PATTERN DOTS-357 */
-#define XK_braille_dots_1357 0x1002855 /* U+2855 BRAILLE PATTERN DOTS-1357 */
-#define XK_braille_dots_2357 0x1002856 /* U+2856 BRAILLE PATTERN DOTS-2357 */
-#define XK_braille_dots_12357 0x1002857 /* U+2857 BRAILLE PATTERN DOTS-12357 */
-#define XK_braille_dots_457 0x1002858 /* U+2858 BRAILLE PATTERN DOTS-457 */
-#define XK_braille_dots_1457 0x1002859 /* U+2859 BRAILLE PATTERN DOTS-1457 */
-#define XK_braille_dots_2457 0x100285a /* U+285a BRAILLE PATTERN DOTS-2457 */
-#define XK_braille_dots_12457 0x100285b /* U+285b BRAILLE PATTERN DOTS-12457 */
-#define XK_braille_dots_3457 0x100285c /* U+285c BRAILLE PATTERN DOTS-3457 */
-#define XK_braille_dots_13457 0x100285d /* U+285d BRAILLE PATTERN DOTS-13457 */
-#define XK_braille_dots_23457 0x100285e /* U+285e BRAILLE PATTERN DOTS-23457 */
-#define XK_braille_dots_123457 0x100285f /* U+285f BRAILLE PATTERN DOTS-123457 */
-#define XK_braille_dots_67 0x1002860 /* U+2860 BRAILLE PATTERN DOTS-67 */
-#define XK_braille_dots_167 0x1002861 /* U+2861 BRAILLE PATTERN DOTS-167 */
-#define XK_braille_dots_267 0x1002862 /* U+2862 BRAILLE PATTERN DOTS-267 */
-#define XK_braille_dots_1267 0x1002863 /* U+2863 BRAILLE PATTERN DOTS-1267 */
-#define XK_braille_dots_367 0x1002864 /* U+2864 BRAILLE PATTERN DOTS-367 */
-#define XK_braille_dots_1367 0x1002865 /* U+2865 BRAILLE PATTERN DOTS-1367 */
-#define XK_braille_dots_2367 0x1002866 /* U+2866 BRAILLE PATTERN DOTS-2367 */
-#define XK_braille_dots_12367 0x1002867 /* U+2867 BRAILLE PATTERN DOTS-12367 */
-#define XK_braille_dots_467 0x1002868 /* U+2868 BRAILLE PATTERN DOTS-467 */
-#define XK_braille_dots_1467 0x1002869 /* U+2869 BRAILLE PATTERN DOTS-1467 */
-#define XK_braille_dots_2467 0x100286a /* U+286a BRAILLE PATTERN DOTS-2467 */
-#define XK_braille_dots_12467 0x100286b /* U+286b BRAILLE PATTERN DOTS-12467 */
-#define XK_braille_dots_3467 0x100286c /* U+286c BRAILLE PATTERN DOTS-3467 */
-#define XK_braille_dots_13467 0x100286d /* U+286d BRAILLE PATTERN DOTS-13467 */
-#define XK_braille_dots_23467 0x100286e /* U+286e BRAILLE PATTERN DOTS-23467 */
-#define XK_braille_dots_123467 0x100286f /* U+286f BRAILLE PATTERN DOTS-123467 */
-#define XK_braille_dots_567 0x1002870 /* U+2870 BRAILLE PATTERN DOTS-567 */
-#define XK_braille_dots_1567 0x1002871 /* U+2871 BRAILLE PATTERN DOTS-1567 */
-#define XK_braille_dots_2567 0x1002872 /* U+2872 BRAILLE PATTERN DOTS-2567 */
-#define XK_braille_dots_12567 0x1002873 /* U+2873 BRAILLE PATTERN DOTS-12567 */
-#define XK_braille_dots_3567 0x1002874 /* U+2874 BRAILLE PATTERN DOTS-3567 */
-#define XK_braille_dots_13567 0x1002875 /* U+2875 BRAILLE PATTERN DOTS-13567 */
-#define XK_braille_dots_23567 0x1002876 /* U+2876 BRAILLE PATTERN DOTS-23567 */
-#define XK_braille_dots_123567 0x1002877 /* U+2877 BRAILLE PATTERN DOTS-123567 */
-#define XK_braille_dots_4567 0x1002878 /* U+2878 BRAILLE PATTERN DOTS-4567 */
-#define XK_braille_dots_14567 0x1002879 /* U+2879 BRAILLE PATTERN DOTS-14567 */
-#define XK_braille_dots_24567 0x100287a /* U+287a BRAILLE PATTERN DOTS-24567 */
-#define XK_braille_dots_124567 0x100287b /* U+287b BRAILLE PATTERN DOTS-124567 */
-#define XK_braille_dots_34567 0x100287c /* U+287c BRAILLE PATTERN DOTS-34567 */
-#define XK_braille_dots_134567 0x100287d /* U+287d BRAILLE PATTERN DOTS-134567 */
-#define XK_braille_dots_234567 0x100287e /* U+287e BRAILLE PATTERN DOTS-234567 */
-#define XK_braille_dots_1234567 0x100287f /* U+287f BRAILLE PATTERN DOTS-1234567 */
-#define XK_braille_dots_8 0x1002880 /* U+2880 BRAILLE PATTERN DOTS-8 */
-#define XK_braille_dots_18 0x1002881 /* U+2881 BRAILLE PATTERN DOTS-18 */
-#define XK_braille_dots_28 0x1002882 /* U+2882 BRAILLE PATTERN DOTS-28 */
-#define XK_braille_dots_128 0x1002883 /* U+2883 BRAILLE PATTERN DOTS-128 */
-#define XK_braille_dots_38 0x1002884 /* U+2884 BRAILLE PATTERN DOTS-38 */
-#define XK_braille_dots_138 0x1002885 /* U+2885 BRAILLE PATTERN DOTS-138 */
-#define XK_braille_dots_238 0x1002886 /* U+2886 BRAILLE PATTERN DOTS-238 */
-#define XK_braille_dots_1238 0x1002887 /* U+2887 BRAILLE PATTERN DOTS-1238 */
-#define XK_braille_dots_48 0x1002888 /* U+2888 BRAILLE PATTERN DOTS-48 */
-#define XK_braille_dots_148 0x1002889 /* U+2889 BRAILLE PATTERN DOTS-148 */
-#define XK_braille_dots_248 0x100288a /* U+288a BRAILLE PATTERN DOTS-248 */
-#define XK_braille_dots_1248 0x100288b /* U+288b BRAILLE PATTERN DOTS-1248 */
-#define XK_braille_dots_348 0x100288c /* U+288c BRAILLE PATTERN DOTS-348 */
-#define XK_braille_dots_1348 0x100288d /* U+288d BRAILLE PATTERN DOTS-1348 */
-#define XK_braille_dots_2348 0x100288e /* U+288e BRAILLE PATTERN DOTS-2348 */
-#define XK_braille_dots_12348 0x100288f /* U+288f BRAILLE PATTERN DOTS-12348 */
-#define XK_braille_dots_58 0x1002890 /* U+2890 BRAILLE PATTERN DOTS-58 */
-#define XK_braille_dots_158 0x1002891 /* U+2891 BRAILLE PATTERN DOTS-158 */
-#define XK_braille_dots_258 0x1002892 /* U+2892 BRAILLE PATTERN DOTS-258 */
-#define XK_braille_dots_1258 0x1002893 /* U+2893 BRAILLE PATTERN DOTS-1258 */
-#define XK_braille_dots_358 0x1002894 /* U+2894 BRAILLE PATTERN DOTS-358 */
-#define XK_braille_dots_1358 0x1002895 /* U+2895 BRAILLE PATTERN DOTS-1358 */
-#define XK_braille_dots_2358 0x1002896 /* U+2896 BRAILLE PATTERN DOTS-2358 */
-#define XK_braille_dots_12358 0x1002897 /* U+2897 BRAILLE PATTERN DOTS-12358 */
-#define XK_braille_dots_458 0x1002898 /* U+2898 BRAILLE PATTERN DOTS-458 */
-#define XK_braille_dots_1458 0x1002899 /* U+2899 BRAILLE PATTERN DOTS-1458 */
-#define XK_braille_dots_2458 0x100289a /* U+289a BRAILLE PATTERN DOTS-2458 */
-#define XK_braille_dots_12458 0x100289b /* U+289b BRAILLE PATTERN DOTS-12458 */
-#define XK_braille_dots_3458 0x100289c /* U+289c BRAILLE PATTERN DOTS-3458 */
-#define XK_braille_dots_13458 0x100289d /* U+289d BRAILLE PATTERN DOTS-13458 */
-#define XK_braille_dots_23458 0x100289e /* U+289e BRAILLE PATTERN DOTS-23458 */
-#define XK_braille_dots_123458 0x100289f /* U+289f BRAILLE PATTERN DOTS-123458 */
-#define XK_braille_dots_68 0x10028a0 /* U+28a0 BRAILLE PATTERN DOTS-68 */
-#define XK_braille_dots_168 0x10028a1 /* U+28a1 BRAILLE PATTERN DOTS-168 */
-#define XK_braille_dots_268 0x10028a2 /* U+28a2 BRAILLE PATTERN DOTS-268 */
-#define XK_braille_dots_1268 0x10028a3 /* U+28a3 BRAILLE PATTERN DOTS-1268 */
-#define XK_braille_dots_368 0x10028a4 /* U+28a4 BRAILLE PATTERN DOTS-368 */
-#define XK_braille_dots_1368 0x10028a5 /* U+28a5 BRAILLE PATTERN DOTS-1368 */
-#define XK_braille_dots_2368 0x10028a6 /* U+28a6 BRAILLE PATTERN DOTS-2368 */
-#define XK_braille_dots_12368 0x10028a7 /* U+28a7 BRAILLE PATTERN DOTS-12368 */
-#define XK_braille_dots_468 0x10028a8 /* U+28a8 BRAILLE PATTERN DOTS-468 */
-#define XK_braille_dots_1468 0x10028a9 /* U+28a9 BRAILLE PATTERN DOTS-1468 */
-#define XK_braille_dots_2468 0x10028aa /* U+28aa BRAILLE PATTERN DOTS-2468 */
-#define XK_braille_dots_12468 0x10028ab /* U+28ab BRAILLE PATTERN DOTS-12468 */
-#define XK_braille_dots_3468 0x10028ac /* U+28ac BRAILLE PATTERN DOTS-3468 */
-#define XK_braille_dots_13468 0x10028ad /* U+28ad BRAILLE PATTERN DOTS-13468 */
-#define XK_braille_dots_23468 0x10028ae /* U+28ae BRAILLE PATTERN DOTS-23468 */
-#define XK_braille_dots_123468 0x10028af /* U+28af BRAILLE PATTERN DOTS-123468 */
-#define XK_braille_dots_568 0x10028b0 /* U+28b0 BRAILLE PATTERN DOTS-568 */
-#define XK_braille_dots_1568 0x10028b1 /* U+28b1 BRAILLE PATTERN DOTS-1568 */
-#define XK_braille_dots_2568 0x10028b2 /* U+28b2 BRAILLE PATTERN DOTS-2568 */
-#define XK_braille_dots_12568 0x10028b3 /* U+28b3 BRAILLE PATTERN DOTS-12568 */
-#define XK_braille_dots_3568 0x10028b4 /* U+28b4 BRAILLE PATTERN DOTS-3568 */
-#define XK_braille_dots_13568 0x10028b5 /* U+28b5 BRAILLE PATTERN DOTS-13568 */
-#define XK_braille_dots_23568 0x10028b6 /* U+28b6 BRAILLE PATTERN DOTS-23568 */
-#define XK_braille_dots_123568 0x10028b7 /* U+28b7 BRAILLE PATTERN DOTS-123568 */
-#define XK_braille_dots_4568 0x10028b8 /* U+28b8 BRAILLE PATTERN DOTS-4568 */
-#define XK_braille_dots_14568 0x10028b9 /* U+28b9 BRAILLE PATTERN DOTS-14568 */
-#define XK_braille_dots_24568 0x10028ba /* U+28ba BRAILLE PATTERN DOTS-24568 */
-#define XK_braille_dots_124568 0x10028bb /* U+28bb BRAILLE PATTERN DOTS-124568 */
-#define XK_braille_dots_34568 0x10028bc /* U+28bc BRAILLE PATTERN DOTS-34568 */
-#define XK_braille_dots_134568 0x10028bd /* U+28bd BRAILLE PATTERN DOTS-134568 */
-#define XK_braille_dots_234568 0x10028be /* U+28be BRAILLE PATTERN DOTS-234568 */
-#define XK_braille_dots_1234568 0x10028bf /* U+28bf BRAILLE PATTERN DOTS-1234568 */
-#define XK_braille_dots_78 0x10028c0 /* U+28c0 BRAILLE PATTERN DOTS-78 */
-#define XK_braille_dots_178 0x10028c1 /* U+28c1 BRAILLE PATTERN DOTS-178 */
-#define XK_braille_dots_278 0x10028c2 /* U+28c2 BRAILLE PATTERN DOTS-278 */
-#define XK_braille_dots_1278 0x10028c3 /* U+28c3 BRAILLE PATTERN DOTS-1278 */
-#define XK_braille_dots_378 0x10028c4 /* U+28c4 BRAILLE PATTERN DOTS-378 */
-#define XK_braille_dots_1378 0x10028c5 /* U+28c5 BRAILLE PATTERN DOTS-1378 */
-#define XK_braille_dots_2378 0x10028c6 /* U+28c6 BRAILLE PATTERN DOTS-2378 */
-#define XK_braille_dots_12378 0x10028c7 /* U+28c7 BRAILLE PATTERN DOTS-12378 */
-#define XK_braille_dots_478 0x10028c8 /* U+28c8 BRAILLE PATTERN DOTS-478 */
-#define XK_braille_dots_1478 0x10028c9 /* U+28c9 BRAILLE PATTERN DOTS-1478 */
-#define XK_braille_dots_2478 0x10028ca /* U+28ca BRAILLE PATTERN DOTS-2478 */
-#define XK_braille_dots_12478 0x10028cb /* U+28cb BRAILLE PATTERN DOTS-12478 */
-#define XK_braille_dots_3478 0x10028cc /* U+28cc BRAILLE PATTERN DOTS-3478 */
-#define XK_braille_dots_13478 0x10028cd /* U+28cd BRAILLE PATTERN DOTS-13478 */
-#define XK_braille_dots_23478 0x10028ce /* U+28ce BRAILLE PATTERN DOTS-23478 */
-#define XK_braille_dots_123478 0x10028cf /* U+28cf BRAILLE PATTERN DOTS-123478 */
-#define XK_braille_dots_578 0x10028d0 /* U+28d0 BRAILLE PATTERN DOTS-578 */
-#define XK_braille_dots_1578 0x10028d1 /* U+28d1 BRAILLE PATTERN DOTS-1578 */
-#define XK_braille_dots_2578 0x10028d2 /* U+28d2 BRAILLE PATTERN DOTS-2578 */
-#define XK_braille_dots_12578 0x10028d3 /* U+28d3 BRAILLE PATTERN DOTS-12578 */
-#define XK_braille_dots_3578 0x10028d4 /* U+28d4 BRAILLE PATTERN DOTS-3578 */
-#define XK_braille_dots_13578 0x10028d5 /* U+28d5 BRAILLE PATTERN DOTS-13578 */
-#define XK_braille_dots_23578 0x10028d6 /* U+28d6 BRAILLE PATTERN DOTS-23578 */
-#define XK_braille_dots_123578 0x10028d7 /* U+28d7 BRAILLE PATTERN DOTS-123578 */
-#define XK_braille_dots_4578 0x10028d8 /* U+28d8 BRAILLE PATTERN DOTS-4578 */
-#define XK_braille_dots_14578 0x10028d9 /* U+28d9 BRAILLE PATTERN DOTS-14578 */
-#define XK_braille_dots_24578 0x10028da /* U+28da BRAILLE PATTERN DOTS-24578 */
-#define XK_braille_dots_124578 0x10028db /* U+28db BRAILLE PATTERN DOTS-124578 */
-#define XK_braille_dots_34578 0x10028dc /* U+28dc BRAILLE PATTERN DOTS-34578 */
-#define XK_braille_dots_134578 0x10028dd /* U+28dd BRAILLE PATTERN DOTS-134578 */
-#define XK_braille_dots_234578 0x10028de /* U+28de BRAILLE PATTERN DOTS-234578 */
-#define XK_braille_dots_1234578 0x10028df /* U+28df BRAILLE PATTERN DOTS-1234578 */
-#define XK_braille_dots_678 0x10028e0 /* U+28e0 BRAILLE PATTERN DOTS-678 */
-#define XK_braille_dots_1678 0x10028e1 /* U+28e1 BRAILLE PATTERN DOTS-1678 */
-#define XK_braille_dots_2678 0x10028e2 /* U+28e2 BRAILLE PATTERN DOTS-2678 */
-#define XK_braille_dots_12678 0x10028e3 /* U+28e3 BRAILLE PATTERN DOTS-12678 */
-#define XK_braille_dots_3678 0x10028e4 /* U+28e4 BRAILLE PATTERN DOTS-3678 */
-#define XK_braille_dots_13678 0x10028e5 /* U+28e5 BRAILLE PATTERN DOTS-13678 */
-#define XK_braille_dots_23678 0x10028e6 /* U+28e6 BRAILLE PATTERN DOTS-23678 */
-#define XK_braille_dots_123678 0x10028e7 /* U+28e7 BRAILLE PATTERN DOTS-123678 */
-#define XK_braille_dots_4678 0x10028e8 /* U+28e8 BRAILLE PATTERN DOTS-4678 */
-#define XK_braille_dots_14678 0x10028e9 /* U+28e9 BRAILLE PATTERN DOTS-14678 */
-#define XK_braille_dots_24678 0x10028ea /* U+28ea BRAILLE PATTERN DOTS-24678 */
-#define XK_braille_dots_124678 0x10028eb /* U+28eb BRAILLE PATTERN DOTS-124678 */
-#define XK_braille_dots_34678 0x10028ec /* U+28ec BRAILLE PATTERN DOTS-34678 */
-#define XK_braille_dots_134678 0x10028ed /* U+28ed BRAILLE PATTERN DOTS-134678 */
-#define XK_braille_dots_234678 0x10028ee /* U+28ee BRAILLE PATTERN DOTS-234678 */
-#define XK_braille_dots_1234678 0x10028ef /* U+28ef BRAILLE PATTERN DOTS-1234678 */
-#define XK_braille_dots_5678 0x10028f0 /* U+28f0 BRAILLE PATTERN DOTS-5678 */
-#define XK_braille_dots_15678 0x10028f1 /* U+28f1 BRAILLE PATTERN DOTS-15678 */
-#define XK_braille_dots_25678 0x10028f2 /* U+28f2 BRAILLE PATTERN DOTS-25678 */
-#define XK_braille_dots_125678 0x10028f3 /* U+28f3 BRAILLE PATTERN DOTS-125678 */
-#define XK_braille_dots_35678 0x10028f4 /* U+28f4 BRAILLE PATTERN DOTS-35678 */
-#define XK_braille_dots_135678 0x10028f5 /* U+28f5 BRAILLE PATTERN DOTS-135678 */
-#define XK_braille_dots_235678 0x10028f6 /* U+28f6 BRAILLE PATTERN DOTS-235678 */
-#define XK_braille_dots_1235678 0x10028f7 /* U+28f7 BRAILLE PATTERN DOTS-1235678 */
-#define XK_braille_dots_45678 0x10028f8 /* U+28f8 BRAILLE PATTERN DOTS-45678 */
-#define XK_braille_dots_145678 0x10028f9 /* U+28f9 BRAILLE PATTERN DOTS-145678 */
-#define XK_braille_dots_245678 0x10028fa /* U+28fa BRAILLE PATTERN DOTS-245678 */
-#define XK_braille_dots_1245678 0x10028fb /* U+28fb BRAILLE PATTERN DOTS-1245678 */
-#define XK_braille_dots_345678 0x10028fc /* U+28fc BRAILLE PATTERN DOTS-345678 */
-#define XK_braille_dots_1345678 0x10028fd /* U+28fd BRAILLE PATTERN DOTS-1345678 */
-#define XK_braille_dots_2345678 0x10028fe /* U+28fe BRAILLE PATTERN DOTS-2345678 */
-#define XK_braille_dots_12345678 0x10028ff /* U+28ff BRAILLE PATTERN DOTS-12345678 */
-#endif /* XK_BRAILLE */
diff --git a/console-client/xkb/ks_tables.h b/console-client/xkb/ks_tables.h
deleted file mode 100644
index 575e5f48..00000000
--- a/console-client/xkb/ks_tables.h
+++ /dev/null
@@ -1,3146 +0,0 @@
-/* This file is generated from keysymdef.h. */
-/* Do not edit. */
-
-#ifdef NEEDKTABLE
-const unsigned char _XkeyTable[] = {
-0,
-0x80, 0xaa, 0x00, 0x00, 0x00, 0x00, 'V','o','i','d','S','y','m','b','o','l',0,
-0xa3, 0xff, 0x00, 0x00, 0xff, 0x08, 'B','a','c','k','S','p','a','c','e',0,
-0x02, 0x74, 0x00, 0x00, 0xff, 0x09, 'T','a','b',0,
-0x5a, 0x42, 0x00, 0x00, 0xff, 0x0a, 'L','i','n','e','f','e','e','d',0,
-0x0a, 0x58, 0x00, 0x00, 0xff, 0x0b, 'C','l','e','a','r',0,
-0x17, 0x56, 0x00, 0x00, 0xff, 0x0d, 'R','e','t','u','r','n',0,
-0x0b, 0x27, 0x00, 0x00, 0xff, 0x13, 'P','a','u','s','e',0,
-0xef, 0x3d, 0x00, 0x00, 0xff, 0x14, 'S','c','r','o','l','l','_','L','o','c','k',0,
-0x30, 0x8b, 0x00, 0x00, 0xff, 0x15, 'S','y','s','_','R','e','q',0,
-0x15, 0xb1, 0x00, 0x00, 0xff, 0x1b, 'E','s','c','a','p','e',0,
-0x15, 0x11, 0x00, 0x00, 0xff, 0xff, 'D','e','l','e','t','e',0,
-0xbd, 0x77, 0x00, 0x00, 0xff, 0x20, 'M','u','l','t','i','_','k','e','y',0,
-0xad, 0x3e, 0x00, 0x00, 0xff, 0x37, 'C','o','d','e','i','n','p','u','t',0,
-0x1a, 0x01, 0x00, 0x00, 0xff, 0x3c, 'S','i','n','g','l','e','C','a','n','d','i','d','a','t','e',0,
-0x32, 0x01, 0x00, 0x00, 0xff, 0x3d, 'M','u','l','t','i','p','l','e','C','a','n','d','i','d','a','t','e',0,
-0x6a, 0x01, 0x00, 0x00, 0xff, 0x3e, 'P','r','e','v','i','o','u','s','C','a','n','d','i','d','a','t','e',0,
-0x0a, 0xad, 0x00, 0x00, 0xff, 0x21, 'K','a','n','j','i',0,
-0x5d, 0x5c, 0x00, 0x00, 0xff, 0x22, 'M','u','h','e','n','k','a','n',0,
-0xbe, 0xc1, 0x00, 0x00, 0xff, 0x23, 'H','e','n','k','a','n','_','M','o','d','e',0,
-0x15, 0x9c, 0x00, 0x00, 0xff, 0x23, 'H','e','n','k','a','n',0,
-0x17, 0x59, 0x00, 0x00, 0xff, 0x24, 'R','o','m','a','j','i',0,
-0x58, 0x89, 0x00, 0x00, 0xff, 0x25, 'H','i','r','a','g','a','n','a',0,
-0x58, 0x69, 0x00, 0x00, 0xff, 0x26, 'K','a','t','a','k','a','n','a',0,
-0xc9, 0x69, 0x00, 0x00, 0xff, 0x27, 'H','i','r','a','g','a','n','a','_','K','a','t','a','k','a','n','a',0,
-0x30, 0x27, 0x00, 0x00, 0xff, 0x28, 'Z','e','n','k','a','k','u',0,
-0x2b, 0x27, 0x00, 0x00, 0xff, 0x29, 'H','a','n','k','a','k','u',0,
-0x81, 0xa7, 0x00, 0x00, 0xff, 0x2a, 'Z','e','n','k','a','k','u','_','H','a','n','k','a','k','u',0,
-0x30, 0xc7, 0x00, 0x00, 0xff, 0x2b, 'T','o','u','r','o','k','u',0,
-0x16, 0x75, 0x00, 0x00, 0xff, 0x2c, 'M','a','s','s','y','o',0,
-0xae, 0x5d, 0x00, 0x00, 0xff, 0x2d, 'K','a','n','a','_','L','o','c','k',0,
-0x5d, 0x74, 0x00, 0x00, 0xff, 0x2e, 'K','a','n','a','_','S','h','i','f','t',0,
-0x60, 0xf4, 0x00, 0x00, 0xff, 0x2f, 'E','i','s','u','_','S','h','i','f','t',0,
-0xc6, 0xc1, 0x00, 0x00, 0xff, 0x30, 'E','i','s','u','_','t','o','g','g','l','e',0,
-0x82, 0xef, 0x00, 0x00, 0xff, 0x37, 'K','a','n','j','i','_','B','a','n','g','o','u',0,
-0x5f, 0x43, 0x00, 0x00, 0xff, 0x3d, 'Z','e','n','_','K','o','h','o',0,
-0x56, 0xa3, 0x00, 0x00, 0xff, 0x3e, 'M','a','e','_','K','o','h','o',0,
-0x05, 0x3b, 0x00, 0x00, 0xff, 0x50, 'H','o','m','e',0,
-0x05, 0x34, 0x00, 0x00, 0xff, 0x51, 'L','e','f','t',0,
-0x01, 0x1a, 0x00, 0x00, 0xff, 0x52, 'U','p',0,
-0x0b, 0x48, 0x00, 0x00, 0xff, 0x53, 'R','i','g','h','t',0,
-0x05, 0x38, 0x00, 0x00, 0xff, 0x54, 'D','o','w','n',0,
-0x0b, 0x84, 0x00, 0x00, 0xff, 0x55, 'P','r','i','o','r',0,
-0x2c, 0x4e, 0x00, 0x00, 0xff, 0x55, 'P','a','g','e','_','U','p',0,
-0x05, 0x68, 0x00, 0x00, 0xff, 0x56, 'N','e','x','t',0,
-0xb2, 0x08, 0x00, 0x00, 0xff, 0x56, 'P','a','g','e','_','D','o','w','n',0,
-0x02, 0x54, 0x00, 0x00, 0xff, 0x57, 'E','n','d',0,
-0x0a, 0x24, 0x00, 0x00, 0xff, 0x58, 'B','e','g','i','n',0,
-0x16, 0xde, 0x00, 0x00, 0xff, 0x60, 'S','e','l','e','c','t',0,
-0x0b, 0x84, 0x00, 0x00, 0xff, 0x61, 'P','r','i','n','t',0,
-0x2c, 0xc9, 0x00, 0x00, 0xff, 0x62, 'E','x','e','c','u','t','e',0,
-0x16, 0x84, 0x00, 0x00, 0xff, 0x63, 'I','n','s','e','r','t',0,
-0x05, 0x97, 0x00, 0x00, 0xff, 0x65, 'U','n','d','o',0,
-0x05, 0x5b, 0x00, 0x00, 0xff, 0x66, 'R','e','d','o',0,
-0x05, 0x4d, 0x00, 0x00, 0xff, 0x67, 'M','e','n','u',0,
-0x05, 0x14, 0x00, 0x00, 0xff, 0x68, 'F','i','n','d',0,
-0x14, 0xa2, 0x00, 0x00, 0xff, 0x69, 'C','a','n','c','e','l',0,
-0x05, 0x1c, 0x00, 0x00, 0xff, 0x6a, 'H','e','l','p',0,
-0x0a, 0x71, 0x00, 0x00, 0xff, 0x6b, 'B','r','e','a','k',0,
-0xdc, 0x56, 0x00, 0x00, 0xff, 0x7e, 'M','o','d','e','_','s','w','i','t','c','h',0,
-0xbf, 0xd6, 0x00, 0x00, 0xff, 0x7e, 's','c','r','i','p','t','_','s','w','i','t','c','h',0,
-0x5d, 0x1d, 0x00, 0x00, 0xff, 0x7f, 'N','u','m','_','L','o','c','k',0,
-0x50, 0xbf, 0x00, 0x00, 0xff, 0x80, 'K','P','_','S','p','a','c','e',0,
-0x13, 0xcc, 0x00, 0x00, 0xff, 0x89, 'K','P','_','T','a','b',0,
-0x50, 0x2c, 0x00, 0x00, 0xff, 0x8d, 'K','P','_','E','n','t','e','r',0,
-0x09, 0x69, 0x00, 0x00, 0xff, 0x91, 'K','P','_','F','1',0,
-0x09, 0x6a, 0x00, 0x00, 0xff, 0x92, 'K','P','_','F','2',0,
-0x09, 0x6b, 0x00, 0x00, 0xff, 0x93, 'K','P','_','F','3',0,
-0x09, 0x6c, 0x00, 0x00, 0xff, 0x94, 'K','P','_','F','4',0,
-0x27, 0xeb, 0x00, 0x00, 0xff, 0x95, 'K','P','_','H','o','m','e',0,
-0x27, 0xe4, 0x00, 0x00, 0xff, 0x96, 'K','P','_','L','e','f','t',0,
-0x09, 0xc6, 0x00, 0x00, 0xff, 0x97, 'K','P','_','U','p',0,
-0x50, 0xa8, 0x00, 0x00, 0xff, 0x98, 'K','P','_','R','i','g','h','t',0,
-0x27, 0xe8, 0x00, 0x00, 0xff, 0x99, 'K','P','_','D','o','w','n',0,
-0x50, 0xe4, 0x00, 0x00, 0xff, 0x9a, 'K','P','_','P','r','i','o','r',0,
-0x41, 0xce, 0x00, 0x00, 0xff, 0x9a, 'K','P','_','P','a','g','e','_','U','p',0,
-0x28, 0x18, 0x00, 0x00, 0xff, 0x9b, 'K','P','_','N','e','x','t',0,
-0x08, 0x08, 0x00, 0x00, 0xff, 0x9b, 'K','P','_','P','a','g','e','_','D','o','w','n',0,
-0x13, 0xac, 0x00, 0x00, 0xff, 0x9c, 'K','P','_','E','n','d',0,
-0x4f, 0x84, 0x00, 0x00, 0xff, 0x9d, 'K','P','_','B','e','g','i','n',0,
-0xa1, 0x44, 0x00, 0x00, 0xff, 0x9e, 'K','P','_','I','n','s','e','r','t',0,
-0x9f, 0xd1, 0x00, 0x00, 0xff, 0x9f, 'K','P','_','D','e','l','e','t','e',0,
-0x50, 0x3a, 0x00, 0x00, 0xff, 0xbd, 'K','P','_','E','q','u','a','l',0,
-0x89, 0xd9, 0x00, 0x00, 0xff, 0xaa, 'K','P','_','M','u','l','t','i','p','l','y',0,
-0x13, 0x88, 0x00, 0x00, 0xff, 0xab, 'K','P','_','A','d','d',0,
-0x10, 0xe8, 0x00, 0x00, 0xff, 0xac, 'K','P','_','S','e','p','a','r','a','t','o','r',0,
-0x8b, 0x8e, 0x00, 0x00, 0xff, 0xad, 'K','P','_','S','u','b','t','r','a','c','t',0,
-0x3f, 0x7a, 0x00, 0x00, 0xff, 0xae, 'K','P','_','D','e','c','i','m','a','l',0,
-0xa0, 0x51, 0x00, 0x00, 0xff, 0xaf, 'K','P','_','D','i','v','i','d','e',0,
-0x04, 0x86, 0x00, 0x00, 0xff, 0xb0, 'K','P','_','0',0,
-0x04, 0x87, 0x00, 0x00, 0xff, 0xb1, 'K','P','_','1',0,
-0x04, 0x88, 0x00, 0x00, 0xff, 0xb2, 'K','P','_','2',0,
-0x04, 0x89, 0x00, 0x00, 0xff, 0xb3, 'K','P','_','3',0,
-0x04, 0x8a, 0x00, 0x00, 0xff, 0xb4, 'K','P','_','4',0,
-0x04, 0x8b, 0x00, 0x00, 0xff, 0xb5, 'K','P','_','5',0,
-0x04, 0x8c, 0x00, 0x00, 0xff, 0xb6, 'K','P','_','6',0,
-0x04, 0x8d, 0x00, 0x00, 0xff, 0xb7, 'K','P','_','7',0,
-0x04, 0x8e, 0x00, 0x00, 0xff, 0xb8, 'K','P','_','8',0,
-0x04, 0x8f, 0x00, 0x00, 0xff, 0xb9, 'K','P','_','9',0,
-0x00, 0xbd, 0x00, 0x00, 0xff, 0xbe, 'F','1',0,
-0x00, 0xbe, 0x00, 0x00, 0xff, 0xbf, 'F','2',0,
-0x00, 0xbf, 0x00, 0x00, 0xff, 0xc0, 'F','3',0,
-0x00, 0xc0, 0x00, 0x00, 0xff, 0xc1, 'F','4',0,
-0x00, 0xc1, 0x00, 0x00, 0xff, 0xc2, 'F','5',0,
-0x00, 0xc2, 0x00, 0x00, 0xff, 0xc3, 'F','6',0,
-0x00, 0xc3, 0x00, 0x00, 0xff, 0xc4, 'F','7',0,
-0x00, 0xc4, 0x00, 0x00, 0xff, 0xc5, 'F','8',0,
-0x00, 0xc5, 0x00, 0x00, 0xff, 0xc6, 'F','9',0,
-0x01, 0xaa, 0x00, 0x00, 0xff, 0xc7, 'F','1','0',0,
-0x01, 0xab, 0x00, 0x00, 0xff, 0xc8, 'F','1','1',0,
-0x00, 0xc9, 0x00, 0x00, 0xff, 0xc8, 'L','1',0,
-0x01, 0xac, 0x00, 0x00, 0xff, 0xc9, 'F','1','2',0,
-0x00, 0xca, 0x00, 0x00, 0xff, 0xc9, 'L','2',0,
-0x01, 0xad, 0x00, 0x00, 0xff, 0xca, 'F','1','3',0,
-0x00, 0xcb, 0x00, 0x00, 0xff, 0xca, 'L','3',0,
-0x01, 0xae, 0x00, 0x00, 0xff, 0xcb, 'F','1','4',0,
-0x00, 0xcc, 0x00, 0x00, 0xff, 0xcb, 'L','4',0,
-0x01, 0xaf, 0x00, 0x00, 0xff, 0xcc, 'F','1','5',0,
-0x00, 0xcd, 0x00, 0x00, 0xff, 0xcc, 'L','5',0,
-0x01, 0xb0, 0x00, 0x00, 0xff, 0xcd, 'F','1','6',0,
-0x00, 0xce, 0x00, 0x00, 0xff, 0xcd, 'L','6',0,
-0x01, 0xb1, 0x00, 0x00, 0xff, 0xce, 'F','1','7',0,
-0x00, 0xcf, 0x00, 0x00, 0xff, 0xce, 'L','7',0,
-0x01, 0xb2, 0x00, 0x00, 0xff, 0xcf, 'F','1','8',0,
-0x00, 0xd0, 0x00, 0x00, 0xff, 0xcf, 'L','8',0,
-0x01, 0xb3, 0x00, 0x00, 0xff, 0xd0, 'F','1','9',0,
-0x00, 0xd1, 0x00, 0x00, 0xff, 0xd0, 'L','9',0,
-0x01, 0xac, 0x00, 0x00, 0xff, 0xd1, 'F','2','0',0,
-0x01, 0xc2, 0x00, 0x00, 0xff, 0xd1, 'L','1','0',0,
-0x01, 0xad, 0x00, 0x00, 0xff, 0xd2, 'F','2','1',0,
-0x00, 0xd5, 0x00, 0x00, 0xff, 0xd2, 'R','1',0,
-0x01, 0xae, 0x00, 0x00, 0xff, 0xd3, 'F','2','2',0,
-0x00, 0xd6, 0x00, 0x00, 0xff, 0xd3, 'R','2',0,
-0x01, 0xaf, 0x00, 0x00, 0xff, 0xd4, 'F','2','3',0,
-0x00, 0xd7, 0x00, 0x00, 0xff, 0xd4, 'R','3',0,
-0x01, 0xb0, 0x00, 0x00, 0xff, 0xd5, 'F','2','4',0,
-0x00, 0xd8, 0x00, 0x00, 0xff, 0xd5, 'R','4',0,
-0x01, 0xb1, 0x00, 0x00, 0xff, 0xd6, 'F','2','5',0,
-0x00, 0xd9, 0x00, 0x00, 0xff, 0xd6, 'R','5',0,
-0x01, 0xb2, 0x00, 0x00, 0xff, 0xd7, 'F','2','6',0,
-0x00, 0xda, 0x00, 0x00, 0xff, 0xd7, 'R','6',0,
-0x01, 0xb3, 0x00, 0x00, 0xff, 0xd8, 'F','2','7',0,
-0x00, 0xdb, 0x00, 0x00, 0xff, 0xd8, 'R','7',0,
-0x01, 0xb4, 0x00, 0x00, 0xff, 0xd9, 'F','2','8',0,
-0x00, 0xdc, 0x00, 0x00, 0xff, 0xd9, 'R','8',0,
-0x01, 0xb5, 0x00, 0x00, 0xff, 0xda, 'F','2','9',0,
-0x00, 0xdd, 0x00, 0x00, 0xff, 0xda, 'R','9',0,
-0x01, 0xae, 0x00, 0x00, 0xff, 0xdb, 'F','3','0',0,
-0x01, 0xda, 0x00, 0x00, 0xff, 0xdb, 'R','1','0',0,
-0x01, 0xaf, 0x00, 0x00, 0xff, 0xdc, 'F','3','1',0,
-0x01, 0xdb, 0x00, 0x00, 0xff, 0xdc, 'R','1','1',0,
-0x01, 0xb0, 0x00, 0x00, 0xff, 0xdd, 'F','3','2',0,
-0x01, 0xdc, 0x00, 0x00, 0xff, 0xdd, 'R','1','2',0,
-0x01, 0xb1, 0x00, 0x00, 0xff, 0xde, 'F','3','3',0,
-0x01, 0xdd, 0x00, 0x00, 0xff, 0xde, 'R','1','3',0,
-0x01, 0xb2, 0x00, 0x00, 0xff, 0xdf, 'F','3','4',0,
-0x01, 0xde, 0x00, 0x00, 0xff, 0xdf, 'R','1','4',0,
-0x01, 0xb3, 0x00, 0x00, 0xff, 0xe0, 'F','3','5',0,
-0x01, 0xdf, 0x00, 0x00, 0xff, 0xe0, 'R','1','5',0,
-0x2e, 0x5a, 0x00, 0x00, 0xff, 0xe1, 'S','h','i','f','t','_','L',0,
-0x2e, 0x60, 0x00, 0x00, 0xff, 0xe2, 'S','h','i','f','t','_','R',0,
-0xb1, 0xd2, 0x00, 0x00, 0xff, 0xe3, 'C','o','n','t','r','o','l','_','L',0,
-0xb1, 0xd8, 0x00, 0x00, 0xff, 0xe4, 'C','o','n','t','r','o','l','_','R',0,
-0xa9, 0x1d, 0x00, 0x00, 0xff, 0xe5, 'C','a','p','s','_','L','o','c','k',0,
-0x75, 0xbd, 0x00, 0x00, 0xff, 0xe6, 'S','h','i','f','t','_','L','o','c','k',0,
-0x16, 0x1e, 0x00, 0x00, 0xff, 0xe7, 'M','e','t','a','_','L',0,
-0x16, 0x24, 0x00, 0x00, 0xff, 0xe8, 'M','e','t','a','_','R',0,
-0x0a, 0x4a, 0x00, 0x00, 0xff, 0xe9, 'A','l','t','_','L',0,
-0x0a, 0x50, 0x00, 0x00, 0xff, 0xea, 'A','l','t','_','R',0,
-0x30, 0x5a, 0x00, 0x00, 0xff, 0xeb, 'S','u','p','e','r','_','L',0,
-0x30, 0x60, 0x00, 0x00, 0xff, 0xec, 'S','u','p','e','r','_','R',0,
-0x2e, 0x1a, 0x00, 0x00, 0xff, 0xed, 'H','y','p','e','r','_','L',0,
-0x2e, 0x20, 0x00, 0x00, 0xff, 0xee, 'H','y','p','e','r','_','R',0,
-0x4e, 0x5d, 0x00, 0x00, 0xfe, 0x01, 'I','S','O','_','L','o','c','k',0,
-0xae, 0x26, 0x00, 0x00, 0xfe, 0x02, 'I','S','O','_','L','e','v','e','l','2','_','L','a','t','c','h',0,
-0xae, 0xf4, 0x00, 0x00, 0xfe, 0x03, 'I','S','O','_','L','e','v','e','l','3','_','S','h','i','f','t',0,
-0xae, 0x66, 0x00, 0x00, 0xfe, 0x04, 'I','S','O','_','L','e','v','e','l','3','_','L','a','t','c','h',0,
-0x57, 0x1d, 0x00, 0x00, 0xfe, 0x05, 'I','S','O','_','L','e','v','e','l','3','_','L','o','c','k',0,
-0xaf, 0x74, 0x00, 0x00, 0xfe, 0x11, 'I','S','O','_','L','e','v','e','l','5','_','S','h','i','f','t',0,
-0xae, 0xe6, 0x00, 0x00, 0xfe, 0x12, 'I','S','O','_','L','e','v','e','l','5','_','L','a','t','c','h',0,
-0x57, 0x5d, 0x00, 0x00, 0xfe, 0x13, 'I','S','O','_','L','e','v','e','l','5','_','L','o','c','k',0,
-0x64, 0xb4, 0x00, 0x00, 0xff, 0x7e, 'I','S','O','_','G','r','o','u','p','_','S','h','i','f','t',0,
-0x64, 0x26, 0x00, 0x00, 0xfe, 0x06, 'I','S','O','_','G','r','o','u','p','_','L','a','t','c','h',0,
-0xb1, 0xfd, 0x00, 0x00, 0xfe, 0x07, 'I','S','O','_','G','r','o','u','p','_','L','o','c','k',0,
-0xb4, 0xf6, 0x00, 0x00, 0xfe, 0x08, 'I','S','O','_','N','e','x','t','_','G','r','o','u','p',0,
-0xa9, 0xfd, 0x00, 0x00, 0xfe, 0x09, 'I','S','O','_','N','e','x','t','_','G','r','o','u','p','_','L','o','c','k',0,
-0xbc, 0xf6, 0x00, 0x00, 0xfe, 0x0a, 'I','S','O','_','P','r','e','v','_','G','r','o','u','p',0,
-0xa9, 0xfd, 0x00, 0x00, 0xfe, 0x0b, 'I','S','O','_','P','r','e','v','_','G','r','o','u','p','_','L','o','c','k',0,
-0x51, 0x76, 0x00, 0x00, 0xfe, 0x0c, 'I','S','O','_','F','i','r','s','t','_','G','r','o','u','p',0,
-0x39, 0xfd, 0x00, 0x00, 0xfe, 0x0d, 'I','S','O','_','F','i','r','s','t','_','G','r','o','u','p','_','L','o','c','k',0,
-0xaa, 0x76, 0x00, 0x00, 0xfe, 0x0e, 'I','S','O','_','L','a','s','t','_','G','r','o','u','p',0,
-0x59, 0xfd, 0x00, 0x00, 0xfe, 0x0f, 'I','S','O','_','L','a','s','t','_','G','r','o','u','p','_','L','o','c','k',0,
-0xe9, 0xac, 0x00, 0x00, 0xfe, 0x20, 'I','S','O','_','L','e','f','t','_','T','a','b',0,
-0xe1, 0x3e, 0x00, 0x00, 0xfe, 0x21, 'I','S','O','_','M','o','v','e','_','L','i','n','e','_','U','p',0,
-0x85, 0xc8, 0x00, 0x00, 0xfe, 0x22, 'I','S','O','_','M','o','v','e','_','L','i','n','e','_','D','o','w','n',0,
-0x8e, 0x3e, 0x00, 0x00, 0xfe, 0x23, 'I','S','O','_','P','a','r','t','i','a','l','_','L','i','n','e','_','U','p',0,
-0x39, 0xc8, 0x00, 0x00, 0xfe, 0x24, 'I','S','O','_','P','a','r','t','i','a','l','_','L','i','n','e','_','D','o','w','n',0,
-0x83, 0x04, 0x00, 0x00, 0xfe, 0x25, 'I','S','O','_','P','a','r','t','i','a','l','_','S','p','a','c','e','_','L','e','f','t',0,
-0x06, 0xe8, 0x00, 0x00, 0xfe, 0x26, 'I','S','O','_','P','a','r','t','i','a','l','_','S','p','a','c','e','_','R','i','g','h','t',0,
-0xe6, 0xa4, 0x00, 0x00, 0xfe, 0x27, 'I','S','O','_','S','e','t','_','M','a','r','g','i','n','_','L','e','f','t',0,
-0xce, 0x28, 0x00, 0x00, 0xfe, 0x28, 'I','S','O','_','S','e','t','_','M','a','r','g','i','n','_','R','i','g','h','t',0,
-0x36, 0xa4, 0x00, 0x00, 0xfe, 0x29, 'I','S','O','_','R','e','l','e','a','s','e','_','M','a','r','g','i','n','_','L','e','f','t',0,
-0x6e, 0x28, 0x00, 0x00, 0xfe, 0x2a, 'I','S','O','_','R','e','l','e','a','s','e','_','M','a','r','g','i','n','_','R','i','g','h','t',0,
-0x48, 0x2b, 0x00, 0x00, 0xfe, 0x2b, 'I','S','O','_','R','e','l','e','a','s','e','_','B','o','t','h','_','M','a','r','g','i','n','s',0,
-0xae, 0xa4, 0x00, 0x00, 0xfe, 0x2c, 'I','S','O','_','F','a','s','t','_','C','u','r','s','o','r','_','L','e','f','t',0,
-0x5e, 0x28, 0x00, 0x00, 0xfe, 0x2d, 'I','S','O','_','F','a','s','t','_','C','u','r','s','o','r','_','R','i','g','h','t',0,
-0xeb, 0x76, 0x00, 0x00, 0xfe, 0x2e, 'I','S','O','_','F','a','s','t','_','C','u','r','s','o','r','_','U','p',0,
-0xae, 0xa8, 0x00, 0x00, 0xfe, 0x2f, 'I','S','O','_','F','a','s','t','_','C','u','r','s','o','r','_','D','o','w','n',0,
-0x81, 0x05, 0x00, 0x00, 0xfe, 0x30, 'I','S','O','_','C','o','n','t','i','n','u','o','u','s','_','U','n','d','e','r','l','i','n','e',0,
-0x81, 0x05, 0x00, 0x00, 0xfe, 0x31, 'I','S','O','_','D','i','s','c','o','n','t','i','n','u','o','u','s','_','U','n','d','e','r','l','i','n','e',0,
-0xd3, 0x25, 0x00, 0x00, 0xfe, 0x32, 'I','S','O','_','E','m','p','h','a','s','i','z','e',0,
-0xe3, 0xde, 0x00, 0x00, 0xfe, 0x33, 'I','S','O','_','C','e','n','t','e','r','_','O','b','j','e','c','t',0,
-0x9c, 0xec, 0x00, 0x00, 0xfe, 0x34, 'I','S','O','_','E','n','t','e','r',0,
-0x8f, 0x35, 0x00, 0x00, 0xfe, 0x50, 'd','e','a','d','_','g','r','a','v','e',0,
-0x8e, 0xa9, 0x00, 0x00, 0xfe, 0x51, 'd','e','a','d','_','a','c','u','t','e',0,
-0xe8, 0x52, 0x00, 0x00, 0xfe, 0x52, 'd','e','a','d','_','c','i','r','c','u','m','f','l','e','x',0,
-0x8f, 0xc5, 0x00, 0x00, 0xfe, 0x53, 'd','e','a','d','_','t','i','l','d','e',0,
-0x00, 0x71, 0x00, 0x00, 0xfe, 0x53, 'd','e','a','d','_','p','e','r','i','s','p','o','m','e','n','i',0,
-0x1e, 0x9c, 0x00, 0x00, 0xfe, 0x54, 'd','e','a','d','_','m','a','c','r','o','n',0,
-0x8e, 0xf5, 0x00, 0x00, 0xfe, 0x55, 'd','e','a','d','_','b','r','e','v','e',0,
-0x77, 0x4a, 0x00, 0x00, 0xfe, 0x56, 'd','e','a','d','_','a','b','o','v','e','d','o','t',0,
-0xf0, 0xb9, 0x00, 0x00, 0xfe, 0x57, 'd','e','a','d','_','d','i','a','e','r','e','s','i','s',0,
-0xef, 0x47, 0x00, 0x00, 0xfe, 0x58, 'd','e','a','d','_','a','b','o','v','e','r','i','n','g',0,
-0xdf, 0xe9, 0x00, 0x00, 0xfe, 0x59, 'd','e','a','d','_','d','o','u','b','l','e','a','c','u','t','e',0,
-0x8e, 0xac, 0x00, 0x00, 0xfe, 0x5a, 'd','e','a','d','_','c','a','r','o','n',0,
-0x3b, 0x51, 0x00, 0x00, 0xfe, 0x5b, 'd','e','a','d','_','c','e','d','i','l','l','a',0,
-0x1f, 0x75, 0x00, 0x00, 0xfe, 0x5c, 'd','e','a','d','_','o','g','o','n','e','k',0,
-0xc7, 0x7d, 0x00, 0x00, 0xfe, 0x5d, 'd','e','a','d','_','i','o','t','a',0,
-0x36, 0x1c, 0x00, 0x00, 0xfe, 0x5e, 'd','e','a','d','_','v','o','i','c','e','d','_','s','o','u','n','d',0,
-0xf6, 0x1c, 0x00, 0x00, 0xfe, 0x5f, 'd','e','a','d','_','s','e','m','i','v','o','i','c','e','d','_','s','o','u','n','d',0,
-0x78, 0x4a, 0x00, 0x00, 0xfe, 0x60, 'd','e','a','d','_','b','e','l','o','w','d','o','t',0,
-0xc7, 0x75, 0x00, 0x00, 0xfe, 0x61, 'd','e','a','d','_','h','o','o','k',0,
-0xc7, 0x7e, 0x00, 0x00, 0xfe, 0x62, 'd','e','a','d','_','h','o','r','n',0,
-0x20, 0xe7, 0x00, 0x00, 0xfe, 0x63, 'd','e','a','d','_','s','t','r','o','k','e',0,
-0xde, 0x37, 0x00, 0x00, 0xfe, 0x64, 'd','e','a','d','_','a','b','o','v','e','c','o','m','m','a',0,
-0x8f, 0xdd, 0x00, 0x00, 0xfe, 0x64, 'd','e','a','d','_','p','s','i','l','i',0,
-0x67, 0xd7, 0x00, 0x00, 0xfe, 0x65, 'd','e','a','d','_','a','b','o','v','e','r','e','v','e','r','s','e','d','c','o','m','m','a',0,
-0x8e, 0xa7, 0x00, 0x00, 0xfe, 0x65, 'd','e','a','d','_','d','a','s','i','a',0,
-0xe0, 0x75, 0x00, 0x00, 0xfe, 0x66, 'd','e','a','d','_','d','o','u','b','l','e','g','r','a','v','e',0,
-0xf1, 0x47, 0x00, 0x00, 0xfe, 0x67, 'd','e','a','d','_','b','e','l','o','w','r','i','n','g',0,
-0xc5, 0x1c, 0x00, 0x00, 0xfe, 0x68, 'd','e','a','d','_','b','e','l','o','w','m','a','c','r','o','n',0,
-0x50, 0x52, 0x00, 0x00, 0xfe, 0x69, 'd','e','a','d','_','b','e','l','o','w','c','i','r','c','u','m','f','l','e','x',0,
-0xe3, 0x05, 0x00, 0x00, 0xfe, 0x6a, 'd','e','a','d','_','b','e','l','o','w','t','i','l','d','e',0,
-0xe2, 0x35, 0x00, 0x00, 0xfe, 0x6b, 'd','e','a','d','_','b','e','l','o','w','b','r','e','v','e',0,
-0x24, 0xb9, 0x00, 0x00, 0xfe, 0x6c, 'd','e','a','d','_','b','e','l','o','w','d','i','a','e','r','e','s','i','s',0,
-0xe0, 0x55, 0x00, 0x00, 0xfe, 0x6d, 'd','e','a','d','_','i','n','v','e','r','t','e','d','b','r','e','v','e',0,
-0xe2, 0x37, 0x00, 0x00, 0xfe, 0x6e, 'd','e','a','d','_','b','e','l','o','w','c','o','m','m','a',0,
-0x7d, 0x3f, 0x00, 0x00, 0xfe, 0x6f, 'd','e','a','d','_','c','u','r','r','e','n','c','y',0,
-0x18, 0x87, 0x00, 0x00, 0xfe, 0x80, 'd','e','a','d','_','a',0,
-0x18, 0x67, 0x00, 0x00, 0xfe, 0x81, 'd','e','a','d','_','A',0,
-0x18, 0x8b, 0x00, 0x00, 0xfe, 0x82, 'd','e','a','d','_','e',0,
-0x18, 0x6b, 0x00, 0x00, 0xfe, 0x83, 'd','e','a','d','_','E',0,
-0x18, 0x8f, 0x00, 0x00, 0xfe, 0x84, 'd','e','a','d','_','i',0,
-0x18, 0x6f, 0x00, 0x00, 0xfe, 0x85, 'd','e','a','d','_','I',0,
-0x18, 0x95, 0x00, 0x00, 0xfe, 0x86, 'd','e','a','d','_','o',0,
-0x18, 0x75, 0x00, 0x00, 0xfe, 0x87, 'd','e','a','d','_','O',0,
-0x18, 0x9b, 0x00, 0x00, 0xfe, 0x88, 'd','e','a','d','_','u',0,
-0x18, 0x7b, 0x00, 0x00, 0xfe, 0x89, 'd','e','a','d','_','U',0,
-0x09, 0x17, 0x00, 0x00, 0xfe, 0x8a, 'd','e','a','d','_','s','m','a','l','l','_','s','c','h','w','a',0,
-0x02, 0x97, 0x00, 0x00, 0xfe, 0x8b, 'd','e','a','d','_','c','a','p','i','t','a','l','_','s','c','h','w','a',0,
-0x1f, 0xac, 0x00, 0x00, 0xfe, 0xd0, 'F','i','r','s','t','_','V','i','r','t','u','a','l','_','S','c','r','e','e','n',0,
-0x1f, 0xac, 0x00, 0x00, 0xfe, 0xd1, 'P','r','e','v','_','V','i','r','t','u','a','l','_','S','c','r','e','e','n',0,
-0x1f, 0xac, 0x00, 0x00, 0xfe, 0xd2, 'N','e','x','t','_','V','i','r','t','u','a','l','_','S','c','r','e','e','n',0,
-0x1f, 0xac, 0x00, 0x00, 0xfe, 0xd4, 'L','a','s','t','_','V','i','r','t','u','a','l','_','S','c','r','e','e','n',0,
-0xe7, 0x94, 0x00, 0x00, 0xfe, 0xd5, 'T','e','r','m','i','n','a','t','e','_','S','e','r','v','e','r',0,
-0xae, 0x0d, 0x00, 0x00, 0xfe, 0x70, 'A','c','c','e','s','s','X','_','E','n','a','b','l','e',0,
-0x1f, 0x8d, 0x00, 0x00, 0xfe, 0x71, 'A','c','c','e','s','s','X','_','F','e','e','d','b','a','c','k','_','E','n','a','b','l','e',0,
-0xa5, 0x8d, 0x00, 0x00, 0xfe, 0x72, 'R','e','p','e','a','t','K','e','y','s','_','E','n','a','b','l','e',0,
-0xbd, 0x8d, 0x00, 0x00, 0xfe, 0x73, 'S','l','o','w','K','e','y','s','_','E','n','a','b','l','e',0,
-0xad, 0x8d, 0x00, 0x00, 0xfe, 0x74, 'B','o','u','n','c','e','K','e','y','s','_','E','n','a','b','l','e',0,
-0xed, 0x8d, 0x00, 0x00, 0xfe, 0x75, 'S','t','i','c','k','y','K','e','y','s','_','E','n','a','b','l','e',0,
-0x0d, 0x8d, 0x00, 0x00, 0xfe, 0x76, 'M','o','u','s','e','K','e','y','s','_','E','n','a','b','l','e',0,
-0x32, 0x0d, 0x00, 0x00, 0xfe, 0x77, 'M','o','u','s','e','K','e','y','s','_','A','c','c','e','l','_','E','n','a','b','l','e',0,
-0x90, 0x8d, 0x00, 0x00, 0xfe, 0x78, 'O','v','e','r','l','a','y','1','_','E','n','a','b','l','e',0,
-0x91, 0x0d, 0x00, 0x00, 0xfe, 0x79, 'O','v','e','r','l','a','y','2','_','E','n','a','b','l','e',0,
-0x09, 0x0d, 0x00, 0x00, 0xfe, 0x7a, 'A','u','d','i','b','l','e','B','e','l','l','_','E','n','a','b','l','e',0,
-0xe8, 0xa4, 0x00, 0x00, 0xfe, 0xe0, 'P','o','i','n','t','e','r','_','L','e','f','t',0,
-0xd2, 0x28, 0x00, 0x00, 0xfe, 0xe1, 'P','o','i','n','t','e','r','_','R','i','g','h','t',0,
-0x79, 0xf6, 0x00, 0x00, 0xfe, 0xe2, 'P','o','i','n','t','e','r','_','U','p',0,
-0xe8, 0xa8, 0x00, 0x00, 0xfe, 0xe3, 'P','o','i','n','t','e','r','_','D','o','w','n',0,
-0xa4, 0x94, 0x00, 0x00, 0xfe, 0xe4, 'P','o','i','n','t','e','r','_','U','p','L','e','f','t',0,
-0x4a, 0x08, 0x00, 0x00, 0xfe, 0xe5, 'P','o','i','n','t','e','r','_','U','p','R','i','g','h','t',0,
-0x8f, 0xb4, 0x00, 0x00, 0xfe, 0xe6, 'P','o','i','n','t','e','r','_','D','o','w','n','L','e','f','t',0,
-0x20, 0x48, 0x00, 0x00, 0xfe, 0xe7, 'P','o','i','n','t','e','r','_','D','o','w','n','R','i','g','h','t',0,
-0x8c, 0x74, 0x00, 0x00, 0xfe, 0xe8, 'P','o','i','n','t','e','r','_','B','u','t','t','o','n','_','D','f','l','t',0,
-0x48, 0x49, 0x00, 0x00, 0xfe, 0xe9, 'P','o','i','n','t','e','r','_','B','u','t','t','o','n','1',0,
-0x48, 0x4a, 0x00, 0x00, 0xfe, 0xea, 'P','o','i','n','t','e','r','_','B','u','t','t','o','n','2',0,
-0x48, 0x4b, 0x00, 0x00, 0xfe, 0xeb, 'P','o','i','n','t','e','r','_','B','u','t','t','o','n','3',0,
-0x48, 0x4c, 0x00, 0x00, 0xfe, 0xec, 'P','o','i','n','t','e','r','_','B','u','t','t','o','n','4',0,
-0x48, 0x4d, 0x00, 0x00, 0xfe, 0xed, 'P','o','i','n','t','e','r','_','B','u','t','t','o','n','5',0,
-0x37, 0x94, 0x00, 0x00, 0xfe, 0xee, 'P','o','i','n','t','e','r','_','D','b','l','C','l','i','c','k','_','D','f','l','t',0,
-0x12, 0xfb, 0x00, 0x00, 0xfe, 0xef, 'P','o','i','n','t','e','r','_','D','b','l','C','l','i','c','k','1',0,
-0x12, 0xfc, 0x00, 0x00, 0xfe, 0xf0, 'P','o','i','n','t','e','r','_','D','b','l','C','l','i','c','k','2',0,
-0x12, 0xfd, 0x00, 0x00, 0xfe, 0xf1, 'P','o','i','n','t','e','r','_','D','b','l','C','l','i','c','k','3',0,
-0x12, 0xfe, 0x00, 0x00, 0xfe, 0xf2, 'P','o','i','n','t','e','r','_','D','b','l','C','l','i','c','k','4',0,
-0x12, 0xff, 0x00, 0x00, 0xfe, 0xf3, 'P','o','i','n','t','e','r','_','D','b','l','C','l','i','c','k','5',0,
-0x1b, 0x14, 0x00, 0x00, 0xfe, 0xf4, 'P','o','i','n','t','e','r','_','D','r','a','g','_','D','f','l','t',0,
-0xd1, 0x33, 0x00, 0x00, 0xfe, 0xf5, 'P','o','i','n','t','e','r','_','D','r','a','g','1',0,
-0xd1, 0x34, 0x00, 0x00, 0xfe, 0xf6, 'P','o','i','n','t','e','r','_','D','r','a','g','2',0,
-0xd1, 0x35, 0x00, 0x00, 0xfe, 0xf7, 'P','o','i','n','t','e','r','_','D','r','a','g','3',0,
-0xd1, 0x36, 0x00, 0x00, 0xfe, 0xf8, 'P','o','i','n','t','e','r','_','D','r','a','g','4',0,
-0xd1, 0x37, 0x00, 0x00, 0xfe, 0xfd, 'P','o','i','n','t','e','r','_','D','r','a','g','5',0,
-0x36, 0x21, 0x00, 0x00, 0xfe, 0xf9, 'P','o','i','n','t','e','r','_','E','n','a','b','l','e','K','e','y','s',0,
-0x25, 0xf1, 0x00, 0x00, 0xfe, 0xfa, 'P','o','i','n','t','e','r','_','A','c','c','e','l','e','r','a','t','e',0,
-0x65, 0x48, 0x00, 0x00, 0xfe, 0xfb, 'P','o','i','n','t','e','r','_','D','f','l','t','B','t','n','N','e','x','t',0,
-0x65, 0x68, 0x00, 0x00, 0xfe, 0xfc, 'P','o','i','n','t','e','r','_','D','f','l','t','B','t','n','P','r','e','v',0,
-0x6a, 0x79, 0x00, 0x00, 0xfd, 0x01, '3','2','7','0','_','D','u','p','l','i','c','a','t','e',0,
-0x62, 0xbb, 0x00, 0x00, 0xfd, 0x02, '3','2','7','0','_','F','i','e','l','d','M','a','r','k',0,
-0xad, 0x82, 0x00, 0x00, 0xfd, 0x03, '3','2','7','0','_','R','i','g','h','t','2',0,
-0xd5, 0xfa, 0x00, 0x00, 0xfd, 0x04, '3','2','7','0','_','L','e','f','t','2',0,
-0x56, 0x1c, 0x00, 0x00, 0xfd, 0x05, '3','2','7','0','_','B','a','c','k','T','a','b',0,
-0xb2, 0x70, 0x00, 0x00, 0xfd, 0x06, '3','2','7','0','_','E','r','a','s','e','E','O','F',0,
-0xcc, 0xfe, 0x00, 0x00, 0xfd, 0x07, '3','2','7','0','_','E','r','a','s','e','I','n','p','u','t',0,
-0xd6, 0xb2, 0x00, 0x00, 0xfd, 0x08, '3','2','7','0','_','R','e','s','e','t',0,
-0x6b, 0x52, 0x00, 0x00, 0xfd, 0x09, '3','2','7','0','_','Q','u','i','t',0,
-0x34, 0xcb, 0x00, 0x00, 0xfd, 0x0a, '3','2','7','0','_','P','A','1',0,
-0x34, 0xcc, 0x00, 0x00, 0xfd, 0x0b, '3','2','7','0','_','P','A','2',0,
-0x34, 0xcd, 0x00, 0x00, 0xfd, 0x0c, '3','2','7','0','_','P','A','3',0,
-0x6b, 0x3e, 0x00, 0x00, 0xfd, 0x0d, '3','2','7','0','_','T','e','s','t',0,
-0x6a, 0xde, 0x00, 0x00, 0xfd, 0x0e, '3','2','7','0','_','A','t','t','n',0,
-0xad, 0xeb, 0x00, 0x00, 0xfd, 0x0f, '3','2','7','0','_','C','u','r','s','o','r','B','l','i','n','k',0,
-0x60, 0x5c, 0x00, 0x00, 0xfd, 0x10, '3','2','7','0','_','A','l','t','C','u','r','s','o','r',0,
-0xb3, 0x45, 0x00, 0x00, 0xfd, 0x11, '3','2','7','0','_','K','e','y','C','l','i','c','k',0,
-0x6b, 0x1e, 0x00, 0x00, 0xfd, 0x12, '3','2','7','0','_','J','u','m','p',0,
-0xd5, 0xf4, 0x00, 0x00, 0xfd, 0x13, '3','2','7','0','_','I','d','e','n','t',0,
-0x6b, 0x51, 0x00, 0x00, 0xfd, 0x14, '3','2','7','0','_','R','u','l','e',0,
-0x6a, 0xdd, 0x00, 0x00, 0xfd, 0x15, '3','2','7','0','_','C','o','p','y',0,
-0x6b, 0x1b, 0x00, 0x00, 0xfd, 0x16, '3','2','7','0','_','P','l','a','y',0,
-0xd6, 0xe2, 0x00, 0x00, 0xfd, 0x17, '3','2','7','0','_','S','e','t','u','p',0,
-0xad, 0x6c, 0x00, 0x00, 0xfd, 0x18, '3','2','7','0','_','R','e','c','o','r','d',0,
-0xfb, 0xac, 0x00, 0x00, 0xfd, 0x19, '3','2','7','0','_','C','h','a','n','g','e','S','c','r','e','e','n',0,
-0xc2, 0xcc, 0x00, 0x00, 0xfd, 0x1a, '3','2','7','0','_','D','e','l','e','t','e','W','o','r','d',0,
-0xb2, 0x5e, 0x00, 0x00, 0xfd, 0x1b, '3','2','7','0','_','E','x','S','e','l','e','c','t',0,
-0x5d, 0xde, 0x00, 0x00, 0xfd, 0x1c, '3','2','7','0','_','C','u','r','s','o','r','S','e','l','e','c','t',0,
-0xcf, 0xec, 0x00, 0x00, 0xfd, 0x1d, '3','2','7','0','_','P','r','i','n','t','S','c','r','e','e','n',0,
-0xd6, 0x2c, 0x00, 0x00, 0xfd, 0x1e, '3','2','7','0','_','E','n','t','e','r',0,
-0x0d, 0x5f, 0x00, 0x00, 0x00, 0x20, 's','p','a','c','e',0,
-0x1a, 0x17, 0x00, 0x00, 0x00, 0x21, 'e','x','c','l','a','m',0,
-0x70, 0xc8, 0x00, 0x00, 0x00, 0x22, 'q','u','o','t','e','d','b','l',0,
-0xba, 0x38, 0x00, 0x00, 0x00, 0x23, 'n','u','m','b','e','r','s','i','g','n',0,
-0x19, 0xb4, 0x00, 0x00, 0x00, 0x24, 'd','o','l','l','a','r',0,
-0x35, 0xbc, 0x00, 0x00, 0x00, 0x25, 'p','e','r','c','e','n','t',0,
-0xcd, 0x9c, 0x00, 0x00, 0x00, 0x26, 'a','m','p','e','r','s','a','n','d',0,
-0xa2, 0x4d, 0x00, 0x00, 0x00, 0x27, 'a','p','o','s','t','r','o','p','h','e',0,
-0xc5, 0x68, 0x00, 0x00, 0x00, 0x27, 'q','u','o','t','e','r','i','g','h','t',0,
-0xd6, 0xb4, 0x00, 0x00, 0x00, 0x28, 'p','a','r','e','n','l','e','f','t',0,
-0xae, 0x48, 0x00, 0x00, 0x00, 0x29, 'p','a','r','e','n','r','i','g','h','t',0,
-0x68, 0x95, 0x00, 0x00, 0x00, 0x2a, 'a','s','t','e','r','i','s','k',0,
-0x06, 0x8d, 0x00, 0x00, 0x00, 0x2b, 'p','l','u','s',0,
-0x0c, 0x97, 0x00, 0x00, 0x00, 0x2c, 'c','o','m','m','a',0,
-0x0d, 0x2d, 0x00, 0x00, 0x00, 0x2d, 'm','i','n','u','s',0,
-0x1a, 0xc6, 0x00, 0x00, 0x00, 0x2e, 'p','e','r','i','o','d',0,
-0x0d, 0x62, 0x00, 0x00, 0x00, 0x2f, 's','l','a','s','h',0,
-0x00, 0x30, 0x00, 0x00, 0x00, 0x30, '0',0,
-0x00, 0x31, 0x00, 0x00, 0x00, 0x31, '1',0,
-0x00, 0x32, 0x00, 0x00, 0x00, 0x32, '2',0,
-0x00, 0x33, 0x00, 0x00, 0x00, 0x33, '3',0,
-0x00, 0x34, 0x00, 0x00, 0x00, 0x34, '4',0,
-0x00, 0x35, 0x00, 0x00, 0x00, 0x35, '5',0,
-0x00, 0x36, 0x00, 0x00, 0x00, 0x36, '6',0,
-0x00, 0x37, 0x00, 0x00, 0x00, 0x37, '7',0,
-0x00, 0x38, 0x00, 0x00, 0x00, 0x38, '8',0,
-0x00, 0x39, 0x00, 0x00, 0x00, 0x39, '9',0,
-0x0c, 0xa4, 0x00, 0x00, 0x00, 0x3a, 'c','o','l','o','n',0,
-0xda, 0x84, 0x00, 0x00, 0x00, 0x3b, 's','e','m','i','c','o','l','o','n',0,
-0x06, 0x4d, 0x00, 0x00, 0x00, 0x3c, 'l','e','s','s',0,
-0x0c, 0xda, 0x00, 0x00, 0x00, 0x3d, 'e','q','u','a','l',0,
-0x34, 0x64, 0x00, 0x00, 0x00, 0x3e, 'g','r','e','a','t','e','r',0,
-0x70, 0x20, 0x00, 0x00, 0x00, 0x3f, 'q','u','e','s','t','i','o','n',0,
-0x01, 0x36, 0x00, 0x00, 0x00, 0x40, 'a','t',0,
-0x00, 0x41, 0x00, 0x00, 0x00, 0x41, 'A',0,
-0x00, 0x42, 0x00, 0x00, 0x00, 0x42, 'B',0,
-0x00, 0x43, 0x00, 0x00, 0x00, 0x43, 'C',0,
-0x00, 0x44, 0x00, 0x00, 0x00, 0x44, 'D',0,
-0x00, 0x45, 0x00, 0x00, 0x00, 0x45, 'E',0,
-0x00, 0x46, 0x00, 0x00, 0x00, 0x46, 'F',0,
-0x00, 0x47, 0x00, 0x00, 0x00, 0x47, 'G',0,
-0x00, 0x48, 0x00, 0x00, 0x00, 0x48, 'H',0,
-0x00, 0x49, 0x00, 0x00, 0x00, 0x49, 'I',0,
-0x00, 0x4a, 0x00, 0x00, 0x00, 0x4a, 'J',0,
-0x00, 0x4b, 0x00, 0x00, 0x00, 0x4b, 'K',0,
-0x00, 0x4c, 0x00, 0x00, 0x00, 0x4c, 'L',0,
-0x00, 0x4d, 0x00, 0x00, 0x00, 0x4d, 'M',0,
-0x00, 0x4e, 0x00, 0x00, 0x00, 0x4e, 'N',0,
-0x00, 0x4f, 0x00, 0x00, 0x00, 0x4f, 'O',0,
-0x00, 0x50, 0x00, 0x00, 0x00, 0x50, 'P',0,
-0x00, 0x51, 0x00, 0x00, 0x00, 0x51, 'Q',0,
-0x00, 0x52, 0x00, 0x00, 0x00, 0x52, 'R',0,
-0x00, 0x53, 0x00, 0x00, 0x00, 0x53, 'S',0,
-0x00, 0x54, 0x00, 0x00, 0x00, 0x54, 'T',0,
-0x00, 0x55, 0x00, 0x00, 0x00, 0x55, 'U',0,
-0x00, 0x56, 0x00, 0x00, 0x00, 0x56, 'V',0,
-0x00, 0x57, 0x00, 0x00, 0x00, 0x57, 'W',0,
-0x00, 0x58, 0x00, 0x00, 0x00, 0x58, 'X',0,
-0x00, 0x59, 0x00, 0x00, 0x00, 0x59, 'Y',0,
-0x00, 0x5a, 0x00, 0x00, 0x00, 0x5a, 'Z',0,
-0x33, 0x54, 0x00, 0x00, 0x00, 0x5b, 'b','r','a','c','k','e','t','l','e','f','t',0,
-0xc6, 0x02, 0x00, 0x00, 0x00, 0x5c, 'b','a','c','k','s','l','a','s','h',0,
-0x67, 0x88, 0x00, 0x00, 0x00, 0x5d, 'b','r','a','c','k','e','t','r','i','g','h','t',0,
-0x35, 0x23, 0x00, 0x00, 0x00, 0x5e, 'a','s','c','i','i','c','i','r','c','u','m',0,
-0xbe, 0xcd, 0x00, 0x00, 0x00, 0x5f, 'u','n','d','e','r','s','c','o','r','e',0,
-0x0c, 0xd5, 0x00, 0x00, 0x00, 0x60, 'g','r','a','v','e',0,
-0xe2, 0x44, 0x00, 0x00, 0x00, 0x60, 'q','u','o','t','e','l','e','f','t',0,
-0x00, 0x61, 0x00, 0x00, 0x00, 0x61, 'a',0,
-0x00, 0x62, 0x00, 0x00, 0x00, 0x62, 'b',0,
-0x00, 0x63, 0x00, 0x00, 0x00, 0x63, 'c',0,
-0x00, 0x64, 0x00, 0x00, 0x00, 0x64, 'd',0,
-0x00, 0x65, 0x00, 0x00, 0x00, 0x65, 'e',0,
-0x00, 0x66, 0x00, 0x00, 0x00, 0x66, 'f',0,
-0x00, 0x67, 0x00, 0x00, 0x00, 0x67, 'g',0,
-0x00, 0x68, 0x00, 0x00, 0x00, 0x68, 'h',0,
-0x00, 0x69, 0x00, 0x00, 0x00, 0x69, 'i',0,
-0x00, 0x6a, 0x00, 0x00, 0x00, 0x6a, 'j',0,
-0x00, 0x6b, 0x00, 0x00, 0x00, 0x6b, 'k',0,
-0x00, 0x6c, 0x00, 0x00, 0x00, 0x6c, 'l',0,
-0x00, 0x6d, 0x00, 0x00, 0x00, 0x6d, 'm',0,
-0x00, 0x6e, 0x00, 0x00, 0x00, 0x6e, 'n',0,
-0x00, 0x6f, 0x00, 0x00, 0x00, 0x6f, 'o',0,
-0x00, 0x70, 0x00, 0x00, 0x00, 0x70, 'p',0,
-0x00, 0x71, 0x00, 0x00, 0x00, 0x71, 'q',0,
-0x00, 0x72, 0x00, 0x00, 0x00, 0x72, 'r',0,
-0x00, 0x73, 0x00, 0x00, 0x00, 0x73, 's',0,
-0x00, 0x74, 0x00, 0x00, 0x00, 0x74, 't',0,
-0x00, 0x75, 0x00, 0x00, 0x00, 0x75, 'u',0,
-0x00, 0x76, 0x00, 0x00, 0x00, 0x76, 'v',0,
-0x00, 0x77, 0x00, 0x00, 0x00, 0x77, 'w',0,
-0x00, 0x78, 0x00, 0x00, 0x00, 0x78, 'x',0,
-0x00, 0x79, 0x00, 0x00, 0x00, 0x79, 'y',0,
-0x00, 0x7a, 0x00, 0x00, 0x00, 0x7a, 'z',0,
-0xcc, 0x24, 0x00, 0x00, 0x00, 0x7b, 'b','r','a','c','e','l','e','f','t',0,
-0x02, 0xbc, 0x00, 0x00, 0x00, 0x7c, 'b','a','r',0,
-0x99, 0x28, 0x00, 0x00, 0x00, 0x7d, 'b','r','a','c','e','r','i','g','h','t',0,
-0x9b, 0x45, 0x00, 0x00, 0x00, 0x7e, 'a','s','c','i','i','t','i','l','d','e',0,
-0xc7, 0x7f, 0x00, 0x00, 0x00, 0xa0, 'n','o','b','r','e','a','k','s','p','a','c','e',0,
-0xa7, 0xa8, 0x00, 0x00, 0x00, 0xa1, 'e','x','c','l','a','m','d','o','w','n',0,
-0x05, 0xfc, 0x00, 0x00, 0x00, 0xa2, 'c','e','n','t',0,
-0x70, 0x87, 0x00, 0x00, 0x00, 0xa3, 's','t','e','r','l','i','n','g',0,
-0x6a, 0x3f, 0x00, 0x00, 0x00, 0xa4, 'c','u','r','r','e','n','c','y',0,
-0x03, 0x1c, 0x00, 0x00, 0x00, 0xa5, 'y','e','n',0,
-0xd0, 0x9c, 0x00, 0x00, 0x00, 0xa6, 'b','r','o','k','e','n','b','a','r',0,
-0x36, 0x20, 0x00, 0x00, 0x00, 0xa7, 's','e','c','t','i','o','n',0,
-0xca, 0xb9, 0x00, 0x00, 0x00, 0xa8, 'd','i','a','e','r','e','s','i','s',0,
-0xd2, 0xe8, 0x00, 0x00, 0x00, 0xa9, 'c','o','p','y','r','i','g','h','t',0,
-0x6a, 0xc5, 0x00, 0x00, 0x00, 0xaa, 'o','r','d','f','e','m','i','n','i','n','e',0,
-0x69, 0x14, 0x00, 0x00, 0x00, 0xab, 'g','u','i','l','l','e','m','o','t','l','e','f','t',0,
-0x37, 0x18, 0x00, 0x00, 0x00, 0xac, 'n','o','t','s','i','g','n',0,
-0x1a, 0xe8, 0x00, 0x00, 0x00, 0xad, 'h','y','p','h','e','n',0,
-0xb2, 0x7e, 0x00, 0x00, 0x00, 0xae, 'r','e','g','i','s','t','e','r','e','d',0,
-0x19, 0xdc, 0x00, 0x00, 0x00, 0xaf, 'm','a','c','r','o','n',0,
-0x18, 0xff, 0x00, 0x00, 0x00, 0xb0, 'd','e','g','r','e','e',0,
-0xde, 0xcd, 0x00, 0x00, 0x00, 0xb1, 'p','l','u','s','m','i','n','u','s',0,
-0x9e, 0x94, 0x00, 0x00, 0x00, 0xb2, 't','w','o','s','u','p','e','r','i','o','r',0,
-0xe8, 0x94, 0x00, 0x00, 0x00, 0xb3, 't','h','r','e','e','s','u','p','e','r','i','o','r',0,
-0x0c, 0x49, 0x00, 0x00, 0x00, 0xb4, 'a','c','u','t','e',0,
-0x01, 0x4f, 0x00, 0x00, 0x00, 0xb5, 'm','u',0,
-0xd5, 0xec, 0x00, 0x00, 0x00, 0xb6, 'p','a','r','a','g','r','a','p','h',0,
-0x2b, 0xde, 0x00, 0x00, 0x00, 0xb7, 'p','e','r','i','o','d','c','e','n','t','e','r','e','d',0,
-0x31, 0xd1, 0x00, 0x00, 0x00, 0xb8, 'c','e','d','i','l','l','a',0,
-0x6e, 0x94, 0x00, 0x00, 0x00, 0xb9, 'o','n','e','s','u','p','e','r','i','o','r',0,
-0xd4, 0x35, 0x00, 0x00, 0x00, 0xba, 'm','a','s','c','u','l','i','n','e',0,
-0xd3, 0x08, 0x00, 0x00, 0x00, 0xbb, 'g','u','i','l','l','e','m','o','t','r','i','g','h','t',0,
-0xb6, 0x0c, 0x00, 0x00, 0x00, 0xbc, 'o','n','e','q','u','a','r','t','e','r',0,
-0x35, 0xd2, 0x00, 0x00, 0x00, 0xbd, 'o','n','e','h','a','l','f',0,
-0xe6, 0x8b, 0x00, 0x00, 0x00, 0xbe, 't','h','r','e','e','q','u','a','r','t','e','r','s',0,
-0x08, 0x38, 0x00, 0x00, 0x00, 0xbf, 'q','u','e','s','t','i','o','n','d','o','w','n',0,
-0x14, 0xf5, 0x00, 0x00, 0x00, 0xc0, 'A','g','r','a','v','e',0,
-0x14, 0x69, 0x00, 0x00, 0x00, 0xc1, 'A','a','c','u','t','e',0,
-0xa0, 0x52, 0x00, 0x00, 0x00, 0xc2, 'A','c','i','r','c','u','m','f','l','e','x',0,
-0x15, 0x85, 0x00, 0x00, 0x00, 0xc3, 'A','t','i','l','d','e',0,
-0x4c, 0xb9, 0x00, 0x00, 0x00, 0xc4, 'A','d','i','a','e','r','e','s','i','s',0,
-0x0a, 0x87, 0x00, 0x00, 0x00, 0xc5, 'A','r','i','n','g',0,
-0x00, 0xc7, 0x00, 0x00, 0x00, 0xc6, 'A','E',0,
-0x53, 0x51, 0x00, 0x00, 0x00, 0xc7, 'C','c','e','d','i','l','l','a',0,
-0x15, 0x75, 0x00, 0x00, 0x00, 0xc8, 'E','g','r','a','v','e',0,
-0x14, 0xe9, 0x00, 0x00, 0x00, 0xc9, 'E','a','c','u','t','e',0,
-0xb0, 0x52, 0x00, 0x00, 0x00, 0xca, 'E','c','i','r','c','u','m','f','l','e','x',0,
-0x54, 0xb9, 0x00, 0x00, 0x00, 0xcb, 'E','d','i','a','e','r','e','s','i','s',0,
-0x15, 0xf5, 0x00, 0x00, 0x00, 0xcc, 'I','g','r','a','v','e',0,
-0x15, 0x69, 0x00, 0x00, 0x00, 0xcd, 'I','a','c','u','t','e',0,
-0xc0, 0x52, 0x00, 0x00, 0x00, 0xce, 'I','c','i','r','c','u','m','f','l','e','x',0,
-0x5c, 0xb9, 0x00, 0x00, 0x00, 0xcf, 'I','d','i','a','e','r','e','s','i','s',0,
-0x02, 0x04, 0x00, 0x00, 0x00, 0xd0, 'E','T','H',0,
-0x02, 0x64, 0x00, 0x00, 0x00, 0xd0, 'E','t','h',0,
-0x17, 0x25, 0x00, 0x00, 0x00, 0xd1, 'N','t','i','l','d','e',0,
-0x16, 0xb5, 0x00, 0x00, 0x00, 0xd2, 'O','g','r','a','v','e',0,
-0x16, 0x29, 0x00, 0x00, 0x00, 0xd3, 'O','a','c','u','t','e',0,
-0xd8, 0x52, 0x00, 0x00, 0x00, 0xd4, 'O','c','i','r','c','u','m','f','l','e','x',0,
-0x17, 0x45, 0x00, 0x00, 0x00, 0xd5, 'O','t','i','l','d','e',0,
-0x68, 0xb9, 0x00, 0x00, 0x00, 0xd6, 'O','d','i','a','e','r','e','s','i','s',0,
-0x6e, 0xd9, 0x00, 0x00, 0x00, 0xd7, 'm','u','l','t','i','p','l','y',0,
-0x17, 0x42, 0x00, 0x00, 0x00, 0xd8, 'O','s','l','a','s','h',0,
-0x5c, 0x9b, 0x00, 0x00, 0x00, 0xd8, 'O','o','b','l','i','q','u','e',0,
-0x17, 0x75, 0x00, 0x00, 0x00, 0xd9, 'U','g','r','a','v','e',0,
-0x16, 0xe9, 0x00, 0x00, 0x00, 0xda, 'U','a','c','u','t','e',0,
-0xf0, 0x52, 0x00, 0x00, 0x00, 0xdb, 'U','c','i','r','c','u','m','f','l','e','x',0,
-0x74, 0xb9, 0x00, 0x00, 0x00, 0xdc, 'U','d','i','a','e','r','e','s','i','s',0,
-0x17, 0x69, 0x00, 0x00, 0x00, 0xdd, 'Y','a','c','u','t','e',0,
-0x09, 0xae, 0x00, 0x00, 0x00, 0xde, 'T','H','O','R','N',0,
-0x0b, 0x8e, 0x00, 0x00, 0x00, 0xde, 'T','h','o','r','n',0,
-0x1b, 0xa8, 0x00, 0x00, 0x00, 0xdf, 's','s','h','a','r','p',0,
-0x18, 0xf5, 0x00, 0x00, 0x00, 0xe0, 'a','g','r','a','v','e',0,
-0x18, 0x69, 0x00, 0x00, 0x00, 0xe1, 'a','a','c','u','t','e',0,
-0x20, 0x52, 0x00, 0x00, 0x00, 0xe2, 'a','c','i','r','c','u','m','f','l','e','x',0,
-0x19, 0x85, 0x00, 0x00, 0x00, 0xe3, 'a','t','i','l','d','e',0,
-0x8c, 0xb9, 0x00, 0x00, 0x00, 0xe4, 'a','d','i','a','e','r','e','s','i','s',0,
-0x0c, 0x87, 0x00, 0x00, 0x00, 0xe5, 'a','r','i','n','g',0,
-0x01, 0x27, 0x00, 0x00, 0x00, 0xe6, 'a','e',0,
-0x63, 0x51, 0x00, 0x00, 0x00, 0xe7, 'c','c','e','d','i','l','l','a',0,
-0x19, 0x75, 0x00, 0x00, 0x00, 0xe8, 'e','g','r','a','v','e',0,
-0x18, 0xe9, 0x00, 0x00, 0x00, 0xe9, 'e','a','c','u','t','e',0,
-0x30, 0x52, 0x00, 0x00, 0x00, 0xea, 'e','c','i','r','c','u','m','f','l','e','x',0,
-0x94, 0xb9, 0x00, 0x00, 0x00, 0xeb, 'e','d','i','a','e','r','e','s','i','s',0,
-0x19, 0xf5, 0x00, 0x00, 0x00, 0xec, 'i','g','r','a','v','e',0,
-0x19, 0x69, 0x00, 0x00, 0x00, 0xed, 'i','a','c','u','t','e',0,
-0x40, 0x52, 0x00, 0x00, 0x00, 0xee, 'i','c','i','r','c','u','m','f','l','e','x',0,
-0x9c, 0xb9, 0x00, 0x00, 0x00, 0xef, 'i','d','i','a','e','r','e','s','i','s',0,
-0x02, 0xe4, 0x00, 0x00, 0x00, 0xf0, 'e','t','h',0,
-0x1b, 0x25, 0x00, 0x00, 0x00, 0xf1, 'n','t','i','l','d','e',0,
-0x1a, 0xb5, 0x00, 0x00, 0x00, 0xf2, 'o','g','r','a','v','e',0,
-0x1a, 0x29, 0x00, 0x00, 0x00, 0xf3, 'o','a','c','u','t','e',0,
-0x58, 0x52, 0x00, 0x00, 0x00, 0xf4, 'o','c','i','r','c','u','m','f','l','e','x',0,
-0x1b, 0x45, 0x00, 0x00, 0x00, 0xf5, 'o','t','i','l','d','e',0,
-0xa8, 0xb9, 0x00, 0x00, 0x00, 0xf6, 'o','d','i','a','e','r','e','s','i','s',0,
-0x68, 0x18, 0x00, 0x00, 0x00, 0xf7, 'd','i','v','i','s','i','o','n',0,
-0x1b, 0x42, 0x00, 0x00, 0x00, 0xf8, 'o','s','l','a','s','h',0,
-0x6c, 0x9b, 0x00, 0x00, 0x00, 0xf8, 'o','o','b','l','i','q','u','e',0,
-0x1b, 0x75, 0x00, 0x00, 0x00, 0xf9, 'u','g','r','a','v','e',0,
-0x1a, 0xe9, 0x00, 0x00, 0x00, 0xfa, 'u','a','c','u','t','e',0,
-0x70, 0x52, 0x00, 0x00, 0x00, 0xfb, 'u','c','i','r','c','u','m','f','l','e','x',0,
-0xb4, 0xb9, 0x00, 0x00, 0x00, 0xfc, 'u','d','i','a','e','r','e','s','i','s',0,
-0x1b, 0x69, 0x00, 0x00, 0x00, 0xfd, 'y','a','c','u','t','e',0,
-0x0d, 0x8e, 0x00, 0x00, 0x00, 0xfe, 't','h','o','r','n',0,
-0xbc, 0xb9, 0x00, 0x00, 0x00, 0xff, 'y','d','i','a','e','r','e','s','i','s',0,
-0x2a, 0xf5, 0x00, 0x00, 0x01, 0xa1, 'A','o','g','o','n','e','k',0,
-0x0c, 0x95, 0x00, 0x00, 0x01, 0xa2, 'b','r','e','v','e',0,
-0x2f, 0x27, 0x00, 0x00, 0x01, 0xa3, 'L','s','t','r','o','k','e',0,
-0x15, 0xcc, 0x00, 0x00, 0x01, 0xa5, 'L','c','a','r','o','n',0,
-0x16, 0xa9, 0x00, 0x00, 0x01, 0xa6, 'S','a','c','u','t','e',0,
-0x16, 0xac, 0x00, 0x00, 0x01, 0xa9, 'S','c','a','r','o','n',0,
-0x5b, 0x51, 0x00, 0x00, 0x01, 0xaa, 'S','c','e','d','i','l','l','a',0,
-0x16, 0xcc, 0x00, 0x00, 0x01, 0xab, 'T','c','a','r','o','n',0,
-0x17, 0x89, 0x00, 0x00, 0x01, 0xac, 'Z','a','c','u','t','e',0,
-0x17, 0x8c, 0x00, 0x00, 0x01, 0xae, 'Z','c','a','r','o','n',0,
-0xbe, 0x4a, 0x00, 0x00, 0x01, 0xaf, 'Z','a','b','o','v','e','d','o','t',0,
-0x32, 0xf5, 0x00, 0x00, 0x01, 0xb1, 'a','o','g','o','n','e','k',0,
-0x1a, 0xb5, 0x00, 0x00, 0x01, 0xb2, 'o','g','o','n','e','k',0,
-0x37, 0x27, 0x00, 0x00, 0x01, 0xb3, 'l','s','t','r','o','k','e',0,
-0x19, 0xcc, 0x00, 0x00, 0x01, 0xb5, 'l','c','a','r','o','n',0,
-0x1a, 0xa9, 0x00, 0x00, 0x01, 0xb6, 's','a','c','u','t','e',0,
-0x0c, 0x4c, 0x00, 0x00, 0x01, 0xb7, 'c','a','r','o','n',0,
-0x1a, 0xac, 0x00, 0x00, 0x01, 0xb9, 's','c','a','r','o','n',0,
-0x6b, 0x51, 0x00, 0x00, 0x01, 0xba, 's','c','e','d','i','l','l','a',0,
-0x1a, 0xcc, 0x00, 0x00, 0x01, 0xbb, 't','c','a','r','o','n',0,
-0x1b, 0x89, 0x00, 0x00, 0x01, 0xbc, 'z','a','c','u','t','e',0,
-0x47, 0xe9, 0x00, 0x00, 0x01, 0xbd, 'd','o','u','b','l','e','a','c','u','t','e',0,
-0x1b, 0x8c, 0x00, 0x00, 0x01, 0xbe, 'z','c','a','r','o','n',0,
-0xde, 0x4a, 0x00, 0x00, 0x01, 0xbf, 'z','a','b','o','v','e','d','o','t',0,
-0x16, 0x89, 0x00, 0x00, 0x01, 0xc0, 'R','a','c','u','t','e',0,
-0x14, 0xb5, 0x00, 0x00, 0x01, 0xc3, 'A','b','r','e','v','e',0,
-0x15, 0xc9, 0x00, 0x00, 0x01, 0xc5, 'L','a','c','u','t','e',0,
-0x14, 0xa9, 0x00, 0x00, 0x01, 0xc6, 'C','a','c','u','t','e',0,
-0x14, 0xac, 0x00, 0x00, 0x01, 0xc8, 'C','c','a','r','o','n',0,
-0x2b, 0xf5, 0x00, 0x00, 0x01, 0xca, 'E','o','g','o','n','e','k',0,
-0x14, 0xec, 0x00, 0x00, 0x01, 0xcc, 'E','c','a','r','o','n',0,
-0x14, 0xcc, 0x00, 0x00, 0x01, 0xcf, 'D','c','a','r','o','n',0,
-0x2d, 0x27, 0x00, 0x00, 0x01, 0xd0, 'D','s','t','r','o','k','e',0,
-0x16, 0x09, 0x00, 0x00, 0x01, 0xd1, 'N','a','c','u','t','e',0,
-0x16, 0x0c, 0x00, 0x00, 0x01, 0xd2, 'N','c','a','r','o','n',0,
-0xbf, 0xe9, 0x00, 0x00, 0x01, 0xd5, 'O','d','o','u','b','l','e','a','c','u','t','e',0,
-0x16, 0x8c, 0x00, 0x00, 0x01, 0xd8, 'R','c','a','r','o','n',0,
-0x0b, 0xc7, 0x00, 0x00, 0x01, 0xd9, 'U','r','i','n','g',0,
-0xef, 0xe9, 0x00, 0x00, 0x01, 0xdb, 'U','d','o','u','b','l','e','a','c','u','t','e',0,
-0x5b, 0xd1, 0x00, 0x00, 0x01, 0xde, 'T','c','e','d','i','l','l','a',0,
-0x1a, 0x89, 0x00, 0x00, 0x01, 0xe0, 'r','a','c','u','t','e',0,
-0x18, 0xb5, 0x00, 0x00, 0x01, 0xe3, 'a','b','r','e','v','e',0,
-0x19, 0xc9, 0x00, 0x00, 0x01, 0xe5, 'l','a','c','u','t','e',0,
-0x18, 0xa9, 0x00, 0x00, 0x01, 0xe6, 'c','a','c','u','t','e',0,
-0x18, 0xac, 0x00, 0x00, 0x01, 0xe8, 'c','c','a','r','o','n',0,
-0x33, 0xf5, 0x00, 0x00, 0x01, 0xea, 'e','o','g','o','n','e','k',0,
-0x18, 0xec, 0x00, 0x00, 0x01, 0xec, 'e','c','a','r','o','n',0,
-0x18, 0xcc, 0x00, 0x00, 0x01, 0xef, 'd','c','a','r','o','n',0,
-0x35, 0x27, 0x00, 0x00, 0x01, 0xf0, 'd','s','t','r','o','k','e',0,
-0x1a, 0x09, 0x00, 0x00, 0x01, 0xf1, 'n','a','c','u','t','e',0,
-0x1a, 0x0c, 0x00, 0x00, 0x01, 0xf2, 'n','c','a','r','o','n',0,
-0xbf, 0xe9, 0x00, 0x00, 0x01, 0xf5, 'o','d','o','u','b','l','e','a','c','u','t','e',0,
-0xef, 0xe9, 0x00, 0x00, 0x01, 0xfb, 'u','d','o','u','b','l','e','a','c','u','t','e',0,
-0x1a, 0x8c, 0x00, 0x00, 0x01, 0xf8, 'r','c','a','r','o','n',0,
-0x0d, 0xc7, 0x00, 0x00, 0x01, 0xf9, 'u','r','i','n','g',0,
-0x6b, 0xd1, 0x00, 0x00, 0x01, 0xfe, 't','c','e','d','i','l','l','a',0,
-0x64, 0x4a, 0x00, 0x00, 0x01, 0xff, 'a','b','o','v','e','d','o','t',0,
-0x2e, 0x27, 0x00, 0x00, 0x02, 0xa1, 'H','s','t','r','o','k','e',0,
-0xbc, 0x52, 0x00, 0x00, 0x02, 0xa6, 'H','c','i','r','c','u','m','f','l','e','x',0,
-0xad, 0x4a, 0x00, 0x00, 0x02, 0xa9, 'I','a','b','o','v','e','d','o','t',0,
-0x15, 0x75, 0x00, 0x00, 0x02, 0xab, 'G','b','r','e','v','e',0,
-0xc4, 0x52, 0x00, 0x00, 0x02, 0xac, 'J','c','i','r','c','u','m','f','l','e','x',0,
-0x36, 0x27, 0x00, 0x00, 0x02, 0xb1, 'h','s','t','r','o','k','e',0,
-0x3c, 0x52, 0x00, 0x00, 0x02, 0xb6, 'h','c','i','r','c','u','m','f','l','e','x',0,
-0x68, 0xed, 0x00, 0x00, 0x02, 0xb9, 'i','d','o','t','l','e','s','s',0,
-0x19, 0x75, 0x00, 0x00, 0x02, 0xbb, 'g','b','r','e','v','e',0,
-0x44, 0x52, 0x00, 0x00, 0x02, 0xbc, 'j','c','i','r','c','u','m','f','l','e','x',0,
-0xa7, 0x4a, 0x00, 0x00, 0x02, 0xc5, 'C','a','b','o','v','e','d','o','t',0,
-0xa8, 0x52, 0x00, 0x00, 0x02, 0xc6, 'C','c','i','r','c','u','m','f','l','e','x',0,
-0xab, 0x4a, 0x00, 0x00, 0x02, 0xd5, 'G','a','b','o','v','e','d','o','t',0,
-0xb8, 0x52, 0x00, 0x00, 0x02, 0xd8, 'G','c','i','r','c','u','m','f','l','e','x',0,
-0x17, 0x35, 0x00, 0x00, 0x02, 0xdd, 'U','b','r','e','v','e',0,
-0xe8, 0x52, 0x00, 0x00, 0x02, 0xde, 'S','c','i','r','c','u','m','f','l','e','x',0,
-0xc7, 0x4a, 0x00, 0x00, 0x02, 0xe5, 'c','a','b','o','v','e','d','o','t',0,
-0x28, 0x52, 0x00, 0x00, 0x02, 0xe6, 'c','c','i','r','c','u','m','f','l','e','x',0,
-0xcb, 0x4a, 0x00, 0x00, 0x02, 0xf5, 'g','a','b','o','v','e','d','o','t',0,
-0x38, 0x52, 0x00, 0x00, 0x02, 0xf8, 'g','c','i','r','c','u','m','f','l','e','x',0,
-0x1b, 0x35, 0x00, 0x00, 0x02, 0xfd, 'u','b','r','e','v','e',0,
-0x68, 0x52, 0x00, 0x00, 0x02, 0xfe, 's','c','i','r','c','u','m','f','l','e','x',0,
-0x02, 0xf1, 0x00, 0x00, 0x03, 0xa2, 'k','r','a',0,
-0x0c, 0xb9, 0x00, 0x00, 0x03, 0xa2, 'k','a','p','p','a',0,
-0x5a, 0xd1, 0x00, 0x00, 0x03, 0xa3, 'R','c','e','d','i','l','l','a',0,
-0x16, 0x85, 0x00, 0x00, 0x03, 0xa5, 'I','t','i','l','d','e',0,
-0x57, 0xd1, 0x00, 0x00, 0x03, 0xa6, 'L','c','e','d','i','l','l','a',0,
-0x2b, 0x1c, 0x00, 0x00, 0x03, 0xaa, 'E','m','a','c','r','o','n',0,
-0x55, 0x51, 0x00, 0x00, 0x03, 0xab, 'G','c','e','d','i','l','l','a',0,
-0x17, 0xe2, 0x00, 0x00, 0x03, 0xac, 'T','s','l','a','s','h',0,
-0x6a, 0xd1, 0x00, 0x00, 0x03, 0xb3, 'r','c','e','d','i','l','l','a',0,
-0x1a, 0x85, 0x00, 0x00, 0x03, 0xb5, 'i','t','i','l','d','e',0,
-0x67, 0xd1, 0x00, 0x00, 0x03, 0xb6, 'l','c','e','d','i','l','l','a',0,
-0x33, 0x1c, 0x00, 0x00, 0x03, 0xba, 'e','m','a','c','r','o','n',0,
-0x65, 0x51, 0x00, 0x00, 0x03, 0xbb, 'g','c','e','d','i','l','l','a',0,
-0x1b, 0xe2, 0x00, 0x00, 0x03, 0xbc, 't','s','l','a','s','h',0,
-0x01, 0xf7, 0x00, 0x00, 0x03, 0xbd, 'E','N','G',0,
-0x02, 0xd7, 0x00, 0x00, 0x03, 0xbf, 'e','n','g',0,
-0x2a, 0x1c, 0x00, 0x00, 0x03, 0xc0, 'A','m','a','c','r','o','n',0,
-0x2c, 0xf5, 0x00, 0x00, 0x03, 0xc7, 'I','o','g','o','n','e','k',0,
-0xa9, 0x4a, 0x00, 0x00, 0x03, 0xcc, 'E','a','b','o','v','e','d','o','t',0,
-0x2c, 0x1c, 0x00, 0x00, 0x03, 0xcf, 'I','m','a','c','r','o','n',0,
-0x58, 0xd1, 0x00, 0x00, 0x03, 0xd1, 'N','c','e','d','i','l','l','a',0,
-0x2d, 0x9c, 0x00, 0x00, 0x03, 0xd2, 'O','m','a','c','r','o','n',0,
-0x57, 0x51, 0x00, 0x00, 0x03, 0xd3, 'K','c','e','d','i','l','l','a',0,
-0x2f, 0xf5, 0x00, 0x00, 0x03, 0xd9, 'U','o','g','o','n','e','k',0,
-0x18, 0x05, 0x00, 0x00, 0x03, 0xdd, 'U','t','i','l','d','e',0,
-0x2f, 0x1c, 0x00, 0x00, 0x03, 0xde, 'U','m','a','c','r','o','n',0,
-0x32, 0x1c, 0x00, 0x00, 0x03, 0xe0, 'a','m','a','c','r','o','n',0,
-0x34, 0xf5, 0x00, 0x00, 0x03, 0xe7, 'i','o','g','o','n','e','k',0,
-0xc9, 0x4a, 0x00, 0x00, 0x03, 0xec, 'e','a','b','o','v','e','d','o','t',0,
-0x34, 0x1c, 0x00, 0x00, 0x03, 0xef, 'i','m','a','c','r','o','n',0,
-0x68, 0xd1, 0x00, 0x00, 0x03, 0xf1, 'n','c','e','d','i','l','l','a',0,
-0x35, 0x9c, 0x00, 0x00, 0x03, 0xf2, 'o','m','a','c','r','o','n',0,
-0x67, 0x51, 0x00, 0x00, 0x03, 0xf3, 'k','c','e','d','i','l','l','a',0,
-0x37, 0xf5, 0x00, 0x00, 0x03, 0xf9, 'u','o','g','o','n','e','k',0,
-0x1c, 0x05, 0x00, 0x00, 0x03, 0xfd, 'u','t','i','l','d','e',0,
-0x37, 0x1c, 0x00, 0x00, 0x03, 0xfe, 'u','m','a','c','r','o','n',0,
-0xa6, 0x4a, 0x01, 0x00, 0x1e, 0x02, 'B','a','b','o','v','e','d','o','t',0,
-0xc6, 0x4a, 0x01, 0x00, 0x1e, 0x03, 'b','a','b','o','v','e','d','o','t',0,
-0xa8, 0x4a, 0x01, 0x00, 0x1e, 0x0a, 'D','a','b','o','v','e','d','o','t',0,
-0x17, 0xb5, 0x01, 0x00, 0x1e, 0x80, 'W','g','r','a','v','e',0,
-0x17, 0x29, 0x01, 0x00, 0x1e, 0x82, 'W','a','c','u','t','e',0,
-0xc8, 0x4a, 0x01, 0x00, 0x1e, 0x0b, 'd','a','b','o','v','e','d','o','t',0,
-0x17, 0xf5, 0x01, 0x00, 0x1e, 0xf2, 'Y','g','r','a','v','e',0,
-0xaa, 0x4a, 0x01, 0x00, 0x1e, 0x1e, 'F','a','b','o','v','e','d','o','t',0,
-0xca, 0x4a, 0x01, 0x00, 0x1e, 0x1f, 'f','a','b','o','v','e','d','o','t',0,
-0xb1, 0x4a, 0x01, 0x00, 0x1e, 0x40, 'M','a','b','o','v','e','d','o','t',0,
-0xd1, 0x4a, 0x01, 0x00, 0x1e, 0x41, 'm','a','b','o','v','e','d','o','t',0,
-0xb4, 0x4a, 0x01, 0x00, 0x1e, 0x56, 'P','a','b','o','v','e','d','o','t',0,
-0x1b, 0xb5, 0x01, 0x00, 0x1e, 0x81, 'w','g','r','a','v','e',0,
-0xd4, 0x4a, 0x01, 0x00, 0x1e, 0x57, 'p','a','b','o','v','e','d','o','t',0,
-0x1b, 0x29, 0x01, 0x00, 0x1e, 0x83, 'w','a','c','u','t','e',0,
-0xb7, 0x4a, 0x01, 0x00, 0x1e, 0x60, 'S','a','b','o','v','e','d','o','t',0,
-0x1b, 0xf5, 0x01, 0x00, 0x1e, 0xf3, 'y','g','r','a','v','e',0,
-0x78, 0xb9, 0x01, 0x00, 0x1e, 0x84, 'W','d','i','a','e','r','e','s','i','s',0,
-0xb8, 0xb9, 0x01, 0x00, 0x1e, 0x85, 'w','d','i','a','e','r','e','s','i','s',0,
-0xd7, 0x4a, 0x01, 0x00, 0x1e, 0x61, 's','a','b','o','v','e','d','o','t',0,
-0xf8, 0x52, 0x01, 0x00, 0x01, 0x74, 'W','c','i','r','c','u','m','f','l','e','x',0,
-0xb8, 0x4a, 0x01, 0x00, 0x1e, 0x6a, 'T','a','b','o','v','e','d','o','t',0,
-0x00, 0x52, 0x01, 0x00, 0x01, 0x76, 'Y','c','i','r','c','u','m','f','l','e','x',0,
-0x78, 0x52, 0x01, 0x00, 0x01, 0x75, 'w','c','i','r','c','u','m','f','l','e','x',0,
-0xd8, 0x4a, 0x01, 0x00, 0x1e, 0x6b, 't','a','b','o','v','e','d','o','t',0,
-0x80, 0x52, 0x01, 0x00, 0x01, 0x77, 'y','c','i','r','c','u','m','f','l','e','x',0,
-0x00, 0xe3, 0x00, 0x00, 0x13, 0xbc, 'O','E',0,
-0x01, 0x43, 0x00, 0x00, 0x13, 0xbd, 'o','e',0,
-0x7c, 0xb9, 0x00, 0x00, 0x13, 0xbe, 'Y','d','i','a','e','r','e','s','i','s',0,
-0x6f, 0x05, 0x00, 0x00, 0x04, 0x7e, 'o','v','e','r','l','i','n','e',0,
-0xfc, 0x36, 0x00, 0x00, 0x04, 0xa1, 'k','a','n','a','_','f','u','l','l','s','t','o','p',0,
-0xa6, 0x52, 0x00, 0x00, 0x04, 0xa2, 'k','a','n','a','_','o','p','e','n','i','n','g','b','r','a','c','k','e','t',0,
-0x4a, 0x52, 0x00, 0x00, 0x04, 0xa3, 'k','a','n','a','_','c','l','o','s','i','n','g','b','r','a','c','k','e','t',0,
-0x9e, 0xb7, 0x00, 0x00, 0x04, 0xa4, 'k','a','n','a','_','c','o','m','m','a',0,
-0xcc, 0xc5, 0x00, 0x00, 0x04, 0xa5, 'k','a','n','a','_','c','o','n','j','u','n','c','t','i','v','e',0,
-0xf5, 0xca, 0x00, 0x00, 0x04, 0xa5, 'k','a','n','a','_','m','i','d','d','l','e','d','o','t',0,
-0x33, 0x41, 0x00, 0x00, 0x04, 0xa6, 'k','a','n','a','_','W','O',0,
-0x19, 0x83, 0x00, 0x00, 0x04, 0xa7, 'k','a','n','a','_','a',0,
-0x19, 0x8b, 0x00, 0x00, 0x04, 0xa8, 'k','a','n','a','_','i',0,
-0x19, 0x97, 0x00, 0x00, 0x04, 0xa9, 'k','a','n','a','_','u',0,
-0x19, 0x87, 0x00, 0x00, 0x04, 0xaa, 'k','a','n','a','_','e',0,
-0x19, 0x91, 0x00, 0x00, 0x04, 0xab, 'k','a','n','a','_','o',0,
-0x33, 0x97, 0x00, 0x00, 0x04, 0xac, 'k','a','n','a','_','y','a',0,
-0x33, 0xab, 0x00, 0x00, 0x04, 0xad, 'k','a','n','a','_','y','u',0,
-0x33, 0xa5, 0x00, 0x00, 0x04, 0xae, 'k','a','n','a','_','y','o',0,
-0x67, 0xb3, 0x00, 0x00, 0x04, 0xaf, 'k','a','n','a','_','t','s','u',0,
-0x33, 0xa1, 0x00, 0x00, 0x04, 0xaf, 'k','a','n','a','_','t','u',0,
-0xfa, 0xfc, 0x00, 0x00, 0x04, 0xb0, 'p','r','o','l','o','n','g','e','d','s','o','u','n','d',0,
-0x19, 0x63, 0x00, 0x00, 0x04, 0xb1, 'k','a','n','a','_','A',0,
-0x19, 0x6b, 0x00, 0x00, 0x04, 0xb2, 'k','a','n','a','_','I',0,
-0x19, 0x77, 0x00, 0x00, 0x04, 0xb3, 'k','a','n','a','_','U',0,
-0x19, 0x67, 0x00, 0x00, 0x04, 0xb4, 'k','a','n','a','_','E',0,
-0x19, 0x71, 0x00, 0x00, 0x04, 0xb5, 'k','a','n','a','_','O',0,
-0x33, 0x1b, 0x00, 0x00, 0x04, 0xb6, 'k','a','n','a','_','K','A',0,
-0x33, 0x23, 0x00, 0x00, 0x04, 0xb7, 'k','a','n','a','_','K','I',0,
-0x33, 0x2f, 0x00, 0x00, 0x04, 0xb8, 'k','a','n','a','_','K','U',0,
-0x33, 0x1f, 0x00, 0x00, 0x04, 0xb9, 'k','a','n','a','_','K','E',0,
-0x33, 0x29, 0x00, 0x00, 0x04, 0xba, 'k','a','n','a','_','K','O',0,
-0x33, 0x2b, 0x00, 0x00, 0x04, 0xbb, 'k','a','n','a','_','S','A',0,
-0x66, 0xad, 0x00, 0x00, 0x04, 0xbc, 'k','a','n','a','_','S','H','I',0,
-0x33, 0x3f, 0x00, 0x00, 0x04, 0xbd, 'k','a','n','a','_','S','U',0,
-0x33, 0x2f, 0x00, 0x00, 0x04, 0xbe, 'k','a','n','a','_','S','E',0,
-0x33, 0x39, 0x00, 0x00, 0x04, 0xbf, 'k','a','n','a','_','S','O',0,
-0x33, 0x2d, 0x00, 0x00, 0x04, 0xc0, 'k','a','n','a','_','T','A',0,
-0x66, 0x6d, 0x00, 0x00, 0x04, 0xc1, 'k','a','n','a','_','C','H','I',0,
-0x33, 0x35, 0x00, 0x00, 0x04, 0xc1, 'k','a','n','a','_','T','I',0,
-0x66, 0xd3, 0x00, 0x00, 0x04, 0xc2, 'k','a','n','a','_','T','S','U',0,
-0x33, 0x41, 0x00, 0x00, 0x04, 0xc2, 'k','a','n','a','_','T','U',0,
-0x33, 0x31, 0x00, 0x00, 0x04, 0xc3, 'k','a','n','a','_','T','E',0,
-0x33, 0x3b, 0x00, 0x00, 0x04, 0xc4, 'k','a','n','a','_','T','O',0,
-0x33, 0x21, 0x00, 0x00, 0x04, 0xc5, 'k','a','n','a','_','N','A',0,
-0x33, 0x29, 0x00, 0x00, 0x04, 0xc6, 'k','a','n','a','_','N','I',0,
-0x33, 0x35, 0x00, 0x00, 0x04, 0xc7, 'k','a','n','a','_','N','U',0,
-0x33, 0x25, 0x00, 0x00, 0x04, 0xc8, 'k','a','n','a','_','N','E',0,
-0x33, 0x2f, 0x00, 0x00, 0x04, 0xc9, 'k','a','n','a','_','N','O',0,
-0x33, 0x15, 0x00, 0x00, 0x04, 0xca, 'k','a','n','a','_','H','A',0,
-0x33, 0x1d, 0x00, 0x00, 0x04, 0xcb, 'k','a','n','a','_','H','I',0,
-0x33, 0x25, 0x00, 0x00, 0x04, 0xcc, 'k','a','n','a','_','F','U',0,
-0x33, 0x29, 0x00, 0x00, 0x04, 0xcc, 'k','a','n','a','_','H','U',0,
-0x33, 0x19, 0x00, 0x00, 0x04, 0xcd, 'k','a','n','a','_','H','E',0,
-0x33, 0x23, 0x00, 0x00, 0x04, 0xce, 'k','a','n','a','_','H','O',0,
-0x33, 0x1f, 0x00, 0x00, 0x04, 0xcf, 'k','a','n','a','_','M','A',0,
-0x33, 0x27, 0x00, 0x00, 0x04, 0xd0, 'k','a','n','a','_','M','I',0,
-0x33, 0x33, 0x00, 0x00, 0x04, 0xd1, 'k','a','n','a','_','M','U',0,
-0x33, 0x23, 0x00, 0x00, 0x04, 0xd2, 'k','a','n','a','_','M','E',0,
-0x33, 0x2d, 0x00, 0x00, 0x04, 0xd3, 'k','a','n','a','_','M','O',0,
-0x33, 0x37, 0x00, 0x00, 0x04, 0xd4, 'k','a','n','a','_','Y','A',0,
-0x33, 0x4b, 0x00, 0x00, 0x04, 0xd5, 'k','a','n','a','_','Y','U',0,
-0x33, 0x45, 0x00, 0x00, 0x04, 0xd6, 'k','a','n','a','_','Y','O',0,
-0x33, 0x29, 0x00, 0x00, 0x04, 0xd7, 'k','a','n','a','_','R','A',0,
-0x33, 0x31, 0x00, 0x00, 0x04, 0xd8, 'k','a','n','a','_','R','I',0,
-0x33, 0x3d, 0x00, 0x00, 0x04, 0xd9, 'k','a','n','a','_','R','U',0,
-0x33, 0x2d, 0x00, 0x00, 0x04, 0xda, 'k','a','n','a','_','R','E',0,
-0x33, 0x37, 0x00, 0x00, 0x04, 0xdb, 'k','a','n','a','_','R','O',0,
-0x33, 0x33, 0x00, 0x00, 0x04, 0xdc, 'k','a','n','a','_','W','A',0,
-0x19, 0x70, 0x00, 0x00, 0x04, 0xdd, 'k','a','n','a','_','N',0,
-0x83, 0xfc, 0x00, 0x00, 0x04, 0xde, 'v','o','i','c','e','d','s','o','u','n','d',0,
-0xfb, 0xfc, 0x00, 0x00, 0x04, 0xdf, 's','e','m','i','v','o','i','c','e','d','s','o','u','n','d',0,
-0x40, 0x56, 0x00, 0x00, 0xff, 0x7e, 'k','a','n','a','_','s','w','i','t','c','h',0,
-0x2a, 0xea, 0x01, 0x00, 0x06, 0xf0, 'F','a','r','s','i','_','0',0,
-0x2a, 0xeb, 0x01, 0x00, 0x06, 0xf1, 'F','a','r','s','i','_','1',0,
-0x2a, 0xec, 0x01, 0x00, 0x06, 0xf2, 'F','a','r','s','i','_','2',0,
-0x2a, 0xed, 0x01, 0x00, 0x06, 0xf3, 'F','a','r','s','i','_','3',0,
-0x2a, 0xee, 0x01, 0x00, 0x06, 0xf4, 'F','a','r','s','i','_','4',0,
-0x2a, 0xef, 0x01, 0x00, 0x06, 0xf5, 'F','a','r','s','i','_','5',0,
-0x2a, 0xf0, 0x01, 0x00, 0x06, 0xf6, 'F','a','r','s','i','_','6',0,
-0x2a, 0xf1, 0x01, 0x00, 0x06, 0xf7, 'F','a','r','s','i','_','7',0,
-0x2a, 0xf2, 0x01, 0x00, 0x06, 0xf8, 'F','a','r','s','i','_','8',0,
-0x2a, 0xf3, 0x01, 0x00, 0x06, 0xf9, 'F','a','r','s','i','_','9',0,
-0x6a, 0x3c, 0x01, 0x00, 0x06, 0x6a, 'A','r','a','b','i','c','_','p','e','r','c','e','n','t',0,
-0x0e, 0xd8, 0x01, 0x00, 0x06, 0x70, 'A','r','a','b','i','c','_','s','u','p','e','r','s','c','r','i','p','t','_','a','l','e','f',0,
-0xad, 0x32, 0x01, 0x00, 0x06, 0x79, 'A','r','a','b','i','c','_','t','t','e','h',0,
-0x56, 0x3a, 0x01, 0x00, 0x06, 0x7e, 'A','r','a','b','i','c','_','p','e','h',0,
-0x5a, 0x4a, 0x01, 0x00, 0x06, 0x86, 'A','r','a','b','i','c','_','t','c','h','e','h',0,
-0xac, 0x6e, 0x01, 0x00, 0x06, 0x88, 'A','r','a','b','i','c','_','d','d','a','l',0,
-0xad, 0x1a, 0x01, 0x00, 0x06, 0x91, 'A','r','a','b','i','c','_','r','r','e','h',0,
-0x59, 0xb7, 0x00, 0x00, 0x05, 0xac, 'A','r','a','b','i','c','_','c','o','m','m','a',0,
-0xd4, 0x36, 0x01, 0x00, 0x06, 0xd4, 'A','r','a','b','i','c','_','f','u','l','l','s','t','o','p',0,
-0x55, 0x02, 0x01, 0x00, 0x06, 0x60, 'A','r','a','b','i','c','_','0',0,
-0x55, 0x03, 0x01, 0x00, 0x06, 0x61, 'A','r','a','b','i','c','_','1',0,
-0x55, 0x04, 0x01, 0x00, 0x06, 0x62, 'A','r','a','b','i','c','_','2',0,
-0x55, 0x05, 0x01, 0x00, 0x06, 0x63, 'A','r','a','b','i','c','_','3',0,
-0x55, 0x06, 0x01, 0x00, 0x06, 0x64, 'A','r','a','b','i','c','_','4',0,
-0x55, 0x07, 0x01, 0x00, 0x06, 0x65, 'A','r','a','b','i','c','_','5',0,
-0x55, 0x08, 0x01, 0x00, 0x06, 0x66, 'A','r','a','b','i','c','_','6',0,
-0x55, 0x09, 0x01, 0x00, 0x06, 0x67, 'A','r','a','b','i','c','_','7',0,
-0x55, 0x0a, 0x01, 0x00, 0x06, 0x68, 'A','r','a','b','i','c','_','8',0,
-0x55, 0x0b, 0x01, 0x00, 0x06, 0x69, 'A','r','a','b','i','c','_','9',0,
-0xac, 0x84, 0x00, 0x00, 0x05, 0xbb, 'A','r','a','b','i','c','_','s','e','m','i','c','o','l','o','n',0,
-0x30, 0x2b, 0x00, 0x00, 0x05, 0xbf, 'A','r','a','b','i','c','_','q','u','e','s','t','i','o','n','_','m','a','r','k',0,
-0x59, 0xb1, 0x00, 0x00, 0x05, 0xc1, 'A','r','a','b','i','c','_','h','a','m','z','a',0,
-0x86, 0xe8, 0x00, 0x00, 0x05, 0xc2, 'A','r','a','b','i','c','_','m','a','d','d','a','o','n','a','l','e','f',0,
-0x86, 0xe8, 0x00, 0x00, 0x05, 0xc3, 'A','r','a','b','i','c','_','h','a','m','z','a','o','n','a','l','e','f',0,
-0x43, 0x95, 0x00, 0x00, 0x05, 0xc4, 'A','r','a','b','i','c','_','h','a','m','z','a','o','n','w','a','w',0,
-0x40, 0xa8, 0x00, 0x00, 0x05, 0xc5, 'A','r','a','b','i','c','_','h','a','m','z','a','u','n','d','e','r','a','l','e','f',0,
-0x43, 0x96, 0x00, 0x00, 0x05, 0xc6, 'A','r','a','b','i','c','_','h','a','m','z','a','o','n','y','e','h',0,
-0xac, 0x78, 0x00, 0x00, 0x05, 0xc7, 'A','r','a','b','i','c','_','a','l','e','f',0,
-0x56, 0x02, 0x00, 0x00, 0x05, 0xc8, 'A','r','a','b','i','c','_','b','e','h',0,
-0x59, 0xad, 0x00, 0x00, 0x05, 0xc9, 'A','r','a','b','i','c','_','t','e','h','m','a','r','b','u','t','a',0,
-0x56, 0x4a, 0x00, 0x00, 0x05, 0xca, 'A','r','a','b','i','c','_','t','e','h',0,
-0xad, 0x02, 0x00, 0x00, 0x05, 0xcb, 'A','r','a','b','i','c','_','t','h','e','h',0,
-0xac, 0xab, 0x00, 0x00, 0x05, 0xcc, 'A','r','a','b','i','c','_','j','e','e','m',0,
-0x56, 0x12, 0x00, 0x00, 0x05, 0xcd, 'A','r','a','b','i','c','_','h','a','h',0,
-0xac, 0xb2, 0x00, 0x00, 0x05, 0xce, 'A','r','a','b','i','c','_','k','h','a','h',0,
-0x56, 0x06, 0x00, 0x00, 0x05, 0xcf, 'A','r','a','b','i','c','_','d','a','l',0,
-0xac, 0xfe, 0x00, 0x00, 0x05, 0xd0, 'A','r','a','b','i','c','_','t','h','a','l',0,
-0xaa, 0xe9, 0x00, 0x00, 0x05, 0xd1, 'A','r','a','b','i','c','_','r','a',0,
-0xad, 0x24, 0x00, 0x00, 0x05, 0xd2, 'A','r','a','b','i','c','_','z','a','i','n',0,
-0xac, 0xf4, 0x00, 0x00, 0x05, 0xd3, 'A','r','a','b','i','c','_','s','e','e','n',0,
-0x5a, 0x5c, 0x00, 0x00, 0x05, 0xd4, 'A','r','a','b','i','c','_','s','h','e','e','n',0,
-0x56, 0x3a, 0x00, 0x00, 0x05, 0xd5, 'A','r','a','b','i','c','_','s','a','d',0,
-0x55, 0xfe, 0x00, 0x00, 0x05, 0xd6, 'A','r','a','b','i','c','_','d','a','d',0,
-0x56, 0x42, 0x00, 0x00, 0x05, 0xd7, 'A','r','a','b','i','c','_','t','a','h',0,
-0x56, 0x5a, 0x00, 0x00, 0x05, 0xd8, 'A','r','a','b','i','c','_','z','a','h',0,
-0x56, 0x0c, 0x00, 0x00, 0x05, 0xd9, 'A','r','a','b','i','c','_','a','i','n',0,
-0x59, 0x94, 0x00, 0x00, 0x05, 0xda, 'A','r','a','b','i','c','_','g','h','a','i','n',0,
-0x6b, 0x62, 0x00, 0x00, 0x05, 0xe0, 'A','r','a','b','i','c','_','t','a','t','w','e','e','l',0,
-0x56, 0x12, 0x00, 0x00, 0x05, 0xe1, 'A','r','a','b','i','c','_','f','e','h',0,
-0x56, 0x34, 0x00, 0x00, 0x05, 0xe2, 'A','r','a','b','i','c','_','q','a','f',0,
-0x56, 0x1c, 0x00, 0x00, 0x05, 0xe3, 'A','r','a','b','i','c','_','k','a','f',0,
-0x56, 0x27, 0x00, 0x00, 0x05, 0xe4, 'A','r','a','b','i','c','_','l','a','m',0,
-0xac, 0xc3, 0x00, 0x00, 0x05, 0xe5, 'A','r','a','b','i','c','_','m','e','e','m',0,
-0xad, 0x08, 0x00, 0x00, 0x05, 0xe6, 'A','r','a','b','i','c','_','n','o','o','n',0,
-0xaa, 0xd5, 0x00, 0x00, 0x05, 0xe7, 'A','r','a','b','i','c','_','h','a',0,
-0x56, 0x1a, 0x00, 0x00, 0x05, 0xe7, 'A','r','a','b','i','c','_','h','e','h',0,
-0x56, 0x5d, 0x00, 0x00, 0x05, 0xe8, 'A','r','a','b','i','c','_','w','a','w',0,
-0x70, 0xc1, 0x00, 0x00, 0x05, 0xe9, 'A','r','a','b','i','c','_','a','l','e','f','m','a','k','s','u','r','a',0,
-0x56, 0x5e, 0x00, 0x00, 0x05, 0xea, 'A','r','a','b','i','c','_','y','e','h',0,
-0xcf, 0x48, 0x00, 0x00, 0x05, 0xeb, 'A','r','a','b','i','c','_','f','a','t','h','a','t','a','n',0,
-0xcd, 0xb8, 0x00, 0x00, 0x05, 0xec, 'A','r','a','b','i','c','_','d','a','m','m','a','t','a','n',0,
-0xd2, 0x48, 0x00, 0x00, 0x05, 0xed, 'A','r','a','b','i','c','_','k','a','s','r','a','t','a','n',0,
-0x59, 0x89, 0x00, 0x00, 0x05, 0xee, 'A','r','a','b','i','c','_','f','a','t','h','a',0,
-0x59, 0x57, 0x00, 0x00, 0x05, 0xef, 'A','r','a','b','i','c','_','d','a','m','m','a',0,
-0x59, 0xe9, 0x00, 0x00, 0x05, 0xf0, 'A','r','a','b','i','c','_','k','a','s','r','a',0,
-0xb4, 0xe1, 0x00, 0x00, 0x05, 0xf1, 'A','r','a','b','i','c','_','s','h','a','d','d','a',0,
-0x5a, 0xfc, 0x00, 0x00, 0x05, 0xf2, 'A','r','a','b','i','c','_','s','u','k','u','n',0,
-0x84, 0x4d, 0x01, 0x00, 0x06, 0x53, 'A','r','a','b','i','c','_','m','a','d','d','a','_','a','b','o','v','e',0,
-0x84, 0x4d, 0x01, 0x00, 0x06, 0x54, 'A','r','a','b','i','c','_','h','a','m','z','a','_','a','b','o','v','e',0,
-0x84, 0x6d, 0x01, 0x00, 0x06, 0x55, 'A','r','a','b','i','c','_','h','a','m','z','a','_','b','e','l','o','w',0,
-0x56, 0x22, 0x01, 0x00, 0x06, 0x98, 'A','r','a','b','i','c','_','j','e','h',0,
-0x56, 0x52, 0x01, 0x00, 0x06, 0xa4, 'A','r','a','b','i','c','_','v','e','h',0,
-0x59, 0xca, 0x01, 0x00, 0x06, 0xa9, 'A','r','a','b','i','c','_','k','e','h','e','h',0,
-0x56, 0x0c, 0x01, 0x00, 0x06, 0xaf, 'A','r','a','b','i','c','_','g','a','f',0,
-0xb5, 0xbd, 0x01, 0x00, 0x06, 0xba, 'A','r','a','b','i','c','_','n','o','o','n','_','g','h','u','n','n','a',0,
-0xcb, 0xf3, 0x01, 0x00, 0x06, 0xbe, 'A','r','a','b','i','c','_','h','e','h','_','d','o','a','c','h','a','s','h','m','e','e',0,
-0xad, 0xfe, 0x01, 0x00, 0x06, 0xcc, 'F','a','r','s','i','_','y','e','h',0,
-0x9f, 0xfe, 0x01, 0x00, 0x06, 0xcc, 'A','r','a','b','i','c','_','f','a','r','s','i','_','y','e','h',0,
-0xaf, 0x7f, 0x01, 0x00, 0x06, 0xd2, 'A','r','a','b','i','c','_','y','e','h','_','b','a','r','e','e',0,
-0xcf, 0x52, 0x01, 0x00, 0x06, 0xc1, 'A','r','a','b','i','c','_','h','e','h','_','g','o','a','l',0,
-0xb6, 0x56, 0x00, 0x00, 0xff, 0x7e, 'A','r','a','b','i','c','_','s','w','i','t','c','h',0,
-0x29, 0x44, 0x01, 0x00, 0x04, 0x92, 'C','y','r','i','l','l','i','c','_','G','H','E','_','b','a','r',0,
-0x37, 0x44, 0x01, 0x00, 0x04, 0x93, 'C','y','r','i','l','l','i','c','_','g','h','e','_','b','a','r',0,
-0x9e, 0x2c, 0x01, 0x00, 0x04, 0x96, 'C','y','r','i','l','l','i','c','_','Z','H','E','_','d','e','s','c','e','n','d','e','r',0,
-0x1e, 0x2c, 0x01, 0x00, 0x04, 0x97, 'C','y','r','i','l','l','i','c','_','z','h','e','_','d','e','s','c','e','n','d','e','r',0,
-0x76, 0x2c, 0x01, 0x00, 0x04, 0x9a, 'C','y','r','i','l','l','i','c','_','K','A','_','d','e','s','c','e','n','d','e','r',0,
-0xf6, 0x2c, 0x01, 0x00, 0x04, 0x9b, 'C','y','r','i','l','l','i','c','_','k','a','_','d','e','s','c','e','n','d','e','r',0,
-0x17, 0x27, 0x01, 0x00, 0x04, 0x9c, 'C','y','r','i','l','l','i','c','_','K','A','_','v','e','r','t','s','t','r','o','k','e',0,
-0x17, 0x27, 0x01, 0x00, 0x04, 0x9d, 'C','y','r','i','l','l','i','c','_','k','a','_','v','e','r','t','s','t','r','o','k','e',0,
-0x7a, 0x2c, 0x01, 0x00, 0x04, 0xa2, 'C','y','r','i','l','l','i','c','_','E','N','_','d','e','s','c','e','n','d','e','r',0,
-0xfa, 0x2c, 0x01, 0x00, 0x04, 0xa3, 'C','y','r','i','l','l','i','c','_','e','n','_','d','e','s','c','e','n','d','e','r',0,
-0x9d, 0xf8, 0x01, 0x00, 0x04, 0xae, 'C','y','r','i','l','l','i','c','_','U','_','s','t','r','a','i','g','h','t',0,
-0xdd, 0xf8, 0x01, 0x00, 0x04, 0xaf, 'C','y','r','i','l','l','i','c','_','u','_','s','t','r','a','i','g','h','t',0,
-0xe5, 0x34, 0x01, 0x00, 0x04, 0xb0, 'C','y','r','i','l','l','i','c','_','U','_','s','t','r','a','i','g','h','t','_','b','a','r',0,
-0xe5, 0x34, 0x01, 0x00, 0x04, 0xb1, 'C','y','r','i','l','l','i','c','_','u','_','s','t','r','a','i','g','h','t','_','b','a','r',0,
-0x5e, 0x2c, 0x01, 0x00, 0x04, 0xb2, 'C','y','r','i','l','l','i','c','_','H','A','_','d','e','s','c','e','n','d','e','r',0,
-0xde, 0x2c, 0x01, 0x00, 0x04, 0xb3, 'C','y','r','i','l','l','i','c','_','h','a','_','d','e','s','c','e','n','d','e','r',0,
-0x2e, 0x2c, 0x01, 0x00, 0x04, 0xb6, 'C','y','r','i','l','l','i','c','_','C','H','E','_','d','e','s','c','e','n','d','e','r',0,
-0xae, 0x2c, 0x01, 0x00, 0x04, 0xb7, 'C','y','r','i','l','l','i','c','_','c','h','e','_','d','e','s','c','e','n','d','e','r',0,
-0x87, 0x27, 0x01, 0x00, 0x04, 0xb8, 'C','y','r','i','l','l','i','c','_','C','H','E','_','v','e','r','t','s','t','r','o','k','e',0,
-0x87, 0x27, 0x01, 0x00, 0x04, 0xb9, 'C','y','r','i','l','l','i','c','_','c','h','e','_','v','e','r','t','s','t','r','o','k','e',0,
-0x65, 0x19, 0x01, 0x00, 0x04, 0xba, 'C','y','r','i','l','l','i','c','_','S','H','H','A',0,
-0x66, 0xf9, 0x01, 0x00, 0x04, 0xbb, 'C','y','r','i','l','l','i','c','_','s','h','h','a',0,
-0xca, 0x77, 0x01, 0x00, 0x04, 0xd8, 'C','y','r','i','l','l','i','c','_','S','C','H','W','A',0,
-0xce, 0x57, 0x01, 0x00, 0x04, 0xd9, 'C','y','r','i','l','l','i','c','_','s','c','h','w','a',0,
-0x5f, 0x1c, 0x01, 0x00, 0x04, 0xe2, 'C','y','r','i','l','l','i','c','_','I','_','m','a','c','r','o','n',0,
-0x6f, 0x1c, 0x01, 0x00, 0x04, 0xe3, 'C','y','r','i','l','l','i','c','_','i','_','m','a','c','r','o','n',0,
-0xcb, 0xc4, 0x01, 0x00, 0x04, 0xe8, 'C','y','r','i','l','l','i','c','_','O','_','b','a','r',0,
-0xcd, 0xc4, 0x01, 0x00, 0x04, 0xe9, 'C','y','r','i','l','l','i','c','_','o','_','b','a','r',0,
-0x65, 0x1c, 0x01, 0x00, 0x04, 0xee, 'C','y','r','i','l','l','i','c','_','U','_','m','a','c','r','o','n',0,
-0x75, 0x1c, 0x01, 0x00, 0x04, 0xef, 'C','y','r','i','l','l','i','c','_','u','_','m','a','c','r','o','n',0,
-0xec, 0x01, 0x00, 0x00, 0x06, 0xa1, 'S','e','r','b','i','a','n','_','d','j','e',0,
-0xfd, 0xfd, 0x00, 0x00, 0x06, 0xa2, 'M','a','c','e','d','o','n','i','a','_','g','j','e',0,
-0xd9, 0x65, 0x00, 0x00, 0x06, 0xa3, 'C','y','r','i','l','l','i','c','_','i','o',0,
-0x02, 0x53, 0x00, 0x00, 0x06, 0xa4, 'U','k','r','a','i','n','i','a','n','_','i','e',0,
-0x01, 0x55, 0x00, 0x00, 0x06, 0xa4, 'U','k','r','a','n','i','a','n','_','j','e',0,
-0xfe, 0x03, 0x00, 0x00, 0x06, 0xa5, 'M','a','c','e','d','o','n','i','a','_','d','s','e',0,
-0x00, 0xf7, 0x00, 0x00, 0x06, 0xa6, 'U','k','r','a','i','n','i','a','n','_','i',0,
-0x80, 0x77, 0x00, 0x00, 0x06, 0xa6, 'U','k','r','a','n','i','a','n','_','i',0,
-0x02, 0x77, 0x00, 0x00, 0x06, 0xa7, 'U','k','r','a','i','n','i','a','n','_','y','i',0,
-0x01, 0x77, 0x00, 0x00, 0x06, 0xa7, 'U','k','r','a','n','i','a','n','_','y','i',0,
-0xd9, 0x5d, 0x00, 0x00, 0x06, 0xa8, 'C','y','r','i','l','l','i','c','_','j','e',0,
-0x75, 0xd5, 0x00, 0x00, 0x06, 0xa8, 'S','e','r','b','i','a','n','_','j','e',0,
-0xb3, 0x31, 0x00, 0x00, 0x06, 0xa9, 'C','y','r','i','l','l','i','c','_','l','j','e',0,
-0xec, 0x21, 0x00, 0x00, 0x06, 0xa9, 'S','e','r','b','i','a','n','_','l','j','e',0,
-0xb3, 0x39, 0x00, 0x00, 0x06, 0xaa, 'C','y','r','i','l','l','i','c','_','n','j','e',0,
-0xec, 0x29, 0x00, 0x00, 0x06, 0xaa, 'S','e','r','b','i','a','n','_','n','j','e',0,
-0xd9, 0x11, 0x00, 0x00, 0x06, 0xab, 'S','e','r','b','i','a','n','_','t','s','h','e',0,
-0xfe, 0x0d, 0x00, 0x00, 0x06, 0xac, 'M','a','c','e','d','o','n','i','a','_','k','j','e',0,
-0x12, 0x26, 0x00, 0x00, 0x06, 0xad, 'U','k','r','a','i','n','i','a','n','_','g','h','e','_','w','i','t','h','_','u','p','t','u','r','n',0,
-0x51, 0x3d, 0x00, 0x00, 0x06, 0xae, 'B','y','e','l','o','r','u','s','s','i','a','n','_','s','h','o','r','t','u',0,
-0x66, 0xcd, 0x00, 0x00, 0x06, 0xaf, 'C','y','r','i','l','l','i','c','_','d','z','h','e',0,
-0xec, 0x21, 0x00, 0x00, 0x06, 0xaf, 'S','e','r','b','i','a','n','_','d','z','e',0,
-0xbc, 0x68, 0x00, 0x00, 0x06, 0xb0, 'n','u','m','e','r','o','s','i','g','n',0,
-0xeb, 0x21, 0x00, 0x00, 0x06, 0xb1, 'S','e','r','b','i','a','n','_','D','J','E',0,
-0xfd, 0x1d, 0x00, 0x00, 0x06, 0xb2, 'M','a','c','e','d','o','n','i','a','_','G','J','E',0,
-0xd9, 0x05, 0x00, 0x00, 0x06, 0xb3, 'C','y','r','i','l','l','i','c','_','I','O',0,
-0x01, 0xf3, 0x00, 0x00, 0x06, 0xb4, 'U','k','r','a','i','n','i','a','n','_','I','E',0,
-0x00, 0xf5, 0x00, 0x00, 0x06, 0xb4, 'U','k','r','a','n','i','a','n','_','J','E',0,
-0xfd, 0x23, 0x00, 0x00, 0x06, 0xb5, 'M','a','c','e','d','o','n','i','a','_','D','S','E',0,
-0x00, 0xd7, 0x00, 0x00, 0x06, 0xb6, 'U','k','r','a','i','n','i','a','n','_','I',0,
-0x80, 0x57, 0x00, 0x00, 0x06, 0xb6, 'U','k','r','a','n','i','a','n','_','I',0,
-0x02, 0x17, 0x00, 0x00, 0x06, 0xb7, 'U','k','r','a','i','n','i','a','n','_','Y','I',0,
-0x01, 0x17, 0x00, 0x00, 0x06, 0xb7, 'U','k','r','a','n','i','a','n','_','Y','I',0,
-0xd8, 0xfd, 0x00, 0x00, 0x06, 0xb8, 'C','y','r','i','l','l','i','c','_','J','E',0,
-0x75, 0x75, 0x00, 0x00, 0x06, 0xb8, 'S','e','r','b','i','a','n','_','J','E',0,
-0xb2, 0x51, 0x00, 0x00, 0x06, 0xb9, 'C','y','r','i','l','l','i','c','_','L','J','E',0,
-0xeb, 0x41, 0x00, 0x00, 0x06, 0xb9, 'S','e','r','b','i','a','n','_','L','J','E',0,
-0xb2, 0x59, 0x00, 0x00, 0x06, 0xba, 'C','y','r','i','l','l','i','c','_','N','J','E',0,
-0xeb, 0x49, 0x00, 0x00, 0x06, 0xba, 'S','e','r','b','i','a','n','_','N','J','E',0,
-0xd7, 0x31, 0x00, 0x00, 0x06, 0xbb, 'S','e','r','b','i','a','n','_','T','S','H','E',0,
-0xfd, 0x2d, 0x00, 0x00, 0x06, 0xbc, 'M','a','c','e','d','o','n','i','a','_','K','J','E',0,
-0x1a, 0x46, 0x00, 0x00, 0x06, 0xbd, 'U','k','r','a','i','n','i','a','n','_','G','H','E','_','W','I','T','H','_','U','P','T','U','R','N',0,
-0x49, 0x5d, 0x00, 0x00, 0x06, 0xbe, 'B','y','e','l','o','r','u','s','s','i','a','n','_','S','H','O','R','T','U',0,
-0x64, 0xed, 0x00, 0x00, 0x06, 0xbf, 'C','y','r','i','l','l','i','c','_','D','Z','H','E',0,
-0xeb, 0x41, 0x00, 0x00, 0x06, 0xbf, 'S','e','r','b','i','a','n','_','D','Z','E',0,
-0xd9, 0x8b, 0x00, 0x00, 0x06, 0xc0, 'C','y','r','i','l','l','i','c','_','y','u',0,
-0x6c, 0x73, 0x00, 0x00, 0x06, 0xc1, 'C','y','r','i','l','l','i','c','_','a',0,
-0xd9, 0x4d, 0x00, 0x00, 0x06, 0xc2, 'C','y','r','i','l','l','i','c','_','b','e',0,
-0xb3, 0x63, 0x00, 0x00, 0x06, 0xc3, 'C','y','r','i','l','l','i','c','_','t','s','e',0,
-0xd9, 0x51, 0x00, 0x00, 0x06, 0xc4, 'C','y','r','i','l','l','i','c','_','d','e',0,
-0xd9, 0x5b, 0x00, 0x00, 0x06, 0xc5, 'C','y','r','i','l','l','i','c','_','i','e',0,
-0xd9, 0x54, 0x00, 0x00, 0x06, 0xc6, 'C','y','r','i','l','l','i','c','_','e','f',0,
-0xb3, 0x19, 0x00, 0x00, 0x06, 0xc7, 'C','y','r','i','l','l','i','c','_','g','h','e',0,
-0xd9, 0x55, 0x00, 0x00, 0x06, 0xc8, 'C','y','r','i','l','l','i','c','_','h','a',0,
-0x6c, 0x7b, 0x00, 0x00, 0x06, 0xc9, 'C','y','r','i','l','l','i','c','_','i',0,
-0x9d, 0xb1, 0x00, 0x00, 0x06, 0xca, 'C','y','r','i','l','l','i','c','_','s','h','o','r','t','i',0,
-0xd9, 0x5b, 0x00, 0x00, 0x06, 0xcb, 'C','y','r','i','l','l','i','c','_','k','a',0,
-0xd9, 0x5a, 0x00, 0x00, 0x06, 0xcc, 'C','y','r','i','l','l','i','c','_','e','l',0,
-0xd9, 0x5b, 0x00, 0x00, 0x06, 0xcd, 'C','y','r','i','l','l','i','c','_','e','m',0,
-0xd9, 0x5c, 0x00, 0x00, 0x06, 0xce, 'C','y','r','i','l','l','i','c','_','e','n',0,
-0x6c, 0x81, 0x00, 0x00, 0x06, 0xcf, 'C','y','r','i','l','l','i','c','_','o',0,
-0xd9, 0x69, 0x00, 0x00, 0x06, 0xd0, 'C','y','r','i','l','l','i','c','_','p','e',0,
-0xd9, 0x77, 0x00, 0x00, 0x06, 0xd1, 'C','y','r','i','l','l','i','c','_','y','a',0,
-0xd9, 0x60, 0x00, 0x00, 0x06, 0xd2, 'C','y','r','i','l','l','i','c','_','e','r',0,
-0xd9, 0x61, 0x00, 0x00, 0x06, 0xd3, 'C','y','r','i','l','l','i','c','_','e','s',0,
-0xd9, 0x71, 0x00, 0x00, 0x06, 0xd4, 'C','y','r','i','l','l','i','c','_','t','e',0,
-0x6c, 0x87, 0x00, 0x00, 0x06, 0xd5, 'C','y','r','i','l','l','i','c','_','u',0,
-0xb3, 0x65, 0x00, 0x00, 0x06, 0xd6, 'C','y','r','i','l','l','i','c','_','z','h','e',0,
-0xd9, 0x75, 0x00, 0x00, 0x06, 0xd7, 'C','y','r','i','l','l','i','c','_','v','e',0,
-0x78, 0xb8, 0x00, 0x00, 0x06, 0xd8, 'C','y','r','i','l','l','i','c','_','s','o','f','t','s','i','g','n',0,
-0x67, 0x45, 0x00, 0x00, 0x06, 0xd9, 'C','y','r','i','l','l','i','c','_','y','e','r','u',0,
-0xd9, 0x7d, 0x00, 0x00, 0x06, 0xda, 'C','y','r','i','l','l','i','c','_','z','e',0,
-0xb3, 0x45, 0x00, 0x00, 0x06, 0xdb, 'C','y','r','i','l','l','i','c','_','s','h','a',0,
-0x6c, 0x77, 0x00, 0x00, 0x06, 0xdc, 'C','y','r','i','l','l','i','c','_','e',0,
-0xce, 0x4d, 0x00, 0x00, 0x06, 0xdd, 'C','y','r','i','l','l','i','c','_','s','h','c','h','a',0,
-0xb3, 0x09, 0x00, 0x00, 0x06, 0xde, 'C','y','r','i','l','l','i','c','_','c','h','e',0,
-0x70, 0x38, 0x00, 0x00, 0x06, 0xdf, 'C','y','r','i','l','l','i','c','_','h','a','r','d','s','i','g','n',0,
-0xd9, 0x2b, 0x00, 0x00, 0x06, 0xe0, 'C','y','r','i','l','l','i','c','_','Y','U',0,
-0x6c, 0x53, 0x00, 0x00, 0x06, 0xe1, 'C','y','r','i','l','l','i','c','_','A',0,
-0xd8, 0xed, 0x00, 0x00, 0x06, 0xe2, 'C','y','r','i','l','l','i','c','_','B','E',0,
-0xb2, 0x83, 0x00, 0x00, 0x06, 0xe3, 'C','y','r','i','l','l','i','c','_','T','S','E',0,
-0xd8, 0xf1, 0x00, 0x00, 0x06, 0xe4, 'C','y','r','i','l','l','i','c','_','D','E',0,
-0xd8, 0xfb, 0x00, 0x00, 0x06, 0xe5, 'C','y','r','i','l','l','i','c','_','I','E',0,
-0xd8, 0xf4, 0x00, 0x00, 0x06, 0xe6, 'C','y','r','i','l','l','i','c','_','E','F',0,
-0xb2, 0x39, 0x00, 0x00, 0x06, 0xe7, 'C','y','r','i','l','l','i','c','_','G','H','E',0,
-0xd8, 0xf5, 0x00, 0x00, 0x06, 0xe8, 'C','y','r','i','l','l','i','c','_','H','A',0,
-0x6c, 0x5b, 0x00, 0x00, 0x06, 0xe9, 'C','y','r','i','l','l','i','c','_','I',0,
-0x95, 0xd1, 0x00, 0x00, 0x06, 0xea, 'C','y','r','i','l','l','i','c','_','S','H','O','R','T','I',0,
-0xd8, 0xfb, 0x00, 0x00, 0x06, 0xeb, 'C','y','r','i','l','l','i','c','_','K','A',0,
-0xd8, 0xfa, 0x00, 0x00, 0x06, 0xec, 'C','y','r','i','l','l','i','c','_','E','L',0,
-0xd8, 0xfb, 0x00, 0x00, 0x06, 0xed, 'C','y','r','i','l','l','i','c','_','E','M',0,
-0xd8, 0xfc, 0x00, 0x00, 0x06, 0xee, 'C','y','r','i','l','l','i','c','_','E','N',0,
-0x6c, 0x61, 0x00, 0x00, 0x06, 0xef, 'C','y','r','i','l','l','i','c','_','O',0,
-0xd9, 0x09, 0x00, 0x00, 0x06, 0xf0, 'C','y','r','i','l','l','i','c','_','P','E',0,
-0xd9, 0x17, 0x00, 0x00, 0x06, 0xf1, 'C','y','r','i','l','l','i','c','_','Y','A',0,
-0xd9, 0x00, 0x00, 0x00, 0x06, 0xf2, 'C','y','r','i','l','l','i','c','_','E','R',0,
-0xd9, 0x01, 0x00, 0x00, 0x06, 0xf3, 'C','y','r','i','l','l','i','c','_','E','S',0,
-0xd9, 0x11, 0x00, 0x00, 0x06, 0xf4, 'C','y','r','i','l','l','i','c','_','T','E',0,
-0x6c, 0x67, 0x00, 0x00, 0x06, 0xf5, 'C','y','r','i','l','l','i','c','_','U',0,
-0xb2, 0x85, 0x00, 0x00, 0x06, 0xf6, 'C','y','r','i','l','l','i','c','_','Z','H','E',0,
-0xd9, 0x15, 0x00, 0x00, 0x06, 0xf7, 'C','y','r','i','l','l','i','c','_','V','E',0,
-0x58, 0xd8, 0x00, 0x00, 0x06, 0xf8, 'C','y','r','i','l','l','i','c','_','S','O','F','T','S','I','G','N',0,
-0x65, 0x65, 0x00, 0x00, 0x06, 0xf9, 'C','y','r','i','l','l','i','c','_','Y','E','R','U',0,
-0xd9, 0x1d, 0x00, 0x00, 0x06, 0xfa, 'C','y','r','i','l','l','i','c','_','Z','E',0,
-0xb2, 0x65, 0x00, 0x00, 0x06, 0xfb, 'C','y','r','i','l','l','i','c','_','S','H','A',0,
-0x6c, 0x57, 0x00, 0x00, 0x06, 0xfc, 'C','y','r','i','l','l','i','c','_','E',0,
-0xca, 0x6d, 0x00, 0x00, 0x06, 0xfd, 'C','y','r','i','l','l','i','c','_','S','H','C','H','A',0,
-0xb2, 0x29, 0x00, 0x00, 0x06, 0xfe, 'C','y','r','i','l','l','i','c','_','C','H','E',0,
-0x50, 0x58, 0x00, 0x00, 0x06, 0xff, 'C','y','r','i','l','l','i','c','_','H','A','R','D','S','I','G','N',0,
-0xc0, 0x8c, 0x00, 0x00, 0x07, 0xa1, 'G','r','e','e','k','_','A','L','P','H','A','a','c','c','e','n','t',0,
-0x6d, 0x4c, 0x00, 0x00, 0x07, 0xa2, 'G','r','e','e','k','_','E','P','S','I','L','O','N','a','c','c','e','n','t',0,
-0x79, 0x8c, 0x00, 0x00, 0x07, 0xa3, 'G','r','e','e','k','_','E','T','A','a','c','c','e','n','t',0,
-0xf7, 0x8c, 0x00, 0x00, 0x07, 0xa4, 'G','r','e','e','k','_','I','O','T','A','a','c','c','e','n','t',0,
-0xe3, 0x39, 0x00, 0x00, 0x07, 0xa5, 'G','r','e','e','k','_','I','O','T','A','d','i','e','r','e','s','i','s',0,
-0xc4, 0xb9, 0x00, 0x00, 0x07, 0xa5, 'G','r','e','e','k','_','I','O','T','A','d','i','a','e','r','e','s','i','s',0,
-0xc7, 0x4c, 0x00, 0x00, 0x07, 0xa7, 'G','r','e','e','k','_','O','M','I','C','R','O','N','a','c','c','e','n','t',0,
-0x6d, 0x4c, 0x00, 0x00, 0x07, 0xa8, 'G','r','e','e','k','_','U','P','S','I','L','O','N','a','c','c','e','n','t',0,
-0xba, 0x39, 0x00, 0x00, 0x07, 0xa9, 'G','r','e','e','k','_','U','P','S','I','L','O','N','d','i','e','r','e','s','i','s',0,
-0xef, 0x0c, 0x00, 0x00, 0x07, 0xab, 'G','r','e','e','k','_','O','M','E','G','A','a','c','c','e','n','t',0,
-0xf2, 0x39, 0x00, 0x00, 0x07, 0xae, 'G','r','e','e','k','_','a','c','c','e','n','t','d','i','e','r','e','s','i','s',0,
-0x5c, 0x1c, 0x00, 0x00, 0x07, 0xaf, 'G','r','e','e','k','_','h','o','r','i','z','b','a','r',0,
-0xb8, 0x8c, 0x00, 0x00, 0x07, 0xb1, 'G','r','e','e','k','_','a','l','p','h','a','a','c','c','e','n','t',0,
-0x65, 0x4c, 0x00, 0x00, 0x07, 0xb2, 'G','r','e','e','k','_','e','p','s','i','l','o','n','a','c','c','e','n','t',0,
-0xb1, 0x8c, 0x00, 0x00, 0x07, 0xb3, 'G','r','e','e','k','_','e','t','a','a','c','c','e','n','t',0,
-0x6f, 0x8c, 0x00, 0x00, 0x07, 0xb4, 'G','r','e','e','k','_','i','o','t','a','a','c','c','e','n','t',0,
-0xc3, 0x39, 0x00, 0x00, 0x07, 0xb5, 'G','r','e','e','k','_','i','o','t','a','d','i','e','r','e','s','i','s',0,
-0xf2, 0x39, 0x00, 0x00, 0x07, 0xb6, 'G','r','e','e','k','_','i','o','t','a','a','c','c','e','n','t','d','i','e','r','e','s','i','s',0,
-0xbf, 0x4c, 0x00, 0x00, 0x07, 0xb7, 'G','r','e','e','k','_','o','m','i','c','r','o','n','a','c','c','e','n','t',0,
-0x65, 0x4c, 0x00, 0x00, 0x07, 0xb8, 'G','r','e','e','k','_','u','p','s','i','l','o','n','a','c','c','e','n','t',0,
-0x9a, 0x39, 0x00, 0x00, 0x07, 0xb9, 'G','r','e','e','k','_','u','p','s','i','l','o','n','d','i','e','r','e','s','i','s',0,
-0xb2, 0x39, 0x00, 0x00, 0x07, 0xba, 'G','r','e','e','k','_','u','p','s','i','l','o','n','a','c','c','e','n','t','d','i','e','r','e','s','i','s',0,
-0xe7, 0x0c, 0x00, 0x00, 0x07, 0xbb, 'G','r','e','e','k','_','o','m','e','g','a','a','c','c','e','n','t',0,
-0xc6, 0xa1, 0x00, 0x00, 0x07, 0xc1, 'G','r','e','e','k','_','A','L','P','H','A',0,
-0x63, 0x1d, 0x00, 0x00, 0x07, 0xc2, 'G','r','e','e','k','_','B','E','T','A',0,
-0xc6, 0xa7, 0x00, 0x00, 0x07, 0xc3, 'G','r','e','e','k','_','G','A','M','M','A',0,
-0xc6, 0xa1, 0x00, 0x00, 0x07, 0xc4, 'G','r','e','e','k','_','D','E','L','T','A',0,
-0x1d, 0x54, 0x00, 0x00, 0x07, 0xc5, 'G','r','e','e','k','_','E','P','S','I','L','O','N',0,
-0x63, 0xdd, 0x00, 0x00, 0x07, 0xc6, 'G','r','e','e','k','_','Z','E','T','A',0,
-0xb1, 0x85, 0x00, 0x00, 0x07, 0xc7, 'G','r','e','e','k','_','E','T','A',0,
-0xc7, 0x9d, 0x00, 0x00, 0x07, 0xc8, 'G','r','e','e','k','_','T','H','E','T','A',0,
-0x63, 0x7d, 0x00, 0x00, 0x07, 0xc9, 'G','r','e','e','k','_','I','O','T','A',0,
-0xc6, 0xf9, 0x00, 0x00, 0x07, 0xca, 'G','r','e','e','k','_','K','A','P','P','A',0,
-0xc6, 0xe5, 0x00, 0x00, 0x07, 0xcb, 'G','r','e','e','k','_','L','A','M','D','A',0,
-0x8e, 0x09, 0x00, 0x00, 0x07, 0xcb, 'G','r','e','e','k','_','L','A','M','B','D','A',0,
-0x58, 0xb3, 0x00, 0x00, 0x07, 0xcc, 'G','r','e','e','k','_','M','U',0,
-0x58, 0xb5, 0x00, 0x00, 0x07, 0xcd, 'G','r','e','e','k','_','N','U',0,
-0x58, 0xbd, 0x00, 0x00, 0x07, 0xce, 'G','r','e','e','k','_','X','I',0,
-0x1e, 0xbc, 0x00, 0x00, 0x07, 0xcf, 'G','r','e','e','k','_','O','M','I','C','R','O','N',0,
-0x58, 0xad, 0x00, 0x00, 0x07, 0xd0, 'G','r','e','e','k','_','P','I',0,
-0xb1, 0xaf, 0x00, 0x00, 0x07, 0xd1, 'G','r','e','e','k','_','R','H','O',0,
-0xc7, 0x8f, 0x00, 0x00, 0x07, 0xd2, 'G','r','e','e','k','_','S','I','G','M','A',0,
-0xb1, 0xaf, 0x00, 0x00, 0x07, 0xd4, 'G','r','e','e','k','_','T','A','U',0,
-0x21, 0x54, 0x00, 0x00, 0x07, 0xd5, 'G','r','e','e','k','_','U','P','S','I','L','O','N',0,
-0xb1, 0xa1, 0x00, 0x00, 0x07, 0xd6, 'G','r','e','e','k','_','P','H','I',0,
-0xb1, 0x6d, 0x00, 0x00, 0x07, 0xd7, 'G','r','e','e','k','_','C','H','I',0,
-0xb1, 0xb7, 0x00, 0x00, 0x07, 0xd8, 'G','r','e','e','k','_','P','S','I',0,
-0xc7, 0x5b, 0x00, 0x00, 0x07, 0xd9, 'G','r','e','e','k','_','O','M','E','G','A',0,
-0xca, 0x81, 0x00, 0x00, 0x07, 0xe1, 'G','r','e','e','k','_','a','l','p','h','a',0,
-0x64, 0xfd, 0x00, 0x00, 0x07, 0xe2, 'G','r','e','e','k','_','b','e','t','a',0,
-0xca, 0x87, 0x00, 0x00, 0x07, 0xe3, 'G','r','e','e','k','_','g','a','m','m','a',0,
-0xca, 0x81, 0x00, 0x00, 0x07, 0xe4, 'G','r','e','e','k','_','d','e','l','t','a',0,
-0x2d, 0x34, 0x00, 0x00, 0x07, 0xe5, 'G','r','e','e','k','_','e','p','s','i','l','o','n',0,
-0x65, 0xbd, 0x00, 0x00, 0x07, 0xe6, 'G','r','e','e','k','_','z','e','t','a',0,
-0xb2, 0x65, 0x00, 0x00, 0x07, 0xe7, 'G','r','e','e','k','_','e','t','a',0,
-0xcb, 0x7d, 0x00, 0x00, 0x07, 0xe8, 'G','r','e','e','k','_','t','h','e','t','a',0,
-0x65, 0x5d, 0x00, 0x00, 0x07, 0xe9, 'G','r','e','e','k','_','i','o','t','a',0,
-0xca, 0xd9, 0x00, 0x00, 0x07, 0xea, 'G','r','e','e','k','_','k','a','p','p','a',0,
-0xca, 0xc5, 0x00, 0x00, 0x07, 0xeb, 'G','r','e','e','k','_','l','a','m','d','a',0,
-0x95, 0xe9, 0x00, 0x00, 0x07, 0xeb, 'G','r','e','e','k','_','l','a','m','b','d','a',0,
-0x59, 0x13, 0x00, 0x00, 0x07, 0xec, 'G','r','e','e','k','_','m','u',0,
-0x59, 0x15, 0x00, 0x00, 0x07, 0xed, 'G','r','e','e','k','_','n','u',0,
-0x59, 0x1d, 0x00, 0x00, 0x07, 0xee, 'G','r','e','e','k','_','x','i',0,
-0x2e, 0x9c, 0x00, 0x00, 0x07, 0xef, 'G','r','e','e','k','_','o','m','i','c','r','o','n',0,
-0x59, 0x0d, 0x00, 0x00, 0x07, 0xf0, 'G','r','e','e','k','_','p','i',0,
-0xb2, 0x8f, 0x00, 0x00, 0x07, 0xf1, 'G','r','e','e','k','_','r','h','o',0,
-0xcb, 0x6f, 0x00, 0x00, 0x07, 0xf2, 'G','r','e','e','k','_','s','i','g','m','a',0,
-0x71, 0x4f, 0x00, 0x00, 0x07, 0xf3, 'G','r','e','e','k','_','f','i','n','a','l','s','m','a','l','l','s','i','g','m','a',0,
-0xb2, 0x8f, 0x00, 0x00, 0x07, 0xf4, 'G','r','e','e','k','_','t','a','u',0,
-0x31, 0x34, 0x00, 0x00, 0x07, 0xf5, 'G','r','e','e','k','_','u','p','s','i','l','o','n',0,
-0xb2, 0x81, 0x00, 0x00, 0x07, 0xf6, 'G','r','e','e','k','_','p','h','i',0,
-0xb2, 0x4d, 0x00, 0x00, 0x07, 0xf7, 'G','r','e','e','k','_','c','h','i',0,
-0xb2, 0x97, 0x00, 0x00, 0x07, 0xf8, 'G','r','e','e','k','_','p','s','i',0,
-0xcb, 0x3b, 0x00, 0x00, 0x07, 0xf9, 'G','r','e','e','k','_','o','m','e','g','a',0,
-0x98, 0x56, 0x00, 0x00, 0xff, 0x7e, 'G','r','e','e','k','_','s','w','i','t','c','h',0,
-0x4e, 0xe2, 0x00, 0x00, 0x08, 0xa1, 'l','e','f','t','r','a','d','i','c','a','l',0,
-0x3e, 0xe2, 0x00, 0x00, 0x08, 0xa2, 't','o','p','l','e','f','t','r','a','d','i','c','a','l',0,
-0xe8, 0x48, 0x00, 0x00, 0x08, 0xa3, 'h','o','r','i','z','c','o','n','n','e','c','t','o','r',0,
-0x88, 0xfe, 0x00, 0x00, 0x08, 0xa4, 't','o','p','i','n','t','e','g','r','a','l',0,
-0x44, 0xfe, 0x00, 0x00, 0x08, 0xa5, 'b','o','t','i','n','t','e','g','r','a','l',0,
-0x08, 0x48, 0x00, 0x00, 0x08, 0xa6, 'v','e','r','t','c','o','n','n','e','c','t','o','r',0,
-0x06, 0x52, 0x00, 0x00, 0x08, 0xa7, 't','o','p','l','e','f','t','s','q','b','r','a','c','k','e','t',0,
-0x86, 0x52, 0x00, 0x00, 0x08, 0xa8, 'b','o','t','l','e','f','t','s','q','b','r','a','c','k','e','t',0,
-0xee, 0x52, 0x00, 0x00, 0x08, 0xa9, 't','o','p','r','i','g','h','t','s','q','b','r','a','c','k','e','t',0,
-0xee, 0x52, 0x00, 0x00, 0x08, 0xaa, 'b','o','t','r','i','g','h','t','s','q','b','r','a','c','k','e','t',0,
-0x1f, 0x83, 0x00, 0x00, 0x08, 0xab, 't','o','p','l','e','f','t','p','a','r','e','n','s',0,
-0x0f, 0x83, 0x00, 0x00, 0x08, 0xac, 'b','o','t','l','e','f','t','p','a','r','e','n','s',0,
-0x5c, 0x83, 0x00, 0x00, 0x08, 0xad, 't','o','p','r','i','g','h','t','p','a','r','e','n','s',0,
-0x3c, 0x83, 0x00, 0x00, 0x08, 0xae, 'b','o','t','r','i','g','h','t','p','a','r','e','n','s',0,
-0x1e, 0x7f, 0x00, 0x00, 0x08, 0xaf, 'l','e','f','t','m','i','d','d','l','e','c','u','r','l','y','b','r','a','c','e',0,
-0x1e, 0x7f, 0x00, 0x00, 0x08, 0xb0, 'r','i','g','h','t','m','i','d','d','l','e','c','u','r','l','y','b','r','a','c','e',0,
-0x0b, 0x00, 0x00, 0x00, 0x08, 0xb1, 't','o','p','l','e','f','t','s','u','m','m','a','t','i','o','n',0,
-0x8b, 0x00, 0x00, 0x00, 0x08, 0xb2, 'b','o','t','l','e','f','t','s','u','m','m','a','t','i','o','n',0,
-0xd0, 0x48, 0x00, 0x00, 0x08, 0xb3, 't','o','p','v','e','r','t','s','u','m','m','a','t','i','o','n','c','o','n','n','e','c','t','o','r',0,
-0xd0, 0x48, 0x00, 0x00, 0x08, 0xb4, 'b','o','t','v','e','r','t','s','u','m','m','a','t','i','o','n','c','o','n','n','e','c','t','o','r',0,
-0xf3, 0x00, 0x00, 0x00, 0x08, 0xb5, 't','o','p','r','i','g','h','t','s','u','m','m','a','t','i','o','n',0,
-0xf3, 0x00, 0x00, 0x00, 0x08, 0xb6, 'b','o','t','r','i','g','h','t','s','u','m','m','a','t','i','o','n',0,
-0x1d, 0x00, 0x00, 0x00, 0x08, 0xb7, 'r','i','g','h','t','m','i','d','d','l','e','s','u','m','m','a','t','i','o','n',0,
-0x74, 0xda, 0x00, 0x00, 0x08, 0xbc, 'l','e','s','s','t','h','a','n','e','q','u','a','l',0,
-0x6e, 0x1a, 0x00, 0x00, 0x08, 0xbd, 'n','o','t','e','q','u','a','l',0,
-0xa2, 0xda, 0x00, 0x00, 0x08, 0xbe, 'g','r','e','a','t','e','r','t','h','a','n','e','q','u','a','l',0,
-0x6a, 0xfe, 0x00, 0x00, 0x08, 0xbf, 'i','n','t','e','g','r','a','l',0,
-0xdc, 0x05, 0x00, 0x00, 0x08, 0xc0, 't','h','e','r','e','f','o','r','e',0,
-0xdc, 0xc0, 0x00, 0x00, 0x08, 0xc1, 'v','a','r','i','a','t','i','o','n',0,
-0x69, 0xc5, 0x00, 0x00, 0x08, 0xc2, 'i','n','f','i','n','i','t','y',0,
-0x0c, 0xa9, 0x00, 0x00, 0x08, 0xc5, 'n','a','b','l','a',0,
-0x44, 0x89, 0x00, 0x00, 0x08, 0xc8, 'a','p','p','r','o','x','i','m','a','t','e',0,
-0xe8, 0x5a, 0x00, 0x00, 0x08, 0xc9, 's','i','m','i','l','a','r','e','q','u','a','l',0,
-0x69, 0x3c, 0x00, 0x00, 0x08, 0xcd, 'i','f','o','n','l','y','i','f',0,
-0x35, 0x21, 0x00, 0x00, 0x08, 0xce, 'i','m','p','l','i','e','s',0,
-0xcf, 0x42, 0x00, 0x00, 0x08, 0xcf, 'i','d','e','n','t','i','c','a','l',0,
-0x34, 0xe2, 0x00, 0x00, 0x08, 0xd6, 'r','a','d','i','c','a','l',0,
-0xa7, 0x58, 0x00, 0x00, 0x08, 0xda, 'i','n','c','l','u','d','e','d','i','n',0,
-0x69, 0x95, 0x00, 0x00, 0x08, 0xdb, 'i','n','c','l','u','d','e','s',0,
-0xbc, 0x20, 0x00, 0x00, 0x08, 0xdc, 'i','n','t','e','r','s','e','c','t','i','o','n',0,
-0x0d, 0xb0, 0x00, 0x00, 0x08, 0xdd, 'u','n','i','o','n',0,
-0xad, 0x54, 0x00, 0x00, 0x08, 0xde, 'l','o','g','i','c','a','l','a','n','d',0,
-0xd6, 0x98, 0x00, 0x00, 0x08, 0xdf, 'l','o','g','i','c','a','l','o','r',0,
-0x63, 0xa5, 0x00, 0x00, 0x08, 0xef, 'p','a','r','t','i','a','l','d','e','r','i','v','a','t','i','v','e',0,
-0x6a, 0xc0, 0x00, 0x00, 0x08, 0xf6, 'f','u','n','c','t','i','o','n',0,
-0xd3, 0x3d, 0x00, 0x00, 0x08, 0xfb, 'l','e','f','t','a','r','r','o','w',0,
-0x37, 0xfd, 0x00, 0x00, 0x08, 0xfc, 'u','p','a','r','r','o','w',0,
-0xb5, 0xbd, 0x00, 0x00, 0x08, 0xfd, 'r','i','g','h','t','a','r','r','o','w',0,
-0xd3, 0xbd, 0x00, 0x00, 0x08, 0xfe, 'd','o','w','n','a','r','r','o','w',0,
-0x0c, 0x4b, 0x00, 0x00, 0x09, 0xdf, 'b','l','a','n','k',0,
-0xf9, 0x94, 0x00, 0x00, 0x09, 0xe0, 's','o','l','i','d','d','i','a','m','o','n','d',0,
-0x4e, 0x64, 0x00, 0x00, 0x09, 0xe1, 'c','h','e','c','k','e','r','b','o','a','r','d',0,
-0x01, 0x44, 0x00, 0x00, 0x09, 0xe2, 'h','t',0,
-0x01, 0x32, 0x00, 0x00, 0x09, 0xe3, 'f','f',0,
-0x01, 0x38, 0x00, 0x00, 0x09, 0xe4, 'c','r',0,
-0x01, 0x3e, 0x00, 0x00, 0x09, 0xe5, 'l','f',0,
-0x01, 0x48, 0x00, 0x00, 0x09, 0xe8, 'n','l',0,
-0x01, 0x60, 0x00, 0x00, 0x09, 0xe9, 'v','t',0,
-0x93, 0xd4, 0x00, 0x00, 0x09, 0xea, 'l','o','w','r','i','g','h','t','c','o','r','n','e','r',0,
-0x3b, 0xd4, 0x00, 0x00, 0x09, 0xeb, 'u','p','r','i','g','h','t','c','o','r','n','e','r',0,
-0x0e, 0xd4, 0x00, 0x00, 0x09, 0xec, 'u','p','l','e','f','t','c','o','r','n','e','r',0,
-0xba, 0xd4, 0x00, 0x00, 0x09, 0xed, 'l','o','w','l','e','f','t','c','o','r','n','e','r',0,
-0x3e, 0xdd, 0x00, 0x00, 0x09, 0xee, 'c','r','o','s','s','i','n','g','l','i','n','e','s',0,
-0xed, 0x79, 0x00, 0x00, 0x09, 0xef, 'h','o','r','i','z','l','i','n','e','s','c','a','n','1',0,
-0xed, 0x7b, 0x00, 0x00, 0x09, 0xf0, 'h','o','r','i','z','l','i','n','e','s','c','a','n','3',0,
-0xed, 0x7d, 0x00, 0x00, 0x09, 0xf1, 'h','o','r','i','z','l','i','n','e','s','c','a','n','5',0,
-0xed, 0x7f, 0x00, 0x00, 0x09, 0xf2, 'h','o','r','i','z','l','i','n','e','s','c','a','n','7',0,
-0xed, 0x81, 0x00, 0x00, 0x09, 0xf3, 'h','o','r','i','z','l','i','n','e','s','c','a','n','9',0,
-0x0c, 0xdc, 0x00, 0x00, 0x09, 0xf4, 'l','e','f','t','t',0,
-0x1b, 0x04, 0x00, 0x00, 0x09, 0xf5, 'r','i','g','h','t','t',0,
-0x06, 0x28, 0x00, 0x00, 0x09, 0xf6, 'b','o','t','t',0,
-0x06, 0xb0, 0x00, 0x00, 0x09, 0xf7, 't','o','p','t',0,
-0x37, 0x9c, 0x00, 0x00, 0x09, 0xf8, 'v','e','r','t','b','a','r',0,
-0x34, 0x3f, 0x00, 0x00, 0x0a, 0xa1, 'e','m','s','p','a','c','e',0,
-0x34, 0x5f, 0x00, 0x00, 0x0a, 0xa2, 'e','n','s','p','a','c','e',0,
-0x61, 0x7f, 0x00, 0x00, 0x0a, 0xa3, 'e','m','3','s','p','a','c','e',0,
-0x61, 0x9f, 0x00, 0x00, 0x0a, 0xa4, 'e','m','4','s','p','a','c','e',0,
-0x9a, 0x9f, 0x00, 0x00, 0x0a, 0xa5, 'd','i','g','i','t','s','p','a','c','e',0,
-0xc0, 0x9f, 0x00, 0x00, 0x0a, 0xa6, 'p','u','n','c','t','s','p','a','c','e',0,
-0xdd, 0x5f, 0x00, 0x00, 0x0a, 0xa7, 't','h','i','n','s','p','a','c','e',0,
-0xce, 0x5f, 0x00, 0x00, 0x0a, 0xa8, 'h','a','i','r','s','p','a','c','e',0,
-0x19, 0x62, 0x00, 0x00, 0x0a, 0xa9, 'e','m','d','a','s','h',0,
-0x19, 0x72, 0x00, 0x00, 0x0a, 0xaa, 'e','n','d','a','s','h',0,
-0x6f, 0x4b, 0x00, 0x00, 0x0a, 0xac, 's','i','g','n','i','f','b','l','a','n','k',0,
-0x68, 0x21, 0x00, 0x00, 0x0a, 0xae, 'e','l','l','i','p','s','i','s',0,
-0x64, 0x8a, 0x00, 0x00, 0x0a, 0xaf, 'd','o','u','b','b','a','s','e','l','i','n','e','d','o','t',0,
-0x6d, 0x0c, 0x00, 0x00, 0x0a, 0xb0, 'o','n','e','t','h','i','r','d',0,
-0xe6, 0x8b, 0x00, 0x00, 0x0a, 0xb1, 't','w','o','t','h','i','r','d','s',0,
-0x6c, 0x30, 0x00, 0x00, 0x0a, 0xb2, 'o','n','e','f','i','f','t','h',0,
-0xe4, 0xd3, 0x00, 0x00, 0x0a, 0xb3, 't','w','o','f','i','f','t','h','s',0,
-0x77, 0x53, 0x00, 0x00, 0x0a, 0xb4, 't','h','r','e','e','f','i','f','t','h','s',0,
-0xab, 0x93, 0x00, 0x00, 0x0a, 0xb5, 'f','o','u','r','f','i','f','t','h','s',0,
-0x6d, 0x48, 0x00, 0x00, 0x0a, 0xb6, 'o','n','e','s','i','x','t','h',0,
-0xa5, 0x03, 0x00, 0x00, 0x0a, 0xb7, 'f','i','v','e','s','i','x','t','h','s',0,
-0x18, 0xd8, 0x00, 0x00, 0x0a, 0xb8, 'c','a','r','e','o','f',0,
-0x33, 0x02, 0x00, 0x00, 0x0a, 0xbb, 'f','i','g','d','a','s','h',0,
-0x9f, 0x52, 0x00, 0x00, 0x0a, 0xbc, 'l','e','f','t','a','n','g','l','e','b','r','a','c','k','e','t',0,
-0x4c, 0xac, 0x00, 0x00, 0x0a, 0xbd, 'd','e','c','i','m','a','l','p','o','i','n','t',0,
-0xdf, 0x52, 0x00, 0x00, 0x0a, 0xbe, 'r','i','g','h','t','a','n','g','l','e','b','r','a','c','k','e','t',0,
-0x1a, 0x28, 0x00, 0x00, 0x0a, 0xbf, 'm','a','r','k','e','r',0,
-0xd8, 0x98, 0x00, 0x00, 0x0a, 0xc3, 'o','n','e','e','i','g','h','t','h',0,
-0xee, 0xa3, 0x00, 0x00, 0x0a, 0xc4, 't','h','r','e','e','e','i','g','h','t','h','s',0,
-0x45, 0xa3, 0x00, 0x00, 0x0a, 0xc5, 'f','i','v','e','e','i','g','h','t','h','s',0,
-0xe7, 0x23, 0x00, 0x00, 0x0a, 0xc6, 's','e','v','e','n','e','i','g','h','t','h','s',0,
-0xde, 0x4b, 0x00, 0x00, 0x0a, 0xc9, 't','r','a','d','e','m','a','r','k',0,
-0xc3, 0x0b, 0x00, 0x00, 0x0a, 0xca, 's','i','g','n','a','t','u','r','e','m','a','r','k',0,
-0xb4, 0x49, 0x00, 0x00, 0x0a, 0xcb, 't','r','a','d','e','m','a','r','k','i','n','c','i','r','c','l','e',0,
-0x1f, 0xf9, 0x00, 0x00, 0x0a, 0xcc, 'l','e','f','t','o','p','e','n','t','r','i','a','n','g','l','e',0,
-0x5f, 0xf9, 0x00, 0x00, 0x0a, 0xcd, 'r','i','g','h','t','o','p','e','n','t','r','i','a','n','g','l','e',0,
-0x91, 0x49, 0x00, 0x00, 0x0a, 0xce, 'e','m','o','p','e','n','c','i','r','c','l','e',0,
-0x98, 0x19, 0x00, 0x00, 0x0a, 0xcf, 'e','m','o','p','e','n','r','e','c','t','a','n','g','l','e',0,
-0x54, 0x4b, 0x00, 0x00, 0x0a, 0xd0, 'l','e','f','t','s','i','n','g','l','e','q','u','o','t','e','m','a','r','k',0,
-0x54, 0x4b, 0x00, 0x00, 0x0a, 0xd1, 'r','i','g','h','t','s','i','n','g','l','e','q','u','o','t','e','m','a','r','k',0,
-0x9c, 0x4b, 0x00, 0x00, 0x0a, 0xd2, 'l','e','f','t','d','o','u','b','l','e','q','u','o','t','e','m','a','r','k',0,
-0x9c, 0x4b, 0x00, 0x00, 0x0a, 0xd3, 'r','i','g','h','t','d','o','u','b','l','e','q','u','o','t','e','m','a','r','k',0,
-0xed, 0xb0, 0x00, 0x00, 0x0a, 0xd4, 'p','r','e','s','c','r','i','p','t','i','o','n',0,
-0x35, 0xf5, 0x00, 0x00, 0x0a, 0xd6, 'm','i','n','u','t','e','s',0,
-0x35, 0xfb, 0x00, 0x00, 0x0a, 0xd7, 's','e','c','o','n','d','s',0,
-0xa7, 0xd5, 0x00, 0x00, 0x0a, 0xd9, 'l','a','t','i','n','c','r','o','s','s',0,
-0x68, 0x7f, 0x00, 0x00, 0x0a, 0xda, 'h','e','x','a','g','r','a','m',0,
-0xe9, 0x5e, 0x00, 0x00, 0x0a, 0xdb, 'f','i','l','l','e','d','r','e','c','t','b','u','l','l','e','t',0,
-0x09, 0x1e, 0x00, 0x00, 0x0a, 0xdc, 'f','i','l','l','e','d','l','e','f','t','t','r','i','b','u','l','l','e','t',0,
-0xf1, 0x1e, 0x00, 0x00, 0x0a, 0xdd, 'f','i','l','l','e','d','r','i','g','h','t','t','r','i','b','u','l','l','e','t',0,
-0xec, 0xc9, 0x00, 0x00, 0x0a, 0xde, 'e','m','f','i','l','l','e','d','c','i','r','c','l','e',0,
-0x7b, 0x3e, 0x00, 0x00, 0x0a, 0xdf, 'e','m','f','i','l','l','e','d','r','e','c','t',0,
-0x5a, 0x9e, 0x00, 0x00, 0x0a, 0xe0, 'e','n','o','p','e','n','c','i','r','c','b','u','l','l','e','t',0,
-0x13, 0x1e, 0x00, 0x00, 0x0a, 0xe1, 'e','n','o','p','e','n','s','q','u','a','r','e','b','u','l','l','e','t',0,
-0x71, 0x5e, 0x00, 0x00, 0x0a, 0xe2, 'o','p','e','n','r','e','c','t','b','u','l','l','e','t',0,
-0x05, 0xd2, 0x00, 0x00, 0x0a, 0xe3, 'o','p','e','n','t','r','i','b','u','l','l','e','t','u','p',0,
-0x18, 0x18, 0x00, 0x00, 0x0a, 0xe4, 'o','p','e','n','t','r','i','b','u','l','l','e','t','d','o','w','n',0,
-0x6d, 0x9c, 0x00, 0x00, 0x0a, 0xe5, 'o','p','e','n','s','t','a','r',0,
-0xd2, 0x9e, 0x00, 0x00, 0x0a, 0xe6, 'e','n','f','i','l','l','e','d','c','i','r','c','b','u','l','l','e','t',0,
-0xfd, 0x9e, 0x00, 0x00, 0x0a, 0xe7, 'e','n','f','i','l','l','e','d','s','q','b','u','l','l','e','t',0,
-0xf5, 0xd2, 0x00, 0x00, 0x0a, 0xe8, 'f','i','l','l','e','d','t','r','i','b','u','l','l','e','t','u','p',0,
-0xd8, 0x18, 0x00, 0x00, 0x0a, 0xe9, 'f','i','l','l','e','d','t','r','i','b','u','l','l','e','t','d','o','w','n',0,
-0x50, 0xec, 0x00, 0x00, 0x0a, 0xea, 'l','e','f','t','p','o','i','n','t','e','r',0,
-0xda, 0xec, 0x00, 0x00, 0x0a, 0xeb, 'r','i','g','h','t','p','o','i','n','t','e','r',0,
-0x06, 0x14, 0x00, 0x00, 0x0a, 0xec, 'c','l','u','b',0,
-0x32, 0x94, 0x00, 0x00, 0x0a, 0xed, 'd','i','a','m','o','n','d',0,
-0x0c, 0x84, 0x00, 0x00, 0x0a, 0xee, 'h','e','a','r','t',0,
-0xa0, 0xb5, 0x00, 0x00, 0x0a, 0xf0, 'm','a','l','t','e','s','e','c','r','o','s','s',0,
-0x18, 0xa0, 0x00, 0x00, 0x0a, 0xf1, 'd','a','g','g','e','r',0,
-0x8f, 0xe0, 0x00, 0x00, 0x0a, 0xf2, 'd','o','u','b','l','e','d','a','g','g','e','r',0,
-0xc9, 0x8b, 0x00, 0x00, 0x0a, 0xf3, 'c','h','e','c','k','m','a','r','k',0,
-0x23, 0x15, 0x00, 0x00, 0x0a, 0xf4, 'b','a','l','l','o','t','c','r','o','s','s',0,
-0xef, 0x88, 0x00, 0x00, 0x0a, 0xf5, 'm','u','s','i','c','a','l','s','h','a','r','p',0,
-0x77, 0x36, 0x00, 0x00, 0x0a, 0xf6, 'm','u','s','i','c','a','l','f','l','a','t',0,
-0xa6, 0x6a, 0x00, 0x00, 0x0a, 0xf7, 'm','a','l','e','s','y','m','b','o','l',0,
-0x6a, 0x6a, 0x00, 0x00, 0x0a, 0xf8, 'f','e','m','a','l','e','s','y','m','b','o','l',0,
-0xdb, 0x5d, 0x00, 0x00, 0x0a, 0xf9, 't','e','l','e','p','h','o','n','e',0,
-0xc8, 0xec, 0x00, 0x00, 0x0a, 0xfa, 't','e','l','e','p','h','o','n','e','r','e','c','o','r','d','e','r',0,
-0x2a, 0xe8, 0x00, 0x00, 0x0a, 0xfb, 'p','h','o','n','o','g','r','a','p','h','c','o','p','y','r','i','g','h','t',0,
-0x0c, 0x3e, 0x00, 0x00, 0x0a, 0xfc, 'c','a','r','e','t',0,
-0x7c, 0x4b, 0x00, 0x00, 0x0a, 0xfd, 's','i','n','g','l','e','l','o','w','q','u','o','t','e','m','a','r','k',0,
-0xbc, 0x4b, 0x00, 0x00, 0x0a, 0xfe, 'd','o','u','b','l','e','l','o','w','q','u','o','t','e','m','a','r','k',0,
-0x1a, 0x5c, 0x00, 0x00, 0x0a, 0xff, 'c','u','r','s','o','r',0,
-0xd2, 0xbe, 0x00, 0x00, 0x0b, 0xa3, 'l','e','f','t','c','a','r','e','t',0,
-0xb5, 0x3e, 0x00, 0x00, 0x0b, 0xa6, 'r','i','g','h','t','c','a','r','e','t',0,
-0xd3, 0x3e, 0x00, 0x00, 0x0b, 0xa8, 'd','o','w','n','c','a','r','e','t',0,
-0x37, 0x7e, 0x00, 0x00, 0x0b, 0xa9, 'u','p','c','a','r','e','t',0,
-0x37, 0x1c, 0x00, 0x00, 0x0b, 0xc0, 'o','v','e','r','b','a','r',0,
-0x69, 0xd5, 0x00, 0x00, 0x0b, 0xc2, 'd','o','w','n','t','a','c','k',0,
-0x1c, 0x1b, 0x00, 0x00, 0x0b, 0xc3, 'u','p','s','h','o','e',0,
-0xd4, 0xb1, 0x00, 0x00, 0x0b, 0xc4, 'd','o','w','n','s','t','i','l','e',0,
-0x6f, 0x1c, 0x00, 0x00, 0x0b, 0xc6, 'u','n','d','e','r','b','a','r',0,
-0x02, 0xfa, 0x00, 0x00, 0x0b, 0xca, 'j','o','t',0,
-0x06, 0x82, 0x00, 0x00, 0x0b, 0xcc, 'q','u','a','d',0,
-0x1b, 0xf5, 0x00, 0x00, 0x0b, 0xce, 'u','p','t','a','c','k',0,
-0x19, 0x49, 0x00, 0x00, 0x0b, 0xcf, 'c','i','r','c','l','e',0,
-0x38, 0xf1, 0x00, 0x00, 0x0b, 0xd3, 'u','p','s','t','i','l','e',0,
-0x69, 0xfb, 0x00, 0x00, 0x0b, 0xd6, 'd','o','w','n','s','h','o','e',0,
-0xda, 0xfb, 0x00, 0x00, 0x0b, 0xd8, 'r','i','g','h','t','s','h','o','e',0,
-0x69, 0xbb, 0x00, 0x00, 0x0b, 0xda, 'l','e','f','t','s','h','o','e',0,
-0x69, 0x95, 0x00, 0x00, 0x0b, 0xdc, 'l','e','f','t','t','a','c','k',0,
-0xda, 0xd5, 0x00, 0x00, 0x0b, 0xfc, 'r','i','g','h','t','t','a','c','k',0,
-0x45, 0x15, 0x00, 0x00, 0x0c, 0xdf, 'h','e','b','r','e','w','_','d','o','u','b','l','e','l','o','w','l','i','n','e',0,
-0x72, 0x6c, 0x00, 0x00, 0x0c, 0xe0, 'h','e','b','r','e','w','_','a','l','e','p','h',0,
-0x9c, 0x4e, 0x00, 0x00, 0x0c, 0xe1, 'h','e','b','r','e','w','_','b','e','t',0,
-0x39, 0x04, 0x00, 0x00, 0x0c, 0xe1, 'h','e','b','r','e','w','_','b','e','t','h',0,
-0x72, 0xc2, 0x00, 0x00, 0x0c, 0xe2, 'h','e','b','r','e','w','_','g','i','m','e','l',0,
-0xe6, 0x02, 0x00, 0x00, 0x0c, 0xe2, 'h','e','b','r','e','w','_','g','i','m','m','e','l',0,
-0x72, 0x56, 0x00, 0x00, 0x0c, 0xe3, 'h','e','b','r','e','w','_','d','a','l','e','t',0,
-0xe5, 0x14, 0x00, 0x00, 0x0c, 0xe3, 'h','e','b','r','e','w','_','d','a','l','e','t','h',0,
-0xcd, 0xf9, 0x00, 0x00, 0x0c, 0xe4, 'h','e','b','r','e','w','_','h','e',0,
-0x9c, 0x9d, 0x00, 0x00, 0x0c, 0xe5, 'h','e','b','r','e','w','_','w','a','w',0,
-0x39, 0xa4, 0x00, 0x00, 0x0c, 0xe6, 'h','e','b','r','e','w','_','z','a','i','n',0,
-0x73, 0xec, 0x00, 0x00, 0x0c, 0xe6, 'h','e','b','r','e','w','_','z','a','y','i','n',0,
-0x39, 0x06, 0x00, 0x00, 0x0c, 0xe7, 'h','e','b','r','e','w','_','c','h','e','t',0,
-0x9c, 0x66, 0x00, 0x00, 0x0c, 0xe7, 'h','e','b','r','e','w','_','h','e','t',0,
-0x9c, 0x96, 0x00, 0x00, 0x0c, 0xe8, 'h','e','b','r','e','w','_','t','e','t',0,
-0x39, 0x94, 0x00, 0x00, 0x0c, 0xe8, 'h','e','b','r','e','w','_','t','e','t','h',0,
-0x9c, 0xae, 0x00, 0x00, 0x0c, 0xe9, 'h','e','b','r','e','w','_','y','o','d',0,
-0x31, 0x04, 0x00, 0x00, 0x0c, 0xea, 'h','e','b','r','e','w','_','f','i','n','a','l','k','a','p','h',0,
-0x39, 0x34, 0x00, 0x00, 0x0c, 0xeb, 'h','e','b','r','e','w','_','k','a','p','h',0,
-0x72, 0xca, 0x00, 0x00, 0x0c, 0xec, 'h','e','b','r','e','w','_','l','a','m','e','d',0,
-0x98, 0x5b, 0x00, 0x00, 0x0c, 0xed, 'h','e','b','r','e','w','_','f','i','n','a','l','m','e','m',0,
-0x9c, 0x73, 0x00, 0x00, 0x0c, 0xee, 'h','e','b','r','e','w','_','m','e','m',0,
-0x98, 0x80, 0x00, 0x00, 0x0c, 0xef, 'h','e','b','r','e','w','_','f','i','n','a','l','n','u','n',0,
-0x9c, 0x98, 0x00, 0x00, 0x0c, 0xf0, 'h','e','b','r','e','w','_','n','u','n',0,
-0xe6, 0xda, 0x00, 0x00, 0x0c, 0xf1, 'h','e','b','r','e','w','_','s','a','m','e','c','h',0,
-0xe6, 0xea, 0x00, 0x00, 0x0c, 0xf1, 'h','e','b','r','e','w','_','s','a','m','e','k','h',0,
-0x39, 0x3c, 0x00, 0x00, 0x0c, 0xf2, 'h','e','b','r','e','w','_','a','y','i','n',0,
-0xcb, 0xfd, 0x00, 0x00, 0x0c, 0xf3, 'h','e','b','r','e','w','_','f','i','n','a','l','p','e',0,
-0xce, 0x09, 0x00, 0x00, 0x0c, 0xf4, 'h','e','b','r','e','w','_','p','e',0,
-0x31, 0x61, 0x00, 0x00, 0x0c, 0xf5, 'h','e','b','r','e','w','_','f','i','n','a','l','z','a','d','e',0,
-0x31, 0x65, 0x00, 0x00, 0x0c, 0xf5, 'h','e','b','r','e','w','_','f','i','n','a','l','z','a','d','i',0,
-0x39, 0x91, 0x00, 0x00, 0x0c, 0xf6, 'h','e','b','r','e','w','_','z','a','d','e',0,
-0x39, 0x95, 0x00, 0x00, 0x0c, 0xf6, 'h','e','b','r','e','w','_','z','a','d','i',0,
-0x39, 0x9c, 0x00, 0x00, 0x0c, 0xf7, 'h','e','b','r','e','w','_','q','o','p','h',0,
-0x9c, 0x84, 0x00, 0x00, 0x0c, 0xf7, 'h','e','b','r','e','w','_','k','u','f',0,
-0x39, 0x82, 0x00, 0x00, 0x0c, 0xf8, 'h','e','b','r','e','w','_','r','e','s','h',0,
-0x39, 0x88, 0x00, 0x00, 0x0c, 0xf9, 'h','e','b','r','e','w','_','s','h','i','n',0,
-0x9c, 0x91, 0x00, 0x00, 0x0c, 0xfa, 'h','e','b','r','e','w','_','t','a','w',0,
-0x9c, 0x80, 0x00, 0x00, 0x0c, 0xfa, 'h','e','b','r','e','w','_','t','a','f',0,
-0xe8, 0x56, 0x00, 0x00, 0xff, 0x7e, 'H','e','b','r','e','w','_','s','w','i','t','c','h',0,
-0x73, 0x9f, 0x00, 0x00, 0x0d, 0xa1, 'T','h','a','i','_','k','o','k','a','i',0,
-0xcf, 0x53, 0x00, 0x00, 0x0d, 0xa2, 'T','h','a','i','_','k','h','o','k','h','a','i',0,
-0x9f, 0x5a, 0x00, 0x00, 0x0d, 0xa3, 'T','h','a','i','_','k','h','o','k','h','u','a','t',0,
-0x9f, 0x57, 0x00, 0x00, 0x0d, 0xa4, 'T','h','a','i','_','k','h','o','k','h','w','a','i',0,
-0xcf, 0x74, 0x00, 0x00, 0x0d, 0xa5, 'T','h','a','i','_','k','h','o','k','h','o','n',0,
-0x7e, 0xd7, 0x00, 0x00, 0x0d, 0xa6, 'T','h','a','i','_','k','h','o','r','a','k','h','a','n','g',0,
-0xe7, 0xe3, 0x00, 0x00, 0x0d, 0xa7, 'T','h','a','i','_','n','g','o','n','g','u',0,
-0xcd, 0x18, 0x00, 0x00, 0x0d, 0xa8, 'T','h','a','i','_','c','h','o','c','h','a','n',0,
-0x9a, 0xb7, 0x00, 0x00, 0x0d, 0xa9, 'T','h','a','i','_','c','h','o','c','h','i','n','g',0,
-0x9a, 0x97, 0x00, 0x00, 0x0d, 0xaa, 'T','h','a','i','_','c','h','o','c','h','a','n','g',0,
-0xb9, 0xf9, 0x00, 0x00, 0x0d, 0xab, 'T','h','a','i','_','s','o','s','o',0,
-0xcd, 0x2b, 0x00, 0x00, 0x0d, 0xac, 'T','h','a','i','_','c','h','o','c','h','o','e',0,
-0xe9, 0xff, 0x00, 0x00, 0x0d, 0xad, 'T','h','a','i','_','y','o','y','i','n','g',0,
-0xcd, 0x7d, 0x00, 0x00, 0x0d, 0xae, 'T','h','a','i','_','d','o','c','h','a','d','a',0,
-0xd2, 0x65, 0x00, 0x00, 0x0d, 0xaf, 'T','h','a','i','_','t','o','p','a','t','a','k',0,
-0xd1, 0xe0, 0x00, 0x00, 0x0d, 0xb0, 'T','h','a','i','_','t','h','o','t','h','a','n',0,
-0x84, 0xcf, 0x00, 0x00, 0x0d, 0xb1, 'T','h','a','i','_','t','h','o','n','a','n','g','m','o','n','t','h','o',0,
-0x92, 0x41, 0x00, 0x00, 0x0d, 0xb2, 'T','h','a','i','_','t','h','o','p','h','u','t','h','a','o',0,
-0x73, 0xe8, 0x00, 0x00, 0x0d, 0xb3, 'T','h','a','i','_','n','o','n','e','n',0,
-0x73, 0x1d, 0x00, 0x00, 0x0d, 0xb4, 'T','h','a','i','_','d','o','d','e','k',0,
-0x74, 0x59, 0x00, 0x00, 0x0d, 0xb5, 'T','h','a','i','_','t','o','t','a','o',0,
-0xa4, 0x77, 0x00, 0x00, 0x0d, 0xb6, 'T','h','a','i','_','t','h','o','t','h','u','n','g',0,
-0x48, 0x98, 0x00, 0x00, 0x0d, 0xb7, 'T','h','a','i','_','t','h','o','t','h','a','h','a','n',0,
-0xa4, 0x5f, 0x00, 0x00, 0x0d, 0xb8, 'T','h','a','i','_','t','h','o','t','h','o','n','g',0,
-0xb9, 0xcd, 0x00, 0x00, 0x0d, 0xb9, 'T','h','a','i','_','n','o','n','u',0,
-0x9a, 0x37, 0x00, 0x00, 0x0d, 0xba, 'T','h','a','i','_','b','o','b','a','i','m','a','i',0,
-0x74, 0x11, 0x00, 0x00, 0x0d, 0xbb, 'T','h','a','i','_','p','o','p','l','a',0,
-0xa2, 0x37, 0x00, 0x00, 0x0d, 0xbc, 'T','h','a','i','_','p','h','o','p','h','u','n','g',0,
-0xb9, 0x69, 0x00, 0x00, 0x0d, 0xbd, 'T','h','a','i','_','f','o','f','a',0,
-0xd0, 0xc0, 0x00, 0x00, 0x0d, 0xbe, 'T','h','a','i','_','p','h','o','p','h','a','n',0,
-0x73, 0x40, 0x00, 0x00, 0x0d, 0xbf, 'T','h','a','i','_','f','o','f','a','n',0,
-0x89, 0x81, 0x00, 0x00, 0x0d, 0xc0, 'T','h','a','i','_','p','h','o','s','a','m','p','h','a','o',0,
-0xb9, 0xaf, 0x00, 0x00, 0x0d, 0xc1, 'T','h','a','i','_','m','o','m','a',0,
-0x74, 0xb9, 0x00, 0x00, 0x0d, 0xc2, 'T','h','a','i','_','y','o','y','a','k',0,
-0x74, 0x4b, 0x00, 0x00, 0x0d, 0xc3, 'T','h','a','i','_','r','o','r','u','a',0,
-0x2e, 0x2d, 0x00, 0x00, 0x0d, 0xc4, 'T','h','a','i','_','r','u',0,
-0xe7, 0xf7, 0x00, 0x00, 0x0d, 0xc5, 'T','h','a','i','_','l','o','l','i','n','g',0,
-0x2e, 0x21, 0x00, 0x00, 0x0d, 0xc6, 'T','h','a','i','_','l','u',0,
-0xe9, 0x84, 0x00, 0x00, 0x0d, 0xc7, 'T','h','a','i','_','w','o','w','a','e','n',0,
-0xe8, 0xe5, 0x00, 0x00, 0x0d, 0xc8, 'T','h','a','i','_','s','o','s','a','l','a',0,
-0xe9, 0x43, 0x00, 0x00, 0x0d, 0xc9, 'T','h','a','i','_','s','o','r','u','s','i',0,
-0x74, 0x5f, 0x00, 0x00, 0x0d, 0xca, 'T','h','a','i','_','s','o','s','u','a',0,
-0x73, 0x7a, 0x00, 0x00, 0x0d, 0xcb, 'T','h','a','i','_','h','o','h','i','p',0,
-0xcf, 0xdd, 0x00, 0x00, 0x0d, 0xcc, 'T','h','a','i','_','l','o','c','h','u','l','a',0,
-0xb9, 0x8f, 0x00, 0x00, 0x0d, 0xcd, 'T','h','a','i','_','o','a','n','g',0,
-0x9f, 0xbd, 0x00, 0x00, 0x0d, 0xce, 'T','h','a','i','_','h','o','n','o','k','h','u','k',0,
-0x40, 0x5f, 0x00, 0x00, 0x0d, 0xcf, 'T','h','a','i','_','p','a','i','y','a','n','n','o','i',0,
-0x73, 0xc3, 0x00, 0x00, 0x0d, 0xd0, 'T','h','a','i','_','s','a','r','a','a',0,
-0x76, 0x6a, 0x00, 0x00, 0x0d, 0xd1, 'T','h','a','i','_','m','a','i','h','a','n','a','k','a','t',0,
-0xe7, 0xe7, 0x00, 0x00, 0x0d, 0xd2, 'T','h','a','i','_','s','a','r','a','a','a',0,
-0xe7, 0xf3, 0x00, 0x00, 0x0d, 0xd3, 'T','h','a','i','_','s','a','r','a','a','m',0,
-0x73, 0xcb, 0x00, 0x00, 0x0d, 0xd4, 'T','h','a','i','_','s','a','r','a','i',0,
-0xe7, 0xff, 0x00, 0x00, 0x0d, 0xd5, 'T','h','a','i','_','s','a','r','a','i','i',0,
-0xe8, 0x13, 0x00, 0x00, 0x0d, 0xd6, 'T','h','a','i','_','s','a','r','a','u','e',0,
-0xd0, 0x8b, 0x00, 0x00, 0x0d, 0xd7, 'T','h','a','i','_','s','a','r','a','u','e','e',0,
-0x73, 0xd7, 0x00, 0x00, 0x0d, 0xd8, 'T','h','a','i','_','s','a','r','a','u',0,
-0xe8, 0x23, 0x00, 0x00, 0x0d, 0xd9, 'T','h','a','i','_','s','a','r','a','u','u',0,
-0xd0, 0x95, 0x00, 0x00, 0x0d, 0xda, 'T','h','a','i','_','p','h','i','n','t','h','u',0,
-0x66, 0xc7, 0x00, 0x00, 0x0d, 0xde, 'T','h','a','i','_','m','a','i','h','a','n','a','k','a','t','_','m','a','i','t','h','o',0,
-0xb9, 0x28, 0x00, 0x00, 0x0d, 0xdf, 'T','h','a','i','_','b','a','h','t',0,
-0x73, 0xc7, 0x00, 0x00, 0x0d, 0xe0, 'T','h','a','i','_','s','a','r','a','e',0,
-0xe7, 0xeb, 0x00, 0x00, 0x0d, 0xe1, 'T','h','a','i','_','s','a','r','a','a','e',0,
-0x73, 0xd1, 0x00, 0x00, 0x0d, 0xe2, 'T','h','a','i','_','s','a','r','a','o',0,
-0x2b, 0xdc, 0x00, 0x00, 0x0d, 0xe3, 'T','h','a','i','_','s','a','r','a','a','i','m','a','i','m','u','a','n',0,
-0x57, 0x93, 0x00, 0x00, 0x0d, 0xe4, 'T','h','a','i','_','s','a','r','a','a','i','m','a','i','m','a','l','a','i',0,
-0xed, 0xcd, 0x00, 0x00, 0x0d, 0xe5, 'T','h','a','i','_','l','a','k','k','h','a','n','g','y','a','o',0,
-0x9e, 0x75, 0x00, 0x00, 0x0d, 0xe6, 'T','h','a','i','_','m','a','i','y','a','m','o','k',0,
-0x3c, 0x89, 0x00, 0x00, 0x0d, 0xe7, 'T','h','a','i','_','m','a','i','t','a','i','k','h','u',0,
-0x73, 0x51, 0x00, 0x00, 0x0d, 0xe8, 'T','h','a','i','_','m','a','i','e','k',0,
-0xe7, 0x47, 0x00, 0x00, 0x0d, 0xe9, 'T','h','a','i','_','m','a','i','t','h','o',0,
-0xe7, 0x55, 0x00, 0x00, 0x0d, 0xea, 'T','h','a','i','_','m','a','i','t','r','i',0,
-0xec, 0x53, 0x00, 0x00, 0x0d, 0xeb, 'T','h','a','i','_','m','a','i','c','h','a','t','t','a','w','a',0,
-0x16, 0x3e, 0x00, 0x00, 0x0d, 0xec, 'T','h','a','i','_','t','h','a','n','t','h','a','k','h','a','t',0,
-0xa0, 0x0e, 0x00, 0x00, 0x0d, 0xed, 'T','h','a','i','_','n','i','k','h','a','h','i','t',0,
-0xe7, 0x8c, 0x00, 0x00, 0x0d, 0xf0, 'T','h','a','i','_','l','e','k','s','u','n',0,
-0xcf, 0x57, 0x00, 0x00, 0x0d, 0xf1, 'T','h','a','i','_','l','e','k','n','u','n','g',0,
-0xcf, 0x67, 0x00, 0x00, 0x0d, 0xf2, 'T','h','a','i','_','l','e','k','s','o','n','g',0,
-0xe7, 0x63, 0x00, 0x00, 0x0d, 0xf3, 'T','h','a','i','_','l','e','k','s','a','m',0,
-0x73, 0x83, 0x00, 0x00, 0x0d, 0xf4, 'T','h','a','i','_','l','e','k','s','i',0,
-0x73, 0x65, 0x00, 0x00, 0x0d, 0xf5, 'T','h','a','i','_','l','e','k','h','a',0,
-0xe7, 0x51, 0x00, 0x00, 0x0d, 0xf6, 'T','h','a','i','_','l','e','k','h','o','k',0,
-0xce, 0xc6, 0x00, 0x00, 0x0d, 0xf7, 'T','h','a','i','_','l','e','k','c','h','e','t',0,
-0xcf, 0x12, 0x00, 0x00, 0x0d, 0xf8, 'T','h','a','i','_','l','e','k','p','a','e','t',0,
-0xe7, 0x45, 0x00, 0x00, 0x0d, 0xf9, 'T','h','a','i','_','l','e','k','k','a','o',0,
-0x15, 0x72, 0x00, 0x00, 0xff, 0x31, 'H','a','n','g','u','l',0,
-0x74, 0x0c, 0x00, 0x00, 0xff, 0x32, 'H','a','n','g','u','l','_','S','t','a','r','t',0,
-0x5c, 0x6c, 0x00, 0x00, 0xff, 0x33, 'H','a','n','g','u','l','_','E','n','d',0,
-0x72, 0xd5, 0x00, 0x00, 0xff, 0x34, 'H','a','n','g','u','l','_','H','a','n','j','a',0,
-0xb9, 0x4d, 0x00, 0x00, 0xff, 0x35, 'H','a','n','g','u','l','_','J','a','m','o',0,
-0xe8, 0x11, 0x00, 0x00, 0xff, 0x36, 'H','a','n','g','u','l','_','R','o','m','a','j','a',0,
-0x33, 0x3e, 0x00, 0x00, 0xff, 0x37, 'H','a','n','g','u','l','_','C','o','d','e','i','n','p','u','t',0,
-0xe6, 0xb5, 0x00, 0x00, 0xff, 0x38, 'H','a','n','g','u','l','_','J','e','o','n','j','a',0,
-0x72, 0x75, 0x00, 0x00, 0xff, 0x39, 'H','a','n','g','u','l','_','B','a','n','j','a',0,
-0x9e, 0x95, 0x00, 0x00, 0xff, 0x3a, 'H','a','n','g','u','l','_','P','r','e','H','a','n','j','a',0,
-0x43, 0x35, 0x00, 0x00, 0xff, 0x3b, 'H','a','n','g','u','l','_','P','o','s','t','H','a','n','j','a',0,
-0x9a, 0x01, 0x00, 0x00, 0xff, 0x3c, 'H','a','n','g','u','l','_','S','i','n','g','l','e','C','a','n','d','i','d','a','t','e',0,
-0x32, 0x01, 0x00, 0x00, 0xff, 0x3d, 'H','a','n','g','u','l','_','M','u','l','t','i','p','l','e','C','a','n','d','i','d','a','t','e',0,
-0x6a, 0x01, 0x00, 0x00, 0xff, 0x3e, 'H','a','n','g','u','l','_','P','r','e','v','i','o','u','s','C','a','n','d','i','d','a','t','e',0,
-0xd0, 0x7a, 0x00, 0x00, 0xff, 0x3f, 'H','a','n','g','u','l','_','S','p','e','c','i','a','l',0,
-0xec, 0xd6, 0x00, 0x00, 0xff, 0x7e, 'H','a','n','g','u','l','_','s','w','i','t','c','h',0,
-0xe7, 0x51, 0x00, 0x00, 0x0e, 0xa1, 'H','a','n','g','u','l','_','K','i','y','e','o','g',0,
-0x12, 0x51, 0x00, 0x00, 0x0e, 0xa2, 'H','a','n','g','u','l','_','S','s','a','n','g','K','i','y','e','o','g',0,
-0x7a, 0x9d, 0x00, 0x00, 0x0e, 0xa3, 'H','a','n','g','u','l','_','K','i','y','e','o','g','S','i','o','s',0,
-0x73, 0x74, 0x00, 0x00, 0x0e, 0xa4, 'H','a','n','g','u','l','_','N','i','e','u','n',0,
-0x79, 0x50, 0x00, 0x00, 0x0e, 0xa5, 'H','a','n','g','u','l','_','N','i','e','u','n','J','i','e','u','j',0,
-0x79, 0x2e, 0x00, 0x00, 0x0e, 0xa6, 'H','a','n','g','u','l','_','N','i','e','u','n','H','i','e','u','h',0,
-0xe6, 0x0a, 0x00, 0x00, 0x0e, 0xa7, 'H','a','n','g','u','l','_','D','i','k','e','u','d',0,
-0x11, 0x0a, 0x00, 0x00, 0x0e, 0xa8, 'H','a','n','g','u','l','_','S','s','a','n','g','D','i','k','e','u','d',0,
-0x73, 0xb2, 0x00, 0x00, 0x0e, 0xa9, 'H','a','n','g','u','l','_','R','i','e','u','l',0,
-0x03, 0x11, 0x00, 0x00, 0x0e, 0xaa, 'H','a','n','g','u','l','_','R','i','e','u','l','K','i','y','e','o','g',0,
-0x81, 0x43, 0x00, 0x00, 0x0e, 0xab, 'H','a','n','g','u','l','_','R','i','e','u','l','M','i','e','u','m',0,
-0x81, 0x68, 0x00, 0x00, 0x0e, 0xac, 'H','a','n','g','u','l','_','R','i','e','u','l','P','i','e','u','b',0,
-0x40, 0xad, 0x00, 0x00, 0x0e, 0xad, 'H','a','n','g','u','l','_','R','i','e','u','l','S','i','o','s',0,
-0x81, 0xba, 0x00, 0x00, 0x0e, 0xae, 'H','a','n','g','u','l','_','R','i','e','u','l','T','i','e','u','t',0,
-0x03, 0x2c, 0x00, 0x00, 0x0e, 0xaf, 'H','a','n','g','u','l','_','R','i','e','u','l','P','h','i','e','u','f',0,
-0x80, 0xee, 0x00, 0x00, 0x0e, 0xb0, 'H','a','n','g','u','l','_','R','i','e','u','l','H','i','e','u','h',0,
-0x73, 0x63, 0x00, 0x00, 0x0e, 0xb1, 'H','a','n','g','u','l','_','M','i','e','u','m',0,
-0x73, 0x88, 0x00, 0x00, 0x0e, 0xb2, 'H','a','n','g','u','l','_','P','i','e','u','b',0,
-0x89, 0x08, 0x00, 0x00, 0x0e, 0xb3, 'H','a','n','g','u','l','_','S','s','a','n','g','P','i','e','u','b',0,
-0x3e, 0x0d, 0x00, 0x00, 0x0e, 0xb4, 'H','a','n','g','u','l','_','P','i','e','u','b','S','i','o','s',0,
-0xb9, 0xbd, 0x00, 0x00, 0x0e, 0xb5, 'H','a','n','g','u','l','_','S','i','o','s',0,
-0x44, 0x7d, 0x00, 0x00, 0x0e, 0xb6, 'H','a','n','g','u','l','_','S','s','a','n','g','S','i','o','s',0,
-0x73, 0x2f, 0x00, 0x00, 0x0e, 0xb7, 'H','a','n','g','u','l','_','I','e','u','n','g',0,
-0x73, 0x30, 0x00, 0x00, 0x0e, 0xb8, 'H','a','n','g','u','l','_','J','i','e','u','j',0,
-0x88, 0xb0, 0x00, 0x00, 0x0e, 0xb9, 'H','a','n','g','u','l','_','S','s','a','n','g','J','i','e','u','j',0,
-0x72, 0xb9, 0x00, 0x00, 0x0e, 0xba, 'H','a','n','g','u','l','_','C','i','e','u','c',0,
-0xe6, 0xd7, 0x00, 0x00, 0x0e, 0xbb, 'H','a','n','g','u','l','_','K','h','i','e','u','q',0,
-0x73, 0xda, 0x00, 0x00, 0x0e, 0xbc, 'H','a','n','g','u','l','_','T','i','e','u','t',0,
-0xe7, 0x6c, 0x00, 0x00, 0x0e, 0xbd, 'H','a','n','g','u','l','_','P','h','i','e','u','f',0,
-0x73, 0x0e, 0x00, 0x00, 0x0e, 0xbe, 'H','a','n','g','u','l','_','H','i','e','u','h',0,
-0x56, 0xc7, 0x00, 0x00, 0x0e, 0xbf, 'H','a','n','g','u','l','_','A',0,
-0xad, 0xd3, 0x00, 0x00, 0x0e, 0xc0, 'H','a','n','g','u','l','_','A','E',0,
-0xad, 0xff, 0x00, 0x00, 0x0e, 0xc1, 'H','a','n','g','u','l','_','Y','A',0,
-0x5c, 0x43, 0x00, 0x00, 0x0e, 0xc2, 'H','a','n','g','u','l','_','Y','A','E',0,
-0xad, 0xe5, 0x00, 0x00, 0x0e, 0xc3, 'H','a','n','g','u','l','_','E','O',0,
-0x56, 0xcb, 0x00, 0x00, 0x0e, 0xc4, 'H','a','n','g','u','l','_','E',0,
-0x5c, 0x55, 0x00, 0x00, 0x0e, 0xc5, 'H','a','n','g','u','l','_','Y','E','O',0,
-0xae, 0x03, 0x00, 0x00, 0x0e, 0xc6, 'H','a','n','g','u','l','_','Y','E',0,
-0x56, 0xd5, 0x00, 0x00, 0x0e, 0xc7, 'H','a','n','g','u','l','_','O',0,
-0xad, 0xfb, 0x00, 0x00, 0x0e, 0xc8, 'H','a','n','g','u','l','_','W','A',0,
-0x5c, 0x3b, 0x00, 0x00, 0x0e, 0xc9, 'H','a','n','g','u','l','_','W','A','E',0,
-0xad, 0xef, 0x00, 0x00, 0x0e, 0xca, 'H','a','n','g','u','l','_','O','E',0,
-0xae, 0x0d, 0x00, 0x00, 0x0e, 0xcb, 'H','a','n','g','u','l','_','Y','O',0,
-0x56, 0xdb, 0x00, 0x00, 0x0e, 0xcc, 'H','a','n','g','u','l','_','U',0,
-0x5c, 0x4d, 0x00, 0x00, 0x0e, 0xcd, 'H','a','n','g','u','l','_','W','E','O',0,
-0xad, 0xff, 0x00, 0x00, 0x0e, 0xce, 'H','a','n','g','u','l','_','W','E',0,
-0xae, 0x03, 0x00, 0x00, 0x0e, 0xcf, 'H','a','n','g','u','l','_','W','I',0,
-0xae, 0x13, 0x00, 0x00, 0x0e, 0xd0, 'H','a','n','g','u','l','_','Y','U',0,
-0xad, 0xeb, 0x00, 0x00, 0x0e, 0xd1, 'H','a','n','g','u','l','_','E','U',0,
-0xae, 0x07, 0x00, 0x00, 0x0e, 0xd2, 'H','a','n','g','u','l','_','Y','I',0,
-0x56, 0xcf, 0x00, 0x00, 0x0e, 0xd3, 'H','a','n','g','u','l','_','I',0,
-0x96, 0x51, 0x00, 0x00, 0x0e, 0xd4, 'H','a','n','g','u','l','_','J','_','K','i','y','e','o','g',0,
-0xf2, 0x51, 0x00, 0x00, 0x0e, 0xd5, 'H','a','n','g','u','l','_','J','_','S','s','a','n','g','K','i','y','e','o','g',0,
-0x6a, 0x9d, 0x00, 0x00, 0x0e, 0xd6, 'H','a','n','g','u','l','_','J','_','K','i','y','e','o','g','S','i','o','s',0,
-0xca, 0xf4, 0x00, 0x00, 0x0e, 0xd7, 'H','a','n','g','u','l','_','J','_','N','i','e','u','n',0,
-0x69, 0x50, 0x00, 0x00, 0x0e, 0xd8, 'H','a','n','g','u','l','_','J','_','N','i','e','u','n','J','i','e','u','j',0,
-0x69, 0x2e, 0x00, 0x00, 0x0e, 0xd9, 'H','a','n','g','u','l','_','J','_','N','i','e','u','n','H','i','e','u','h',0,
-0x95, 0x0a, 0x00, 0x00, 0x0e, 0xda, 'H','a','n','g','u','l','_','J','_','D','i','k','e','u','d',0,
-0xcb, 0x32, 0x00, 0x00, 0x0e, 0xdb, 'H','a','n','g','u','l','_','J','_','R','i','e','u','l',0,
-0xe3, 0x11, 0x00, 0x00, 0x0e, 0xdc, 'H','a','n','g','u','l','_','J','_','R','i','e','u','l','K','i','y','e','o','g',0,
-0x71, 0x43, 0x00, 0x00, 0x0e, 0xdd, 'H','a','n','g','u','l','_','J','_','R','i','e','u','l','M','i','e','u','m',0,
-0x71, 0x68, 0x00, 0x00, 0x0e, 0xde, 'H','a','n','g','u','l','_','J','_','R','i','e','u','l','P','i','e','u','b',0,
-0xb8, 0xad, 0x00, 0x00, 0x0e, 0xdf, 'H','a','n','g','u','l','_','J','_','R','i','e','u','l','S','i','o','s',0,
-0x71, 0xba, 0x00, 0x00, 0x0e, 0xe0, 'H','a','n','g','u','l','_','J','_','R','i','e','u','l','T','i','e','u','t',0,
-0xe3, 0x2c, 0x00, 0x00, 0x0e, 0xe1, 'H','a','n','g','u','l','_','J','_','R','i','e','u','l','P','h','i','e','u','f',0,
-0x70, 0xee, 0x00, 0x00, 0x0e, 0xe2, 'H','a','n','g','u','l','_','J','_','R','i','e','u','l','H','i','e','u','h',0,
-0xca, 0xe3, 0x00, 0x00, 0x0e, 0xe3, 'H','a','n','g','u','l','_','J','_','M','i','e','u','m',0,
-0xcb, 0x08, 0x00, 0x00, 0x0e, 0xe4, 'H','a','n','g','u','l','_','J','_','P','i','e','u','b',0,
-0xb6, 0x0d, 0x00, 0x00, 0x0e, 0xe5, 'H','a','n','g','u','l','_','J','_','P','i','e','u','b','S','i','o','s',0,
-0xe5, 0x7d, 0x00, 0x00, 0x0e, 0xe6, 'H','a','n','g','u','l','_','J','_','S','i','o','s',0,
-0xbc, 0x7d, 0x00, 0x00, 0x0e, 0xe7, 'H','a','n','g','u','l','_','J','_','S','s','a','n','g','S','i','o','s',0,
-0xca, 0xaf, 0x00, 0x00, 0x0e, 0xe8, 'H','a','n','g','u','l','_','J','_','I','e','u','n','g',0,
-0xca, 0xb0, 0x00, 0x00, 0x0e, 0xe9, 'H','a','n','g','u','l','_','J','_','J','i','e','u','j',0,
-0xca, 0x39, 0x00, 0x00, 0x0e, 0xea, 'H','a','n','g','u','l','_','J','_','C','i','e','u','c',0,
-0x95, 0xd7, 0x00, 0x00, 0x0e, 0xeb, 'H','a','n','g','u','l','_','J','_','K','h','i','e','u','q',0,
-0xcb, 0x5a, 0x00, 0x00, 0x0e, 0xec, 'H','a','n','g','u','l','_','J','_','T','i','e','u','t',0,
-0x96, 0x6c, 0x00, 0x00, 0x0e, 0xed, 'H','a','n','g','u','l','_','J','_','P','h','i','e','u','f',0,
-0xca, 0x8e, 0x00, 0x00, 0x0e, 0xee, 'H','a','n','g','u','l','_','J','_','H','i','e','u','h',0,
-0x98, 0xae, 0x00, 0x00, 0x0e, 0xef, 'H','a','n','g','u','l','_','R','i','e','u','l','Y','e','o','r','i','n','H','i','e','u','h',0,
-0x7f, 0x63, 0x00, 0x00, 0x0e, 0xf0, 'H','a','n','g','u','l','_','S','u','n','k','y','e','o','n','g','e','u','m','M','i','e','u','m',0,
-0x7f, 0x88, 0x00, 0x00, 0x0e, 0xf1, 'H','a','n','g','u','l','_','S','u','n','k','y','e','o','n','g','e','u','m','P','i','e','u','b',0,
-0xce, 0x0d, 0x00, 0x00, 0x0e, 0xf2, 'H','a','n','g','u','l','_','P','a','n','S','i','o','s',0,
-0xb1, 0xcf, 0x00, 0x00, 0x0e, 0xf3, 'H','a','n','g','u','l','_','K','k','o','g','j','i','D','a','l','r','i','n','I','e','u','n','g',0,
-0xff, 0x6c, 0x00, 0x00, 0x0e, 0xf4, 'H','a','n','g','u','l','_','S','u','n','k','y','e','o','n','g','e','u','m','P','h','i','e','u','f',0,
-0x20, 0xae, 0x00, 0x00, 0x0e, 0xf5, 'H','a','n','g','u','l','_','Y','e','o','r','i','n','H','i','e','u','h',0,
-0x72, 0x8f, 0x00, 0x00, 0x0e, 0xf6, 'H','a','n','g','u','l','_','A','r','a','e','A',0,
-0xe5, 0x63, 0x00, 0x00, 0x0e, 0xf7, 'H','a','n','g','u','l','_','A','r','a','e','A','E',0,
-0x2c, 0x0d, 0x00, 0x00, 0x0e, 0xf8, 'H','a','n','g','u','l','_','J','_','P','a','n','S','i','o','s',0,
-0xb1, 0xcf, 0x00, 0x00, 0x0e, 0xf9, 'H','a','n','g','u','l','_','J','_','K','k','o','g','j','i','D','a','l','r','i','n','I','e','u','n','g',0,
-0x00, 0xae, 0x00, 0x00, 0x0e, 0xfa, 'H','a','n','g','u','l','_','J','_','Y','e','o','r','i','n','H','i','e','u','h',0,
-0x6f, 0xe0, 0x00, 0x00, 0x0e, 0xff, 'K','o','r','e','a','n','_','W','o','n',0,
-0x8a, 0x25, 0x01, 0x00, 0x05, 0x87, 'A','r','m','e','n','i','a','n','_','l','i','g','a','t','u','r','e','_','e','w',0,
-0x63, 0xa6, 0x01, 0x00, 0x05, 0x89, 'A','r','m','e','n','i','a','n','_','f','u','l','l','_','s','t','o','p',0,
-0x36, 0x12, 0x01, 0x00, 0x05, 0x89, 'A','r','m','e','n','i','a','n','_','v','e','r','j','a','k','e','t',0,
-0x50, 0x2b, 0x01, 0x00, 0x05, 0x5d, 'A','r','m','e','n','i','a','n','_','s','e','p','a','r','a','t','i','o','n','_','m','a','r','k',0,
-0x79, 0x1e, 0x01, 0x00, 0x05, 0x5d, 'A','r','m','e','n','i','a','n','_','b','u','t',0,
-0xcc, 0xa8, 0x01, 0x00, 0x05, 0x8a, 'A','r','m','e','n','i','a','n','_','h','y','p','h','e','n',0,
-0x37, 0xb9, 0x01, 0x00, 0x05, 0x8a, 'A','r','m','e','n','i','a','n','_','y','e','n','t','a','m','n','a',0,
-0xcb, 0xd7, 0x01, 0x00, 0x05, 0x5c, 'A','r','m','e','n','i','a','n','_','e','x','c','l','a','m',0,
-0xca, 0x9d, 0x01, 0x00, 0x05, 0x5c, 'A','r','m','e','n','i','a','n','_','a','m','a','n','a','k',0,
-0xca, 0x0c, 0x01, 0x00, 0x05, 0x5b, 'A','r','m','e','n','i','a','n','_','a','c','c','e','n','t',0,
-0xcc, 0xd8, 0x01, 0x00, 0x05, 0x5b, 'A','r','m','e','n','i','a','n','_','s','h','e','s','h','t',0,
-0x37, 0x20, 0x01, 0x00, 0x05, 0x5e, 'A','r','m','e','n','i','a','n','_','q','u','e','s','t','i','o','n',0,
-0xcc, 0x91, 0x01, 0x00, 0x05, 0x5e, 'A','r','m','e','n','i','a','n','_','p','a','r','u','y','k',0,
-0x78, 0x30, 0x01, 0x00, 0x05, 0x31, 'A','r','m','e','n','i','a','n','_','A','Y','B',0,
-0x79, 0x10, 0x01, 0x00, 0x05, 0x61, 'A','r','m','e','n','i','a','n','_','a','y','b',0,
-0x78, 0x18, 0x01, 0x00, 0x05, 0x32, 'A','r','m','e','n','i','a','n','_','B','E','N',0,
-0x78, 0xf8, 0x01, 0x00, 0x05, 0x62, 'A','r','m','e','n','i','a','n','_','b','e','n',0,
-0x78, 0x33, 0x01, 0x00, 0x05, 0x33, 'A','r','m','e','n','i','a','n','_','G','I','M',0,
-0x79, 0x13, 0x01, 0x00, 0x05, 0x63, 'A','r','m','e','n','i','a','n','_','g','i','m',0,
-0xbb, 0xe5, 0x01, 0x00, 0x05, 0x34, 'A','r','m','e','n','i','a','n','_','D','A',0,
-0xbc, 0x45, 0x01, 0x00, 0x05, 0x64, 'A','r','m','e','n','i','a','n','_','d','a',0,
-0xf1, 0x1a, 0x01, 0x00, 0x05, 0x35, 'A','r','m','e','n','i','a','n','_','Y','E','C','H',0,
-0xf2, 0xfa, 0x01, 0x00, 0x05, 0x65, 'A','r','m','e','n','i','a','n','_','y','e','c','h',0,
-0xbc, 0x11, 0x01, 0x00, 0x05, 0x36, 'A','r','m','e','n','i','a','n','_','Z','A',0,
-0xbc, 0x71, 0x01, 0x00, 0x05, 0x66, 'A','r','m','e','n','i','a','n','_','z','a',0,
-0x5d, 0xd3, 0x01, 0x00, 0x05, 0x37, 'A','r','m','e','n','i','a','n','_','E',0,
-0x5d, 0xf3, 0x01, 0x00, 0x05, 0x67, 'A','r','m','e','n','i','a','n','_','e',0,
-0xbb, 0xf2, 0x01, 0x00, 0x05, 0x38, 'A','r','m','e','n','i','a','n','_','A','T',0,
-0xbc, 0x52, 0x01, 0x00, 0x05, 0x68, 'A','r','m','e','n','i','a','n','_','a','t',0,
-0xbc, 0x13, 0x01, 0x00, 0x05, 0x39, 'A','r','m','e','n','i','a','n','_','T','O',0,
-0xbc, 0x73, 0x01, 0x00, 0x05, 0x69, 'A','r','m','e','n','i','a','n','_','t','o',0,
-0x78, 0x75, 0x01, 0x00, 0x05, 0x3a, 'A','r','m','e','n','i','a','n','_','Z','H','E',0,
-0x79, 0x55, 0x01, 0x00, 0x05, 0x6a, 'A','r','m','e','n','i','a','n','_','z','h','e',0,
-0x78, 0x41, 0x01, 0x00, 0x05, 0x3b, 'A','r','m','e','n','i','a','n','_','I','N','I',0,
-0x79, 0x21, 0x01, 0x00, 0x05, 0x6b, 'A','r','m','e','n','i','a','n','_','i','n','i',0,
-0xf1, 0x2c, 0x01, 0x00, 0x05, 0x3c, 'A','r','m','e','n','i','a','n','_','L','Y','U','N',0,
-0xf3, 0x0c, 0x01, 0x00, 0x05, 0x6c, 'A','r','m','e','n','i','a','n','_','l','y','u','n',0,
-0x78, 0x39, 0x01, 0x00, 0x05, 0x3d, 'A','r','m','e','n','i','a','n','_','K','H','E',0,
-0x79, 0x19, 0x01, 0x00, 0x05, 0x6d, 'A','r','m','e','n','i','a','n','_','k','h','e',0,
-0x78, 0x6f, 0x01, 0x00, 0x05, 0x3e, 'A','r','m','e','n','i','a','n','_','T','S','A',0,
-0x79, 0x4f, 0x01, 0x00, 0x05, 0x6e, 'A','r','m','e','n','i','a','n','_','t','s','a',0,
-0x78, 0x3c, 0x01, 0x00, 0x05, 0x3f, 'A','r','m','e','n','i','a','n','_','K','E','N',0,
-0x79, 0x1c, 0x01, 0x00, 0x05, 0x6f, 'A','r','m','e','n','i','a','n','_','k','e','n',0,
-0xbb, 0xfb, 0x01, 0x00, 0x05, 0x40, 'A','r','m','e','n','i','a','n','_','H','O',0,
-0xbc, 0x5b, 0x01, 0x00, 0x05, 0x70, 'A','r','m','e','n','i','a','n','_','h','o',0,
-0x78, 0x3d, 0x01, 0x00, 0x05, 0x41, 'A','r','m','e','n','i','a','n','_','D','Z','A',0,
-0x79, 0x1d, 0x01, 0x00, 0x05, 0x71, 'A','r','m','e','n','i','a','n','_','d','z','a',0,
-0xf0, 0x9e, 0x01, 0x00, 0x05, 0x42, 'A','r','m','e','n','i','a','n','_','G','H','A','T',0,
-0xf2, 0x7e, 0x01, 0x00, 0x05, 0x72, 'A','r','m','e','n','i','a','n','_','g','h','a','t',0,
-0xf0, 0xf1, 0x01, 0x00, 0x05, 0x43, 'A','r','m','e','n','i','a','n','_','T','C','H','E',0,
-0xf2, 0xd1, 0x01, 0x00, 0x05, 0x73, 'A','r','m','e','n','i','a','n','_','t','c','h','e',0,
-0x78, 0x44, 0x01, 0x00, 0x05, 0x44, 'A','r','m','e','n','i','a','n','_','M','E','N',0,
-0x79, 0x24, 0x01, 0x00, 0x05, 0x74, 'A','r','m','e','n','i','a','n','_','m','e','n',0,
-0xbb, 0xf5, 0x01, 0x00, 0x05, 0x45, 'A','r','m','e','n','i','a','n','_','H','I',0,
-0xbc, 0x55, 0x01, 0x00, 0x05, 0x75, 'A','r','m','e','n','i','a','n','_','h','i',0,
-0xbc, 0x0d, 0x01, 0x00, 0x05, 0x46, 'A','r','m','e','n','i','a','n','_','N','U',0,
-0xbc, 0x6d, 0x01, 0x00, 0x05, 0x76, 'A','r','m','e','n','i','a','n','_','n','u',0,
-0x78, 0x55, 0x01, 0x00, 0x05, 0x47, 'A','r','m','e','n','i','a','n','_','S','H','A',0,
-0x79, 0x35, 0x01, 0x00, 0x05, 0x77, 'A','r','m','e','n','i','a','n','_','s','h','a',0,
-0xbc, 0x17, 0x01, 0x00, 0x05, 0x48, 'A','r','m','e','n','i','a','n','_','V','O',0,
-0xbc, 0x77, 0x01, 0x00, 0x05, 0x78, 'A','r','m','e','n','i','a','n','_','v','o',0,
-0x78, 0x15, 0x01, 0x00, 0x05, 0x49, 'A','r','m','e','n','i','a','n','_','C','H','A',0,
-0x78, 0xf5, 0x01, 0x00, 0x05, 0x79, 'A','r','m','e','n','i','a','n','_','c','h','a',0,
-0xbc, 0x01, 0x01, 0x00, 0x05, 0x4a, 'A','r','m','e','n','i','a','n','_','P','E',0,
-0xbc, 0x61, 0x01, 0x00, 0x05, 0x7a, 'A','r','m','e','n','i','a','n','_','p','e',0,
-0xbb, 0xf5, 0x01, 0x00, 0x05, 0x4b, 'A','r','m','e','n','i','a','n','_','J','E',0,
-0xbc, 0x55, 0x01, 0x00, 0x05, 0x7b, 'A','r','m','e','n','i','a','n','_','j','e',0,
-0xbc, 0x01, 0x01, 0x00, 0x05, 0x4c, 'A','r','m','e','n','i','a','n','_','R','A',0,
-0xbc, 0x61, 0x01, 0x00, 0x05, 0x7c, 'A','r','m','e','n','i','a','n','_','r','a',0,
-0xbc, 0x07, 0x01, 0x00, 0x05, 0x4d, 'A','r','m','e','n','i','a','n','_','S','E',0,
-0xbc, 0x67, 0x01, 0x00, 0x05, 0x7d, 'A','r','m','e','n','i','a','n','_','s','e',0,
-0x78, 0x70, 0x01, 0x00, 0x05, 0x4e, 'A','r','m','e','n','i','a','n','_','V','E','V',0,
-0x79, 0x50, 0x01, 0x00, 0x05, 0x7e, 'A','r','m','e','n','i','a','n','_','v','e','v',0,
-0xf1, 0x6c, 0x01, 0x00, 0x05, 0x4f, 'A','r','m','e','n','i','a','n','_','T','Y','U','N',0,
-0xf3, 0x4c, 0x01, 0x00, 0x05, 0x7f, 'A','r','m','e','n','i','a','n','_','t','y','u','n',0,
-0xbc, 0x05, 0x01, 0x00, 0x05, 0x50, 'A','r','m','e','n','i','a','n','_','R','E',0,
-0xbc, 0x65, 0x01, 0x00, 0x05, 0x80, 'A','r','m','e','n','i','a','n','_','r','e',0,
-0x78, 0x7d, 0x01, 0x00, 0x05, 0x51, 'A','r','m','e','n','i','a','n','_','T','S','O',0,
-0x79, 0x5d, 0x01, 0x00, 0x05, 0x81, 'A','r','m','e','n','i','a','n','_','t','s','o',0,
-0xf1, 0x7c, 0x01, 0x00, 0x05, 0x52, 'A','r','m','e','n','i','a','n','_','V','Y','U','N',0,
-0xf3, 0x5c, 0x01, 0x00, 0x05, 0x82, 'A','r','m','e','n','i','a','n','_','v','y','u','n',0,
-0xf1, 0x50, 0x01, 0x00, 0x05, 0x53, 'A','r','m','e','n','i','a','n','_','P','Y','U','R',0,
-0xf3, 0x30, 0x01, 0x00, 0x05, 0x83, 'A','r','m','e','n','i','a','n','_','p','y','u','r',0,
-0xbb, 0xf7, 0x01, 0x00, 0x05, 0x54, 'A','r','m','e','n','i','a','n','_','K','E',0,
-0xbc, 0x57, 0x01, 0x00, 0x05, 0x84, 'A','r','m','e','n','i','a','n','_','k','e',0,
-0x5d, 0xdd, 0x01, 0x00, 0x05, 0x55, 'A','r','m','e','n','i','a','n','_','O',0,
-0x5d, 0xfd, 0x01, 0x00, 0x05, 0x85, 'A','r','m','e','n','i','a','n','_','o',0,
-0xbb, 0xed, 0x01, 0x00, 0x05, 0x56, 'A','r','m','e','n','i','a','n','_','F','E',0,
-0xbc, 0x4d, 0x01, 0x00, 0x05, 0x86, 'A','r','m','e','n','i','a','n','_','f','e',0,
-0xbe, 0x4d, 0x01, 0x00, 0x05, 0x5a, 'A','r','m','e','n','i','a','n','_','a','p','o','s','t','r','o','p','h','e',0,
-0xc1, 0x0c, 0x01, 0x00, 0x10, 0xd0, 'G','e','o','r','g','i','a','n','_','a','n',0,
-0x82, 0x70, 0x01, 0x00, 0x10, 0xd1, 'G','e','o','r','g','i','a','n','_','b','a','n',0,
-0x82, 0x84, 0x01, 0x00, 0x10, 0xd2, 'G','e','o','r','g','i','a','n','_','g','a','n',0,
-0x82, 0x94, 0x01, 0x00, 0x10, 0xd3, 'G','e','o','r','g','i','a','n','_','d','o','n',0,
-0xc1, 0x14, 0x01, 0x00, 0x10, 0xd4, 'G','e','o','r','g','i','a','n','_','e','n',0,
-0x82, 0xd0, 0x01, 0x00, 0x10, 0xd5, 'G','e','o','r','g','i','a','n','_','v','i','n',0,
-0x82, 0xd8, 0x01, 0x00, 0x10, 0xd6, 'G','e','o','r','g','i','a','n','_','z','e','n',0,
-0x82, 0xb8, 0x01, 0x00, 0x10, 0xd7, 'G','e','o','r','g','i','a','n','_','t','a','n',0,
-0xc1, 0x1c, 0x01, 0x00, 0x10, 0xd8, 'G','e','o','r','g','i','a','n','_','i','n',0,
-0x82, 0x94, 0x01, 0x00, 0x10, 0xd9, 'G','e','o','r','g','i','a','n','_','k','a','n',0,
-0x82, 0x9d, 0x01, 0x00, 0x10, 0xda, 'G','e','o','r','g','i','a','n','_','l','a','s',0,
-0x82, 0x9c, 0x01, 0x00, 0x10, 0xdb, 'G','e','o','r','g','i','a','n','_','m','a','n',0,
-0x82, 0xa4, 0x01, 0x00, 0x10, 0xdc, 'G','e','o','r','g','i','a','n','_','n','a','r',0,
-0xc1, 0x28, 0x01, 0x00, 0x10, 0xdd, 'G','e','o','r','g','i','a','n','_','o','n',0,
-0x82, 0xac, 0x01, 0x00, 0x10, 0xde, 'G','e','o','r','g','i','a','n','_','p','a','r',0,
-0x06, 0x14, 0x01, 0x00, 0x10, 0xdf, 'G','e','o','r','g','i','a','n','_','z','h','a','r',0,
-0x82, 0xa7, 0x01, 0x00, 0x10, 0xe0, 'G','e','o','r','g','i','a','n','_','r','a','e',0,
-0x82, 0xb4, 0x01, 0x00, 0x10, 0xe1, 'G','e','o','r','g','i','a','n','_','s','a','n',0,
-0x82, 0xbc, 0x01, 0x00, 0x10, 0xe2, 'G','e','o','r','g','i','a','n','_','t','a','r',0,
-0xc1, 0x34, 0x01, 0x00, 0x10, 0xe3, 'G','e','o','r','g','i','a','n','_','u','n',0,
-0x05, 0xc4, 0x01, 0x00, 0x10, 0xe4, 'G','e','o','r','g','i','a','n','_','p','h','a','r',0,
-0x05, 0x9c, 0x01, 0x00, 0x10, 0xe5, 'G','e','o','r','g','i','a','n','_','k','h','a','r',0,
-0x05, 0x78, 0x01, 0x00, 0x10, 0xe6, 'G','e','o','r','g','i','a','n','_','g','h','a','n',0,
-0x82, 0xb0, 0x01, 0x00, 0x10, 0xe7, 'G','e','o','r','g','i','a','n','_','q','a','r',0,
-0x05, 0xe8, 0x01, 0x00, 0x10, 0xe8, 'G','e','o','r','g','i','a','n','_','s','h','i','n',0,
-0x05, 0x68, 0x01, 0x00, 0x10, 0xe9, 'G','e','o','r','g','i','a','n','_','c','h','i','n',0,
-0x82, 0x74, 0x01, 0x00, 0x10, 0xea, 'G','e','o','r','g','i','a','n','_','c','a','n',0,
-0x82, 0x9e, 0x01, 0x00, 0x10, 0xeb, 'G','e','o','r','g','i','a','n','_','j','i','l',0,
-0x82, 0x82, 0x01, 0x00, 0x10, 0xec, 'G','e','o','r','g','i','a','n','_','c','i','l',0,
-0x05, 0x5c, 0x01, 0x00, 0x10, 0xed, 'G','e','o','r','g','i','a','n','_','c','h','a','r',0,
-0x82, 0xc8, 0x01, 0x00, 0x10, 0xee, 'G','e','o','r','g','i','a','n','_','x','a','n',0,
-0x05, 0x90, 0x01, 0x00, 0x10, 0xef, 'G','e','o','r','g','i','a','n','_','j','h','a','n',0,
-0x82, 0x7f, 0x01, 0x00, 0x10, 0xf0, 'G','e','o','r','g','i','a','n','_','h','a','e',0,
-0xc1, 0x11, 0x01, 0x00, 0x10, 0xf1, 'G','e','o','r','g','i','a','n','_','h','e',0,
-0x82, 0x8f, 0x01, 0x00, 0x10, 0xf2, 'G','e','o','r','g','i','a','n','_','h','i','e',0,
-0xc1, 0x2f, 0x01, 0x00, 0x10, 0xf3, 'G','e','o','r','g','i','a','n','_','w','e',0,
-0x82, 0x8c, 0x01, 0x00, 0x10, 0xf4, 'G','e','o','r','g','i','a','n','_','h','a','r',0,
-0x82, 0x9b, 0x01, 0x00, 0x10, 0xf5, 'G','e','o','r','g','i','a','n','_','h','o','e',0,
-0xc1, 0x11, 0x01, 0x00, 0x10, 0xf6, 'G','e','o','r','g','i','a','n','_','f','i',0,
-0xbc, 0x4a, 0x01, 0x00, 0x1e, 0x8a, 'X','a','b','o','v','e','d','o','t',0,
-0x15, 0xb5, 0x01, 0x00, 0x01, 0x2c, 'I','b','r','e','v','e',0,
-0x32, 0xa7, 0x01, 0x00, 0x01, 0xb5, 'Z','s','t','r','o','k','e',0,
-0x15, 0x2c, 0x01, 0x00, 0x01, 0xe6, 'G','c','a','r','o','n',0,
-0x16, 0x2c, 0x01, 0x00, 0x01, 0xd1, 'O','c','a','r','o','n',0,
-0x2c, 0x96, 0x01, 0x00, 0x01, 0x9f, 'O','b','a','r','r','e','d',0,
-0xdc, 0x4a, 0x01, 0x00, 0x1e, 0x8b, 'x','a','b','o','v','e','d','o','t',0,
-0x19, 0xb5, 0x01, 0x00, 0x01, 0x2d, 'i','b','r','e','v','e',0,
-0x3a, 0xa7, 0x01, 0x00, 0x01, 0xb6, 'z','s','t','r','o','k','e',0,
-0x19, 0x2c, 0x01, 0x00, 0x01, 0xe7, 'g','c','a','r','o','n',0,
-0x1a, 0x2c, 0x01, 0x00, 0x01, 0xd2, 'o','c','a','r','o','n',0,
-0x34, 0x96, 0x01, 0x00, 0x02, 0x75, 'o','b','a','r','r','e','d',0,
-0x09, 0x57, 0x01, 0x00, 0x01, 0x8f, 'S','C','H','W','A',0,
-0x0d, 0x37, 0x01, 0x00, 0x02, 0x59, 's','c','h','w','a',0,
-0xb1, 0x4a, 0x01, 0x00, 0x1e, 0x36, 'L','b','e','l','o','w','d','o','t',0,
-0xd1, 0x4a, 0x01, 0x00, 0x1e, 0x37, 'l','b','e','l','o','w','d','o','t',0,
-0xa6, 0x4a, 0x01, 0x00, 0x1e, 0xa0, 'A','b','e','l','o','w','d','o','t',0,
-0xc6, 0x4a, 0x01, 0x00, 0x1e, 0xa1, 'a','b','e','l','o','w','d','o','t',0,
-0x0a, 0x55, 0x01, 0x00, 0x1e, 0xa2, 'A','h','o','o','k',0,
-0x0c, 0x55, 0x01, 0x00, 0x1e, 0xa3, 'a','h','o','o','k',0,
-0x16, 0x89, 0x01, 0x00, 0x1e, 0xa4, 'A','c','i','r','c','u','m','f','l','e','x','a','c','u','t','e',0,
-0x16, 0x89, 0x01, 0x00, 0x1e, 0xa5, 'a','c','i','r','c','u','m','f','l','e','x','a','c','u','t','e',0,
-0x17, 0x15, 0x01, 0x00, 0x1e, 0xa6, 'A','c','i','r','c','u','m','f','l','e','x','g','r','a','v','e',0,
-0x17, 0x15, 0x01, 0x00, 0x1e, 0xa7, 'a','c','i','r','c','u','m','f','l','e','x','g','r','a','v','e',0,
-0x0b, 0x65, 0x01, 0x00, 0x1e, 0xa8, 'A','c','i','r','c','u','m','f','l','e','x','h','o','o','k',0,
-0x0b, 0x65, 0x01, 0x00, 0x1e, 0xa9, 'a','c','i','r','c','u','m','f','l','e','x','h','o','o','k',0,
-0x17, 0xa5, 0x01, 0x00, 0x1e, 0xaa, 'A','c','i','r','c','u','m','f','l','e','x','t','i','l','d','e',0,
-0x17, 0xa5, 0x01, 0x00, 0x1e, 0xab, 'a','c','i','r','c','u','m','f','l','e','x','t','i','l','d','e',0,
-0xb7, 0x4a, 0x01, 0x00, 0x1e, 0xac, 'A','c','i','r','c','u','m','f','l','e','x','b','e','l','o','w','d','o','t',0,
-0xb7, 0x4a, 0x01, 0x00, 0x1e, 0xad, 'a','c','i','r','c','u','m','f','l','e','x','b','e','l','o','w','d','o','t',0,
-0xa2, 0xe9, 0x01, 0x00, 0x1e, 0xae, 'A','b','r','e','v','e','a','c','u','t','e',0,
-0x22, 0xe9, 0x01, 0x00, 0x1e, 0xaf, 'a','b','r','e','v','e','a','c','u','t','e',0,
-0xa3, 0x75, 0x01, 0x00, 0x1e, 0xb0, 'A','b','r','e','v','e','g','r','a','v','e',0,
-0x23, 0x75, 0x01, 0x00, 0x1e, 0xb1, 'a','b','r','e','v','e','g','r','a','v','e',0,
-0x51, 0x95, 0x01, 0x00, 0x1e, 0xb2, 'A','b','r','e','v','e','h','o','o','k',0,
-0x91, 0x95, 0x01, 0x00, 0x1e, 0xb3, 'a','b','r','e','v','e','h','o','o','k',0,
-0xa4, 0x05, 0x01, 0x00, 0x1e, 0xb4, 'A','b','r','e','v','e','t','i','l','d','e',0,
-0x24, 0x05, 0x01, 0x00, 0x1e, 0xb5, 'a','b','r','e','v','e','t','i','l','d','e',0,
-0x1a, 0x4a, 0x01, 0x00, 0x1e, 0xb6, 'A','b','r','e','v','e','b','e','l','o','w','d','o','t',0,
-0x1a, 0x4a, 0x01, 0x00, 0x1e, 0xb7, 'a','b','r','e','v','e','b','e','l','o','w','d','o','t',0,
-0xaa, 0x4a, 0x01, 0x00, 0x1e, 0xb8, 'E','b','e','l','o','w','d','o','t',0,
-0xca, 0x4a, 0x01, 0x00, 0x1e, 0xb9, 'e','b','e','l','o','w','d','o','t',0,
-0x0a, 0x95, 0x01, 0x00, 0x1e, 0xba, 'E','h','o','o','k',0,
-0x0c, 0x95, 0x01, 0x00, 0x1e, 0xbb, 'e','h','o','o','k',0,
-0x16, 0x05, 0x01, 0x00, 0x1e, 0xbc, 'E','t','i','l','d','e',0,
-0x1a, 0x05, 0x01, 0x00, 0x1e, 0xbd, 'e','t','i','l','d','e',0,
-0x16, 0x89, 0x01, 0x00, 0x1e, 0xbe, 'E','c','i','r','c','u','m','f','l','e','x','a','c','u','t','e',0,
-0x16, 0x89, 0x01, 0x00, 0x1e, 0xbf, 'e','c','i','r','c','u','m','f','l','e','x','a','c','u','t','e',0,
-0x17, 0x15, 0x01, 0x00, 0x1e, 0xc0, 'E','c','i','r','c','u','m','f','l','e','x','g','r','a','v','e',0,
-0x17, 0x15, 0x01, 0x00, 0x1e, 0xc1, 'e','c','i','r','c','u','m','f','l','e','x','g','r','a','v','e',0,
-0x0b, 0x65, 0x01, 0x00, 0x1e, 0xc2, 'E','c','i','r','c','u','m','f','l','e','x','h','o','o','k',0,
-0x0b, 0x65, 0x01, 0x00, 0x1e, 0xc3, 'e','c','i','r','c','u','m','f','l','e','x','h','o','o','k',0,
-0x17, 0xa5, 0x01, 0x00, 0x1e, 0xc4, 'E','c','i','r','c','u','m','f','l','e','x','t','i','l','d','e',0,
-0x17, 0xa5, 0x01, 0x00, 0x1e, 0xc5, 'e','c','i','r','c','u','m','f','l','e','x','t','i','l','d','e',0,
-0xb7, 0x4a, 0x01, 0x00, 0x1e, 0xc6, 'E','c','i','r','c','u','m','f','l','e','x','b','e','l','o','w','d','o','t',0,
-0xb7, 0x4a, 0x01, 0x00, 0x1e, 0xc7, 'e','c','i','r','c','u','m','f','l','e','x','b','e','l','o','w','d','o','t',0,
-0x0a, 0xd5, 0x01, 0x00, 0x1e, 0xc8, 'I','h','o','o','k',0,
-0x0c, 0xd5, 0x01, 0x00, 0x1e, 0xc9, 'i','h','o','o','k',0,
-0xae, 0x4a, 0x01, 0x00, 0x1e, 0xca, 'I','b','e','l','o','w','d','o','t',0,
-0xce, 0x4a, 0x01, 0x00, 0x1e, 0xcb, 'i','b','e','l','o','w','d','o','t',0,
-0xb4, 0x4a, 0x01, 0x00, 0x1e, 0xcc, 'O','b','e','l','o','w','d','o','t',0,
-0xd4, 0x4a, 0x01, 0x00, 0x1e, 0xcd, 'o','b','e','l','o','w','d','o','t',0,
-0x0b, 0x35, 0x01, 0x00, 0x1e, 0xce, 'O','h','o','o','k',0,
-0x0d, 0x35, 0x01, 0x00, 0x1e, 0xcf, 'o','h','o','o','k',0,
-0x16, 0x89, 0x01, 0x00, 0x1e, 0xd0, 'O','c','i','r','c','u','m','f','l','e','x','a','c','u','t','e',0,
-0x16, 0x89, 0x01, 0x00, 0x1e, 0xd1, 'o','c','i','r','c','u','m','f','l','e','x','a','c','u','t','e',0,
-0x17, 0x15, 0x01, 0x00, 0x1e, 0xd2, 'O','c','i','r','c','u','m','f','l','e','x','g','r','a','v','e',0,
-0x17, 0x15, 0x01, 0x00, 0x1e, 0xd3, 'o','c','i','r','c','u','m','f','l','e','x','g','r','a','v','e',0,
-0x8b, 0x65, 0x01, 0x00, 0x1e, 0xd4, 'O','c','i','r','c','u','m','f','l','e','x','h','o','o','k',0,
-0x8b, 0x65, 0x01, 0x00, 0x1e, 0xd5, 'o','c','i','r','c','u','m','f','l','e','x','h','o','o','k',0,
-0x17, 0xa5, 0x01, 0x00, 0x1e, 0xd6, 'O','c','i','r','c','u','m','f','l','e','x','t','i','l','d','e',0,
-0x17, 0xa5, 0x01, 0x00, 0x1e, 0xd7, 'o','c','i','r','c','u','m','f','l','e','x','t','i','l','d','e',0,
-0xb7, 0x4a, 0x01, 0x00, 0x1e, 0xd8, 'O','c','i','r','c','u','m','f','l','e','x','b','e','l','o','w','d','o','t',0,
-0xb7, 0x4a, 0x01, 0x00, 0x1e, 0xd9, 'o','c','i','r','c','u','m','f','l','e','x','b','e','l','o','w','d','o','t',0,
-0x74, 0x09, 0x01, 0x00, 0x1e, 0xda, 'O','h','o','r','n','a','c','u','t','e',0,
-0xb4, 0x09, 0x01, 0x00, 0x1e, 0xdb, 'o','h','o','r','n','a','c','u','t','e',0,
-0x74, 0x95, 0x01, 0x00, 0x1e, 0xdc, 'O','h','o','r','n','g','r','a','v','e',0,
-0xb4, 0x95, 0x01, 0x00, 0x1e, 0xdd, 'o','h','o','r','n','g','r','a','v','e',0,
-0xba, 0x25, 0x01, 0x00, 0x1e, 0xde, 'O','h','o','r','n','h','o','o','k',0,
-0xda, 0x25, 0x01, 0x00, 0x1e, 0xdf, 'o','h','o','r','n','h','o','o','k',0,
-0x75, 0x25, 0x01, 0x00, 0x1e, 0xe0, 'O','h','o','r','n','t','i','l','d','e',0,
-0xb5, 0x25, 0x01, 0x00, 0x1e, 0xe1, 'o','h','o','r','n','t','i','l','d','e',0,
-0xa3, 0x4a, 0x01, 0x00, 0x1e, 0xe2, 'O','h','o','r','n','b','e','l','o','w','d','o','t',0,
-0xa3, 0x4a, 0x01, 0x00, 0x1e, 0xe3, 'o','h','o','r','n','b','e','l','o','w','d','o','t',0,
-0xba, 0x4a, 0x01, 0x00, 0x1e, 0xe4, 'U','b','e','l','o','w','d','o','t',0,
-0xda, 0x4a, 0x01, 0x00, 0x1e, 0xe5, 'u','b','e','l','o','w','d','o','t',0,
-0x0b, 0x95, 0x01, 0x00, 0x1e, 0xe6, 'U','h','o','o','k',0,
-0x0d, 0x95, 0x01, 0x00, 0x1e, 0xe7, 'u','h','o','o','k',0,
-0x80, 0x09, 0x01, 0x00, 0x1e, 0xe8, 'U','h','o','r','n','a','c','u','t','e',0,
-0xc0, 0x09, 0x01, 0x00, 0x1e, 0xe9, 'u','h','o','r','n','a','c','u','t','e',0,
-0x80, 0x95, 0x01, 0x00, 0x1e, 0xea, 'U','h','o','r','n','g','r','a','v','e',0,
-0xc0, 0x95, 0x01, 0x00, 0x1e, 0xeb, 'u','h','o','r','n','g','r','a','v','e',0,
-0xc0, 0x25, 0x01, 0x00, 0x1e, 0xec, 'U','h','o','r','n','h','o','o','k',0,
-0xe0, 0x25, 0x01, 0x00, 0x1e, 0xed, 'u','h','o','r','n','h','o','o','k',0,
-0x81, 0x25, 0x01, 0x00, 0x1e, 0xee, 'U','h','o','r','n','t','i','l','d','e',0,
-0xc1, 0x25, 0x01, 0x00, 0x1e, 0xef, 'u','h','o','r','n','t','i','l','d','e',0,
-0x03, 0x4a, 0x01, 0x00, 0x1e, 0xf0, 'U','h','o','r','n','b','e','l','o','w','d','o','t',0,
-0x03, 0x4a, 0x01, 0x00, 0x1e, 0xf1, 'u','h','o','r','n','b','e','l','o','w','d','o','t',0,
-0xbe, 0x4a, 0x01, 0x00, 0x1e, 0xf4, 'Y','b','e','l','o','w','d','o','t',0,
-0xde, 0x4a, 0x01, 0x00, 0x1e, 0xf5, 'y','b','e','l','o','w','d','o','t',0,
-0x0b, 0xd5, 0x01, 0x00, 0x1e, 0xf6, 'Y','h','o','o','k',0,
-0x0d, 0xd5, 0x01, 0x00, 0x1e, 0xf7, 'y','h','o','o','k',0,
-0x18, 0x85, 0x01, 0x00, 0x1e, 0xf8, 'Y','t','i','l','d','e',0,
-0x1c, 0x85, 0x01, 0x00, 0x1e, 0xf9, 'y','t','i','l','d','e',0,
-0x0b, 0x3e, 0x01, 0x00, 0x01, 0xa0, 'O','h','o','r','n',0,
-0x0d, 0x3e, 0x01, 0x00, 0x01, 0xa1, 'o','h','o','r','n',0,
-0x0b, 0x9e, 0x01, 0x00, 0x01, 0xaf, 'U','h','o','r','n',0,
-0x0d, 0x9e, 0x01, 0x00, 0x01, 0xb0, 'u','h','o','r','n',0,
-0x2a, 0x68, 0x01, 0x00, 0x20, 0xa0, 'E','c','u','S','i','g','n',0,
-0xaf, 0xb8, 0x01, 0x00, 0x20, 0xa1, 'C','o','l','o','n','S','i','g','n',0,
-0xab, 0x68, 0x01, 0x00, 0x20, 0xa2, 'C','r','u','z','e','i','r','o','S','i','g','n',0,
-0x3c, 0xa8, 0x01, 0x00, 0x20, 0xa3, 'F','F','r','a','n','c','S','i','g','n',0,
-0x5a, 0x08, 0x01, 0x00, 0x20, 0xa4, 'L','i','r','a','S','i','g','n',0,
-0x5a, 0x78, 0x01, 0x00, 0x20, 0xa5, 'M','i','l','l','S','i','g','n',0,
-0xb2, 0x88, 0x01, 0x00, 0x20, 0xa6, 'N','a','i','r','a','S','i','g','n',0,
-0x71, 0xc8, 0x01, 0x00, 0x20, 0xa7, 'P','e','s','e','t','a','S','i','g','n',0,
-0xc0, 0xe8, 0x01, 0x00, 0x20, 0xa8, 'R','u','p','e','e','S','i','g','n',0,
-0x2f, 0xf8, 0x01, 0x00, 0x20, 0xa9, 'W','o','n','S','i','g','n',0,
-0x59, 0x98, 0x01, 0x00, 0x20, 0xaa, 'N','e','w','S','h','e','q','e','l','S','i','g','n',0,
-0x57, 0x68, 0x01, 0x00, 0x20, 0xab, 'D','o','n','g','S','i','g','n',0,
-0x5a, 0x68, 0x00, 0x00, 0x20, 0xac, 'E','u','r','o','S','i','g','n',0,
-0x28, 0x94, 0x01, 0x00, 0x20, 0x70, 'z','e','r','o','s','u','p','e','r','i','o','r',0,
-0xb9, 0x94, 0x01, 0x00, 0x20, 0x74, 'f','o','u','r','s','u','p','e','r','i','o','r',0,
-0x96, 0x94, 0x01, 0x00, 0x20, 0x75, 'f','i','v','e','s','u','p','e','r','i','o','r',0,
-0x87, 0x94, 0x01, 0x00, 0x20, 0x76, 's','i','x','s','u','p','e','r','i','o','r',0,
-0xd9, 0x94, 0x01, 0x00, 0x20, 0x77, 's','e','v','e','n','s','u','p','e','r','i','o','r',0,
-0xe9, 0x94, 0x01, 0x00, 0x20, 0x78, 'e','i','g','h','t','s','u','p','e','r','i','o','r',0,
-0xc6, 0x94, 0x01, 0x00, 0x20, 0x79, 'n','i','n','e','s','u','p','e','r','i','o','r',0,
-0x4f, 0x18, 0x01, 0x00, 0x20, 0x80, 'z','e','r','o','s','u','b','s','c','r','i','p','t',0,
-0xdb, 0x18, 0x01, 0x00, 0x20, 0x81, 'o','n','e','s','u','b','s','c','r','i','p','t',0,
-0x3b, 0x18, 0x01, 0x00, 0x20, 0x82, 't','w','o','s','u','b','s','c','r','i','p','t',0,
-0xcf, 0x18, 0x01, 0x00, 0x20, 0x83, 't','h','r','e','e','s','u','b','s','c','r','i','p','t',0,
-0x71, 0x18, 0x01, 0x00, 0x20, 0x84, 'f','o','u','r','s','u','b','s','c','r','i','p','t',0,
-0x2b, 0x18, 0x01, 0x00, 0x20, 0x85, 'f','i','v','e','s','u','b','s','c','r','i','p','t',0,
-0x0d, 0x18, 0x01, 0x00, 0x20, 0x86, 's','i','x','s','u','b','s','c','r','i','p','t',0,
-0xb1, 0x18, 0x01, 0x00, 0x20, 0x87, 's','e','v','e','n','s','u','b','s','c','r','i','p','t',0,
-0xd1, 0x18, 0x01, 0x00, 0x20, 0x88, 'e','i','g','h','t','s','u','b','s','c','r','i','p','t',0,
-0x8b, 0x18, 0x01, 0x00, 0x20, 0x89, 'n','i','n','e','s','u','b','s','c','r','i','p','t',0,
-0x1e, 0xf2, 0x01, 0x00, 0x22, 0x02, 'p','a','r','t','d','i','f','f','e','r','e','n','t','i','a','l',0,
-0x69, 0xd2, 0x01, 0x00, 0x22, 0x05, 'e','m','p','t','y','s','e','t',0,
-0xce, 0xb4, 0x01, 0x00, 0x22, 0x08, 'e','l','e','m','e','n','t','o','f',0,
-0xe2, 0xb4, 0x01, 0x00, 0x22, 0x09, 'n','o','t','e','l','e','m','e','n','t','o','f',0,
-0xa2, 0x21, 0x01, 0x00, 0x22, 0x0b, 'c','o','n','t','a','i','n','s','a','s',0,
-0xc4, 0xee, 0x01, 0x00, 0x22, 0x1a, 's','q','u','a','r','e','r','o','o','t',0,
-0x67, 0xee, 0x01, 0x00, 0x22, 0x1b, 'c','u','b','e','r','o','o','t',0,
-0xad, 0x9e, 0x01, 0x00, 0x22, 0x1c, 'f','o','u','r','t','h','r','o','o','t',0,
-0xce, 0xfe, 0x01, 0x00, 0x22, 0x2c, 'd','i','n','t','e','g','r','a','l',0,
-0xde, 0xfe, 0x01, 0x00, 0x22, 0x2d, 't','i','n','t','e','g','r','a','l',0,
-0x31, 0x77, 0x01, 0x00, 0x22, 0x35, 'b','e','c','a','u','s','e',0,
-0x68, 0x33, 0x01, 0x00, 0x22, 0x48, 'a','p','p','r','o','x','e','q',0,
-0x72, 0x33, 0x01, 0x00, 0x22, 0x47, 'n','o','t','a','p','p','r','o','x','e','q',0,
-0xe3, 0x42, 0x01, 0x00, 0x22, 0x62, 'n','o','t','i','d','e','n','t','i','c','a','l',0,
-0x71, 0x73, 0x01, 0x00, 0x22, 0x63, 's','t','r','i','c','t','e','q',0,
-0xd9, 0x97, 0x00, 0x00, 0xff, 0xf1, 'b','r','a','i','l','l','e','_','d','o','t','_','1',0,
-0xd9, 0x98, 0x00, 0x00, 0xff, 0xf2, 'b','r','a','i','l','l','e','_','d','o','t','_','2',0,
-0xd9, 0x99, 0x00, 0x00, 0xff, 0xf3, 'b','r','a','i','l','l','e','_','d','o','t','_','3',0,
-0xd9, 0x9a, 0x00, 0x00, 0xff, 0xf4, 'b','r','a','i','l','l','e','_','d','o','t','_','4',0,
-0xd9, 0x9b, 0x00, 0x00, 0xff, 0xf5, 'b','r','a','i','l','l','e','_','d','o','t','_','5',0,
-0xd9, 0x9c, 0x00, 0x00, 0xff, 0xf6, 'b','r','a','i','l','l','e','_','d','o','t','_','6',0,
-0xd9, 0x9d, 0x00, 0x00, 0xff, 0xf7, 'b','r','a','i','l','l','e','_','d','o','t','_','7',0,
-0xd9, 0x9e, 0x00, 0x00, 0xff, 0xf8, 'b','r','a','i','l','l','e','_','d','o','t','_','8',0,
-0xd9, 0x9f, 0x00, 0x00, 0xff, 0xf9, 'b','r','a','i','l','l','e','_','d','o','t','_','9',0,
-0xb3, 0x5e, 0x00, 0x00, 0xff, 0xfa, 'b','r','a','i','l','l','e','_','d','o','t','_','1','0',0,
-0xd9, 0x6b, 0x01, 0x00, 0x28, 0x00, 'b','r','a','i','l','l','e','_','b','l','a','n','k',0,
-0xb4, 0x0b, 0x01, 0x00, 0x28, 0x01, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1',0,
-0xb4, 0x0c, 0x01, 0x00, 0x28, 0x02, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2',0,
-0x68, 0x48, 0x01, 0x00, 0x28, 0x03, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2',0,
-0xb4, 0x0d, 0x01, 0x00, 0x28, 0x04, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3',0,
-0x68, 0x49, 0x01, 0x00, 0x28, 0x05, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3',0,
-0x68, 0x4b, 0x01, 0x00, 0x28, 0x06, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3',0,
-0xd0, 0xc3, 0x01, 0x00, 0x28, 0x07, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3',0,
-0xb4, 0x0e, 0x01, 0x00, 0x28, 0x08, 'b','r','a','i','l','l','e','_','d','o','t','s','_','4',0,
-0x68, 0x4a, 0x01, 0x00, 0x28, 0x09, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','4',0,
-0x68, 0x4c, 0x01, 0x00, 0x28, 0x0a, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','4',0,
-0xd0, 0xc4, 0x01, 0x00, 0x28, 0x0b, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','4',0,
-0x68, 0x4e, 0x01, 0x00, 0x28, 0x0c, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3','4',0,
-0xd0, 0xc6, 0x01, 0x00, 0x28, 0x0d, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3','4',0,
-0xd0, 0xca, 0x01, 0x00, 0x28, 0x0e, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3','4',0,
-0xa1, 0xba, 0x01, 0x00, 0x28, 0x0f, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3','4',0,
-0xb4, 0x0f, 0x01, 0x00, 0x28, 0x10, 'b','r','a','i','l','l','e','_','d','o','t','s','_','5',0,
-0x68, 0x4b, 0x01, 0x00, 0x28, 0x11, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','5',0,
-0x68, 0x4d, 0x01, 0x00, 0x28, 0x12, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','5',0,
-0xd0, 0xc5, 0x01, 0x00, 0x28, 0x13, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','5',0,
-0x68, 0x4f, 0x01, 0x00, 0x28, 0x14, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3','5',0,
-0xd0, 0xc7, 0x01, 0x00, 0x28, 0x15, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3','5',0,
-0xd0, 0xcb, 0x01, 0x00, 0x28, 0x16, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3','5',0,
-0xa1, 0xbb, 0x01, 0x00, 0x28, 0x17, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3','5',0,
-0x68, 0x51, 0x01, 0x00, 0x28, 0x18, 'b','r','a','i','l','l','e','_','d','o','t','s','_','4','5',0,
-0xd0, 0xc9, 0x01, 0x00, 0x28, 0x19, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','4','5',0,
-0xd0, 0xcd, 0x01, 0x00, 0x28, 0x1a, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','4','5',0,
-0xa1, 0xbd, 0x01, 0x00, 0x28, 0x1b, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','4','5',0,
-0xd0, 0xd1, 0x01, 0x00, 0x28, 0x1c, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3','4','5',0,
-0xa1, 0xc1, 0x01, 0x00, 0x28, 0x1d, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3','4','5',0,
-0xa1, 0xc9, 0x01, 0x00, 0x28, 0x1e, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3','4','5',0,
-0x43, 0xa9, 0x01, 0x00, 0x28, 0x1f, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3','4','5',0,
-0xb4, 0x10, 0x01, 0x00, 0x28, 0x20, 'b','r','a','i','l','l','e','_','d','o','t','s','_','6',0,
-0x68, 0x4c, 0x01, 0x00, 0x28, 0x21, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','6',0,
-0x68, 0x4e, 0x01, 0x00, 0x28, 0x22, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','6',0,
-0xd0, 0xc6, 0x01, 0x00, 0x28, 0x23, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','6',0,
-0x68, 0x50, 0x01, 0x00, 0x28, 0x24, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3','6',0,
-0xd0, 0xc8, 0x01, 0x00, 0x28, 0x25, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3','6',0,
-0xd0, 0xcc, 0x01, 0x00, 0x28, 0x26, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3','6',0,
-0xa1, 0xbc, 0x01, 0x00, 0x28, 0x27, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3','6',0,
-0x68, 0x52, 0x01, 0x00, 0x28, 0x28, 'b','r','a','i','l','l','e','_','d','o','t','s','_','4','6',0,
-0xd0, 0xca, 0x01, 0x00, 0x28, 0x29, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','4','6',0,
-0xd0, 0xce, 0x01, 0x00, 0x28, 0x2a, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','4','6',0,
-0xa1, 0xbe, 0x01, 0x00, 0x28, 0x2b, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','4','6',0,
-0xd0, 0xd2, 0x01, 0x00, 0x28, 0x2c, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3','4','6',0,
-0xa1, 0xc2, 0x01, 0x00, 0x28, 0x2d, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3','4','6',0,
-0xa1, 0xca, 0x01, 0x00, 0x28, 0x2e, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3','4','6',0,
-0x43, 0xaa, 0x01, 0x00, 0x28, 0x2f, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3','4','6',0,
-0x68, 0x54, 0x01, 0x00, 0x28, 0x30, 'b','r','a','i','l','l','e','_','d','o','t','s','_','5','6',0,
-0xd0, 0xcc, 0x01, 0x00, 0x28, 0x31, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','5','6',0,
-0xd0, 0xd0, 0x01, 0x00, 0x28, 0x32, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','5','6',0,
-0xa1, 0xc0, 0x01, 0x00, 0x28, 0x33, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','5','6',0,
-0xd0, 0xd4, 0x01, 0x00, 0x28, 0x34, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3','5','6',0,
-0xa1, 0xc4, 0x01, 0x00, 0x28, 0x35, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3','5','6',0,
-0xa1, 0xcc, 0x01, 0x00, 0x28, 0x36, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3','5','6',0,
-0x43, 0xac, 0x01, 0x00, 0x28, 0x37, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3','5','6',0,
-0xd0, 0xd8, 0x01, 0x00, 0x28, 0x38, 'b','r','a','i','l','l','e','_','d','o','t','s','_','4','5','6',0,
-0xa1, 0xc8, 0x01, 0x00, 0x28, 0x39, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','4','5','6',0,
-0xa1, 0xd0, 0x01, 0x00, 0x28, 0x3a, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','4','5','6',0,
-0x43, 0xb0, 0x01, 0x00, 0x28, 0x3b, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','4','5','6',0,
-0xa1, 0xd8, 0x01, 0x00, 0x28, 0x3c, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3','4','5','6',0,
-0x43, 0xb8, 0x01, 0x00, 0x28, 0x3d, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3','4','5','6',0,
-0x43, 0xc8, 0x01, 0x00, 0x28, 0x3e, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3','4','5','6',0,
-0x87, 0x88, 0x01, 0x00, 0x28, 0x3f, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3','4','5','6',0,
-0xb4, 0x11, 0x01, 0x00, 0x28, 0x40, 'b','r','a','i','l','l','e','_','d','o','t','s','_','7',0,
-0x68, 0x4d, 0x01, 0x00, 0x28, 0x41, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','7',0,
-0x68, 0x4f, 0x01, 0x00, 0x28, 0x42, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','7',0,
-0xd0, 0xc7, 0x01, 0x00, 0x28, 0x43, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','7',0,
-0x68, 0x51, 0x01, 0x00, 0x28, 0x44, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3','7',0,
-0xd0, 0xc9, 0x01, 0x00, 0x28, 0x45, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3','7',0,
-0xd0, 0xcd, 0x01, 0x00, 0x28, 0x46, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3','7',0,
-0xa1, 0xbd, 0x01, 0x00, 0x28, 0x47, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3','7',0,
-0x68, 0x53, 0x01, 0x00, 0x28, 0x48, 'b','r','a','i','l','l','e','_','d','o','t','s','_','4','7',0,
-0xd0, 0xcb, 0x01, 0x00, 0x28, 0x49, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','4','7',0,
-0xd0, 0xcf, 0x01, 0x00, 0x28, 0x4a, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','4','7',0,
-0xa1, 0xbf, 0x01, 0x00, 0x28, 0x4b, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','4','7',0,
-0xd0, 0xd3, 0x01, 0x00, 0x28, 0x4c, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3','4','7',0,
-0xa1, 0xc3, 0x01, 0x00, 0x28, 0x4d, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3','4','7',0,
-0xa1, 0xcb, 0x01, 0x00, 0x28, 0x4e, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3','4','7',0,
-0x43, 0xab, 0x01, 0x00, 0x28, 0x4f, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3','4','7',0,
-0x68, 0x55, 0x01, 0x00, 0x28, 0x50, 'b','r','a','i','l','l','e','_','d','o','t','s','_','5','7',0,
-0xd0, 0xcd, 0x01, 0x00, 0x28, 0x51, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','5','7',0,
-0xd0, 0xd1, 0x01, 0x00, 0x28, 0x52, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','5','7',0,
-0xa1, 0xc1, 0x01, 0x00, 0x28, 0x53, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','5','7',0,
-0xd0, 0xd5, 0x01, 0x00, 0x28, 0x54, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3','5','7',0,
-0xa1, 0xc5, 0x01, 0x00, 0x28, 0x55, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3','5','7',0,
-0xa1, 0xcd, 0x01, 0x00, 0x28, 0x56, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3','5','7',0,
-0x43, 0xad, 0x01, 0x00, 0x28, 0x57, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3','5','7',0,
-0xd0, 0xd9, 0x01, 0x00, 0x28, 0x58, 'b','r','a','i','l','l','e','_','d','o','t','s','_','4','5','7',0,
-0xa1, 0xc9, 0x01, 0x00, 0x28, 0x59, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','4','5','7',0,
-0xa1, 0xd1, 0x01, 0x00, 0x28, 0x5a, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','4','5','7',0,
-0x43, 0xb1, 0x01, 0x00, 0x28, 0x5b, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','4','5','7',0,
-0xa1, 0xd9, 0x01, 0x00, 0x28, 0x5c, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3','4','5','7',0,
-0x43, 0xb9, 0x01, 0x00, 0x28, 0x5d, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3','4','5','7',0,
-0x43, 0xc9, 0x01, 0x00, 0x28, 0x5e, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3','4','5','7',0,
-0x87, 0x89, 0x01, 0x00, 0x28, 0x5f, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3','4','5','7',0,
-0x68, 0x57, 0x01, 0x00, 0x28, 0x60, 'b','r','a','i','l','l','e','_','d','o','t','s','_','6','7',0,
-0xd0, 0xcf, 0x01, 0x00, 0x28, 0x61, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','6','7',0,
-0xd0, 0xd3, 0x01, 0x00, 0x28, 0x62, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','6','7',0,
-0xa1, 0xc3, 0x01, 0x00, 0x28, 0x63, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','6','7',0,
-0xd0, 0xd7, 0x01, 0x00, 0x28, 0x64, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3','6','7',0,
-0xa1, 0xc7, 0x01, 0x00, 0x28, 0x65, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3','6','7',0,
-0xa1, 0xcf, 0x01, 0x00, 0x28, 0x66, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3','6','7',0,
-0x43, 0xaf, 0x01, 0x00, 0x28, 0x67, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3','6','7',0,
-0xd0, 0xdb, 0x01, 0x00, 0x28, 0x68, 'b','r','a','i','l','l','e','_','d','o','t','s','_','4','6','7',0,
-0xa1, 0xcb, 0x01, 0x00, 0x28, 0x69, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','4','6','7',0,
-0xa1, 0xd3, 0x01, 0x00, 0x28, 0x6a, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','4','6','7',0,
-0x43, 0xb3, 0x01, 0x00, 0x28, 0x6b, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','4','6','7',0,
-0xa1, 0xdb, 0x01, 0x00, 0x28, 0x6c, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3','4','6','7',0,
-0x43, 0xbb, 0x01, 0x00, 0x28, 0x6d, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3','4','6','7',0,
-0x43, 0xcb, 0x01, 0x00, 0x28, 0x6e, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3','4','6','7',0,
-0x87, 0x8b, 0x01, 0x00, 0x28, 0x6f, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3','4','6','7',0,
-0xd0, 0xdf, 0x01, 0x00, 0x28, 0x70, 'b','r','a','i','l','l','e','_','d','o','t','s','_','5','6','7',0,
-0xa1, 0xcf, 0x01, 0x00, 0x28, 0x71, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','5','6','7',0,
-0xa1, 0xd7, 0x01, 0x00, 0x28, 0x72, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','5','6','7',0,
-0x43, 0xb7, 0x01, 0x00, 0x28, 0x73, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','5','6','7',0,
-0xa1, 0xdf, 0x01, 0x00, 0x28, 0x74, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3','5','6','7',0,
-0x43, 0xbf, 0x01, 0x00, 0x28, 0x75, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3','5','6','7',0,
-0x43, 0xcf, 0x01, 0x00, 0x28, 0x76, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3','5','6','7',0,
-0x87, 0x8f, 0x01, 0x00, 0x28, 0x77, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3','5','6','7',0,
-0xa1, 0xe7, 0x01, 0x00, 0x28, 0x78, 'b','r','a','i','l','l','e','_','d','o','t','s','_','4','5','6','7',0,
-0x43, 0xc7, 0x01, 0x00, 0x28, 0x79, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','4','5','6','7',0,
-0x43, 0xd7, 0x01, 0x00, 0x28, 0x7a, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','4','5','6','7',0,
-0x87, 0x97, 0x01, 0x00, 0x28, 0x7b, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','4','5','6','7',0,
-0x43, 0xe7, 0x01, 0x00, 0x28, 0x7c, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3','4','5','6','7',0,
-0x87, 0xa7, 0x01, 0x00, 0x28, 0x7d, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3','4','5','6','7',0,
-0x87, 0xc7, 0x01, 0x00, 0x28, 0x7e, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3','4','5','6','7',0,
-0x0f, 0x47, 0x01, 0x00, 0x28, 0x7f, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3','4','5','6','7',0,
-0xb4, 0x12, 0x01, 0x00, 0x28, 0x80, 'b','r','a','i','l','l','e','_','d','o','t','s','_','8',0,
-0x68, 0x4e, 0x01, 0x00, 0x28, 0x81, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','8',0,
-0x68, 0x50, 0x01, 0x00, 0x28, 0x82, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','8',0,
-0xd0, 0xc8, 0x01, 0x00, 0x28, 0x83, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','8',0,
-0x68, 0x52, 0x01, 0x00, 0x28, 0x84, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3','8',0,
-0xd0, 0xca, 0x01, 0x00, 0x28, 0x85, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3','8',0,
-0xd0, 0xce, 0x01, 0x00, 0x28, 0x86, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3','8',0,
-0xa1, 0xbe, 0x01, 0x00, 0x28, 0x87, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3','8',0,
-0x68, 0x54, 0x01, 0x00, 0x28, 0x88, 'b','r','a','i','l','l','e','_','d','o','t','s','_','4','8',0,
-0xd0, 0xcc, 0x01, 0x00, 0x28, 0x89, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','4','8',0,
-0xd0, 0xd0, 0x01, 0x00, 0x28, 0x8a, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','4','8',0,
-0xa1, 0xc0, 0x01, 0x00, 0x28, 0x8b, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','4','8',0,
-0xd0, 0xd4, 0x01, 0x00, 0x28, 0x8c, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3','4','8',0,
-0xa1, 0xc4, 0x01, 0x00, 0x28, 0x8d, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3','4','8',0,
-0xa1, 0xcc, 0x01, 0x00, 0x28, 0x8e, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3','4','8',0,
-0x43, 0xac, 0x01, 0x00, 0x28, 0x8f, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3','4','8',0,
-0x68, 0x56, 0x01, 0x00, 0x28, 0x90, 'b','r','a','i','l','l','e','_','d','o','t','s','_','5','8',0,
-0xd0, 0xce, 0x01, 0x00, 0x28, 0x91, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','5','8',0,
-0xd0, 0xd2, 0x01, 0x00, 0x28, 0x92, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','5','8',0,
-0xa1, 0xc2, 0x01, 0x00, 0x28, 0x93, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','5','8',0,
-0xd0, 0xd6, 0x01, 0x00, 0x28, 0x94, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3','5','8',0,
-0xa1, 0xc6, 0x01, 0x00, 0x28, 0x95, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3','5','8',0,
-0xa1, 0xce, 0x01, 0x00, 0x28, 0x96, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3','5','8',0,
-0x43, 0xae, 0x01, 0x00, 0x28, 0x97, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3','5','8',0,
-0xd0, 0xda, 0x01, 0x00, 0x28, 0x98, 'b','r','a','i','l','l','e','_','d','o','t','s','_','4','5','8',0,
-0xa1, 0xca, 0x01, 0x00, 0x28, 0x99, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','4','5','8',0,
-0xa1, 0xd2, 0x01, 0x00, 0x28, 0x9a, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','4','5','8',0,
-0x43, 0xb2, 0x01, 0x00, 0x28, 0x9b, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','4','5','8',0,
-0xa1, 0xda, 0x01, 0x00, 0x28, 0x9c, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3','4','5','8',0,
-0x43, 0xba, 0x01, 0x00, 0x28, 0x9d, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3','4','5','8',0,
-0x43, 0xca, 0x01, 0x00, 0x28, 0x9e, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3','4','5','8',0,
-0x87, 0x8a, 0x01, 0x00, 0x28, 0x9f, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3','4','5','8',0,
-0x68, 0x58, 0x01, 0x00, 0x28, 0xa0, 'b','r','a','i','l','l','e','_','d','o','t','s','_','6','8',0,
-0xd0, 0xd0, 0x01, 0x00, 0x28, 0xa1, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','6','8',0,
-0xd0, 0xd4, 0x01, 0x00, 0x28, 0xa2, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','6','8',0,
-0xa1, 0xc4, 0x01, 0x00, 0x28, 0xa3, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','6','8',0,
-0xd0, 0xd8, 0x01, 0x00, 0x28, 0xa4, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3','6','8',0,
-0xa1, 0xc8, 0x01, 0x00, 0x28, 0xa5, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3','6','8',0,
-0xa1, 0xd0, 0x01, 0x00, 0x28, 0xa6, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3','6','8',0,
-0x43, 0xb0, 0x01, 0x00, 0x28, 0xa7, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3','6','8',0,
-0xd0, 0xdc, 0x01, 0x00, 0x28, 0xa8, 'b','r','a','i','l','l','e','_','d','o','t','s','_','4','6','8',0,
-0xa1, 0xcc, 0x01, 0x00, 0x28, 0xa9, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','4','6','8',0,
-0xa1, 0xd4, 0x01, 0x00, 0x28, 0xaa, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','4','6','8',0,
-0x43, 0xb4, 0x01, 0x00, 0x28, 0xab, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','4','6','8',0,
-0xa1, 0xdc, 0x01, 0x00, 0x28, 0xac, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3','4','6','8',0,
-0x43, 0xbc, 0x01, 0x00, 0x28, 0xad, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3','4','6','8',0,
-0x43, 0xcc, 0x01, 0x00, 0x28, 0xae, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3','4','6','8',0,
-0x87, 0x8c, 0x01, 0x00, 0x28, 0xaf, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3','4','6','8',0,
-0xd0, 0xe0, 0x01, 0x00, 0x28, 0xb0, 'b','r','a','i','l','l','e','_','d','o','t','s','_','5','6','8',0,
-0xa1, 0xd0, 0x01, 0x00, 0x28, 0xb1, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','5','6','8',0,
-0xa1, 0xd8, 0x01, 0x00, 0x28, 0xb2, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','5','6','8',0,
-0x43, 0xb8, 0x01, 0x00, 0x28, 0xb3, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','5','6','8',0,
-0xa1, 0xe0, 0x01, 0x00, 0x28, 0xb4, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3','5','6','8',0,
-0x43, 0xc0, 0x01, 0x00, 0x28, 0xb5, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3','5','6','8',0,
-0x43, 0xd0, 0x01, 0x00, 0x28, 0xb6, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3','5','6','8',0,
-0x87, 0x90, 0x01, 0x00, 0x28, 0xb7, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3','5','6','8',0,
-0xa1, 0xe8, 0x01, 0x00, 0x28, 0xb8, 'b','r','a','i','l','l','e','_','d','o','t','s','_','4','5','6','8',0,
-0x43, 0xc8, 0x01, 0x00, 0x28, 0xb9, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','4','5','6','8',0,
-0x43, 0xd8, 0x01, 0x00, 0x28, 0xba, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','4','5','6','8',0,
-0x87, 0x98, 0x01, 0x00, 0x28, 0xbb, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','4','5','6','8',0,
-0x43, 0xe8, 0x01, 0x00, 0x28, 0xbc, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3','4','5','6','8',0,
-0x87, 0xa8, 0x01, 0x00, 0x28, 0xbd, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3','4','5','6','8',0,
-0x87, 0xc8, 0x01, 0x00, 0x28, 0xbe, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3','4','5','6','8',0,
-0x0f, 0x48, 0x01, 0x00, 0x28, 0xbf, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3','4','5','6','8',0,
-0x68, 0x5a, 0x01, 0x00, 0x28, 0xc0, 'b','r','a','i','l','l','e','_','d','o','t','s','_','7','8',0,
-0xd0, 0xd2, 0x01, 0x00, 0x28, 0xc1, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','7','8',0,
-0xd0, 0xd6, 0x01, 0x00, 0x28, 0xc2, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','7','8',0,
-0xa1, 0xc6, 0x01, 0x00, 0x28, 0xc3, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','7','8',0,
-0xd0, 0xda, 0x01, 0x00, 0x28, 0xc4, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3','7','8',0,
-0xa1, 0xca, 0x01, 0x00, 0x28, 0xc5, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3','7','8',0,
-0xa1, 0xd2, 0x01, 0x00, 0x28, 0xc6, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3','7','8',0,
-0x43, 0xb2, 0x01, 0x00, 0x28, 0xc7, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3','7','8',0,
-0xd0, 0xde, 0x01, 0x00, 0x28, 0xc8, 'b','r','a','i','l','l','e','_','d','o','t','s','_','4','7','8',0,
-0xa1, 0xce, 0x01, 0x00, 0x28, 0xc9, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','4','7','8',0,
-0xa1, 0xd6, 0x01, 0x00, 0x28, 0xca, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','4','7','8',0,
-0x43, 0xb6, 0x01, 0x00, 0x28, 0xcb, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','4','7','8',0,
-0xa1, 0xde, 0x01, 0x00, 0x28, 0xcc, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3','4','7','8',0,
-0x43, 0xbe, 0x01, 0x00, 0x28, 0xcd, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3','4','7','8',0,
-0x43, 0xce, 0x01, 0x00, 0x28, 0xce, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3','4','7','8',0,
-0x87, 0x8e, 0x01, 0x00, 0x28, 0xcf, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3','4','7','8',0,
-0xd0, 0xe2, 0x01, 0x00, 0x28, 0xd0, 'b','r','a','i','l','l','e','_','d','o','t','s','_','5','7','8',0,
-0xa1, 0xd2, 0x01, 0x00, 0x28, 0xd1, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','5','7','8',0,
-0xa1, 0xda, 0x01, 0x00, 0x28, 0xd2, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','5','7','8',0,
-0x43, 0xba, 0x01, 0x00, 0x28, 0xd3, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','5','7','8',0,
-0xa1, 0xe2, 0x01, 0x00, 0x28, 0xd4, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3','5','7','8',0,
-0x43, 0xc2, 0x01, 0x00, 0x28, 0xd5, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3','5','7','8',0,
-0x43, 0xd2, 0x01, 0x00, 0x28, 0xd6, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3','5','7','8',0,
-0x87, 0x92, 0x01, 0x00, 0x28, 0xd7, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3','5','7','8',0,
-0xa1, 0xea, 0x01, 0x00, 0x28, 0xd8, 'b','r','a','i','l','l','e','_','d','o','t','s','_','4','5','7','8',0,
-0x43, 0xca, 0x01, 0x00, 0x28, 0xd9, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','4','5','7','8',0,
-0x43, 0xda, 0x01, 0x00, 0x28, 0xda, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','4','5','7','8',0,
-0x87, 0x9a, 0x01, 0x00, 0x28, 0xdb, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','4','5','7','8',0,
-0x43, 0xea, 0x01, 0x00, 0x28, 0xdc, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3','4','5','7','8',0,
-0x87, 0xaa, 0x01, 0x00, 0x28, 0xdd, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3','4','5','7','8',0,
-0x87, 0xca, 0x01, 0x00, 0x28, 0xde, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3','4','5','7','8',0,
-0x0f, 0x4a, 0x01, 0x00, 0x28, 0xdf, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3','4','5','7','8',0,
-0xd0, 0xe6, 0x01, 0x00, 0x28, 0xe0, 'b','r','a','i','l','l','e','_','d','o','t','s','_','6','7','8',0,
-0xa1, 0xd6, 0x01, 0x00, 0x28, 0xe1, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','6','7','8',0,
-0xa1, 0xde, 0x01, 0x00, 0x28, 0xe2, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','6','7','8',0,
-0x43, 0xbe, 0x01, 0x00, 0x28, 0xe3, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','6','7','8',0,
-0xa1, 0xe6, 0x01, 0x00, 0x28, 0xe4, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3','6','7','8',0,
-0x43, 0xc6, 0x01, 0x00, 0x28, 0xe5, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3','6','7','8',0,
-0x43, 0xd6, 0x01, 0x00, 0x28, 0xe6, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3','6','7','8',0,
-0x87, 0x96, 0x01, 0x00, 0x28, 0xe7, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3','6','7','8',0,
-0xa1, 0xee, 0x01, 0x00, 0x28, 0xe8, 'b','r','a','i','l','l','e','_','d','o','t','s','_','4','6','7','8',0,
-0x43, 0xce, 0x01, 0x00, 0x28, 0xe9, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','4','6','7','8',0,
-0x43, 0xde, 0x01, 0x00, 0x28, 0xea, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','4','6','7','8',0,
-0x87, 0x9e, 0x01, 0x00, 0x28, 0xeb, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','4','6','7','8',0,
-0x43, 0xee, 0x01, 0x00, 0x28, 0xec, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3','4','6','7','8',0,
-0x87, 0xae, 0x01, 0x00, 0x28, 0xed, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3','4','6','7','8',0,
-0x87, 0xce, 0x01, 0x00, 0x28, 0xee, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3','4','6','7','8',0,
-0x0f, 0x4e, 0x01, 0x00, 0x28, 0xef, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3','4','6','7','8',0,
-0xa1, 0xf6, 0x01, 0x00, 0x28, 0xf0, 'b','r','a','i','l','l','e','_','d','o','t','s','_','5','6','7','8',0,
-0x43, 0xd6, 0x01, 0x00, 0x28, 0xf1, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','5','6','7','8',0,
-0x43, 0xe6, 0x01, 0x00, 0x28, 0xf2, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','5','6','7','8',0,
-0x87, 0xa6, 0x01, 0x00, 0x28, 0xf3, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','5','6','7','8',0,
-0x43, 0xf6, 0x01, 0x00, 0x28, 0xf4, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3','5','6','7','8',0,
-0x87, 0xb6, 0x01, 0x00, 0x28, 0xf5, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3','5','6','7','8',0,
-0x87, 0xd6, 0x01, 0x00, 0x28, 0xf6, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3','5','6','7','8',0,
-0x0f, 0x56, 0x01, 0x00, 0x28, 0xf7, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3','5','6','7','8',0,
-0x44, 0x06, 0x01, 0x00, 0x28, 0xf8, 'b','r','a','i','l','l','e','_','d','o','t','s','_','4','5','6','7','8',0,
-0x87, 0xc6, 0x01, 0x00, 0x28, 0xf9, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','4','5','6','7','8',0,
-0x87, 0xe6, 0x01, 0x00, 0x28, 0xfa, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','4','5','6','7','8',0,
-0x0f, 0x66, 0x01, 0x00, 0x28, 0xfb, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','4','5','6','7','8',0,
-0x88, 0x06, 0x01, 0x00, 0x28, 0xfc, 'b','r','a','i','l','l','e','_','d','o','t','s','_','3','4','5','6','7','8',0,
-0x0f, 0x86, 0x01, 0x00, 0x28, 0xfd, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','3','4','5','6','7','8',0,
-0x0f, 0xc6, 0x01, 0x00, 0x28, 0xfe, 'b','r','a','i','l','l','e','_','d','o','t','s','_','2','3','4','5','6','7','8',0,
-0x1e, 0xc6, 0x01, 0x00, 0x28, 0xff, 'b','r','a','i','l','l','e','_','d','o','t','s','_','1','2','3','4','5','6','7','8',0,
-0xd8, 0x5d, 0x10, 0x08, 0xff, 0x01, 'X','F','8','6','M','o','d','e','L','o','c','k',0,
-0x7c, 0x8e, 0x10, 0x08, 0xff, 0x02, 'X','F','8','6','M','o','n','B','r','i','g','h','t','n','e','s','s','U','p',0,
-0xf3, 0x08, 0x10, 0x08, 0xff, 0x03, 'X','F','8','6','M','o','n','B','r','i','g','h','t','n','e','s','s','D','o','w','n',0,
-0x77, 0xce, 0x10, 0x08, 0xff, 0x04, 'X','F','8','6','K','b','d','L','i','g','h','t','O','n','O','f','f',0,
-0xbc, 0x8e, 0x10, 0x08, 0xff, 0x05, 'X','F','8','6','K','b','d','B','r','i','g','h','t','n','e','s','s','U','p',0,
-0xf3, 0x08, 0x10, 0x08, 0xff, 0x06, 'X','F','8','6','K','b','d','B','r','i','g','h','t','n','e','s','s','D','o','w','n',0,
-0x6e, 0x8d, 0x10, 0x08, 0xff, 0x10, 'X','F','8','6','S','t','a','n','d','b','y',0,
-0x34, 0x23, 0x10, 0x08, 0xff, 0x11, 'X','F','8','6','A','u','d','i','o','L','o','w','e','r','V','o','l','u','m','e',0,
-0xaa, 0x19, 0x10, 0x08, 0xff, 0x12, 'X','F','8','6','A','u','d','i','o','M','u','t','e',0,
-0x25, 0xe3, 0x10, 0x08, 0xff, 0x13, 'X','F','8','6','A','u','d','i','o','R','a','i','s','e','V','o','l','u','m','e',0,
-0xa9, 0xfb, 0x10, 0x08, 0xff, 0x14, 'X','F','8','6','A','u','d','i','o','P','l','a','y',0,
-0xaa, 0x46, 0x10, 0x08, 0xff, 0x15, 'X','F','8','6','A','u','d','i','o','S','t','o','p',0,
-0xaa, 0x18, 0x10, 0x08, 0xff, 0x16, 'X','F','8','6','A','u','d','i','o','P','r','e','v',0,
-0xa9, 0xf8, 0x10, 0x08, 0xff, 0x17, 'X','F','8','6','A','u','d','i','o','N','e','x','t',0,
-0xd6, 0xe7, 0x10, 0x08, 0xff, 0x18, 'X','F','8','6','H','o','m','e','P','a','g','e',0,
-0x4d, 0x0a, 0x10, 0x08, 0xff, 0x19, 'X','F','8','6','M','a','i','l',0,
-0x9b, 0x6c, 0x10, 0x08, 0xff, 0x1a, 'X','F','8','6','S','t','a','r','t',0,
-0x36, 0x2e, 0x10, 0x08, 0xff, 0x1b, 'X','F','8','6','S','e','a','r','c','h',0,
-0xa8, 0xec, 0x10, 0x08, 0xff, 0x1c, 'X','F','8','6','A','u','d','i','o','R','e','c','o','r','d',0,
-0x49, 0x48, 0x10, 0x08, 0xff, 0x1d, 'X','F','8','6','C','a','l','c','u','l','a','t','o','r',0,
-0x4d, 0x25, 0x10, 0x08, 0xff, 0x1e, 'X','F','8','6','M','e','m','o',0,
-0xd8, 0x8e, 0x10, 0x08, 0xff, 0x1f, 'X','F','8','6','T','o','D','o','L','i','s','t',0,
-0xd1, 0xc4, 0x10, 0x08, 0xff, 0x20, 'X','F','8','6','C','a','l','e','n','d','a','r',0,
-0xba, 0x38, 0x10, 0x08, 0xff, 0x21, 'X','F','8','6','P','o','w','e','r','D','o','w','n',0,
-0xc0, 0x5e, 0x10, 0x08, 0xff, 0x22, 'X','F','8','6','C','o','n','t','r','a','s','t','A','d','j','u','s','t',0,
-0xdb, 0xda, 0x10, 0x08, 0xff, 0x23, 'X','F','8','6','R','o','c','k','e','r','U','p',0,
-0x70, 0x38, 0x10, 0x08, 0xff, 0x24, 'X','F','8','6','R','o','c','k','e','r','D','o','w','n',0,
-0xe0, 0xcc, 0x10, 0x08, 0xff, 0x25, 'X','F','8','6','R','o','c','k','e','r','E','n','t','e','r',0,
-0x4c, 0xa5, 0x10, 0x08, 0xff, 0x26, 'X','F','8','6','B','a','c','k',0,
-0x6c, 0x04, 0x10, 0x08, 0xff, 0x27, 'X','F','8','6','F','o','r','w','a','r','d',0,
-0x4d, 0x96, 0x10, 0x08, 0xff, 0x28, 'X','F','8','6','S','t','o','p',0,
-0x6c, 0xf2, 0x10, 0x08, 0xff, 0x29, 'X','F','8','6','R','e','f','r','e','s','h',0,
-0xdc, 0xee, 0x10, 0x08, 0xff, 0x2a, 'X','F','8','6','P','o','w','e','r','O','f','f',0,
-0x36, 0x76, 0x10, 0x08, 0xff, 0x2b, 'X','F','8','6','W','a','k','e','U','p',0,
-0x9a, 0x2e, 0x10, 0x08, 0xff, 0x2c, 'X','F','8','6','E','j','e','c','t',0,
-0xd8, 0xcc, 0x10, 0x08, 0xff, 0x2d, 'X','F','8','6','S','c','r','e','e','n','S','a','v','e','r',0,
-0x26, 0x51, 0x10, 0x08, 0xff, 0x2e, 'X','F','8','6','W','W','W',0,
-0x9b, 0x1e, 0x10, 0x08, 0xff, 0x2f, 'X','F','8','6','S','l','e','e','p',0,
-0xab, 0x55, 0x10, 0x08, 0xff, 0x30, 'X','F','8','6','F','a','v','o','r','i','t','e','s',0,
-0x54, 0x47, 0x10, 0x08, 0xff, 0x31, 'X','F','8','6','A','u','d','i','o','P','a','u','s','e',0,
-0x53, 0xdb, 0x10, 0x08, 0xff, 0x32, 'X','F','8','6','A','u','d','i','o','M','e','d','i','a',0,
-0x63, 0x94, 0x10, 0x08, 0xff, 0x33, 'X','F','8','6','M','y','C','o','m','p','u','t','e','r',0,
-0x73, 0x3b, 0x10, 0x08, 0xff, 0x34, 'X','F','8','6','V','e','n','d','o','r','H','o','m','e',0,
-0xaf, 0x9e, 0x10, 0x08, 0xff, 0x35, 'X','F','8','6','L','i','g','h','t','B','u','l','b',0,
-0x4d, 0x66, 0x10, 0x08, 0xff, 0x36, 'X','F','8','6','S','h','o','p',0,
-0x6c, 0x09, 0x10, 0x08, 0xff, 0x37, 'X','F','8','6','H','i','s','t','o','r','y',0,
-0x6c, 0xc4, 0x10, 0x08, 0xff, 0x38, 'X','F','8','6','O','p','e','n','U','R','L',0,
-0x77, 0x71, 0x10, 0x08, 0xff, 0x39, 'X','F','8','6','A','d','d','F','a','v','o','r','i','t','e',0,
-0xd7, 0x49, 0x10, 0x08, 0xff, 0x3a, 'X','F','8','6','H','o','t','L','i','n','k','s',0,
-0xcc, 0x1e, 0x10, 0x08, 0xff, 0x3b, 'X','F','8','6','B','r','i','g','h','t','n','e','s','s','A','d','j','u','s','t',0,
-0x6a, 0x6b, 0x10, 0x08, 0xff, 0x3c, 'X','F','8','6','F','i','n','a','n','c','e',0,
-0xad, 0x25, 0x10, 0x08, 0xff, 0x3d, 'X','F','8','6','C','o','m','m','u','n','i','t','y',0,
-0xa9, 0x6c, 0x10, 0x08, 0xff, 0x3e, 'X','F','8','6','A','u','d','i','o','R','e','w','i','n','d',0,
-0x7f, 0x84, 0x10, 0x08, 0xff, 0x3f, 'X','F','8','6','B','a','c','k','F','o','r','w','a','r','d',0,
-0x6b, 0x6c, 0x10, 0x08, 0xff, 0x40, 'X','F','8','6','L','a','u','n','c','h','0',0,
-0x6b, 0x6d, 0x10, 0x08, 0xff, 0x41, 'X','F','8','6','L','a','u','n','c','h','1',0,
-0x6b, 0x6e, 0x10, 0x08, 0xff, 0x42, 'X','F','8','6','L','a','u','n','c','h','2',0,
-0x6b, 0x6f, 0x10, 0x08, 0xff, 0x43, 'X','F','8','6','L','a','u','n','c','h','3',0,
-0x6b, 0x70, 0x10, 0x08, 0xff, 0x44, 'X','F','8','6','L','a','u','n','c','h','4',0,
-0x6b, 0x71, 0x10, 0x08, 0xff, 0x45, 'X','F','8','6','L','a','u','n','c','h','5',0,
-0x6b, 0x72, 0x10, 0x08, 0xff, 0x46, 'X','F','8','6','L','a','u','n','c','h','6',0,
-0x6b, 0x73, 0x10, 0x08, 0xff, 0x47, 'X','F','8','6','L','a','u','n','c','h','7',0,
-0x6b, 0x74, 0x10, 0x08, 0xff, 0x48, 'X','F','8','6','L','a','u','n','c','h','8',0,
-0x6b, 0x75, 0x10, 0x08, 0xff, 0x49, 'X','F','8','6','L','a','u','n','c','h','9',0,
-0x6b, 0x7d, 0x10, 0x08, 0xff, 0x4a, 'X','F','8','6','L','a','u','n','c','h','A',0,
-0x6b, 0x7e, 0x10, 0x08, 0xff, 0x4b, 'X','F','8','6','L','a','u','n','c','h','B',0,
-0x6b, 0x7f, 0x10, 0x08, 0xff, 0x4c, 'X','F','8','6','L','a','u','n','c','h','C',0,
-0x6b, 0x80, 0x10, 0x08, 0xff, 0x4d, 'X','F','8','6','L','a','u','n','c','h','D',0,
-0x6b, 0x81, 0x10, 0x08, 0xff, 0x4e, 'X','F','8','6','L','a','u','n','c','h','E',0,
-0x6b, 0x82, 0x10, 0x08, 0xff, 0x4f, 'X','F','8','6','L','a','u','n','c','h','F',0,
-0xd9, 0x34, 0x10, 0x08, 0xff, 0x50, 'X','F','8','6','A','p','p','l','i','c','a','t','i','o','n','L','e','f','t',0,
-0xb3, 0x48, 0x10, 0x08, 0xff, 0x51, 'X','F','8','6','A','p','p','l','i','c','a','t','i','o','n','R','i','g','h','t',0,
-0x4c, 0xf5, 0x10, 0x08, 0xff, 0x52, 'X','F','8','6','B','o','o','k',0,
-0x12, 0xc2, 0x10, 0x08, 0xff, 0x53, 'X','F','8','6','C','D',0,
-0x49, 0x34, 0x10, 0x08, 0xff, 0x54, 'X','F','8','6','C','a','l','c','u','l','a','t','e','r',0,
-0x9a, 0x18, 0x10, 0x08, 0xff, 0x55, 'X','F','8','6','C','l','e','a','r',0,
-0x9a, 0x57, 0x10, 0x08, 0xff, 0x56, 'X','F','8','6','C','l','o','s','e',0,
-0x4d, 0x0d, 0x10, 0x08, 0xff, 0x57, 'X','F','8','6','C','o','p','y',0,
-0x26, 0x5a, 0x10, 0x08, 0xff, 0x58, 'X','F','8','6','C','u','t',0,
-0x6a, 0xbb, 0x10, 0x08, 0xff, 0x59, 'X','F','8','6','D','i','s','p','l','a','y',0,
-0x25, 0xf1, 0x10, 0x08, 0xff, 0x5a, 'X','F','8','6','D','O','S',0,
-0xab, 0xeb, 0x10, 0x08, 0xff, 0x5b, 'X','F','8','6','D','o','c','u','m','e','n','t','s',0,
-0x9a, 0x92, 0x10, 0x08, 0xff, 0x5c, 'X','F','8','6','E','x','c','e','l',0,
-0xd9, 0xbc, 0x10, 0x08, 0xff, 0x5d, 'X','F','8','6','E','x','p','l','o','r','e','r',0,
-0x4c, 0xdb, 0x10, 0x08, 0xff, 0x5e, 'X','F','8','6','G','a','m','e',0,
-0x12, 0xf5, 0x10, 0x08, 0xff, 0x5f, 'X','F','8','6','G','o',0,
-0x38, 0x5a, 0x10, 0x08, 0xff, 0x60, 'X','F','8','6','i','T','o','u','c','h',0,
-0x35, 0x96, 0x10, 0x08, 0xff, 0x61, 'X','F','8','6','L','o','g','O','f','f',0,
-0x35, 0xaa, 0x10, 0x08, 0xff, 0x62, 'X','F','8','6','M','a','r','k','e','t',0,
-0x6b, 0xb7, 0x10, 0x08, 0xff, 0x63, 'X','F','8','6','M','e','e','t','i','n','g',0,
-0x35, 0x8c, 0x10, 0x08, 0xff, 0x65, 'X','F','8','6','M','e','n','u','K','B',0,
-0x35, 0x96, 0x10, 0x08, 0xff, 0x66, 'X','F','8','6','M','e','n','u','P','B',0,
-0x6c, 0xe5, 0x10, 0x08, 0xff, 0x67, 'X','F','8','6','M','y','S','i','t','e','s',0,
-0x26, 0x69, 0x10, 0x08, 0xff, 0x68, 'X','F','8','6','N','e','w',0,
-0x4d, 0x45, 0x10, 0x08, 0xff, 0x69, 'X','F','8','6','N','e','w','s',0,
-0x61, 0x2b, 0x10, 0x08, 0xff, 0x6a, 'X','F','8','6','O','f','f','i','c','e','H','o','m','e',0,
-0x4d, 0x50, 0x10, 0x08, 0xff, 0x6b, 'X','F','8','6','O','p','e','n',0,
-0x36, 0xf0, 0x10, 0x08, 0xff, 0x6c, 'X','F','8','6','O','p','t','i','o','n',0,
-0x9a, 0xe1, 0x10, 0x08, 0xff, 0x6d, 'X','F','8','6','P','a','s','t','e',0,
-0x9a, 0xfd, 0x10, 0x08, 0xff, 0x6e, 'X','F','8','6','P','h','o','n','e',0,
-0x09, 0x4d, 0x10, 0x08, 0xff, 0x70, 'X','F','8','6','Q',0,
-0x9b, 0x19, 0x10, 0x08, 0xff, 0x72, 'X','F','8','6','R','e','p','l','y',0,
-0x36, 0x52, 0x10, 0x08, 0xff, 0x73, 'X','F','8','6','R','e','l','o','a','d',0,
-0xc0, 0x7d, 0x10, 0x08, 0xff, 0x74, 'X','F','8','6','R','o','t','a','t','e','W','i','n','d','o','w','s',0,
-0x78, 0x62, 0x10, 0x08, 0xff, 0x75, 'X','F','8','6','R','o','t','a','t','i','o','n','P','B',0,
-0x78, 0x58, 0x10, 0x08, 0xff, 0x76, 'X','F','8','6','R','o','t','a','t','i','o','n','K','B',0,
-0x4d, 0x4d, 0x10, 0x08, 0xff, 0x77, 'X','F','8','6','S','a','v','e',0,
-0xdb, 0x9a, 0x10, 0x08, 0xff, 0x78, 'X','F','8','6','S','c','r','o','l','l','U','p',0,
-0x6f, 0x38, 0x10, 0x08, 0xff, 0x79, 'X','F','8','6','S','c','r','o','l','l','D','o','w','n',0,
-0xde, 0x65, 0x10, 0x08, 0xff, 0x7a, 'X','F','8','6','S','c','r','o','l','l','C','l','i','c','k',0,
-0x4d, 0x4c, 0x10, 0x08, 0xff, 0x7b, 'X','F','8','6','S','e','n','d',0,
-0x9b, 0x48, 0x10, 0x08, 0xff, 0x7c, 'X','F','8','6','S','p','e','l','l',0,
-0xf0, 0x6c, 0x10, 0x08, 0xff, 0x7d, 'X','F','8','6','S','p','l','i','t','S','c','r','e','e','n',0,
-0x6f, 0xf4, 0x10, 0x08, 0xff, 0x7e, 'X','F','8','6','S','u','p','p','o','r','t',0,
-0xda, 0x95, 0x10, 0x08, 0xff, 0x7f, 'X','F','8','6','T','a','s','k','P','a','n','e',0,
-0xdc, 0x7e, 0x10, 0x08, 0xff, 0x80, 'X','F','8','6','T','e','r','m','i','n','a','l',0,
-0x9b, 0x7f, 0x10, 0x08, 0xff, 0x81, 'X','F','8','6','T','o','o','l','s',0,
-0x37, 0x36, 0x10, 0x08, 0xff, 0x82, 'X','F','8','6','T','r','a','v','e','l',0,
-0x37, 0x22, 0x10, 0x08, 0xff, 0x84, 'X','F','8','6','U','s','e','r','P','B',0,
-0x6e, 0x1c, 0x10, 0x08, 0xff, 0x85, 'X','F','8','6','U','s','e','r','1','K','B',0,
-0x6e, 0x20, 0x10, 0x08, 0xff, 0x86, 'X','F','8','6','U','s','e','r','2','K','B',0,
-0x9b, 0x31, 0x10, 0x08, 0xff, 0x87, 'X','F','8','6','V','i','d','e','o',0,
-0xe4, 0xcc, 0x10, 0x08, 0xff, 0x88, 'X','F','8','6','W','h','e','e','l','B','u','t','t','o','n',0,
-0x4d, 0x9c, 0x10, 0x08, 0xff, 0x89, 'X','F','8','6','W','o','r','d',0,
-0x4d, 0x74, 0x10, 0x08, 0xff, 0x8a, 'X','F','8','6','X','f','e','r',0,
-0x37, 0xdc, 0x10, 0x08, 0xff, 0x8b, 'X','F','8','6','Z','o','o','m','I','n',0,
-0x70, 0x52, 0x10, 0x08, 0xff, 0x8c, 'X','F','8','6','Z','o','o','m','O','u','t',0,
-0x4c, 0xff, 0x10, 0x08, 0xff, 0x8d, 'X','F','8','6','A','w','a','y',0,
-0xb3, 0x38, 0x10, 0x08, 0xff, 0x8e, 'X','F','8','6','M','e','s','s','e','n','g','e','r',0,
-0x35, 0xfb, 0x10, 0x08, 0xff, 0x8f, 'X','F','8','6','W','e','b','C','a','m',0,
-0xb2, 0x04, 0x10, 0x08, 0xff, 0x90, 'X','F','8','6','M','a','i','l','F','o','r','w','a','r','d',0,
-0xda, 0x8d, 0x10, 0x08, 0xff, 0x91, 'X','F','8','6','P','i','c','t','u','r','e','s',0,
-0x9b, 0x39, 0x10, 0x08, 0xff, 0x92, 'X','F','8','6','M','u','s','i','c',0,
-0x69, 0x71, 0x10, 0x08, 0xff, 0x93, 'X','F','8','6','B','a','t','t','e','r','y',0,
-0xab, 0xa4, 0x10, 0x08, 0xff, 0x94, 'X','F','8','6','B','l','u','e','t','o','o','t','h',0,
-0x4c, 0x98, 0x10, 0x08, 0xff, 0x95, 'X','F','8','6','W','L','A','N',0,
-0x26, 0x34, 0x10, 0x08, 0xff, 0x96, 'X','F','8','6','U','W','B',0,
-0x51, 0x84, 0x10, 0x08, 0xff, 0x97, 'X','F','8','6','A','u','d','i','o','F','o','r','w','a','r','d',0,
-0xa9, 0x1a, 0x10, 0x08, 0xff, 0x98, 'X','F','8','6','A','u','d','i','o','R','e','p','e','a','t',0,
-0x93, 0x1b, 0x10, 0x08, 0xff, 0x99, 'X','F','8','6','A','u','d','i','o','R','a','n','d','o','m','P','l','a','y',0,
-0xde, 0x95, 0x10, 0x08, 0xff, 0x9a, 'X','F','8','6','S','u','b','t','i','t','l','e',0,
-0x87, 0xa5, 0x10, 0x08, 0xff, 0x9b, 'X','F','8','6','A','u','d','i','o','C','y','c','l','e','T','r','a','c','k',0,
-0x5a, 0x79, 0x10, 0x08, 0xff, 0x9c, 'X','F','8','6','C','y','c','l','e','A','n','g','l','e',0,
-0xab, 0xf5, 0x10, 0x08, 0xff, 0x9d, 'X','F','8','6','F','r','a','m','e','B','a','c','k',0,
-0x66, 0x84, 0x10, 0x08, 0xff, 0x9e, 'X','F','8','6','F','r','a','m','e','F','o','r','w','a','r','d',0,
-0x4d, 0x63, 0x10, 0x08, 0xff, 0x9f, 'X','F','8','6','T','i','m','e',0,
-0x36, 0x5e, 0x10, 0x08, 0xff, 0xa0, 'X','F','8','6','S','e','l','e','c','t',0,
-0x4d, 0x75, 0x10, 0x08, 0xff, 0xa1, 'X','F','8','6','V','i','e','w',0,
-0x6e, 0x2d, 0x10, 0x08, 0xff, 0xa2, 'X','F','8','6','T','o','p','M','e','n','u',0,
-0x26, 0x66, 0x10, 0x08, 0xff, 0xa3, 'X','F','8','6','R','e','d',0,
-0x9a, 0x8c, 0x10, 0x08, 0xff, 0xa4, 'X','F','8','6','G','r','e','e','n',0,
-0x37, 0x55, 0x10, 0x08, 0xff, 0xa5, 'X','F','8','6','Y','e','l','l','o','w',0,
-0x4c, 0xef, 0x10, 0x08, 0xff, 0xa6, 'X','F','8','6','B','l','u','e',0,
-0x6f, 0xe4, 0x10, 0x08, 0xff, 0xa7, 'X','F','8','6','S','u','s','p','e','n','d',0,
-0xab, 0x01, 0x10, 0x08, 0xff, 0xa8, 'X','F','8','6','H','i','b','e','r','n','a','t','e',0,
-0xc5, 0x01, 0x10, 0x08, 0xff, 0xa9, 'X','F','8','6','T','o','u','c','h','p','a','d','T','o','g','g','l','e',0,
-0xfd, 0x9f, 0x10, 0x08, 0xfe, 0x01, 'X','F','8','6','S','w','i','t','c','h','_','V','T','_','1',0,
-0xfd, 0xa0, 0x10, 0x08, 0xfe, 0x02, 'X','F','8','6','S','w','i','t','c','h','_','V','T','_','2',0,
-0xfd, 0xa1, 0x10, 0x08, 0xfe, 0x03, 'X','F','8','6','S','w','i','t','c','h','_','V','T','_','3',0,
-0xfd, 0xa2, 0x10, 0x08, 0xfe, 0x04, 'X','F','8','6','S','w','i','t','c','h','_','V','T','_','4',0,
-0xfd, 0xa3, 0x10, 0x08, 0xfe, 0x05, 'X','F','8','6','S','w','i','t','c','h','_','V','T','_','5',0,
-0xfd, 0xa4, 0x10, 0x08, 0xfe, 0x06, 'X','F','8','6','S','w','i','t','c','h','_','V','T','_','6',0,
-0xfd, 0xa5, 0x10, 0x08, 0xfe, 0x07, 'X','F','8','6','S','w','i','t','c','h','_','V','T','_','7',0,
-0xfd, 0xa6, 0x10, 0x08, 0xfe, 0x08, 'X','F','8','6','S','w','i','t','c','h','_','V','T','_','8',0,
-0xfd, 0xa7, 0x10, 0x08, 0xfe, 0x09, 'X','F','8','6','S','w','i','t','c','h','_','V','T','_','9',0,
-0xfb, 0x6e, 0x10, 0x08, 0xfe, 0x0a, 'X','F','8','6','S','w','i','t','c','h','_','V','T','_','1','0',0,
-0xfb, 0x6f, 0x10, 0x08, 0xfe, 0x0b, 'X','F','8','6','S','w','i','t','c','h','_','V','T','_','1','1',0,
-0xfb, 0x70, 0x10, 0x08, 0xfe, 0x0c, 'X','F','8','6','S','w','i','t','c','h','_','V','T','_','1','2',0,
-0x37, 0x24, 0x10, 0x08, 0xfe, 0x20, 'X','F','8','6','U','n','g','r','a','b',0,
-0xa6, 0xa4, 0x10, 0x08, 0xfe, 0x21, 'X','F','8','6','C','l','e','a','r','G','r','a','b',0,
-0x68, 0x91, 0x10, 0x08, 0xfe, 0x22, 'X','F','8','6','N','e','x','t','_','V','M','o','d','e',0,
-0x70, 0x91, 0x10, 0x08, 0xfe, 0x23, 'X','F','8','6','P','r','e','v','_','V','M','o','d','e',0,
-0xed, 0xf5, 0x10, 0x05, 0xff, 0x00, 'S','u','n','F','A','_','G','r','a','v','e',0,
-0xdb, 0xa3, 0x10, 0x05, 0xff, 0x01, 'S','u','n','F','A','_','C','i','r','c','u','m',0,
-0xee, 0x85, 0x10, 0x05, 0xff, 0x02, 'S','u','n','F','A','_','T','i','l','d','e',0,
-0xed, 0x69, 0x10, 0x05, 0xff, 0x03, 'S','u','n','F','A','_','A','c','u','t','e',0,
-0xdc, 0xb9, 0x10, 0x05, 0xff, 0x04, 'S','u','n','F','A','_','D','i','a','e','r','e','s','i','s',0,
-0xb6, 0x51, 0x10, 0x05, 0xff, 0x05, 'S','u','n','F','A','_','C','e','d','i','l','l','a',0,
-0x16, 0xd4, 0x10, 0x05, 0xff, 0x10, 'S','u','n','F','3','6',0,
-0x16, 0xd5, 0x10, 0x05, 0xff, 0x11, 'S','u','n','F','3','7',0,
-0x82, 0x8b, 0x10, 0x05, 0xff, 0x60, 'S','u','n','S','y','s','_','R','e','q',0,
-0x30, 0xac, 0x00, 0x00, 0xff, 0x61, 'S','u','n','P','r','i','n','t','_','S','c','r','e','e','n',0,
-0x7d, 0xf7, 0x00, 0x00, 0xff, 0x20, 'S','u','n','C','o','m','p','o','s','e',0,
-0xf8, 0xcc, 0x00, 0x00, 0xff, 0x7e, 'S','u','n','A','l','t','G','r','a','p','h',0,
-0xbe, 0xf6, 0x00, 0x00, 0xff, 0x55, 'S','u','n','P','a','g','e','U','p',0,
-0xfc, 0xa8, 0x00, 0x00, 0xff, 0x56, 'S','u','n','P','a','g','e','D','o','w','n',0,
-0x2f, 0xd7, 0x00, 0x00, 0xff, 0x65, 'S','u','n','U','n','d','o',0,
-0x5e, 0x8c, 0x00, 0x00, 0xff, 0x66, 'S','u','n','A','g','a','i','n',0,
-0x2f, 0x54, 0x00, 0x00, 0xff, 0x68, 'S','u','n','F','i','n','d',0,
-0x2f, 0xf6, 0x00, 0x00, 0xff, 0x69, 'S','u','n','S','t','o','p',0,
-0x60, 0x1f, 0x10, 0x05, 0xff, 0x70, 'S','u','n','P','r','o','p','s',0,
-0x5f, 0x7c, 0x10, 0x05, 0xff, 0x71, 'S','u','n','F','r','o','n','t',0,
-0x2f, 0x6d, 0x10, 0x05, 0xff, 0x72, 'S','u','n','C','o','p','y',0,
-0x2f, 0xb0, 0x10, 0x05, 0xff, 0x73, 'S','u','n','O','p','e','n',0,
-0x5f, 0xa1, 0x10, 0x05, 0xff, 0x74, 'S','u','n','P','a','s','t','e',0,
-0x17, 0x8a, 0x10, 0x05, 0xff, 0x75, 'S','u','n','C','u','t',0,
-0x1c, 0x16, 0x10, 0x05, 0xff, 0x76, 'S','u','n','P','o','w','e','r','S','w','i','t','c','h',0,
-0x34, 0x23, 0x10, 0x05, 0xff, 0x77, 'S','u','n','A','u','d','i','o','L','o','w','e','r','V','o','l','u','m','e',0,
-0xf6, 0x19, 0x10, 0x05, 0xff, 0x78, 'S','u','n','A','u','d','i','o','M','u','t','e',0,
-0x25, 0xe3, 0x10, 0x05, 0xff, 0x79, 'S','u','n','A','u','d','i','o','R','a','i','s','e','V','o','l','u','m','e',0,
-0x22, 0xc5, 0x10, 0x05, 0xff, 0x7a, 'S','u','n','V','i','d','e','o','D','e','g','a','u','s','s',0,
-0x1e, 0xdd, 0x10, 0x05, 0xff, 0x7b, 'S','u','n','V','i','d','e','o','L','o','w','e','r','B','r','i','g','h','t','n','e','s','s',0,
-0x3a, 0xdd, 0x10, 0x05, 0xff, 0x7c, 'S','u','n','V','i','d','e','o','R','a','i','s','e','B','r','i','g','h','t','n','e','s','s',0,
-0x8e, 0x14, 0x10, 0x05, 0xff, 0x7d, 'S','u','n','P','o','w','e','r','S','w','i','t','c','h','S','h','i','f','t',0,
-0x8b, 0x8c, 0x10, 0x00, 0xfe, 0xb0, 'D','r','i','n','g','_','a','c','c','e','n','t',0,
-0x59, 0x0c, 0x10, 0x00, 0xfe, 0x5e, 'D','c','i','r','c','u','m','f','l','e','x','_','a','c','c','e','n','t',0,
-0x18, 0x8c, 0x10, 0x00, 0xfe, 0x2c, 'D','c','e','d','i','l','l','a','_','a','c','c','e','n','t',0,
-0x94, 0x8c, 0x10, 0x00, 0xfe, 0x27, 'D','a','c','u','t','e','_','a','c','c','e','n','t',0,
-0xda, 0x8c, 0x10, 0x00, 0xfe, 0x60, 'D','g','r','a','v','e','_','a','c','c','e','n','t',0,
-0x15, 0xe5, 0x10, 0x00, 0xfe, 0x7e, 'D','t','i','l','d','e',0,
-0x52, 0xb9, 0x10, 0x00, 0xfe, 0x22, 'D','d','i','a','e','r','e','s','i','s',0,
-0x28, 0x05, 0x10, 0x00, 0xff, 0x00, 'D','R','e','m','o','v','e',0,
-0x2a, 0xc5, 0x10, 0x00, 0xff, 0x6f, 'h','p','C','l','e','a','r','L','i','n','e',0,
-0x6d, 0x85, 0x10, 0x00, 0xff, 0x70, 'h','p','I','n','s','e','r','t','L','i','n','e',0,
-0x56, 0x55, 0x10, 0x00, 0xff, 0x71, 'h','p','D','e','l','e','t','e','L','i','n','e',0,
-0x6d, 0x2c, 0x10, 0x00, 0xff, 0x72, 'h','p','I','n','s','e','r','t','C','h','a','r',0,
-0x55, 0xfc, 0x10, 0x00, 0xff, 0x73, 'h','p','D','e','l','e','t','e','C','h','a','r',0,
-0xc8, 0x9c, 0x10, 0x00, 0xff, 0x74, 'h','p','B','a','c','k','T','a','b',0,
-0x3e, 0x1c, 0x10, 0x00, 0xff, 0x75, 'h','p','K','P','_','B','a','c','k','T','a','b',0,
-0x36, 0xeb, 0x10, 0x00, 0xff, 0x48, 'h','p','M','o','d','e','l','o','c','k','1',0,
-0x36, 0xec, 0x10, 0x00, 0xff, 0x49, 'h','p','M','o','d','e','l','o','c','k','2',0,
-0x33, 0x52, 0x10, 0x00, 0xff, 0x6c, 'h','p','R','e','s','e','t',0,
-0x68, 0x8f, 0x10, 0x00, 0xff, 0x6d, 'h','p','S','y','s','t','e','m',0,
-0x19, 0xb0, 0x10, 0x00, 0xff, 0x6e, 'h','p','U','s','e','r',0,
-0xba, 0x69, 0x10, 0x00, 0x00, 0xa8, 'h','p','m','u','t','e','_','a','c','u','t','e',0,
-0xba, 0xf5, 0x10, 0x00, 0x00, 0xa9, 'h','p','m','u','t','e','_','g','r','a','v','e',0,
-0xbd, 0x23, 0x10, 0x00, 0x00, 0xaa, 'h','p','m','u','t','e','_','a','s','c','i','i','c','i','r','c','u','m',0,
-0xac, 0xb9, 0x10, 0x00, 0x00, 0xab, 'h','p','m','u','t','e','_','d','i','a','e','r','e','s','i','s',0,
-0x5f, 0x45, 0x10, 0x00, 0x00, 0xac, 'h','p','m','u','t','e','_','a','s','c','i','i','t','i','l','d','e',0,
-0x1a, 0x49, 0x10, 0x00, 0x00, 0xaf, 'h','p','l','i','r','a',0,
-0xd5, 0x1c, 0x10, 0x00, 0x00, 0xbe, 'h','p','g','u','i','l','d','e','r',0,
-0x7c, 0xb9, 0x10, 0x00, 0x00, 0xee, 'h','p','Y','d','i','a','e','r','e','s','i','s',0,
-0x05, 0xe1, 0x10, 0x00, 0x00, 0xee, 'h','p','I','O',0,
-0x59, 0x0d, 0x10, 0x00, 0x00, 0xf6, 'h','p','l','o','n','g','m','i','n','u','s',0,
-0x34, 0x6d, 0x10, 0x00, 0x00, 0xfc, 'h','p','b','l','o','c','k',0,
-0x35, 0xad, 0x10, 0x04, 0xff, 0x02, 'o','s','f','C','o','p','y',0,
-0x1a, 0xaa, 0x10, 0x04, 0xff, 0x03, 'o','s','f','C','u','t',0,
-0x6c, 0x21, 0x10, 0x04, 0xff, 0x04, 'o','s','f','P','a','s','t','e',0,
-0xac, 0x9c, 0x10, 0x04, 0xff, 0x07, 'o','s','f','B','a','c','k','T','a','b',0,
-0xb3, 0xff, 0x10, 0x04, 0xff, 0x08, 'o','s','f','B','a','c','k','S','p','a','c','e',0,
-0x6b, 0x58, 0x10, 0x04, 0xff, 0x0b, 'o','s','f','C','l','e','a','r',0,
-0xd7, 0xb1, 0x10, 0x04, 0xff, 0x1b, 'o','s','f','E','s','c','a','p','e',0,
-0xac, 0x51, 0x10, 0x04, 0xff, 0x31, 'o','s','f','A','d','d','M','o','d','e',0,
-0x6e, 0x41, 0x10, 0x04, 0xff, 0x32, 'o','s','f','P','r','i','m','a','r','y','P','a','s','t','e',0,
-0x9c, 0xc1, 0x10, 0x04, 0xff, 0x33, 'o','s','f','Q','u','i','c','k','P','a','s','t','e',0,
-0x60, 0xa4, 0x10, 0x04, 0xff, 0x40, 'o','s','f','P','a','g','e','L','e','f','t',0,
-0xd7, 0xf6, 0x10, 0x04, 0xff, 0x41, 'o','s','f','P','a','g','e','U','p',0,
-0x60, 0xa8, 0x10, 0x04, 0xff, 0x42, 'o','s','f','P','a','g','e','D','o','w','n',0,
-0xc2, 0x28, 0x10, 0x04, 0xff, 0x43, 'o','s','f','P','a','g','e','R','i','g','h','t',0,
-0x5c, 0xd1, 0x10, 0x04, 0xff, 0x44, 'o','s','f','A','c','t','i','v','a','t','e',0,
-0xb0, 0xa4, 0x10, 0x04, 0xff, 0x45, 'o','s','f','M','e','n','u','B','a','r',0,
-0x35, 0xb4, 0x10, 0x04, 0xff, 0x51, 'o','s','f','L','e','f','t',0,
-0x0d, 0x3a, 0x10, 0x04, 0xff, 0x52, 'o','s','f','U','p',0,
-0x6c, 0x48, 0x10, 0x04, 0xff, 0x53, 'o','s','f','R','i','g','h','t',0,
-0x35, 0xb8, 0x10, 0x04, 0xff, 0x54, 'o','s','f','D','o','w','n',0,
-0xae, 0x85, 0x10, 0x04, 0xff, 0x57, 'o','s','f','E','n','d','L','i','n','e',0,
-0xb7, 0x85, 0x10, 0x04, 0xff, 0x58, 'o','s','f','B','e','g','i','n','L','i','n','e',0,
-0xae, 0x2d, 0x10, 0x04, 0xff, 0x59, 'o','s','f','E','n','d','D','a','t','a',0,
-0xb7, 0x2d, 0x10, 0x04, 0xff, 0x5a, 'o','s','f','B','e','g','i','n','D','a','t','a',0,
-0x65, 0xcd, 0x10, 0x04, 0xff, 0x5b, 'o','s','f','P','r','e','v','M','e','n','u',0,
-0x63, 0xcd, 0x10, 0x04, 0xff, 0x5c, 'o','s','f','N','e','x','t','M','e','n','u',0,
-0xcb, 0x78, 0x10, 0x04, 0xff, 0x5d, 'o','s','f','P','r','e','v','F','i','e','l','d',0,
-0xc7, 0x78, 0x10, 0x04, 0xff, 0x5e, 'o','s','f','N','e','x','t','F','i','e','l','d',0,
-0xd8, 0xde, 0x10, 0x04, 0xff, 0x60, 'o','s','f','S','e','l','e','c','t',0,
-0xd8, 0x84, 0x10, 0x04, 0xff, 0x63, 'o','s','f','I','n','s','e','r','t',0,
-0x36, 0x17, 0x10, 0x04, 0xff, 0x65, 'o','s','f','U','n','d','o',0,
-0x35, 0xcd, 0x10, 0x04, 0xff, 0x67, 'o','s','f','M','e','n','u',0,
-0xd6, 0xa2, 0x10, 0x04, 0xff, 0x69, 'o','s','f','C','a','n','c','e','l',0,
-0x35, 0x9c, 0x10, 0x04, 0xff, 0x6a, 'o','s','f','H','e','l','p',0,
-0xc9, 0x38, 0x10, 0x04, 0xff, 0x71, 'o','s','f','S','e','l','e','c','t','A','l','l',0,
-0xf3, 0x38, 0x10, 0x04, 0xff, 0x72, 'o','s','f','D','e','s','e','l','e','c','t','A','l','l',0,
-0x65, 0x1e, 0x10, 0x04, 0xff, 0x73, 'o','s','f','R','e','s','e','l','e','c','t',0,
-0xd8, 0x94, 0x10, 0x04, 0xff, 0x74, 'o','s','f','E','x','t','e','n','d',0,
-0xb2, 0xf5, 0x10, 0x04, 0xff, 0x78, 'o','s','f','R','e','s','t','o','r','e',0,
-0xd7, 0x11, 0x10, 0x04, 0xff, 0xff, 'o','s','f','D','e','l','e','t','e',0,
-0x0b, 0x52, 0x10, 0x00, 0xff, 0x6c, 'R','e','s','e','t',0,
-0x18, 0x8f, 0x10, 0x00, 0xff, 0x6d, 'S','y','s','t','e','m',0,
-0x05, 0xb0, 0x10, 0x00, 0xff, 0x6e, 'U','s','e','r',0,
-0xaa, 0xc5, 0x10, 0x00, 0xff, 0x6f, 'C','l','e','a','r','L','i','n','e',0,
-0x6d, 0x85, 0x10, 0x00, 0xff, 0x70, 'I','n','s','e','r','t','L','i','n','e',0,
-0x56, 0x55, 0x10, 0x00, 0xff, 0x71, 'D','e','l','e','t','e','L','i','n','e',0,
-0x6d, 0x2c, 0x10, 0x00, 0xff, 0x72, 'I','n','s','e','r','t','C','h','a','r',0,
-0x55, 0xfc, 0x10, 0x00, 0xff, 0x73, 'D','e','l','e','t','e','C','h','a','r',0,
-0x28, 0x9c, 0x10, 0x00, 0xff, 0x74, 'B','a','c','k','T','a','b',0,
-0x3e, 0x1c, 0x10, 0x00, 0xff, 0x75, 'K','P','_','B','a','c','k','T','a','b',0,
-0x5b, 0x42, 0x10, 0x00, 0xff, 0x76, 'E','x','t','1','6','b','i','t','_','L',0,
-0x5b, 0x48, 0x10, 0x00, 0xff, 0x77, 'E','x','t','1','6','b','i','t','_','R',0,
-0xba, 0x69, 0x10, 0x00, 0x00, 0xa8, 'm','u','t','e','_','a','c','u','t','e',0,
-0xba, 0xf5, 0x10, 0x00, 0x00, 0xa9, 'm','u','t','e','_','g','r','a','v','e',0,
-0xbd, 0x23, 0x10, 0x00, 0x00, 0xaa, 'm','u','t','e','_','a','s','c','i','i','c','i','r','c','u','m',0,
-0xac, 0xb9, 0x10, 0x00, 0x00, 0xab, 'm','u','t','e','_','d','i','a','e','r','e','s','i','s',0,
-0x5f, 0x45, 0x10, 0x00, 0x00, 0xac, 'm','u','t','e','_','a','s','c','i','i','t','i','l','d','e',0,
-0x06, 0x49, 0x10, 0x00, 0x00, 0xaf, 'l','i','r','a',0,
-0x35, 0x1c, 0x10, 0x00, 0x00, 0xbe, 'g','u','i','l','d','e','r',0,
-0x7c, 0xb9, 0x10, 0x00, 0x00, 0xee, 'Y','d','i','a','e','r','e','s','i','s',0,
-0x00, 0xe1, 0x10, 0x00, 0x00, 0xee, 'I','O',0,
-0xd9, 0x0d, 0x10, 0x00, 0x00, 0xf6, 'l','o','n','g','m','i','n','u','s',0,
-0x0c, 0x6d, 0x10, 0x00, 0x00, 0xfc, 'b','l','o','c','k',0
-};
-
-#define KTABLESIZE 3575
-#define KMAXHASH 13
-
-static const unsigned short hashString[KTABLESIZE] = {
-0x0000, 0x5b39, 0x0000, 0x6b10, 0x0000, 0x0000, 0x3797, 0x2743,
-0x0000, 0x0000, 0x6166, 0x0000, 0x634d, 0x0000, 0x8aee, 0x3567,
-0x0000, 0x6946, 0x0000, 0x0000, 0x0a3c, 0x0000, 0x0000, 0x2637,
-0x0000, 0x2629, 0x5bdd, 0x0000, 0x6ba9, 0x0000, 0x0000, 0x4fab,
-0x5aca, 0x4753, 0x8c96, 0x0000, 0x5325, 0x0000, 0x3760, 0x2d18,
-0x5010, 0x69ef, 0x25fd, 0x11f4, 0x0000, 0x4f6a, 0x2fbb, 0x6b36,
-0x172a, 0x1732, 0x173a, 0x1742, 0x174a, 0x1752, 0x175a, 0x1762,
-0x176a, 0x1772, 0xa1bb, 0x61e5, 0x0000, 0x6ad5, 0x2fdd, 0x9fc6,
-0x6b84, 0x17d3, 0x17db, 0x17e3, 0x17eb, 0x17f3, 0x17fb, 0x1803,
-0x180b, 0x1813, 0x181b, 0x1823, 0x182b, 0x1833, 0x183b, 0x1843,
-0x184b, 0x1853, 0x185b, 0x1863, 0x186b, 0x01da, 0x187b, 0x1883,
-0x188b, 0x1893, 0x189b, 0x0000, 0x0000, 0x697e, 0x31fa, 0x0000,
-0x0000, 0x1917, 0x191f, 0x1927, 0x192f, 0x1937, 0x193f, 0x1947,
-0x17bb, 0x1957, 0x195f, 0x1967, 0x196f, 0x1977, 0x197f, 0x1987,
-0x198f, 0x1997, 0x199f, 0x19a7, 0x19af, 0x19b7, 0x19bf, 0x19c7,
-0x19cf, 0x19d7, 0x19df, 0x9514, 0x020e, 0x71ee, 0xa33b, 0x0000,
-0x4191, 0x6bce, 0x6afc, 0x1502, 0x6574, 0x0000, 0x0000, 0x6959,
-0x0000, 0x1f9a, 0x0000, 0x69a4, 0x0000, 0x3886, 0x0000, 0x0000,
-0x0000, 0x4e91, 0x4466, 0x6a74, 0x281c, 0x2ebe, 0xa2d7, 0x732d,
-0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0428, 0x3b0f, 0x4bf2,
-0x7589, 0x0000, 0x0000, 0x3af7, 0x965a, 0x3511, 0x0000, 0x2534,
-0x0000, 0x69c9, 0x6b70, 0x1873, 0x0000, 0x2f96, 0x0956, 0x6b23,
-0x0000, 0x5a02, 0x0356, 0x0000, 0x645d, 0x728e, 0x2672, 0x2f62,
-0x0000, 0x0000, 0x9524, 0x2f0a, 0xa465, 0x0578, 0x0581, 0x058a,
-0x0593, 0x059c, 0x05a5, 0x05ae, 0x05b7, 0x05c0, 0x3808, 0x1c75,
-0x0000, 0x05dd, 0x05f0, 0x0603, 0x0616, 0x0629, 0x063c, 0x064f,
-0x0662, 0x0675, 0x0000, 0x2d2a, 0x534c, 0x069c, 0x06af, 0x06c2,
-0x06d5, 0x06e8, 0x06fb, 0x070e, 0x0721, 0x0734, 0x68d2, 0x0000,
-0x0000, 0x3e9a, 0x13f0, 0x27ea, 0x37e2, 0x0000, 0x364a, 0x6a27,
-0x7409, 0x118e, 0x0000, 0x2ce2, 0x9c5a, 0x3594, 0x4ecf, 0x9a48,
-0x0000, 0x90a4, 0x0000, 0x0000, 0x38bd, 0x6be1, 0x0000, 0x0000,
-0x0000, 0x0ff8, 0x0c2e, 0x313e, 0x0000, 0x0000, 0x0000, 0x3b59,
-0x5944, 0x69dc, 0x6ae8, 0xa2fe, 0x966f, 0x2c23, 0x232d, 0x27a4,
-0x2c4d, 0x2c5b, 0x2c69, 0x2c77, 0x2c85, 0x2c93, 0x2ca1, 0x0000,
-0x1651, 0x0000, 0x0000, 0x0000, 0x0000, 0x32fb, 0x9b25, 0x505f,
-0x0000, 0x5105, 0x0255, 0x0000, 0xa3d7, 0x0000, 0x0000, 0x0000,
-0x0a53, 0x0000, 0x6f6c, 0x2e2d, 0x3ee8, 0x6ac1, 0x9442, 0x1e62,
-0x0000, 0x2d3c, 0x0000, 0x3e4d, 0x6647, 0x0000, 0x2f1c, 0x0000,
-0x92c5, 0x242f, 0x47bd, 0x0000, 0x0000, 0x949c, 0x17ca, 0x24a1,
-0x2d65, 0x2d74, 0x194f, 0x2d92, 0x2da1, 0x2db0, 0x2dbf, 0x2dce,
-0x2ddd, 0x2dec, 0x018b, 0x27f3, 0x3624, 0x3c3c, 0x0000, 0x5173,
-0x47d8, 0x6a61, 0x9bfc, 0x3cab, 0x56b3, 0x0000, 0x9a19, 0x1b66,
-0x0000, 0x3d16, 0x0000, 0x0ece, 0x0c67, 0x0000, 0x0000, 0x6b5d,
-0x0d02, 0x114e, 0x980a, 0x0af7, 0x0000, 0x3956, 0x0000, 0x0000,
-0x105d, 0x3b48, 0x57d7, 0x0000, 0x6b49, 0x39e7, 0x3680, 0x0000,
-0x4ccc, 0x0000, 0x0000, 0x3a56, 0x90ea, 0x6aad, 0x0000, 0x1aa8,
-0x0000, 0x3ac1, 0x6a4e, 0x0000, 0x0000, 0x0000, 0x307c, 0x972d,
-0x0000, 0x0c1a, 0x6113, 0x8ff7, 0x96bb, 0x68c1, 0x5560, 0x0000,
-0xa20d, 0x9239, 0x8323, 0x308e, 0x0000, 0x13d6, 0x6c16, 0x24af,
-0x0940, 0x07f1, 0x0000, 0x587a, 0x7081, 0x0000, 0x0000, 0x5bc5,
-0x1e6b, 0x0000, 0x0000, 0x3151, 0x982e, 0x1af9, 0x0a0f, 0x6991,
-0x0000, 0x0000, 0x0000, 0x52cc, 0x98f2, 0x0000, 0x0000, 0x1a52,
-0x0000, 0x0000, 0x3904, 0x5e7a, 0x5273, 0x13bd, 0x0000, 0x2e40,
-0x5285, 0x646e, 0x05c9, 0x05d3, 0x05e6, 0x05f9, 0x060c, 0x061f,
-0x0632, 0x0645, 0x0658, 0x066b, 0x0717, 0x072a, 0x2550, 0x50e0,
-0x0000, 0x689d, 0x0000, 0x2f84, 0x16be, 0x65ad, 0x97a0, 0x2733,
-0x0000, 0x6a02, 0x0688, 0x6725, 0x4743, 0x4f2f, 0x41f9, 0x6803,
-0x0000, 0x6791, 0x0000, 0x0000, 0x7711, 0x0000, 0x2fa8, 0x2d4f,
-0x0000, 0x37cf, 0x0000, 0x6439, 0x42fe, 0x64a3, 0x3dd6, 0x0000,
-0xa1e9, 0x66db, 0x0747, 0x075b, 0x076f, 0x0783, 0x0797, 0x07ab,
-0x0000, 0x0000, 0x1b94, 0x0000, 0x0000, 0x0000, 0x9ecb, 0x0000,
-0x0000, 0xa436, 0x0000, 0x9585, 0x2ea6, 0x7739, 0x7e65, 0x0000,
-0x0000, 0x62dd, 0x0000, 0x0000, 0x0000, 0x382b, 0x0000, 0x2520,
-0x0000, 0x0000, 0x0000, 0xa232, 0x0165, 0x4b72, 0x0000, 0x4e38,
-0x0000, 0x0000, 0x1c39, 0x32cd, 0x1d07, 0x2101, 0x36c8, 0x63ff,
-0x0000, 0x0000, 0x0000, 0x0000, 0x32e4, 0x2c31, 0x0000, 0x2c3f,
-0x2171, 0x4a31, 0x4641, 0x353a, 0x230b, 0x0000, 0x092a, 0x667f,
-0x5484, 0x68af, 0x2ee1, 0x2f3f, 0x0000, 0x65bf, 0x0000, 0x0000,
-0x0000, 0x1fe7, 0x0000, 0x6737, 0x0000, 0x0000, 0x1d42, 0x61fc,
-0x0000, 0x10ee, 0x28e3, 0x4fc5, 0x0000, 0x0000, 0x7a8c, 0x33df,
-0x0000, 0x3611, 0x7d7c, 0x644b, 0x7212, 0x456d, 0x0000, 0x2560,
-0x0000, 0x66ed, 0x92f8, 0x0000, 0x0000, 0x0000, 0x25a8, 0x0000,
-0x0000, 0x1457, 0x7e94, 0x780f, 0x22df, 0x72af, 0x78c3, 0x9205,
-0x0000, 0x7a33, 0x0000, 0x0000, 0x41e7, 0x9012, 0x7bbb, 0x44e8,
-0x10a8, 0x9069, 0x420a, 0x724b, 0x02aa, 0x366d, 0x0000, 0x0000,
-0x7d66, 0x0dee, 0x0000, 0x8366, 0x95d5, 0x6a3a, 0x841e, 0x0000,
-0x22b3, 0x0000, 0x0000, 0x0000, 0x1d11, 0x6ce4, 0x3335, 0x8a11,
-0x0000, 0x0281, 0x7651, 0x0000, 0x0000, 0x6e4e, 0x0980, 0x8999,
-0x95e6, 0x47c6, 0x7f3a, 0x0000, 0x0022, 0x2d83, 0x08d0, 0x0000,
-0x9a58, 0x320b, 0x0000, 0x3bab, 0x5098, 0x47cf, 0xa26a, 0x9055,
-0x18b5, 0x12b0, 0x0000, 0x3d9d, 0x0a29, 0x0000, 0x4275, 0x12e0,
-0x83aa, 0x22ee, 0x12f8, 0x4f0e, 0x8406, 0x1310, 0x7ec2, 0x6f3e,
-0x4298, 0x57bd, 0x27d8, 0x60ca, 0x7c01, 0x0000, 0x0000, 0x0000,
-0x84f1, 0x9863, 0x7762, 0x7777, 0x6a99, 0x0a6c, 0x78ae, 0x520e,
-0x7d0e, 0x830e, 0x80d1, 0x354f, 0x4286, 0xa476, 0x7f09, 0x0000,
-0x58e9, 0x0000, 0x8195, 0x0000, 0x8689, 0x0000, 0x9755, 0x0000,
-0x8569, 0x6c4b, 0x0000, 0x0000, 0x7a05, 0x7b75, 0x0914, 0x3164,
-0x7f21, 0x8521, 0x80a1, 0x7c91, 0x19f7, 0x8581, 0x7524, 0x2794,
-0x859a, 0x1b7f, 0x81c5, 0x7cc2, 0x7fb2, 0x3be1, 0x8132, 0x8732,
-0x2662, 0x3c2a, 0x0ced, 0x6c76, 0x964b, 0x8b06, 0x3c75, 0x3bf3,
-0x3c99, 0x2716, 0x825a, 0x7cdb, 0x1907, 0x3cf2, 0x814b, 0x252a,
-0x0000, 0x0230, 0x820f, 0x880f, 0x8842, 0x3cbc, 0x0000, 0x0000,
-0x0000, 0x8caf, 0x0c9f, 0x8873, 0x02d9, 0x3d04, 0x0000, 0x0000,
-0x0199, 0x3d3a, 0x0000, 0x3cce, 0x0000, 0x0000, 0x9f1c, 0x0000,
-0x5185, 0x2460, 0x6c84, 0x88a6, 0x90c3, 0x8bb6, 0x0000, 0x0000,
-0x0000, 0x1519, 0x4f96, 0x0000, 0x0000, 0x5d2b, 0x0000, 0x3b99,
-0x0000, 0x5d7b, 0x0000, 0x0000, 0x0000, 0x5e6b, 0x1a61, 0x0000,
-0x0000, 0x0000, 0x0000, 0x0d8c, 0x0000, 0x9972, 0x15f8, 0x0000,
-0x2542, 0x5dfb, 0x0000, 0x6d04, 0x3010, 0x39f8, 0x0000, 0x736a,
-0x96cb, 0x0e87, 0x0000, 0xa348, 0x1a70, 0x0000, 0x0000, 0x6f98,
-0x7165, 0x3967, 0x0d74, 0x0000, 0x5828, 0x398c, 0x0000, 0x0000,
-0x39b0, 0x39d5, 0x6e70, 0x52ba, 0x9430, 0x0000, 0x3a20, 0x399e,
-0x1090, 0x3692, 0x583a, 0x8ce2, 0x3a8b, 0x3a9d, 0x0000, 0x0000,
-0x4f77, 0x35ff, 0x431d, 0x0b30, 0x91f4, 0x3a67, 0x0000, 0x8df8,
-0x58c6, 0x30a0, 0x2199, 0x0000, 0x0447, 0x3aaf, 0x0000, 0x0000,
-0x4263, 0x3ae5, 0x0000, 0x3a79, 0xa2ec, 0x0000, 0x0000, 0x0c46,
-0x3431, 0x3b23, 0x0000, 0x0d3f, 0x0000, 0x2f74, 0x608a, 0x977a,
-0x0e5b, 0x067e, 0x0000, 0x0692, 0x0000, 0x06a5, 0x0000, 0x06b8,
-0x3f77, 0x06cb, 0x4a5d, 0x06de, 0x0000, 0x06f1, 0x0000, 0x0704,
-0x0000, 0x588e, 0x0000, 0x726d, 0x9d6f, 0x0000, 0x0000, 0x666d,
-0x0000, 0x0000, 0x0000, 0x0000, 0x56c5, 0x6264, 0x0d52, 0x7676,
-0x4e5d, 0x2d05, 0x0000, 0x0000, 0x4c8d, 0x0000, 0x3dc3, 0x493f,
-0x0000, 0x0000, 0x4902, 0x0000, 0x3726, 0x0000, 0x0000, 0x258b,
-0x49ab, 0x3248, 0x0000, 0x0000, 0x570d, 0x4ba2, 0x9249, 0x0000,
-0x2504, 0x9ed8, 0x6907, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
-0x9026, 0x66ff, 0x0000, 0x0000, 0x63a1, 0x43eb, 0x741d, 0x54cf,
-0x0000, 0x7538, 0x0000, 0xa041, 0x0000, 0x0000, 0x484e, 0x096b,
-0x0000, 0x9215, 0x0000, 0x0000, 0x27fc, 0x0000, 0x4c72, 0x0000,
-0x5651, 0x0000, 0x0000, 0x0000, 0x5518, 0x0000, 0x23bc, 0x257d,
-0x3f18, 0x5743, 0x0000, 0x0000, 0x9740, 0x653b, 0x9cf8, 0x0000,
-0x5389, 0x65d1, 0x0000, 0x0000, 0x56a1, 0x3177, 0x0000, 0x0000,
-0x23fd, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x47b4, 0x0000,
-0x1fac, 0x0000, 0x0000, 0x0000, 0x55b6, 0x01eb, 0x4d67, 0x0000,
-0x451f, 0x66b5, 0x5ab1, 0x1a23, 0x56d6, 0x9914, 0x13a4, 0x0000,
-0x0000, 0x9d0a, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x4b04,
-0x97f9, 0x0000, 0x9bc2, 0x0000, 0x9a9e, 0x0000, 0x72d4, 0x9161,
-0x56e8, 0x0000, 0x0000, 0x0dbc, 0x67b5, 0x0000, 0xa17e, 0x933c,
-0x0000, 0x64c7, 0x0000, 0x0d64, 0x0dcc, 0x0000, 0x0000, 0x8ead,
-0x571e, 0x6827, 0x0000, 0x0000, 0x5641, 0x0000, 0x8d93, 0x2492,
-0x0000, 0x3e80, 0x0000, 0x1ca7, 0x0000, 0x0000, 0x0000, 0x7eab,
-0x0000, 0x0000, 0x50f2, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
-0x4503, 0xa30e, 0x0000, 0x383e, 0x0000, 0x0000, 0x0000, 0x68f5,
-0x0000, 0x9f42, 0x47e1, 0xa01c, 0x5576, 0x94ae, 0x0000, 0x6c9e,
-0x981c, 0x6491, 0x24cb, 0x0000, 0x0000, 0x1a01, 0x99ce, 0x23eb,
-0x9d43, 0x70af, 0x12c8, 0x3e20, 0x0000, 0x0860, 0x0000, 0x4ce5,
-0x0000, 0x0000, 0x0000, 0x086e, 0x55c8, 0x0000, 0x0000, 0x0000,
-0x0000, 0x147e, 0x22fd, 0x713a, 0x4a4f, 0x9ae3, 0x0000, 0x677f,
-0x55a8, 0x0000, 0x0000, 0x0000, 0x0000, 0x9272, 0x74c1, 0x6815,
-0x0000, 0x9b3b, 0x0000, 0x1e26, 0x9b51, 0x2b42, 0x0000, 0x3f4a,
-0x8f32, 0x0000, 0x9df5, 0x0000, 0x0000, 0x0000, 0x4a87, 0x66a3,
-0x0000, 0x0000, 0x3c4d, 0x4d7f, 0x0000, 0x235a, 0x46bc, 0x5fd6,
-0x0000, 0x9041, 0x0000, 0x4abc, 0x0000, 0x0000, 0x53d6, 0x0000,
-0x1167, 0x0000, 0x0000, 0x1b6f, 0x119f, 0x07b5, 0x0000, 0x1f25,
-0x0000, 0x6712, 0x9134, 0x07c3, 0x63b4, 0x7ba4, 0x2b18, 0x65e4,
-0x0000, 0x1446, 0x0000, 0x011b, 0x0000, 0x0000, 0x050a, 0x0515,
-0x0520, 0x052b, 0x0536, 0x0541, 0x054c, 0x0557, 0x0562, 0x056d,
-0x5495, 0xa40a, 0x2a8c, 0x6ffa, 0x638e, 0x0000, 0x9c48, 0x63da,
-0x0000, 0x421c, 0x2b50, 0x998c, 0x0000, 0x654e, 0x29fe, 0x0156,
-0x4d50, 0x6527, 0x2b96, 0x0000, 0x0000, 0x6500, 0x2b34, 0x37f4,
-0x665a, 0x0000, 0x2a9a, 0x0000, 0x2a28, 0x0000, 0x2bc0, 0x0000,
-0x0bd9, 0x9d27, 0x0fdd, 0x1627, 0x8f97, 0x0000, 0x1a36, 0x0000,
-0x0000, 0x66c8, 0x0000, 0x0000, 0x5f54, 0x0000, 0x29f0, 0x0147,
-0x0000, 0x0000, 0x2a54, 0x0000, 0x0000, 0x73ac, 0x9e0b, 0x71da,
-0x269c, 0x0000, 0x6238, 0x5373, 0x6249, 0x0000, 0x9e29, 0x0000,
-0x0000, 0x0000, 0x539b, 0x435b, 0x4761, 0x0000, 0x2b6c, 0xa385,
-0x088b, 0x64da, 0x0000, 0x0000, 0x9121, 0x318b, 0x0000, 0x97c5,
-0x9ce8, 0x5f6e, 0x3ed0, 0x4150, 0x0000, 0x53e6, 0x1b34, 0x0000,
-0x0ddc, 0x410f, 0x86d1, 0x411e, 0x29e1, 0x6ea9, 0x0000, 0x0000,
-0x961a, 0x98c9, 0x0000, 0x412d, 0x0000, 0x0000, 0x0000, 0x2e59,
-0x938e, 0x93a0, 0x93b2, 0x93c4, 0x89e1, 0x93e8, 0x93fa, 0x940c,
-0x941e, 0x7896, 0x9fb9, 0x0000, 0x74d5, 0x0000, 0x9c9e, 0x256e,
-0x7176, 0x6dd2, 0x9454, 0x74fb, 0x073d, 0x7daa, 0x4fe2, 0x0751,
-0x5e4b, 0x0000, 0x0765, 0x968f, 0x0315, 0x0779, 0x6c69, 0x0000,
-0x078d, 0x0000, 0x7a5f, 0x07a1, 0x032d, 0x7575, 0x647f, 0x4536,
-0x55fa, 0x84c2, 0x0000, 0x1bd9, 0x0000, 0x503b, 0x837c, 0x6749,
-0x0000, 0x7dd8, 0x20d8, 0x0000, 0x7aa3, 0x0000, 0x2052, 0x7d93,
-0x0000, 0x0000, 0x8494, 0x5fa1, 0x024a, 0x0000, 0x0000, 0x25b5,
-0x026a, 0x1494, 0x32b9, 0x023f, 0x0000, 0x0000, 0x8924, 0x7a1e,
-0x458d, 0x802b, 0x2001, 0x1105, 0x7bea, 0x0000, 0x0000, 0x0000,
-0x9fd9, 0x42bd, 0x6132, 0x42cc, 0x0000, 0x030a, 0x0000, 0x0000,
-0x5586, 0x7109, 0x0000, 0x42db, 0x0000, 0x8faf, 0x853a, 0x0000,
-0x141f, 0x8795, 0x0000, 0x02ff, 0x0000, 0x4813, 0x934e, 0x0000,
-0x50ab, 0x55d6, 0x89ca, 0x49ef, 0x0000, 0x0000, 0x778c, 0x77b7,
-0x028f, 0x1593, 0x7825, 0x78d9, 0x7725, 0x26b9, 0x7a76, 0x6691,
-0x7ad2, 0x7dc2, 0x7b8e, 0x7e7e, 0x847e, 0x7ffe, 0x6cc4, 0x86a1,
-0x890e, 0x1bb4, 0x0000, 0x89b1, 0x0000, 0x8101, 0x0000, 0x42aa,
-0x0000, 0x4b5f, 0x2929, 0x3bbc, 0x0000, 0x0000, 0x0000, 0x87c5,
-0x9d61, 0x0000, 0x117a, 0x85b2, 0x0000, 0x0000, 0x8c65, 0x0000,
-0x261a, 0x04b7, 0x0000, 0x8a42, 0xa2c4, 0x81f6, 0x28fe, 0x02f4,
-0x08fd, 0x0000, 0x21c1, 0x0000, 0x5b0d, 0x0000, 0x7cf4, 0x3c63,
-0x85e4, 0x8164, 0x6d8e, 0x3850, 0x492e, 0x18c5, 0x08a2, 0x885a,
-0x8b38, 0x36ff, 0x00aa, 0x85cb, 0x8cc8, 0x828c, 0x888c, 0x874b,
-0x6eea, 0x0000, 0x9189, 0x37bd, 0x8d2c, 0x045a, 0x231d, 0x9caf,
-0x0000, 0x96dc, 0x0000, 0x8b1f, 0x6633, 0x82bf, 0x5af5, 0x0000,
-0x8bcf, 0x8f7b, 0x0000, 0x8dc6, 0x8d5f, 0x8273, 0x0000, 0x1f44,
-0x25df, 0x1ef4, 0x749a, 0x4bd7, 0x8e2b, 0x11b2, 0x0000, 0x0000,
-0x0000, 0x2772, 0x0000, 0x8d13, 0x0000, 0x0388, 0x0000, 0x0000,
-0x0000, 0x0000, 0x0000, 0x7fcb, 0x53f9, 0x82d9, 0x88d9, 0x0000,
-0x8be9, 0x3c17, 0x0000, 0x3d78, 0x8d79, 0x82a6, 0x0000, 0x5338,
-0x0000, 0x0000, 0x44aa, 0x0000, 0x8e45, 0x0000, 0x0000, 0x0000,
-0x0000, 0x0000, 0x291a, 0x8d46, 0x54a6, 0x8228, 0x0000, 0x0000,
-0x0000, 0x3873, 0x0000, 0x9902, 0x1a47, 0x0000, 0x404b, 0x0000,
-0x0000, 0x3898, 0x0000, 0x8e12, 0x0000, 0x0000, 0x995c, 0x0ee8,
-0x9bd3, 0x4e16, 0x0000, 0x6f10, 0x0000, 0x3d8a, 0x6425, 0x9287,
-0x24e7, 0x9d35, 0xa0dd, 0x73fb, 0x1ce4, 0x0000, 0x0000, 0x5dab,
-0x0000, 0x0000, 0x0000, 0x0000, 0x6921, 0x0000, 0x9f65, 0x0000,
-0x0000, 0x9cd6, 0xa3f9, 0x8e7a, 0x6e18, 0x0000, 0x08e6, 0x0000,
-0x48d0, 0x0000, 0x0344, 0x3bce, 0x0000, 0x3d27, 0x37a9, 0x91e1,
-0x0000, 0x0000, 0x584c, 0x0000, 0x0486, 0x0000, 0x0000, 0x0000,
-0x2782, 0x0000, 0x0000, 0x0000, 0x2be9, 0x0000, 0x38d0, 0x5d3a,
-0x4181, 0x0000, 0x017d, 0x0000, 0x696c, 0x4c32, 0x0000, 0x675b,
-0x541e, 0x8cfa, 0x1a12, 0x0000, 0x0000, 0x1796, 0x5084, 0x0000,
-0x6f27, 0x5d6b, 0x0000, 0x0000, 0x344f, 0x4ee8, 0x3f30, 0x0eb8,
-0x00ba, 0x0f01, 0x4b30, 0x5ddb, 0x1e94, 0x58fa, 0x40c7, 0x3a0e,
-0x499c, 0x3a44, 0x9e8d, 0x6ece, 0x0000, 0x0000, 0x33a7, 0x5dba,
-0x0000, 0x0000, 0x3265, 0x5d4a, 0x0000, 0x0000, 0x0000, 0x5d9b,
-0x88f3, 0x962b, 0x1c2c, 0x46dc, 0x0000, 0x0844, 0x0000, 0x0000,
-0x002c, 0x5deb, 0x9ee9, 0x0852, 0x0000, 0x67a3, 0x91cf, 0x2bdc,
-0x244e, 0x0000, 0x4fa0, 0x0000, 0x0000, 0x0000, 0x545d, 0x6a15,
-0x16ad, 0x0000, 0x0000, 0x978a, 0x95c4, 0x16ee, 0x0000, 0x0000,
-0x0000, 0x0000, 0x6f82, 0x0000, 0x0000, 0x60e0, 0x1610, 0x322f,
-0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x742c, 0x5139,
-0x6e2a, 0x11dd, 0x0000, 0x4424, 0x0000, 0x69b7, 0x0072, 0x0000,
-0x5ff0, 0x0000, 0x9362, 0x0320, 0x0000, 0x0000, 0x73bb, 0x0000,
-0x48db, 0x3b6e, 0x2157, 0x5665, 0x04fa, 0x2164, 0x6060, 0x4a74,
-0x0000, 0x0000, 0x0000, 0x444f, 0x0000, 0x0000, 0x213d, 0x3944,
-0x0000, 0x39c2, 0x0000, 0x0000, 0x0000, 0x601a, 0x0000, 0x0000,
-0x26c9, 0x01ca, 0x8ec7, 0x0000, 0x591f, 0x0000, 0x46fb, 0x0000,
-0x5198, 0x27c8, 0x919f, 0x6b97, 0x16df, 0x218c, 0x2fcc, 0x0000,
-0x0000, 0x36b5, 0x2ed0, 0x0000, 0x6f55, 0x0000, 0x09df, 0x0000,
-0x0000, 0x30b0, 0x01af, 0x0000, 0x2fff, 0x0000, 0x0000, 0x0000,
-0x540b, 0x0000, 0x2f2e, 0x0000, 0x9be7, 0x3b35, 0x0000, 0x0000,
-0x0000, 0x6bbc, 0x0f52, 0x6d78, 0x305a, 0x217f, 0x4de3, 0x0000,
-0x4080, 0x9a3a, 0x31e9, 0x5ec5, 0x723a, 0x0000, 0x1c1f, 0x306b,
-0x0000, 0x0000, 0x0000, 0x0000, 0x3fe3, 0x0abf, 0x910e, 0x2476,
-0x95a8, 0x9e74, 0x0000, 0x3979, 0x3049, 0x3ad2, 0x35eb, 0x6005,
-0x09af, 0x58a0, 0x2cf4, 0x0000, 0x3636, 0x0000, 0x3dee, 0x0000,
-0x5235, 0x0000, 0x008d, 0x49d0, 0x9a69, 0x0000, 0x09fa, 0x4aac,
-0x5a19, 0x58b3, 0x2ef9, 0x0b4f, 0x0000, 0x0000, 0x38ab, 0x0ea2,
-0x0000, 0x0000, 0x1434, 0x3f60, 0x236c, 0xa374, 0x5360, 0x0000,
-0x59c5, 0x0000, 0x2fee, 0x0000, 0x0000, 0x30c1, 0x30eb, 0x1a98,
-0x0000, 0x0add, 0x9534, 0x5760, 0x0000, 0x1294, 0x0000, 0x90b3,
-0x0000, 0x0000, 0x6d4a, 0x0000, 0x0000, 0x0000, 0x5ef4, 0x0000,
-0x7d4f, 0x0000, 0x381a, 0x0000, 0x0000, 0x4e26, 0x0cd9, 0x9ef7,
-0x6dec, 0x0000, 0x90ff, 0x504e, 0x0000, 0x0000, 0x4b47, 0x0000,
-0x0000, 0x7187, 0x0000, 0x0000, 0x6295, 0xa064, 0x0000, 0x0000,
-0x0000, 0x60b5, 0x7603, 0x0000, 0x0000, 0x3712, 0x0000, 0x0000,
-0x0000, 0x637b, 0x365c, 0x5117, 0x59ae, 0x4e4b, 0x30d2, 0x63c7,
-0x9551, 0x94e3, 0x1cd7, 0x7560, 0x0000, 0x0000, 0x6e3c, 0x04a5,
-0x51ae, 0x976b, 0x971e, 0x4681, 0x9ab7, 0x51e6, 0x1c8d, 0x5c34,
-0x5cb2, 0x6587, 0x9af9, 0x0000, 0x9b0f, 0x52ef, 0x221c, 0x2036,
-0x36a4, 0x52a9, 0x49ff, 0x64ed, 0x0000, 0xa1ca, 0x1c4b, 0x9895,
-0x99f9, 0x4ae1, 0x7634, 0x7308, 0xa47f, 0x47ea, 0x52de, 0x562e,
-0x0000, 0x0000, 0x0000, 0x5128, 0x0000, 0x0001, 0x0000, 0x0000,
-0x0000, 0x4d37, 0x50cf, 0x0e33, 0x0000, 0x012d, 0x65f7, 0x0476,
-0x0d2e, 0xa257, 0x6c31, 0x9b7d, 0x3932, 0x51fa, 0x774e, 0x0000,
-0x34c1, 0x893b, 0x57a4, 0x514b, 0x226b, 0x0000, 0x2dfb, 0x2e12,
-0x0000, 0x0fc4, 0x0080, 0x0000, 0x74e8, 0x552c, 0x1ee3, 0x929c,
-0x7d39, 0x0000, 0x0000, 0x91c0, 0x8339, 0x0000, 0x0000, 0x0000,
-0x241f, 0x9854, 0x0000, 0x4b18, 0x0000, 0x896a, 0xa3b5, 0x744e,
-0x2761, 0xa27a, 0x214a, 0x0000, 0x46cd, 0x200f, 0x77a2, 0x92b1,
-0x0000, 0x0cb6, 0x7685, 0x7699, 0x76ad, 0x76c1, 0x35d9, 0x76e9,
-0x76fd, 0x7154, 0x70dc, 0x0000, 0x85fe, 0x0000, 0x0000, 0x6561,
-0x0000, 0x0000, 0x0000, 0x98b8, 0x009a, 0x0000, 0x844d, 0x0000,
-0x2e72, 0x0cc8, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xa220,
-0x0000, 0x661f, 0x4ff2, 0x0000, 0x0000, 0x0000, 0x1cca, 0x0000,
-0x434b, 0x0000, 0x0000, 0x0000, 0x2caf, 0x0000, 0x15ce, 0x2200,
-0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x6ef6, 0x0000,
-0x6d33, 0x75a0, 0x21a7, 0x0000, 0x4f5b, 0x21b4, 0x7ae8, 0x0000,
-0x729e, 0x8fe5, 0x4d99, 0x0000, 0x798f, 0x0000, 0x8393, 0x0000,
-0x8014, 0x0000, 0x6411, 0x0000, 0x6ebe, 0x0000, 0x84ab, 0x0812,
-0x7e1e, 0x0b12, 0x554f, 0x0000, 0x7eda, 0x081f, 0x84da, 0x0000,
-0x805a, 0x0c56, 0x1d35, 0x5f24, 0x6513, 0x6c3e, 0x7f81, 0x25c3,
-0x8ad5, 0x0000, 0x4fd3, 0x5817, 0x794a, 0x7aba, 0x102c, 0x7b16,
-0x7e06, 0x7bd2, 0x79d5, 0x7b45, 0x7e35, 0x56fa, 0x7ef1, 0x2830,
-0x8071, 0x7c61, 0x79ed, 0x7b5d, 0x7e4d, 0x7c19, 0x0da8, 0x5730,
-0x8089, 0x7c79, 0x7f69, 0x4021, 0x80e9, 0x86e9, 0xa005, 0x89f9,
-0x6875, 0x7caa, 0x3c05, 0x6e82, 0x811a, 0x871a, 0x0000, 0x8a2a,
-0x81de, 0x87de, 0x0000, 0x87f6, 0x561d, 0x1ed1, 0x0000, 0x8c7e,
-0x8242, 0x2c11, 0x61a5, 0x8b52, 0x8f61, 0x58d8, 0x0000, 0x3c87,
-0x0000, 0x0000, 0x5220, 0x0000, 0x67db, 0x7042, 0x0000, 0x8dae,
-0x0000, 0x71c9, 0x553c, 0x0000, 0x0000, 0x0000, 0x01bd, 0x0000,
-0x0000, 0x8b6a, 0x0000, 0x6151, 0x684d, 0x54e3, 0x733a, 0x4e6e,
-0x0000, 0x27b6, 0x087c, 0x0000, 0x0000, 0x02e7, 0x2485, 0x00d0,
-0x0000, 0xa123, 0x2130, 0x0000, 0x0000, 0x21d4, 0x0000, 0x0000,
-0x0000, 0x0000, 0x0000, 0x0000, 0x9f2f, 0x0000, 0x4242, 0x0000,
-0x49c1, 0x4a11, 0x19e7, 0x35a9, 0x0000, 0x0000, 0xa10d, 0x0000,
-0x0000, 0x2e8a, 0x0000, 0x4f1e, 0x59ec, 0x567a, 0xa32f, 0x4dc9,
-0x0000, 0x5770, 0x201c, 0x00e8, 0x0000, 0x2029, 0x0000, 0x0000,
-0x0000, 0x0000, 0x5071, 0x5793, 0x0000, 0x0000, 0x1d28, 0x206c,
-0x0000, 0x0c8e, 0x6c23, 0x0000, 0x0000, 0x0000, 0x0000, 0x907d,
-0x466e, 0x0000, 0x0000, 0x1340, 0x1354, 0x1368, 0x137c, 0x1390,
-0x4863, 0x1d8e, 0x4878, 0x676d, 0x488d, 0x2045, 0x48a2, 0x64b5,
-0x8a5b, 0x0e04, 0x0000, 0x0000, 0x0000, 0x9c84, 0x9c91, 0x0000,
-0x4970, 0x0000, 0x51d5, 0x0000, 0x0000, 0x0000, 0x0000, 0x02c0,
-0x7120, 0x0000, 0x0000, 0x754b, 0x0000, 0x0000, 0x1328, 0x0000,
-0x0000, 0x0000, 0x1daa, 0x1ab8, 0x0000, 0x0000, 0x8c03, 0x1552,
-0x0000, 0x0000, 0x0000, 0x5507, 0x1bf8, 0x0000, 0x43c4, 0x4734,
-0x0000, 0x0000, 0x0000, 0x4cb5, 0x88bf, 0x0000, 0x237b, 0x0000,
-0x0000, 0x0000, 0x0000, 0x1786, 0x0000, 0x2b0a, 0x0000, 0x6c59,
-0x207c, 0x0000, 0x02cd, 0x4772, 0x439f, 0x0000, 0x0000, 0x0000,
-0x0000, 0x9e61, 0x1c58, 0x0000, 0x1573, 0x14f2, 0x0000, 0x0000,
-0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2b88, 0x1e38, 0x3275,
-0x6d61, 0x0000, 0x3023, 0x0000, 0x04d7, 0x0000, 0x1d1b, 0x0000,
-0x2ac4, 0x0000, 0x268f, 0x6e06, 0x2afc, 0x3112, 0x298d, 0x24f6,
-0x2ad2, 0x0000, 0x29b7, 0x0000, 0x2a7e, 0x4612, 0x23de, 0x0000,
-0x2aa8, 0x659a, 0x2b26, 0x5020, 0x29c5, 0x62b4, 0x29d3, 0x0000,
-0x2a1a, 0x560c, 0x29a9, 0x1d81, 0x2a62, 0x96af, 0x1d54, 0x1660,
-0x2a37, 0x4dab, 0x2b5e, 0x036a, 0x2a0c, 0x6321, 0x2a70, 0x6cac,
-0x2ba4, 0x3351, 0x1583, 0x0000, 0x28a1, 0x1542, 0x18a3, 0x0047,
-0x2b7a, 0x4c58, 0x013a, 0x0000, 0x0000, 0x5f88, 0x284a, 0xa0ec,
-0x5932, 0x03a4, 0x03b0, 0x03bc, 0x03c8, 0x9f9c, 0x739b, 0x0000,
-0x9a78, 0x0000, 0x1dda, 0x925d, 0x0000, 0x0000, 0x0000, 0x0000,
-0x34df, 0x9174, 0x0000, 0x0000, 0x8e93, 0x14e2, 0x1d9d, 0x515c,
-0x45d8, 0x6da4, 0x3746, 0x0000, 0x0000, 0x55e8, 0x660b, 0x5001,
-0x0000, 0x0bf8, 0x0000, 0x0000, 0x0000, 0x4ea9, 0x9709, 0x3a32,
-0x1563, 0x14a5, 0x010c, 0x9d8c, 0x0000, 0x205f, 0x0000, 0x94f2,
-0x8ddf, 0x0000, 0x5431, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
-0x0000, 0x0000, 0x0000, 0x1dc9, 0x4b88, 0x76d5, 0x969f, 0x4826,
-0xa1a1, 0x67c8, 0xa0b9, 0x54f3, 0x0000, 0x2cc4, 0x1de7, 0x0000,
-0x9a8a, 0x0467, 0x28f0, 0x0000, 0x454d, 0x0000, 0x26d9, 0x0000,
-0x9d7d, 0x0000, 0x0000, 0x0000, 0x2864, 0x0000, 0x2682, 0xa363,
-0x0ba5, 0x0000, 0x0000, 0x683a, 0x0000, 0x3e06, 0x03f0, 0x4c21,
-0x7202, 0x0000, 0x0000, 0x0000, 0x8642, 0x9d52, 0x4bbd, 0x43b1,
-0x90d4, 0x0000, 0x9c11, 0x4496, 0x7474, 0x9cc5, 0x8614, 0x9c70,
-0x0000, 0x41b5, 0x0000, 0x0000, 0x5245, 0x10d6, 0x9883, 0x0000,
-0x525c, 0x48f4, 0x0000, 0x0000, 0x4e81, 0x0000, 0x0000, 0x0000,
-0x0000, 0x0000, 0x4d10, 0x24be, 0x0000, 0x0000, 0x0000, 0x63ed,
-0x0000, 0x40a5, 0x0000, 0x0000, 0x0000, 0xa0fc, 0x9148, 0x0000,
-0x0000, 0x93d6, 0x0000, 0x0000, 0x9dae, 0x95b7, 0x26ac, 0x9091,
-0x0000, 0x3318, 0x23aa, 0x5f39, 0x0000, 0x3774, 0x0000, 0x0000,
-0x0000, 0x9c36, 0x0000, 0x53c2, 0x7a49, 0x41a5, 0x0aa2, 0x71b8,
-0x2250, 0x0000, 0x0000, 0x3f90, 0x233a, 0x6faf, 0x0000, 0x9466,
-0x0000, 0x9478, 0x168c, 0x415f, 0x0000, 0x36ed, 0x5fbb, 0x5297,
-0x478e, 0x0000, 0x3487, 0x41c5, 0x02b4, 0x2a45, 0x0000, 0x94ff,
-0x0000, 0x0000, 0x4c05, 0x53ae, 0x0000, 0x0000, 0x0000, 0x0000,
-0x0000, 0x08b9, 0x0000, 0x3d64, 0x0000, 0x9f55, 0x7032, 0x25ef,
-0x6889, 0x0000, 0x0000, 0x791c, 0x22a0, 0x0000, 0x07d1, 0x470c,
-0x0000, 0x834f, 0x0000, 0x0000, 0x07e1, 0x0000, 0x9937, 0x6fc6,
-0x45a5, 0x0000, 0x082c, 0x1bc4, 0x9563, 0x9378, 0x0000, 0x0000,
-0x0838, 0x0000, 0x0000, 0x33f9, 0x67ef, 0x568b, 0x3d4c, 0x0000,
-0x003b, 0x0395, 0x44be, 0x0000, 0x0000, 0x6365, 0x0000, 0x3862,
-0xa0aa, 0x930e, 0x0012, 0x922b, 0x6861, 0xa06f, 0x0000, 0x0496,
-0x0000, 0x0000, 0x0000, 0x0000, 0x9543, 0x0000, 0xa28a, 0x49e0,
-0x0f38, 0x0338, 0x1e19, 0x8671, 0x029a, 0x0000, 0x0000, 0x15b6,
-0x0f6c, 0x0000, 0x15a4, 0x963d, 0x6033, 0xa08f, 0x0f86, 0x17ad,
-0x8465, 0x0000, 0x0000, 0x8981, 0x0fa0, 0x0000, 0x0000, 0x1c69,
-0xa081, 0x862b, 0x0000, 0x0000, 0x4621, 0x0000, 0x7320, 0x0000,
-0x0f2b, 0x6e5f, 0x0000, 0x7006, 0x0f45, 0x6ede, 0x0000, 0x0000,
-0x0f5f, 0x0000, 0x727e, 0x0000, 0xa0ca, 0x0000, 0x0f79, 0x0000,
-0x0000, 0x0000, 0x62c7, 0x1012, 0x0f93, 0x0b89, 0x0000, 0x0801,
-0x15e4, 0x4df6, 0x5a9d, 0x9945, 0x35c1, 0x0100, 0xa034, 0x0000,
-0x0000, 0x328c, 0x2236, 0x9a28, 0x5c75, 0x2243, 0x0000, 0x1046,
-0x0000, 0x437f, 0x146a, 0x1226, 0x123c, 0x1252, 0x1268, 0x127e,
-0x5eda, 0x9b67, 0x9d18, 0x8aa5, 0x0000, 0x79a6, 0x09c9, 0x0000,
-0x7022, 0x0000, 0x0000, 0x0000, 0x7461, 0x9c23, 0x0000, 0x630b,
-0x406e, 0x4253, 0x0000, 0x77cd, 0x4f01, 0x03fc, 0x0000, 0x7d23,
-0x30fc, 0x725c, 0x1f71, 0x7906, 0x405c, 0x4960, 0x0000, 0x7962,
-0x8952, 0x4a42, 0x32a3, 0x8c35, 0xa48f, 0x83c2, 0x14b5, 0x14c4,
-0x14d3, 0x7f51, 0x0000, 0x99b9, 0x0379, 0x436f, 0x0000, 0x9fec,
-0x6185, 0x0000, 0x1e87, 0x0000, 0x73ca, 0x225e, 0x0000, 0x0000,
-0x3fc9, 0x0000, 0x6cb8, 0x430d, 0x0000, 0x46ae, 0x1e0c, 0x77e3,
-0x783b, 0x78ef, 0x7868, 0x438f, 0x3f03, 0x7978, 0x787f, 0x7933,
-0x1b17, 0x5b25, 0x7aff, 0x7def, 0x5a74, 0x79be, 0x7b2e, 0x43d6,
-0x25d1, 0x0419, 0x7663, 0x471c, 0x7c4a, 0x290c, 0x3dae, 0x80ba,
-0x86ba, 0x7f9a, 0x0060, 0x817e, 0x60f5, 0x5c21, 0x8a8e, 0x0000,
-0x3525, 0x91ae, 0x8c1e, 0x1cb9, 0x967e, 0x0000, 0x5988, 0x0054,
-0x8c4d, 0x0000, 0x0000, 0x92d4, 0x0000, 0x18d8, 0x0000, 0x0000,
-0xa44c, 0xa31f, 0x75af, 0x0000, 0x22c6, 0x447e, 0x706a, 0xa457,
-0x0000, 0x0000, 0xa244, 0xa1fc, 0x4690, 0x0000, 0x4400, 0x7fe4,
-0x0000, 0x0000, 0x2278, 0x0000, 0x0a86, 0x8764, 0x0000, 0x4631,
-0x025e, 0x8a74, 0x0000, 0x338a, 0x5e90, 0x8828, 0x948a, 0x1072,
-0x0000, 0x97d8, 0x4fb8, 0x3ce0, 0x0000, 0x0000, 0x16ce, 0x0000,
-0x47a1, 0x0000, 0x5781, 0x0000, 0x0000, 0x73eb, 0x0000, 0x483a,
-0x0000, 0x8b9c, 0x0000, 0x10be, 0x4ca2, 0x0000, 0x0000, 0x7052,
-0x0000, 0x0000, 0x0000, 0x1e45, 0x294c, 0x336d, 0x0000, 0x0000,
-0x2973, 0x98a4, 0x1ec4, 0x82f3, 0x2959, 0x8f4e, 0x3413, 0x0000,
-0x8fc9, 0x0221, 0x2980, 0x497d, 0x7614, 0x7510, 0x1e7a, 0x3786,
-0x2966, 0x0000, 0x8e5f, 0x0000, 0x0275, 0x0000, 0x208a, 0x4a22,
-0x0fad, 0x0000, 0x0000, 0x0000, 0x28af, 0x0000, 0x1df3, 0x152e,
-0x28d6, 0x3b81, 0x54ba, 0xa1d8, 0x28bc, 0x7222, 0x40fc, 0x8b83,
-0x0000, 0x9609, 0x1d61, 0x5d8a, 0x5a89, 0x6fe0, 0x7352, 0x0000,
-0x28c9, 0x0000, 0x9f09, 0x2875, 0x0000, 0x0000, 0x5314, 0x099a,
-0x0000, 0x0000, 0x0000, 0x0000, 0x72f8, 0x0000, 0x0000, 0x5a36,
-0x9ddb, 0x1aca, 0x621d, 0x705e, 0x20e7, 0x21ed, 0x0000, 0x260c,
-0x0000, 0x51bf, 0x0000, 0x0000, 0x0000, 0x1671, 0x3e36, 0x0000,
-0x469e, 0x9acd, 0x7098, 0x74ae, 0x0000, 0x0000, 0x0000, 0x21e1,
-0xa051, 0x0000, 0x0000, 0x0000, 0x9dc8, 0x0000, 0x0000, 0x68e3,
-0x1fd6, 0x0000, 0x2229, 0x5a55, 0xa3e8, 0x20a5, 0x5cdd, 0x167e,
-0x0000, 0x0000, 0xa2a6, 0x4d28, 0x6e94, 0x0000, 0x0b6e, 0x413c,
-0x5964, 0x0000, 0x0bbe, 0x0000, 0x0000, 0x1b0a, 0x4950, 0x0000,
-0xa298, 0x0000, 0x0000, 0x0000, 0x0000, 0x1bea, 0x0000, 0x0000,
-0x59d9, 0x0000, 0x8f17, 0x0000, 0x9f78, 0x0000, 0x03e2, 0x97b2,
-0x0000, 0x38e4, 0x040b, 0x0000, 0x0000, 0x03d4, 0x1eb7, 0x0000,
-0x120c, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
-0x0000, 0x62f5, 0x61be, 0x23cc, 0x0000, 0x5eab, 0x6f03, 0x71a8,
-0x31b7, 0x8efc, 0x2286, 0x9ea3, 0x0000, 0x2293, 0x4c13, 0x0e15,
-0x0000, 0x0000, 0xa3c6, 0x72c0, 0x0000, 0x75e3, 0x0000, 0x6dbb,
-0x1644, 0x259a, 0x0000, 0x0000, 0x04c4, 0x0000, 0x0000, 0x0000,
-0x0000, 0x4dbe, 0x0439, 0x0000, 0x999f, 0x0000, 0x0000, 0x1db7,
-0x0000, 0x4a9f, 0x1f18, 0x0000, 0x5cca, 0x6c91, 0x0000, 0x0000,
-0x0000, 0x8ee2, 0x5f0e, 0x1a8a, 0x0000, 0x391e, 0x4ec3, 0x0d17,
-0x04e9, 0x0000, 0x234c, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
-0x72e8, 0x1b5a, 0x4e03, 0x4782, 0x20bf, 0x0000, 0x4c41, 0x0000,
-0x5975, 0x0000, 0x70f2, 0x240d, 0x0000, 0x6d10, 0x0000, 0x0000,
-0x0000, 0x45ec, 0x0000, 0x75f4, 0x95f7, 0x0000, 0x99e2, 0x0000,
-0x422e, 0x0000, 0x34a4, 0x4039, 0x5b52, 0x2388, 0x0000, 0x0000,
-0x0000, 0x34fd, 0x0000, 0x5d04, 0x0000, 0x357f, 0x9571, 0x0000,
-0x0000, 0x5863, 0x0000, 0x0000, 0x0c78, 0x0000, 0x0000, 0x0000,
-0x4f4d, 0x7486, 0x11c7, 0xa16b, 0x0000, 0x288c, 0x45bd, 0x0000,
-0x0000, 0x5473, 0x0000, 0x01fc, 0x4dd7, 0x0000, 0x7346, 0x1e56,
-0x0000, 0x5d18, 0x94c8, 0x75bf, 0x3faf, 0x0000, 0x24da, 0x0000,
-0x0000, 0x0000, 0x220f, 0x9a08, 0x0000, 0x1ff5, 0x0000, 0x16f9,
-0x83d8, 0x0000, 0x0000, 0x0000, 0x465c, 0x0000, 0x0000, 0x0000,
-0x9e47, 0x92e6, 0x0000, 0x0000, 0x177a, 0x0000, 0x0000, 0x40ea,
-0x0000, 0x4650, 0x5c8c, 0x5c9f, 0x0000, 0x2652, 0xa3a7, 0x1f55,
-0x0000, 0xa2b6, 0x20b2, 0xa09d, 0x5cf1, 0x20cb, 0x26f9, 0x70c6,
-0x1c0c, 0x246a, 0x0000, 0x40d8, 0x0000, 0x0000, 0x1f0b, 0x743b,
-0x83ef, 0x0000, 0x1ba2, 0x432f, 0x0000, 0x0000, 0x0000, 0xa353,
-0x40b5, 0xa137, 0x7378, 0x0e44, 0x0000, 0xa159, 0x5c4c, 0x1711,
-0x44d3, 0x2120, 0x4af4, 0x0000, 0x9595, 0x18fb, 0x0000, 0x5e1b,
-0x0000, 0x9d99, 0x17a1, 0x5444, 0x48b7, 0x0000, 0x5c0e, 0x5e2b,
-0x0000, 0x0000, 0x6cd4, 0x0000, 0x7012, 0x7642, 0x96f4, 0x5e5b,
-0x8435, 0x0000, 0x0000, 0x9faa, 0x0000, 0x0000, 0x0000, 0x5ae2,
-0x0000, 0x1aec, 0x1f8d, 0x0000, 0x0000, 0x627d, 0x9f8a, 0x0000,
-0x47ff, 0x0000, 0x0000, 0xa149, 0x2937, 0x0000, 0x0000, 0x5e3b,
-0x0000, 0x590c, 0x0000, 0x319e, 0x0000, 0x0000, 0x1f80, 0x7388,
-0x0000, 0x0000, 0x6337, 0x0000, 0x0000, 0x48c3, 0x9eb7, 0x7314,
-0x599a, 0x4412, 0x0000, 0x5dca, 0x0000, 0x77fa, 0x140a, 0x0000,
-0x1d72, 0x0000, 0x1a7a, 0x5d5a, 0x0000, 0x41d5, 0x0000, 0x0000,
-0x0000, 0x4438, 0x0000, 0x31d0, 0x0000, 0x5e0a, 0x75d2, 0x0000,
-0x0000, 0x7852, 0x0000, 0x0000, 0x1122, 0x1705, 0x1efe, 0x0000,
-0x491f, 0x0000, 0x2726, 0x1ade, 0x722e, 0x6047, 0x0000, 0x2644,
-0x9b94, 0x0000, 0xa1af, 0x0000, 0x0000, 0x0000, 0x2441, 0x0000,
-0x0000, 0x9bab, 0x2097, 0x0f17, 0x280d, 0x0000, 0x0000, 0x346b,
-0x0000, 0x0000, 0x0000, 0x1f64, 0x0000, 0x0000, 0x1f37, 0x0000,
-0x0000, 0x416f, 0x169c, 0x0000, 0x1b24, 0x5300, 0x0000, 0x0000,
-0x0000, 0x33c3, 0x0000, 0x4f87, 0x5bf6, 0x0000, 0x0000, 0x1638,
-0x0e70, 0x0000, 0x171e, 0x2bfb, 0x3fff, 0x73da, 0x0000, 0x0000,
-0x3e66, 0x0000, 0x8042, 0x0000, 0x5b7e, 0x6d1c, 0xa190, 0x6075,
-0x0000, 0x0000, 0x1fbd, 0x0000, 0x4910, 0x0000, 0x5c63, 0x0000,
-0x0000, 0x498a, 0x5802, 0x0000, 0x0000, 0x4094, 0x1c7e, 0x6c06,
-0x0000, 0x0000, 0x1b46, 0x865a, 0x9321, 0x7624, 0x0000, 0x5951,
-0x0000, 0x0000, 0x0000, 0x9928, 0x0000, 0x8551, 0x1fca, 0x0000,
-0x0000, 0x1cf6, 0x20f4, 0x3eb4, 0x0000, 0x2113, 0x0000, 0x7c31,
-0x0000, 0x4f3f, 0x42ea, 0x0000, 0x5bae, 0x61d1, 0x735e, 0x0000,
-0x0000, 0x8509, 0x0000, 0x2750, 0x0000, 0x98df, 0xa421, 0x6bf4,
-0x0000, 0xa396, 0x5597, 0x877e, 0x1138, 0x239a, 0x0000, 0x0000,
-0x46ef, 0x1dff, 0x983e, 0x0000, 0x45fb, 0x1ea6, 0x4acf, 0x48e6,
-0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2f51, 0x2709, 0x8701,
-0x0000, 0x0000, 0x0000, 0x36da, 0x0000, 0x299b, 0x0000, 0x22d3,
-0x26e9, 0x321e, 0x0000, 0x2ae0, 0x0000, 0x0000, 0x81ad, 0x0000,
-0x7198, 0x4cfa, 0x0000, 0x87ad, 0x609f, 0x3038, 0x5b96, 0x2aee,
-0x3128, 0x0000, 0x0000, 0x0000, 0x57ee, 0x8abd, 0x0000, 0x0000,
-0x0000, 0x0000, 0x0000, 0x2bb2, 0x18ea, 0x1c9a, 0x0000, 0x0000,
-0x9872, 0x2ab6, 0x0000, 0x2513, 0x6cf4, 0x6a87, 0x0000, 0x0000,
-0x0000, 0x50bf, 0x0000, 0x97e8, 0x6933, 0x2bce, 0x5b65
-};
-#endif /* NEEDKTABLE */
-
-#ifdef NEEDVTABLE
-#define VTABLESIZE 2989
-#define VMAXHASH 13
-
-static const unsigned short hashKeysym[VTABLESIZE] = {
-0x0003, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x9c4a, 0x0000,
-0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
-0x0000, 0x0000, 0x0000, 0x4f4f, 0x0000, 0x4f5d, 0x4f6c, 0x4f79,
-0x0000, 0x4f89, 0x0000, 0x0000, 0x0000, 0x4f98, 0x0000, 0x4fa2,
-0x163a, 0x1646, 0x1653, 0x1662, 0x1673, 0x1680, 0x168e, 0x169e,
-0x16c0, 0x16d0, 0x16e1, 0x16f0, 0x16fb, 0x1707, 0x1713, 0x1720,
-0x172c, 0x1734, 0x173c, 0x1744, 0x174c, 0x1754, 0x175c, 0x1764,
-0x176c, 0x1774, 0x177c, 0x1788, 0x1798, 0x17a3, 0x17af, 0x17bd,
-0x17cc, 0x17d5, 0x17dd, 0x17e5, 0x17ed, 0x17f5, 0x17fd, 0x1805,
-0x180d, 0x1815, 0x181d, 0x1825, 0x182d, 0x1835, 0x183d, 0x1845,
-0x184d, 0x1855, 0x185d, 0x1865, 0x186d, 0x1875, 0x187d, 0x1885,
-0x188d, 0x1895, 0x189d, 0x18a5, 0x18b7, 0x18c7, 0x18da, 0x18ec,
-0x18fd, 0x1919, 0x1921, 0x1929, 0x1931, 0x1939, 0x1941, 0x1949,
-0x1951, 0x1959, 0x1961, 0x1969, 0x1971, 0x1979, 0x1981, 0x1989,
-0x1991, 0x1999, 0x19a1, 0x19a9, 0x19b1, 0x19b9, 0x19c1, 0x19c9,
-0x19d1, 0x19d9, 0x19e1, 0x19e9, 0x19f9, 0x1a03, 0x1a14, 0x924b,
-0x925f, 0x9274, 0x9289, 0x4fe4, 0x7d51, 0x92c7, 0x92d6, 0x4fad,
-0x92fa, 0x4ff4, 0x9323, 0x4fba, 0x9350, 0x9364, 0x937a, 0x5003,
-0x93a2, 0x93b4, 0x93c6, 0x93d8, 0x93ea, 0x93fc, 0x940e, 0x9420,
-0x9432, 0x9444, 0x9456, 0x4fc7, 0x947a, 0x948c, 0x949e, 0x5012,
-0x1a25, 0x1a38, 0x1a49, 0x1a54, 0x1a63, 0x1a72, 0x1a7c, 0x1a8c,
-0x1a9a, 0x1aaa, 0x1aba, 0x1acc, 0x1ae0, 0x1aee, 0x1afb, 0x1b0c,
-0x1b19, 0x1b26, 0x1b36, 0x1b48, 0x1b5c, 0x1b68, 0x1b71, 0x1b81,
-0x1b96, 0x1ba4, 0x1bb6, 0x1bc6, 0x1bdb, 0x1bec, 0x1bfa, 0x1c0e,
-0x1c21, 0x1c2e, 0x1c3b, 0x1c4d, 0x1c5a, 0x1c6b, 0x1c77, 0x1c80,
-0x1c8f, 0x1c9c, 0x1ca9, 0x1cbb, 0x1ccc, 0x1cd9, 0x1ce6, 0x1cf8,
-0x1d09, 0x1d1d, 0x1d2a, 0x1d37, 0x1d44, 0x1d56, 0x1d63, 0x1d74,
-0x1d83, 0x1d9f, 0x1dac, 0x1db9, 0x1dcb, 0x1ddc, 0x1de9, 0x1e01,
-0x1e0e, 0x1e1b, 0x1e28, 0x1e3a, 0x1e47, 0x1e58, 0x1e64, 0x1e6d,
-0x1e7c, 0x1e89, 0x1e96, 0x1ea8, 0x1eb9, 0x1ec6, 0x1ed3, 0x1ee5,
-0x1ef6, 0x1f00, 0x1f0d, 0x1f1a, 0x1f27, 0x1f39, 0x1f46, 0x1f57,
-0x1f66, 0x1f82, 0x1f8f, 0x1f9c, 0x1fae, 0x1fbf, 0x1fcc, 0x1fd8,
-0x0000, 0x8fcb, 0x0000, 0x6c18, 0x6c6b, 0x0000, 0x0000, 0x929e,
-0x0000, 0x92b3, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x92e8,
-0x0000, 0xa321, 0x0000, 0x9310, 0x0000, 0x0000, 0x0000, 0x933e,
-0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x8fe7,
-0x0000, 0x0000, 0x8ff9, 0x0000, 0x0000, 0x4fd5, 0x0000, 0x0000,
-0x9028, 0x0000, 0x0000, 0x9043, 0x0000, 0x0000, 0x9057, 0x0000,
-0x0000, 0x906b, 0x5022, 0x503d, 0x5050, 0x5073, 0x509a, 0x50c1,
-0x50d1, 0x50e2, 0x5107, 0x512a, 0x514d, 0x515e, 0x5175, 0x5187,
-0x519a, 0x51b0, 0x51c1, 0x51d7, 0x51e8, 0x5210, 0x5222, 0x5237,
-0x5247, 0x5275, 0x5299, 0x2784, 0x27b8, 0x27a6, 0x27da, 0x8f99,
-0x0000, 0x9553, 0x9136, 0x8fb1, 0x320d, 0x914a, 0x0000, 0x9587,
-0x9163, 0x9597, 0x0000, 0x9176, 0x0000, 0x95b9, 0x918b, 0x95c6,
-0x0000, 0x91a1, 0x0000, 0x95e8, 0x91b0, 0x95f9, 0x6cae, 0x91c2,
-0x0000, 0x960b, 0x91d1, 0x961c, 0x0000, 0x91e3, 0x0000, 0x963f,
-0x91f6, 0x964d, 0x0000, 0x9207, 0x0000, 0x9671, 0x6c4d, 0x733c,
-0x7348, 0x922d, 0x0000, 0x96a1, 0x923b, 0x0000, 0x0000, 0x96b1,
-0x0000, 0x0000, 0x0000, 0x96bd, 0x0000, 0x96cd, 0x7354, 0x7360,
-0x0000, 0x96f6, 0x0000, 0x970b, 0x6c25, 0x6c78, 0x9e76, 0x972f,
-0x0000, 0x7b18, 0x0000, 0x9757, 0x8f50, 0x976d, 0x0000, 0x977c,
-0x740b, 0x8f63, 0x3601, 0x907f, 0x741f, 0x97b4, 0x8f7d, 0x9093,
-0x0000, 0x1fe9, 0x1ff7, 0x2003, 0x0000, 0x2011, 0x201e, 0x90b5,
-0x6c40, 0x202b, 0x2038, 0x2047, 0x2054, 0x9830, 0x2061, 0x206e,
-0x0000, 0x207e, 0x208c, 0x2099, 0x0000, 0x20a7, 0x20b4, 0x20c1,
-0x0000, 0x20cd, 0x20da, 0x20e9, 0x20f6, 0x2103, 0x2115, 0x2122,
-0x2132, 0x98e1, 0x9d63, 0x213f, 0x0000, 0x214c, 0x2159, 0x9916,
-0x2166, 0x992a, 0x2173, 0x9939, 0x2181, 0x9947, 0x38e6, 0x218e,
-0x219b, 0x21a9, 0x21b6, 0x9468, 0x0000, 0x21c3, 0x0000, 0x99bb,
-0x21d6, 0x21e3, 0x9dca, 0x21ef, 0x0000, 0x99fb, 0x2202, 0x94b0,
-0x2211, 0x9a1b, 0x39c4, 0x221e, 0x39d7, 0x222b, 0x2238, 0x9a4a,
-0x2245, 0x9014, 0x2252, 0x9501, 0x2260, 0x9a7a, 0x3a34, 0x226d,
-0x227a, 0x2288, 0x2295, 0x9217, 0x3a69, 0x22a2, 0x533a, 0x534e,
-0x22c8, 0x22d5, 0x3a9f, 0x22b5, 0x3ab1, 0x53c4, 0x22e1, 0x22f0,
-0x53fb, 0x540d, 0x5420, 0x5433, 0x5446, 0x545f, 0x5475, 0x5486,
-0x5497, 0x54a8, 0x54bc, 0x54d1, 0x54e5, 0x54f5, 0x3b5b, 0x551a,
-0x3b70, 0x553e, 0x5551, 0x5562, 0x5578, 0x5588, 0x5599, 0x55aa,
-0x55b8, 0x55ca, 0x55d8, 0x55ea, 0x55fc, 0x560e, 0x561f, 0x5630,
-0x5643, 0x5362, 0x3c19, 0x567c, 0x3c2c, 0x56a3, 0x56b5, 0x56c7,
-0x5375, 0x56ea, 0x56fc, 0x570f, 0x5720, 0x5732, 0x0000, 0x9123,
-0x6cba, 0x5745, 0x5762, 0x5772, 0x5783, 0x5795, 0x57a6, 0x57bf,
-0x57d9, 0x57f0, 0x5804, 0x5819, 0x582a, 0x583c, 0x584e, 0x5865,
-0x587c, 0x0000, 0x0000, 0x5890, 0x58a2, 0x58b5, 0x58c8, 0x58da,
-0x58eb, 0x58fc, 0x590e, 0x5921, 0x5934, 0x0000, 0x3db0, 0x0000,
-0x3dc5, 0x0000, 0x3dd8, 0x0000, 0x9720, 0x0000, 0x0000, 0x0000,
-0x0000, 0x0000, 0x9742, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
-0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x978c, 0x0000,
-0x0000, 0x97a2, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x97c7,
-0x0000, 0x0000, 0x97da, 0x0000, 0x0000, 0x90a6, 0x0000, 0x0000,
-0x0000, 0x0000, 0x0000, 0x97fb, 0x0000, 0x0000, 0x980c, 0x0000,
-0x0000, 0x90c5, 0x0000, 0x8420, 0x0000, 0x0000, 0x0000, 0x90d6,
-0x0000, 0x0000, 0x8437, 0x94f4, 0x0000, 0x90ec, 0x0000, 0x0000,
-0x9874, 0x0000, 0x0000, 0x9101, 0x0000, 0x0000, 0x9897, 0x52bc,
-0x0000, 0x52ce, 0x0000, 0x52e0, 0x98ba, 0x0000, 0x0000, 0x9545,
-0x0000, 0x22ff, 0x0000, 0x0000, 0x802d, 0x98f4, 0x230d, 0x9565,
-0x9904, 0x231f, 0x0000, 0x232f, 0x233c, 0x0000, 0x805c, 0x0000,
-0x0000, 0x234e, 0x0000, 0x8073, 0x0000, 0x0000, 0x235c, 0x95aa,
-0x0000, 0x236e, 0x9974, 0x237d, 0x238a, 0x998e, 0x0000, 0x0000,
-0x99a1, 0x0000, 0x0000, 0x95d7, 0x0000, 0x239c, 0x23ac, 0x0000,
-0x7764, 0x99e4, 0x7dc4, 0x0000, 0x0000, 0x0000, 0x0000, 0x9390,
-0x0000, 0x0000, 0x9eeb, 0x0000, 0x0000, 0x23be, 0x0000, 0xa1fe,
-0x23ce, 0x0000, 0x77e5, 0x962d, 0x0000, 0x23e0, 0x23ed, 0x0000,
-0x7811, 0x9a6b, 0x7014, 0x7827, 0x0000, 0x23ff, 0x240f, 0x965c,
-0x0000, 0x7854, 0x9aa0, 0x9c38, 0x786a, 0x9c5c, 0x4643, 0x7881,
-0x0000, 0x0000, 0x7898, 0x9691, 0x5a9f, 0x2421, 0x5acc, 0x5ae4,
-0x2431, 0x5b0f, 0x5b27, 0x5b3b, 0x5b54, 0x2443, 0x2450, 0x5b98,
-0x5bb0, 0x5bc7, 0x5bdf, 0x5bf8, 0x5c10, 0x5c23, 0x5c36, 0x5c4e,
-0x5c65, 0x5c77, 0x5c8e, 0x5ca1, 0x5cb4, 0x5ccc, 0x5cdf, 0x5cf3,
-0x5d06, 0x5d1a, 0x5d2d, 0x5d3c, 0x5d4c, 0x5d5c, 0x5d6d, 0x5d7d,
-0x5d8c, 0x5d9d, 0x5dad, 0x5dbc, 0x5dcc, 0x5ddd, 0x5ded, 0x5dfd,
-0x5ab3, 0x5e1d, 0x5e2d, 0x5e3d, 0x5e4d, 0x5e5d, 0x5e6d, 0x5e7c,
-0x5e92, 0x5ead, 0x5ec7, 0x5edc, 0x5ef6, 0x5f10, 0x5f26, 0x5f3b,
-0x5f56, 0x5f70, 0x5f8a, 0x5fa3, 0x5fbd, 0x5fd8, 0x5ff2, 0x6007,
-0x601c, 0x6035, 0x6049, 0x6062, 0x6077, 0x608c, 0x60a1, 0x60b7,
-0x60cc, 0x60e2, 0x60f7, 0x6115, 0x6134, 0x6153, 0x6168, 0x6187,
-0x61a7, 0x61c0, 0x61d3, 0x61e7, 0x61fe, 0x621f, 0x8368, 0x7b5f,
-0x0000, 0x0000, 0x623a, 0x6c93, 0x0000, 0x7b90, 0x9573, 0x981e,
-0x7ba6, 0x9d45, 0x9d54, 0x7bbd, 0x9d71, 0x9d7f, 0x7bd4, 0x9840,
-0x9db0, 0x7bec, 0x9ddd, 0x9856, 0x7c03, 0x9e2b, 0x9e49, 0x7c1b,
-0x0000, 0x0000, 0x0000, 0x0000, 0x83f1, 0x7c4c, 0x0000, 0x9885,
-0x7c63, 0x0000, 0x0000, 0x7c7b, 0x0000, 0x0000, 0x7c93, 0x9110,
-0x0000, 0x7cac, 0x0000, 0x6c33, 0x7cc4, 0x6c86, 0x7463, 0x7cdd,
-0x0000, 0x7476, 0x6aaf, 0x0000, 0x7488, 0x6ac3, 0x0000, 0x749c,
-0x6ad7, 0x0000, 0x4736, 0x6aea, 0x0000, 0x0000, 0x6afe, 0x0000,
-0x0000, 0x7d68, 0x0000, 0x0000, 0x7d7e, 0x0000, 0x0000, 0x7d95,
-0x0000, 0x0000, 0x6b4b, 0x0000, 0x0000, 0x6b5f, 0x0000, 0x74c3,
-0x7dda, 0x0000, 0x2462, 0x2478, 0x0000, 0x2487, 0x2494, 0x0000,
-0x0000, 0x666f, 0x24a3, 0x24b1, 0x24c0, 0x0000, 0x0000, 0x7e4f,
-0x9ef9, 0x0000, 0x7e67, 0x24cd, 0x0000, 0x24dc, 0x24e9, 0x0000,
-0x9f44, 0x0000, 0x24f8, 0x2506, 0x2515, 0x2522, 0xa3c8, 0x252c,
-0x2536, 0x0000, 0x0000, 0x0000, 0x0000, 0x94ca, 0x0000, 0x2544,
-0x0000, 0xa091, 0x7f23, 0x94e5, 0x2552, 0x0000, 0xa0bb, 0x2562,
-0x0000, 0x2570, 0x257f, 0x258d, 0x0000, 0x0000, 0x0000, 0x0000,
-0x783d, 0x259c, 0x0000, 0x0000, 0x49e2, 0x25aa, 0x25b7, 0x9a8c,
-0x25c5, 0x0000, 0xa0ee, 0x9526, 0x49f1, 0x0000, 0x0000, 0x25d3,
-0x8016, 0x5316, 0x0000, 0x5327, 0x25e1, 0x0000, 0x8044, 0x25f1,
-0x0000, 0x25ff, 0x260e, 0x261c, 0x4152, 0x538b, 0x4161, 0x539d,
-0x4171, 0x262b, 0xa125, 0x0000, 0x4183, 0x2639, 0x2646, 0x53e8,
-0x41a7, 0x0000, 0x41b7, 0x0000, 0x41c7, 0x0000, 0x41d7, 0xa139,
-0xa14b, 0x811c, 0xa16d, 0xa180, 0x8134, 0x0000, 0x73bd, 0x814d,
-0x0000, 0x0000, 0x8166, 0x0000, 0x73dc, 0x8180, 0x41e9, 0x0000,
-0x41fb, 0x97ea, 0x420c, 0x81af, 0x421e, 0x5509, 0x4230, 0xa1eb,
-0x4244, 0x552e, 0x4255, 0xa234, 0x4265, 0xa259, 0x4277, 0x8211,
-0x4288, 0x0000, 0x429a, 0x0000, 0x42bf, 0x8244, 0x42ce, 0x0000,
-0x825c, 0xa2b8, 0x0000, 0x8275, 0x0000, 0x0000, 0x828e, 0x0000,
-0xa2c6, 0x82a8, 0xa10f, 0x7dac, 0x82c1, 0x0000, 0x0000, 0x82db,
-0x0000, 0x9865, 0x82f5, 0x5653, 0x0000, 0x5667, 0x0000, 0x0000,
-0x8325, 0x568d, 0x0000, 0x833b, 0x0000, 0x0000, 0x8351, 0x0000,
-0x0000, 0x56d8, 0x0000, 0x0000, 0x837e, 0x98a6, 0x0000, 0x8395,
-0x0000, 0x7df1, 0x83ac, 0x0000, 0x0000, 0x83c4, 0x0000, 0x98cb,
-0x83da, 0x0000, 0x0000, 0x7e08, 0x0000, 0x9e63, 0x8408, 0x9680,
-0x0000, 0x32cf, 0x32e6, 0x0000, 0x76d7, 0x32fd, 0x331a, 0x844f,
-0x0000, 0x3337, 0x3353, 0x336f, 0x338c, 0x8480, 0x0000, 0x0000,
-0x8496, 0x33a9, 0x33c5, 0x0000, 0x0000, 0x0000, 0x280f, 0x0000,
-0x0000, 0x0000, 0x9516, 0x0000, 0x0000, 0x33e1, 0x33fb, 0x3415,
-0x3433, 0x3451, 0x346d, 0x0000, 0x0000, 0x3489, 0x34a6, 0x34c3,
-0x34e1, 0x34ff, 0x3513, 0x0000, 0x0000, 0x0000, 0x0000, 0x74d7,
-0x0000, 0x6ca0, 0x0000, 0x0000, 0x0000, 0x0000, 0x742e, 0x0000,
-0x99d0, 0x281e, 0x2832, 0x284c, 0x2866, 0x2877, 0x28a3, 0x28b1,
-0x28be, 0x28cb, 0x28d8, 0x28e5, 0x28f2, 0x2900, 0x290e, 0x291c,
-0x2939, 0x294e, 0x295b, 0x2968, 0x2975, 0x2982, 0x298f, 0x299d,
-0x29ab, 0x29b9, 0x29c7, 0x29d5, 0x29e3, 0x29f2, 0x2a00, 0x2a0e,
-0x2a1c, 0x2a2a, 0x2a47, 0x2a64, 0x2a72, 0x2a80, 0x2a8e, 0x2a9c,
-0x2aaa, 0x2ab8, 0x2ac6, 0x2ad4, 0x2ae2, 0x2afe, 0x2b0c, 0x2b1a,
-0x2b28, 0x2b36, 0x2b44, 0x2b52, 0x2b60, 0x2b6e, 0x2b7c, 0x2b8a,
-0x2b98, 0x2ba6, 0x2bb4, 0x2bc2, 0x2bd0, 0x2bde, 0x2beb, 0x2bfd,
-0x78b0, 0x78c5, 0x78db, 0x78f1, 0x7908, 0x791e, 0x7935, 0x794c,
-0x7964, 0x797a, 0x7991, 0x79a8, 0x79c0, 0x79d7, 0x79ef, 0x7a07,
-0x7a20, 0x7a35, 0x7a4b, 0x7a61, 0x7a78, 0x7a8e, 0x7aa5, 0x7abc,
-0x7ad4, 0x4a33, 0x6923, 0x6935, 0x6948, 0x695b, 0x696e, 0x6980,
-0x6993, 0x69a6, 0x69b9, 0x69cb, 0x69de, 0x69f1, 0x6a04, 0x6a17,
-0x637d, 0x63a3, 0x63c9, 0x63ef, 0x6413, 0x643b, 0x645f, 0x6481,
-0x64a5, 0x64c9, 0x64ef, 0x6515, 0x653d, 0x6563, 0x6589, 0x65af,
-0x65d3, 0x65f9, 0x6621, 0x6649, 0x4a5f, 0x6693, 0x66b7, 0x66dd,
-0x6701, 0x6727, 0x674b, 0x676f, 0x6793, 0x67b7, 0x67dd, 0x6805,
-0x6829, 0x684f, 0x6877, 0x689f, 0x68c3, 0x68e5, 0x7fcd, 0x7fe6,
-0x8000, 0x6909, 0x6323, 0x62f7, 0x6297, 0x634f, 0x808b, 0x80a3,
-0x6390, 0x63b6, 0x63dc, 0x6401, 0x6427, 0x644d, 0x6470, 0x6493,
-0x64b7, 0x64dc, 0x6502, 0x6529, 0x6550, 0x6576, 0x659c, 0x65c1,
-0x65e6, 0x660d, 0x6635, 0x665c, 0x6681, 0x66a5, 0x66ca, 0x66ef,
-0x6714, 0x6739, 0x675d, 0x6781, 0x67a5, 0x67ca, 0x67f1, 0x6817,
-0x683c, 0x6863, 0x688b, 0x68b1, 0x68d4, 0x68f7, 0x624b, 0x8467,
-0x6266, 0x62c9, 0x84ad, 0x84c4, 0x84dc, 0x84f3, 0x850b, 0x8523,
-0x853c, 0x8553, 0x856b, 0x8583, 0x859c, 0x85b4, 0x85cd, 0x85e6,
-0x8600, 0x8616, 0x862d, 0x8644, 0x865c, 0x8673, 0x868b, 0x86a3,
-0x86bc, 0x86d3, 0x86eb, 0x8703, 0x871c, 0x8734, 0x874d, 0x8766,
-0x8780, 0x8797, 0x87af, 0x87c7, 0x87e0, 0x87f8, 0x8811, 0x882a,
-0x8844, 0x885c, 0x8875, 0x888e, 0x88a8, 0x88c1, 0x88db, 0x88f5,
-0x8910, 0x8926, 0x893d, 0x8954, 0x896c, 0x8983, 0x899b, 0x89b3,
-0x89cc, 0x89e3, 0x89fb, 0x8a13, 0x8a2c, 0x8a44, 0x8a5d, 0x8a76,
-0x7626, 0x8aa7, 0x8abf, 0x8ad7, 0x8af0, 0x8b08, 0x8b21, 0x8b3a,
-0x8b54, 0x8b6c, 0x8b85, 0x8b9e, 0x2d3e, 0x8bd1, 0x8beb, 0x8c05,
-0x8c20, 0x8c37, 0x8c4f, 0x8c67, 0x4505, 0x8c98, 0x8cb1, 0x8cca,
-0x499e, 0x8cfc, 0x454f, 0x2dfd, 0x8d48, 0x6ffc, 0x49ad, 0x2e14,
-0x45a7, 0x2e2f, 0x2e42, 0x2e5b, 0x2e74, 0x2e8c, 0x2ea8, 0x2ec0,
-0x2ed2, 0x2ee3, 0x2efb, 0x2f0c, 0x2f1e, 0x2f30, 0x2f41, 0x2f53,
-0x2f64, 0x2f76, 0x2f86, 0x2f98, 0x2faa, 0x2fbd, 0x2fce, 0x2fdf,
-0x2ff0, 0x3001, 0x3012, 0x0000, 0x0000, 0x9c72, 0x9536, 0x0000,
-0x3025, 0x303a, 0x304b, 0x305c, 0x306d, 0x307e, 0x3090, 0x30a2,
-0x30c3, 0x30d4, 0x30ed, 0x30fe, 0x3114, 0x312a, 0x3140, 0x3153,
-0x3166, 0x3179, 0x318d, 0x9c86, 0x4a44, 0x9c93, 0x53b0, 0x9fc8,
-0x0000, 0x0000, 0x9fdb, 0x5b67, 0x53d8, 0x5b80, 0x0000, 0x0000,
-0x46b0, 0x0000, 0x0000, 0xa01e, 0x0000, 0x0000, 0x4a51, 0x0000,
-0x46be, 0x0000, 0x46cf, 0x0000, 0x46de, 0x0000, 0x46f1, 0x0000,
-0x46fd, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
-0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x96de,
-0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
-0x0000, 0x0000, 0x31a0, 0x31b9, 0x31d2, 0x0000, 0x0000, 0x0000,
-0x0000, 0x0000, 0x471e, 0x0000, 0x0000, 0x0000, 0x7450, 0x2d67,
-0x2d76, 0x2d85, 0x2d94, 0x2da3, 0x2db2, 0x2dc1, 0x2dd0, 0x2ddf,
-0x2dee, 0x2cb1, 0x76eb, 0x0000, 0x0000, 0x0000, 0x0000, 0x2cc6,
-0x0000, 0x0000, 0x4745, 0x0000, 0x4755, 0x0000, 0x4763, 0x0000,
-0x2ce4, 0x0000, 0x74ea, 0x0000, 0x74fd, 0x2cf6, 0x7512, 0x995e,
-0x7526, 0x0000, 0x753a, 0x0000, 0x0000, 0x2d07, 0x0000, 0x2d1a,
-0x0000, 0x9eda, 0x0000, 0x0000, 0x0000, 0x0000, 0x9ea5, 0x0000,
-0x2d2c, 0x0000, 0x0000, 0x9e8f, 0x0000, 0x0000, 0x0000, 0x31eb,
-0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
-0x0000, 0x0000, 0x0000, 0x31fc, 0x0000, 0x0000, 0x0000, 0x2654,
-0x2664, 0x7aea, 0x0000, 0x0000, 0x0000, 0x0000, 0x3220, 0x2674,
-0x269e, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x9a0a,
-0x0000, 0x3231, 0x738a, 0x9ca0, 0x739d, 0x324a, 0x73ae, 0x0000,
-0x32a5, 0x0000, 0x73cc, 0x26bb, 0x26cb, 0x9a2a, 0x73ed, 0x9eb9,
-0x73fd, 0x35db, 0x35ed, 0x3267, 0x3613, 0x3638, 0x364c, 0x366f,
-0x3694, 0x328e, 0x36dc, 0x2d51, 0x3714, 0x3728, 0x3748, 0x3762,
-0x3788, 0x3799, 0x37ab, 0x37bf, 0x37d1, 0x37f6, 0x380a, 0x382d,
-0x3852, 0x3875, 0x389a, 0x38bf, 0x38d2, 0x26db, 0x26eb, 0x3920,
-0x3946, 0x3958, 0x3969, 0x397b, 0x398e, 0x39a0, 0x39b2, 0x2c25,
-0x2c33, 0x2c41, 0x2c4f, 0x2c5d, 0x2c6b, 0x2c79, 0x2c87, 0x2c95,
-0x2ca3, 0x3a7b, 0x3a8d, 0x26fb, 0x2718, 0x3ac3, 0x3ad4, 0x3ae7,
-0x3af9, 0x3b11, 0x3b25, 0x3b37, 0x3b4a, 0x2735, 0x2774, 0x3b83,
-0x3b9b, 0x3bad, 0x3bbe, 0x3bd0, 0x3be3, 0x3bf5, 0x3c07, 0x2796,
-0x27ca, 0x3c3e, 0x3c4f, 0x3c65, 0x3c77, 0x3c89, 0x3c9b, 0x3cad,
-0x3cbe, 0x3cd0, 0x3ce2, 0x3cf4, 0x3d06, 0x3d18, 0x3d29, 0x3d3c,
-0x3d4e, 0x3d66, 0x3d7a, 0x3d8c, 0x3d9f, 0x2684, 0x270b, 0x2691,
-0x2728, 0x2752, 0x2763, 0x0000, 0x0000, 0x9d9b, 0x0000, 0x6c08,
-0x6c5b, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
-0x0000, 0x7d25, 0x0000, 0x0000, 0x0000, 0x74b0, 0x0000, 0x0000,
-0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x6ce6, 0x6cf6, 0x6d06,
-0x6d12, 0x6d1e, 0x6d35, 0x6d4c, 0x6d63, 0x6d7a, 0x6d90, 0x6da6,
-0x6dbd, 0x6dd4, 0x6dee, 0x6e08, 0x6e1a, 0x6e2c, 0x6e3e, 0x6e50,
-0x6e61, 0x6e72, 0x6e84, 0x6e96, 0x6eab, 0x6ec0, 0x6ed0, 0x6ee0,
-0x6eec, 0x6ef8, 0x6f05, 0x6f12, 0x6f29, 0x6f40, 0x6f57, 0x6f6e,
-0x6f84, 0x6f9a, 0x6fb1, 0x6fc8, 0x6fe2, 0x4774, 0x7008, 0x6b86,
-0x7024, 0x7034, 0x7044, 0x7054, 0x7060, 0x6b99, 0x7083, 0x709a,
-0x70b1, 0x70c8, 0x70de, 0x70f4, 0x710b, 0x7122, 0x713c, 0x7156,
-0x7167, 0x7178, 0x7189, 0x719a, 0x71aa, 0x71ba, 0x71cb, 0x71dc,
-0x71f0, 0x7204, 0x7214, 0x7224, 0x7230, 0x723c, 0x724d, 0x725e,
-0x726f, 0x7280, 0x7290, 0x72a0, 0x72b1, 0x72c2, 0x72d6, 0x26ae,
-0x2745, 0x72ea, 0x72fa, 0x730a, 0x7316, 0x7322, 0x732f, 0x0000,
-0x0000, 0x9f67, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
-0x0000, 0xa3d9, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x9f7a,
-0x9f8c, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
-0x0000, 0x0000, 0x0000, 0x0000, 0xa28c, 0xa09f, 0x7750, 0x9a3c,
-0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xa0cc,
-0x7616, 0x3df0, 0x3e08, 0x3e22, 0x3e38, 0x3e4f, 0x0000, 0x3e82,
-0x3e9c, 0x3eb6, 0x0000, 0x3ed2, 0x9fac, 0x9fbb, 0x3eea, 0x3f05,
-0x9f1e, 0x3f1a, 0x3f32, 0x3f4c, 0x3f62, 0x3f79, 0x3f92, 0x3fb1,
-0x3fcb, 0x3fe5, 0x4001, 0x4023, 0x0000, 0x0000, 0x0000, 0x0000,
-0x0000, 0x403b, 0x404d, 0x405e, 0x4070, 0x4082, 0x4096, 0x40a7,
-0x40b7, 0x40c9, 0x40da, 0x40ec, 0x4111, 0x4120, 0x412f, 0x413e,
-0x140c, 0x1421, 0x1436, 0x1448, 0x1459, 0x146c, 0x1480, 0x1496,
-0x14a7, 0x14b7, 0x14c6, 0x14d5, 0x14e4, 0x14f4, 0x1504, 0x151b,
-0x1530, 0x1544, 0x1554, 0x1565, 0x1575, 0x1585, 0x1595, 0x15a6,
-0x15b8, 0x15d0, 0x15e6, 0x15fa, 0x1612, 0x1629, 0x42dd, 0x42ec,
-0x4300, 0x430f, 0x431f, 0x4331, 0x434d, 0x435d, 0x4371, 0x4381,
-0x4391, 0x43a1, 0x0000, 0x0000, 0x0000, 0x4193, 0x0000, 0x0000,
-0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
-0x76c3, 0x0000, 0x0000, 0x0000, 0x7653, 0x0000, 0x0000, 0x27ec,
-0x27f5, 0x27fe, 0x0000, 0xa15b, 0x76ff, 0x0000, 0x0000, 0x0000,
-0x47b6, 0xa192, 0x47bf, 0x0000, 0x47c8, 0x0000, 0x0000, 0x0000,
-0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x758b, 0x0000, 0x0000,
-0x47ec, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x75a2, 0xa0fe,
-0x0000, 0x8197, 0x4850, 0xa1b1, 0x4865, 0xa1bd, 0x487a, 0xa1cc,
-0x488f, 0xa007, 0x48a4, 0x0000, 0x48b9, 0x81c7, 0x48c5, 0x0000,
-0x48d2, 0x9ab9, 0x48dd, 0xa20f, 0x48e8, 0xa222, 0x7b30, 0x0000,
-0x0000, 0xa246, 0x7b47, 0x0000, 0x0000, 0x0000, 0x0000, 0xa26c,
-0x36b7, 0x0000, 0x7b77, 0x0000, 0x0000, 0xa27c, 0x3701, 0x0000,
-0x0000, 0xa036, 0x0000, 0x0000, 0x0000, 0xa29a, 0x0000, 0x0000,
-0x0000, 0xa2a8, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
-0x0000, 0x0000, 0xa053, 0x0000, 0x0000, 0x0000, 0x6cc6, 0x0000,
-0x0000, 0x6cd6, 0x0000, 0xa2d9, 0x0000, 0xa2ee, 0x0000, 0xa300,
-0x0000, 0x0000, 0xa071, 0x0000, 0x0000, 0x0000, 0x0000, 0xa310,
-0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xa083, 0x0000,
-0x0000, 0x0000, 0x0000, 0x8310, 0x9ecd, 0x0000, 0x0000, 0x3906,
-0x0000, 0x0000, 0x7cf6, 0x0000, 0x0000, 0x0000, 0x7d10, 0x0000,
-0x0000, 0x77fc, 0x4941, 0x0000, 0x9a5a, 0x0000, 0x7d3b, 0x0000,
-0x4962, 0x43c6, 0x43d8, 0x43ed, 0x4402, 0x4414, 0x4426, 0x443a,
-0x4451, 0x4468, 0x4480, 0x4498, 0x44ac, 0x44c0, 0x44d5, 0x44ea,
-0x39e9, 0x4521, 0x4538, 0x39fa, 0x456f, 0x458f, 0x3a10, 0x45bf,
-0x49c3, 0x3a22, 0x0000, 0x49d2, 0x45da, 0x45ee, 0x45fd, 0x3a46,
-0x4623, 0x4633, 0x3a58, 0x0000, 0x4a01, 0x4652, 0x6bab, 0x4a13,
-0x465e, 0x4670, 0x4a24, 0x0000, 0x0000, 0x4683, 0x4692, 0x46a0,
-0x087e, 0x088d, 0x08a4, 0x08bb, 0x08d2, 0x0942, 0x0958, 0x096d,
-0x0982, 0x099c, 0x09b1, 0x09cb, 0x09e1, 0x09fc, 0x0a11, 0x470e,
-0x08e8, 0x08ff, 0x0916, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
-0x0000, 0x0000, 0x5af7, 0x0000, 0x0000, 0x743d, 0x7f0b, 0x0a2b,
-0x0a3e, 0x0a55, 0x0a6e, 0x0a88, 0x0aa4, 0x0ac1, 0x0adf, 0x0af9,
-0x0b14, 0x0b32, 0x0b51, 0x0b70, 0x0b8b, 0x0ba7, 0x0bc0, 0x0bdb,
-0x0bfa, 0x0c1c, 0x0c30, 0x0c48, 0x754d, 0x7562, 0x7577, 0x0000,
-0x0000, 0x0000, 0x0000, 0x0000, 0x9df7, 0x0000, 0x0000, 0x0000,
-0x0000, 0x0000, 0x4b61, 0x0000, 0x9b7f, 0x0000, 0x0000, 0x0000,
-0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x736c, 0x737a, 0x0c58,
-0x0c69, 0x0c7a, 0x0c90, 0x0cb8, 0x0cca, 0x0cdb, 0x0cef, 0x0d04,
-0x0d19, 0x0d30, 0x0d41, 0x0d54, 0x0d66, 0x0d76, 0x0d8e, 0x0daa,
-0x0dbe, 0x0dce, 0x0dde, 0x0df0, 0x0e17, 0x0e46, 0x0e5d, 0x0e72,
-0x0e89, 0x0ea4, 0x0eba, 0x0ed0, 0x0eea, 0x0f03, 0x0f19, 0x105f,
-0x1074, 0x1092, 0x10aa, 0x10c0, 0x10d8, 0x10f0, 0x1107, 0x1124,
-0x113a, 0x1150, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0f2d,
-0x0f3a, 0x0f47, 0x0f54, 0x0f61, 0x0f6e, 0x0f7b, 0x0f88, 0x0f95,
-0x0fa2, 0x0faf, 0x0fc6, 0x0000, 0x0000, 0x0000, 0x75b1, 0x3527,
-0x75c1, 0x353c, 0x5e0c, 0x0000, 0x75d4, 0x0000, 0x0000, 0x0000,
-0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xa1a3, 0x0000, 0x0000,
-0x0000, 0x0000, 0x822a, 0x3551, 0x0000, 0x3569, 0x0000, 0x0000,
-0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x3581,
-0x0000, 0x3596, 0x75e5, 0x0000, 0x75f6, 0x0000, 0x7605, 0x0000,
-0x0000, 0x0000, 0x7e20, 0x35ab, 0x0000, 0x35c3, 0x0000, 0x0000,
-0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x48f6, 0x0000,
-0x4904, 0x0000, 0x4912, 0x0000, 0x4921, 0xa1da, 0x4930, 0x0fdf,
-0x0ffa, 0x1014, 0x4952, 0x102e, 0x1048, 0x7779, 0x4972, 0x778e,
-0x497f, 0x77a4, 0x0000, 0x77b9, 0x498c, 0x77cf, 0x0000, 0x1169,
-0x117c, 0x1190, 0x11a1, 0x11b4, 0x11c9, 0x11df, 0x11f6, 0x120e,
-0x1228, 0x123e, 0x1254, 0x126a, 0x1280, 0x1296, 0x12b2, 0x12ca,
-0x12e2, 0x12fa, 0x1312, 0x132a, 0x1342, 0x1356, 0x136a, 0x137e,
-0x13a6, 0x13bf, 0x13d8, 0x13f2, 0x1392, 0x0000, 0x4a76, 0x0000,
-0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0014,
-0x0024, 0x002e, 0x003d, 0xa043, 0x0049, 0x0000, 0x7644, 0x4784,
-0x4790, 0x47a3, 0x0056, 0x0062, 0x0074, 0x47d1, 0x773b, 0x0000,
-0x47da, 0x47e3, 0x0082, 0x4801, 0x4815, 0x4828, 0x483c, 0x009c,
-0x0102, 0x010e, 0x011d, 0x013c, 0x0149, 0x0158, 0x0167, 0x017f,
-0x018d, 0x019b, 0x01b1, 0x01bf, 0x01cc, 0x01dc, 0x01ed, 0x01fe,
-0x5946, 0x5953, 0x5966, 0x5977, 0x598a, 0x599c, 0x00ac, 0x59c7,
-0x59db, 0x59ee, 0x5a04, 0x00bc, 0x00d2, 0x00ea, 0x5a76, 0x7c33,
-0x0000, 0x6a29, 0x7665, 0x6a3c, 0x7678, 0x6a50, 0x9fee, 0x6a63,
-0x0000, 0x6a76, 0x0000, 0x6a89, 0x9d8e, 0x6a9b, 0x0000, 0x0241,
-0x024c, 0x0257, 0x0260, 0x026c, 0x0277, 0x0291, 0x02ac, 0x02b6,
-0x0000, 0x6b12, 0x0000, 0x6b25, 0x0000, 0x6b38, 0x9e0d, 0x02c2,
-0x02cf, 0x02db, 0x02e9, 0x6b72, 0x02f6, 0x0301, 0x030c, 0x0317,
-0x0322, 0x032f, 0x033a, 0x6bbe, 0x706c, 0x6bd0, 0x0000, 0x6be3,
-0x0000, 0x6bf6, 0x0000, 0x7e96, 0x0000, 0x7ead, 0x0000, 0x7ec4,
-0x0000, 0x7edc, 0x0000, 0x7ef3, 0x0000, 0x0346, 0x036c, 0x037b,
-0x9acf, 0x7f3c, 0x9ae5, 0x7f53, 0x0000, 0x7f6b, 0x0000, 0x7f83,
-0x038a, 0x7f9c, 0x0000, 0x7fb4, 0x0397, 0x0000, 0x0000, 0x0000,
-0x03a6, 0x03b2, 0x03be, 0x03ca, 0x03d6, 0x03e4, 0x03f2, 0x03fe,
-0x040d, 0x041b, 0x043b, 0x045c, 0x0469, 0x0478, 0x0488, 0x0000,
-0x0000, 0x80bc, 0x0000, 0x80d3, 0x0000, 0x80eb, 0x0000, 0x8103,
-0x0000, 0x04a7, 0x04b9, 0x04c6, 0x04d9, 0x04eb, 0x04fc, 0x050c,
-0x0517, 0x0522, 0x052d, 0x0538, 0x0543, 0x054e, 0x0559, 0x0564,
-0x056f, 0x81e0, 0x0000, 0x81f8, 0x0498, 0x057a, 0x0583, 0x058c,
-0x0595, 0x059e, 0x05a7, 0x05b0, 0x05b9, 0x05c2, 0x05cb, 0x05d5,
-0x05e8, 0x05fb, 0x060e, 0x0621, 0x0634, 0x0647, 0x065a, 0x066d,
-0x0680, 0x0694, 0x06a7, 0x06ba, 0x06cd, 0x06e0, 0x06f3, 0x0706,
-0x0719, 0x072c, 0x073f, 0x0753, 0x0767, 0x077b, 0x078f, 0x07a3,
-0x07b7, 0x07c5, 0x07d3, 0x07e3, 0x07f3, 0x0803, 0x0814, 0x0821,
-0x082e, 0x083a, 0x0846, 0x0854, 0x0862, 0x0870, 0x4a89, 0x4aa1,
-0x7687, 0x769b, 0x76af, 0x4aae, 0x4abe, 0x4ad1, 0x4ae3, 0x7713,
-0x7727, 0x4af6, 0x4b06, 0x4b1a, 0x4b32, 0x4b49, 0x008f, 0x4b74,
-0x4b8a, 0x4ba4, 0x4bbf, 0x4bd9, 0x4bf4, 0x0000, 0x4c07, 0x4c15,
-0x0000, 0x4c23, 0x4c34, 0x4c43, 0x4c5a, 0x4c74, 0x4c8f, 0x4ca4,
-0x4cb7, 0x4cce, 0x4ce7, 0x4cfc, 0x4d12, 0x4d2a, 0x4d39, 0x4d52,
-0x4d69, 0x4d81, 0x4d9b, 0x4dad, 0x4dc0, 0x4dcb, 0x4dd9, 0x0000,
-0x4de5, 0x4df8, 0x4e05, 0x4e18, 0x4e28, 0x4e3a, 0x4e4d, 0x4e5f,
-0x4e70, 0x4e83, 0x4e93, 0x4eab, 0x4ec5, 0x4ed1, 0x4eea, 0x4f03,
-0x9afb, 0x9b11, 0x9b27, 0x9b3d, 0x9b53, 0x9b69, 0x7e37, 0x9b96,
-0x9bad, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
-0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
-0x0000, 0x0000, 0x0000, 0x0000, 0x9bc4, 0x9bd5, 0x9be9, 0x9bfe,
-0x0000, 0x7e80, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
-0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
-0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
-0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
-0x0000, 0x8a90, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
-0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
-0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x9f9e, 0x0000,
-0x0000, 0x8bb8, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
-0x0000, 0x0000, 0x9f0b, 0xa0ac, 0x0000, 0x0000, 0x0000, 0x0000,
-0x9f31, 0x8c80, 0x0000, 0x0000, 0x0000, 0x0000, 0x9f57, 0x0000,
-0x0000, 0x8ce4, 0x0000, 0x0000, 0x0000, 0x8d15, 0x0000, 0x8d2e,
-0xa0df, 0x0000, 0x0000, 0x8d61, 0x0000, 0x8d7b, 0x0000, 0x8d95,
-0x0000, 0x8db0, 0x7b01, 0x8dc8, 0x0000, 0x8de1, 0x0000, 0x8dfa,
-0x0000, 0x8e14, 0x0000, 0x8e2d, 0x0000, 0x8e47, 0x0000, 0x8e61,
-0x0000, 0x8e7c, 0x0000, 0x8e95, 0x0000, 0x8eaf, 0x0000, 0x8ec9,
-0x0000, 0x8ee4, 0x0000, 0x8efe, 0x0000, 0x8f19, 0x0000, 0x8f34,
-0x0000, 0x7636, 0x0000, 0x4f10, 0x0000, 0x4614, 0x4f20, 0x9c13,
-0x4f31, 0x4f41, 0x0000, 0x9c25, 0x0000
-};
-#endif /* NEEDVTABLE */
diff --git a/console-client/xkb/symname.c b/console-client/xkb/symname.c
deleted file mode 100644
index 5815f288..00000000
--- a/console-client/xkb/symname.c
+++ /dev/null
@@ -1,129 +0,0 @@
-#include <limits.h>
-#include <stdlib.h>
-#include <string.h>
-#define NEEDKTABLE
-#include "ks_tables.h"
-#include "keysymdef.h"
-
-#define NoSymbol 0
-
-typedef unsigned long Signature;
-typedef unsigned long KeySym;
-
-KeySym XStringToKeysym(char *s)
-{
- register int i, n;
- int h;
- register Signature sig = 0;
- register const char *p = s;
- register int c;
- register int idx;
- const unsigned char *entry;
- unsigned char sig1, sig2;
- KeySym val;
-
- while ((c = *p++))
- sig = (sig << 1) + c;
- i = sig % KTABLESIZE;
- h = i + 1;
- sig1 = (sig >> 8) & 0xff;
- sig2 = sig & 0xff;
- n = KMAXHASH;
- while ((idx = hashString[i]))
- {
- entry = &_XkeyTable[idx];
- if ((entry[0] == sig1) && (entry[1] == sig2) &&
- !strcmp(s, (char *)entry + 6))
- {
- val = (entry[2] << 24) | (entry[3] << 16) |
- (entry[4] << 8) | entry[5];
- if (!val)
- val = XK_VoidSymbol;
- return val;
- }
- if (!--n)
- break;
- i += h;
- if (i >= KTABLESIZE)
-
- i -= KTABLESIZE;
- }
-
- /*
-
- The KeysymDB is not yet supported.
-
- if (!initialized)
- (void)_XInitKeysymDB();
- if (keysymdb)
- {
- XrmValue result;
- XrmRepresentation from_type;
- char c;
- XrmQuark names[2];
-
- names[0] = _XrmInternalStringToQuark(s, p - s - 1, sig, False);
- names[1] = NULLQUARK;
- (void)XrmQGetResource(keysymdb, names, Qkeysym, &from_type, &result);
- if (result.addr && (result.size > 1))
- {
- val = 0;
- for (i = 0; i < result.size - 1; i++)
- {
- c = ((char *)result.addr)[i];
- if ('0' <= c && c <= '9') val = (val<<4)+c-'0';
- else if ('a' <= c && c <= 'f') val = (val<<4)+c-'a'+10;
- else if ('A' <= c && c <= 'F') val = (val<<4)+c-'A'+10;
- else return NoSymbol;
- }
- return val;
- }
- }
- */
-
- if (*s == 'U') {
- val = 0;
- for (p = &s[1]; *p; p++) {
- c = *p;
- if ('0' <= c && c <= '9') val = (val<<4)+c-'0';
- else if ('a' <= c && c <= 'f') val = (val<<4)+c-'a'+10;
- else if ('A' <= c && c <= 'F') val = (val<<4)+c-'A'+10;
- else return NoSymbol;
- if (val > 0x10ffff)
- return NoSymbol;
-
- }
- if (val < 0x20 || (val > 0x7e && val < 0xa0))
- return NoSymbol;
- if (val < 0x100)
- return val;
- return val | 0x01000000;
- }
-
- if (strlen(s) > 2 && s[0] == '0' && s[1] == 'x')
- {
- char *tmp = NULL;
- val = strtoul(s, &tmp, 16);
- if (val == ULONG_MAX || (tmp && *tmp != '\0'))
- return NoSymbol;
- else
- return val;
- }
-
- /* Stupid inconsistency between the headers and XKeysymDB: the former has
- * no separating underscore, while some XF86* syms in the latter did.
- * As a last ditch effort, try without. */
- if (strncmp(s, "XF86_", 5) == 0)
- {
- KeySym ret;
- char *tmp = strdup(s);
- if (!tmp)
- return NoSymbol;
- memmove(&tmp[4], &tmp[5], strlen(s) - 5 + 1);
- ret = XStringToKeysym(tmp);
- free(tmp);
- return ret;
- }
-
- return NoSymbol;
-}
diff --git a/console-client/xkb/xkb.c b/console-client/xkb/xkb.c
index 2e5b15cb..bb1647d9 100644
--- a/console-client/xkb/xkb.c
+++ b/console-client/xkb/xkb.c
@@ -35,7 +35,7 @@
#include <hurd/console.h>
#define XK_XKB_KEYS
#define XK_MISCELLANY
-#include "keysymdef.h"
+#include <X11/keysymdef.h>
#include <driver.h>
#include <mach-inputdev.h>
#include <wctype.h>
diff --git a/console-client/xkb/xkb.h b/console-client/xkb/xkb.h
index 71c7803f..e13d5ddb 100644
--- a/console-client/xkb/xkb.h
+++ b/console-client/xkb/xkb.h
@@ -16,7 +16,7 @@
#include <errno.h>
#include <argp.h>
-//#include "kbd_driver.h"
+#include <X11/Xlib.h>
typedef int keycode_t;
typedef unsigned int scancode_t;
@@ -359,7 +359,6 @@ typedef struct xkb_indicator
unsigned int KeySymToUcs4(int keysym);
symbol compose_symbols (symbol symbol);
error_t read_composefile (char *);
-KeySym XStringToKeysym(char *s);
struct keytype *keytype_find (char *name);
void key_set_action (struct key *key, group_t group, int level,